From 9284c2b23ba25c57131b14b22bc3f49f1c926b35 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Wed, 8 Dec 2021 17:05:24 -0600 Subject: [PATCH] Mass-update copyright headers based on files touched this year --- LICENSE | 2 +- src/common/Base64.cpp | 2 +- src/common/Config.cpp | 2 +- src/common/DataBuffer.cpp | 2 +- src/common/Database.cpp | 2 +- src/common/Functions.c | 2 +- src/common/INIConfig.cpp | 2 +- src/common/Jupiter.cpp | 2 +- src/common/Rehash.cpp | 2 +- src/common/SecureSocket.cpp | 2 +- src/common/Socket.cpp | 2 +- src/common/TCPSocket.cpp | 2 +- src/common/Timer.cpp | 2 +- src/common/UDPSocket.cpp | 2 +- src/include/Jupiter/Algorithm.h | 2 +- src/include/Jupiter/Base64.h | 2 +- src/include/Jupiter/Config.h | 2 +- src/include/Jupiter/DataBuffer.h | 2 +- src/include/Jupiter/DataBuffer_Imp.h | 2 +- src/include/Jupiter/Database.h | 2 +- src/include/Jupiter/Functions.h | 2 +- src/include/Jupiter/HTTP.h | 2 +- src/include/Jupiter/INIConfig.h | 2 +- src/include/Jupiter/IRC.h | 2 +- src/include/Jupiter/IRC_Client.h | 2 +- src/include/Jupiter/IRC_Numerics.h | 2 +- src/include/Jupiter/Rehash.h | 2 +- src/include/Jupiter/SecureSocket.h | 2 +- src/include/Jupiter/Socket.h | 2 +- src/include/Jupiter/TCPSocket.h | 2 +- src/include/Jupiter/Thinker.h | 2 +- src/include/Jupiter/Timer.h | 2 +- src/include/Jupiter/UDPSocket.h | 2 +- src/jessilib | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/LICENSE b/LICENSE index 731794c..c172813 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2013-2015 Jessica James. +Copyright (C) 2013-2021 Jessica James. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Base64.cpp b/src/common/Base64.cpp index 159e974..73c44e5 100644 --- a/src/common/Base64.cpp +++ b/src/common/Base64.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Config.cpp b/src/common/Config.cpp index 8240d39..4f62126 100644 --- a/src/common/Config.cpp +++ b/src/common/Config.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/DataBuffer.cpp b/src/common/DataBuffer.cpp index 150b265..8e84145 100644 --- a/src/common/DataBuffer.cpp +++ b/src/common/DataBuffer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Database.cpp b/src/common/Database.cpp index ff35f7a..ead78fb 100644 --- a/src/common/Database.cpp +++ b/src/common/Database.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015-2016 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Functions.c b/src/common/Functions.c index d8bf2f8..145566f 100644 --- a/src/common/Functions.c +++ b/src/common/Functions.c @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2016 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/INIConfig.cpp b/src/common/INIConfig.cpp index 4f012f4..5150733 100644 --- a/src/common/INIConfig.cpp +++ b/src/common/INIConfig.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2017 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Jupiter.cpp b/src/common/Jupiter.cpp index 366d325..42c6162 100644 --- a/src/common/Jupiter.cpp +++ b/src/common/Jupiter.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2016 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Rehash.cpp b/src/common/Rehash.cpp index f854d44..2d4e320 100644 --- a/src/common/Rehash.cpp +++ b/src/common/Rehash.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/SecureSocket.cpp b/src/common/SecureSocket.cpp index 0693218..f505041 100644 --- a/src/common/SecureSocket.cpp +++ b/src/common/SecureSocket.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2017 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Socket.cpp b/src/common/Socket.cpp index c946bb9..4d1369e 100644 --- a/src/common/Socket.cpp +++ b/src/common/Socket.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2016 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/TCPSocket.cpp b/src/common/TCPSocket.cpp index 94f6c69..d7e36e9 100644 --- a/src/common/TCPSocket.cpp +++ b/src/common/TCPSocket.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/Timer.cpp b/src/common/Timer.cpp index 8c708bf..23f7703 100644 --- a/src/common/Timer.cpp +++ b/src/common/Timer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2017 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common/UDPSocket.cpp b/src/common/UDPSocket.cpp index 2b09efd..918056e 100644 --- a/src/common/UDPSocket.cpp +++ b/src/common/UDPSocket.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Algorithm.h b/src/include/Jupiter/Algorithm.h index 7cf66ec..2919f33 100644 --- a/src/include/Jupiter/Algorithm.h +++ b/src/include/Jupiter/Algorithm.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2017 Jessica James. + * Copyright (C) 2017-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Base64.h b/src/include/Jupiter/Base64.h index 70880dd..82fa5a4 100644 --- a/src/include/Jupiter/Base64.h +++ b/src/include/Jupiter/Base64.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Config.h b/src/include/Jupiter/Config.h index ba1221c..492c8b8 100644 --- a/src/include/Jupiter/Config.h +++ b/src/include/Jupiter/Config.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/DataBuffer.h b/src/include/Jupiter/DataBuffer.h index 5542c49..0cc4a18 100644 --- a/src/include/Jupiter/DataBuffer.h +++ b/src/include/Jupiter/DataBuffer.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/DataBuffer_Imp.h b/src/include/Jupiter/DataBuffer_Imp.h index ed2e1c2..ed8fa4c 100644 --- a/src/include/Jupiter/DataBuffer_Imp.h +++ b/src/include/Jupiter/DataBuffer_Imp.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Database.h b/src/include/Jupiter/Database.h index d2675ba..1231264 100644 --- a/src/include/Jupiter/Database.h +++ b/src/include/Jupiter/Database.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Functions.h b/src/include/Jupiter/Functions.h index bbb4e81..c71b8c4 100644 --- a/src/include/Jupiter/Functions.h +++ b/src/include/Jupiter/Functions.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2016 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/HTTP.h b/src/include/Jupiter/HTTP.h index daa62e9..ed74ad5 100644 --- a/src/include/Jupiter/HTTP.h +++ b/src/include/Jupiter/HTTP.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2015 Jessica James. + * Copyright (C) 2015-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/INIConfig.h b/src/include/Jupiter/INIConfig.h index 0e47442..0bba21d 100644 --- a/src/include/Jupiter/INIConfig.h +++ b/src/include/Jupiter/INIConfig.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Jessica James. + * Copyright (C) 2016-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/IRC.h b/src/include/Jupiter/IRC.h index a90018a..af8cd9e 100644 --- a/src/include/Jupiter/IRC.h +++ b/src/include/Jupiter/IRC.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2016 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/IRC_Client.h b/src/include/Jupiter/IRC_Client.h index 718ce9d..6fb580f 100644 --- a/src/include/Jupiter/IRC_Client.h +++ b/src/include/Jupiter/IRC_Client.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2017 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/IRC_Numerics.h b/src/include/Jupiter/IRC_Numerics.h index 6e0e01c..5badd37 100644 --- a/src/include/Jupiter/IRC_Numerics.h +++ b/src/include/Jupiter/IRC_Numerics.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2017 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Rehash.h b/src/include/Jupiter/Rehash.h index 953cdcf..c3ad9b4 100644 --- a/src/include/Jupiter/Rehash.h +++ b/src/include/Jupiter/Rehash.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/SecureSocket.h b/src/include/Jupiter/SecureSocket.h index f3fc3f8..1804ffb 100644 --- a/src/include/Jupiter/SecureSocket.h +++ b/src/include/Jupiter/SecureSocket.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2017 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Socket.h b/src/include/Jupiter/Socket.h index fd294aa..bd26be5 100644 --- a/src/include/Jupiter/Socket.h +++ b/src/include/Jupiter/Socket.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2016 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/TCPSocket.h b/src/include/Jupiter/TCPSocket.h index 950220f..8240e1c 100644 --- a/src/include/Jupiter/TCPSocket.h +++ b/src/include/Jupiter/TCPSocket.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Thinker.h b/src/include/Jupiter/Thinker.h index d4cbfa8..cad00a4 100644 --- a/src/include/Jupiter/Thinker.h +++ b/src/include/Jupiter/Thinker.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/Timer.h b/src/include/Jupiter/Timer.h index 3eeda27..4846ff3 100644 --- a/src/include/Jupiter/Timer.h +++ b/src/include/Jupiter/Timer.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/include/Jupiter/UDPSocket.h b/src/include/Jupiter/UDPSocket.h index 309ae3d..b3f11ad 100644 --- a/src/include/Jupiter/UDPSocket.h +++ b/src/include/Jupiter/UDPSocket.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013-2015 Jessica James. + * Copyright (C) 2013-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/jessilib b/src/jessilib index 647e08e..d1057bb 160000 --- a/src/jessilib +++ b/src/jessilib @@ -1 +1 @@ -Subproject commit 647e08e6a32a62c4b8673f4e1e53325fbfb7f05c +Subproject commit d1057bbdc95c7b43cd2c327f4bc4e904961a0adf