diff --git a/LICENSE.txt b/LICENSE.txt index 59e0b41..90f6e6d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Array.c b/src/Array.c index d63c3fd..71dcd2b 100644 --- a/src/Array.c +++ b/src/Array.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Base64.c b/src/Base64.c index bf9ee5b..fc43be8 100644 --- a/src/Base64.c +++ b/src/Base64.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/CanonicalJson.c b/src/CanonicalJson.c index f76cb80..8f47678 100644 --- a/src/CanonicalJson.c +++ b/src/CanonicalJson.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Cron.c b/src/Cron.c index c045594..0830640 100644 --- a/src/Cron.c +++ b/src/Cron.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Db.c b/src/Db.c index 45b85eb..291e565 100644 --- a/src/Db.c +++ b/src/Db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/HashMap.c b/src/HashMap.c index 0dffc04..07b83a3 100644 --- a/src/HashMap.c +++ b/src/HashMap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Http.c b/src/Http.c index cc2ac9d..7d8a081 100644 --- a/src/Http.c +++ b/src/Http.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/HttpServer.c b/src/HttpServer.c index 8a4965e..2f0a675 100644 --- a/src/HttpServer.c +++ b/src/HttpServer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Json.c b/src/Json.c index 84a7e60..32cc6f9 100644 --- a/src/Json.c +++ b/src/Json.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Log.c b/src/Log.c index 4c1c808..0d97522 100644 --- a/src/Log.c +++ b/src/Log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Matrix.c b/src/Matrix.c index 55a4db5..3d0dfaf 100644 --- a/src/Matrix.c +++ b/src/Matrix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Memory.c b/src/Memory.c index 21eb418..ba5ea71 100644 --- a/src/Memory.c +++ b/src/Memory.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Queue.c b/src/Queue.c index e35d765..dbb0595 100644 --- a/src/Queue.c +++ b/src/Queue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Routes/RouteLogin.c b/src/Routes/RouteLogin.c index b7843da..7555e08 100644 --- a/src/Routes/RouteLogin.c +++ b/src/Routes/RouteLogin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Routes/RouteMatrix.c b/src/Routes/RouteMatrix.c index 0c920b3..9fa4327 100644 --- a/src/Routes/RouteMatrix.c +++ b/src/Routes/RouteMatrix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Routes/RouteRegister.c b/src/Routes/RouteRegister.c index 6521f50..d23e3f2 100644 --- a/src/Routes/RouteRegister.c +++ b/src/Routes/RouteRegister.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Routes/RouteWellKnown.c b/src/Routes/RouteWellKnown.c index 879b902..6b7d13a 100644 --- a/src/Routes/RouteWellKnown.c +++ b/src/Routes/RouteWellKnown.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Sha2.c b/src/Sha2.c index 70349b7..018041f 100644 --- a/src/Sha2.c +++ b/src/Sha2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Telodendria.c b/src/Telodendria.c index 249f8c2..c5ba9df 100644 --- a/src/Telodendria.c +++ b/src/Telodendria.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/TelodendriaConfig.c b/src/TelodendriaConfig.c index b0cbd62..20a51bc 100644 --- a/src/TelodendriaConfig.c +++ b/src/TelodendriaConfig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/UserInteractiveAuth.c b/src/UserInteractiveAuth.c index 95f21b4..8ac9c8a 100644 --- a/src/UserInteractiveAuth.c +++ b/src/UserInteractiveAuth.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/Util.c b/src/Util.c index 5d7e55b..3b6d958 100644 --- a/src/Util.c +++ b/src/Util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Array.h b/src/include/Array.h index fe8f1e0..81fb3f3 100644 --- a/src/include/Array.h +++ b/src/include/Array.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Base64.h b/src/include/Base64.h index 428506e..6e1f04b 100644 --- a/src/include/Base64.h +++ b/src/include/Base64.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/CanonicalJson.h b/src/include/CanonicalJson.h index 30ab082..a37684e 100644 --- a/src/include/CanonicalJson.h +++ b/src/include/CanonicalJson.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Cron.h b/src/include/Cron.h index fe2ed15..da6b984 100644 --- a/src/include/Cron.h +++ b/src/include/Cron.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Db.h b/src/include/Db.h index 32cd1ab..441f641 100644 --- a/src/include/Db.h +++ b/src/include/Db.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/HashMap.h b/src/include/HashMap.h index c75c962..dbf2420 100644 --- a/src/include/HashMap.h +++ b/src/include/HashMap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Http.h b/src/include/Http.h index 18f8cce..491aedf 100644 --- a/src/include/Http.h +++ b/src/include/Http.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/HttpServer.h b/src/include/HttpServer.h index ecb5261..45ff82d 100644 --- a/src/include/HttpServer.h +++ b/src/include/HttpServer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Json.h b/src/include/Json.h index a7ffa68..4397935 100644 --- a/src/include/Json.h +++ b/src/include/Json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Log.h b/src/include/Log.h index 42874e2..190aefc 100644 --- a/src/include/Log.h +++ b/src/include/Log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Matrix.h b/src/include/Matrix.h index b416302..93b22b9 100644 --- a/src/include/Matrix.h +++ b/src/include/Matrix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Memory.h b/src/include/Memory.h index f0db18b..5e42ba6 100644 --- a/src/include/Memory.h +++ b/src/include/Memory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Queue.h b/src/include/Queue.h index afafdec..6f19d3b 100644 --- a/src/include/Queue.h +++ b/src/include/Queue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Routes.h b/src/include/Routes.h index 5d3ceec..6131564 100644 --- a/src/include/Routes.h +++ b/src/include/Routes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Sha2.h b/src/include/Sha2.h index f0e83df..a27be6b 100644 --- a/src/include/Sha2.h +++ b/src/include/Sha2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/TelodendriaConfig.h b/src/include/TelodendriaConfig.h index 667da49..9805b4b 100644 --- a/src/include/TelodendriaConfig.h +++ b/src/include/TelodendriaConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/UserInteractiveAuth.h b/src/include/UserInteractiveAuth.h index 9283980..24ecbb5 100644 --- a/src/include/UserInteractiveAuth.h +++ b/src/include/UserInteractiveAuth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files diff --git a/src/include/Util.h b/src/include/Util.h index e492afd..12443ab 100644 --- a/src/include/Util.h +++ b/src/include/Util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + * Copyright (C) 2022-2023 Jordan Bancino <@jordan:bancino.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation files