client.go | 2 +- client_test.go | 2 +- common_test.go | 2 +- daemon.go | 2 +- daemon_test.go | 2 +- events.go | 2 +- goircd.go | 2 +- room.go | 2 +- room_test.go | 2 +- diff --git a/client.go b/client.go index d0c978b495025ef8fdfb3c67547467cc4d865ce81cac9331d198d3d6d18ad6ba..277a66d30e470601068091be7332ce504487e271ef62f6eb03b6aa7ee292a7f6 100644 --- a/client.go +++ b/client.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/client_test.go b/client_test.go index 7bfd46b603569d4a68125554458d821dd3cd8934dec449561462a2fc996d87b9..a0eebfb94648ca78690330c7b3f87a409fcaebfcbf827645afc473b4894d7c1b 100644 --- a/client_test.go +++ b/client_test.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/common_test.go b/common_test.go index d3eb2220899f302d6fc0e8b8ac7ac20c6600c7eebf24a3b47bcaba71702d3507..f8a30acc4abeda55076fee0329e84b27d5a47079200b91593de1ee774dd7881c 100644 --- a/common_test.go +++ b/common_test.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/daemon.go b/daemon.go index a3fb44f0814e5c5d8eb4646eb51a6516406174d15b8a8e0aacc8ebb8034435af..5c34841302221bde67992418208f67b505ccd75dbaa0c0dba62f64a8cca3d93c 100644 --- a/daemon.go +++ b/daemon.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/daemon_test.go b/daemon_test.go index d93fd0f5dfc100cf616c63341924cabf58f1b8ca92fca7f18d72810c60c3bfd3..7f18263dd9ee50c7f07496d1c8d9d198e9194dd32eb206481d02e0e9e615a0b4 100644 --- a/daemon_test.go +++ b/daemon_test.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/events.go b/events.go index 046cc05954c46f8f81d3afd35f68c62657cfe659dbd7fd3239a89a59fe08b99d..60ec8db8e3298fe31e556b78c0df7896ee8ce1bac56ff22e40b5ed1ed8e421ac 100644 --- a/events.go +++ b/events.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/goircd.go b/goircd.go index d6ec9cf81f3fc93b762d181f3686188c744e45f5d065206d41617aaa4e70e355..4b58cbd20656772271c0a353b46775ebf57777424ad040f70e2977a5ffba709c 100644 --- a/goircd.go +++ b/goircd.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/room.go b/room.go index 848801878cbb9a269ec2571cb3e2113cd07a7be806bcad35b57eb481a93ee7b5..2a948a517bc5ab9cc20b23f43379a488d7607a840f4175f657d86a51493a072e 100644 --- a/room.go +++ b/room.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/room_test.go b/room_test.go index 3c28182b4388895efd32354f90a2b42ecadb2527980a5be6130139abec1b6b1b..da7d441d0d9cfaf77f8087f75a90d7b2667083c938c3037f2048a6490754a87c 100644 --- a/room_test.go +++ b/room_test.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2019 Sergey Matveev +Copyright (C) 2014-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by