diff --git a/src/api/mod.rs b/src/api/mod.rs index 159469eb..56277d30 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/account/delete.rs b/src/api/v1/account/delete.rs index dbbc95a3..7ebeb188 100644 --- a/src/api/v1/account/delete.rs +++ b/src/api/v1/account/delete.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/account/email.rs b/src/api/v1/account/email.rs index e9a347f8..98f716d0 100644 --- a/src/api/v1/account/email.rs +++ b/src/api/v1/account/email.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/account/mod.rs b/src/api/v1/account/mod.rs index 6f5deb5e..79c67c94 100644 --- a/src/api/v1/account/mod.rs +++ b/src/api/v1/account/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/account/password.rs b/src/api/v1/account/password.rs index cda0f7e1..b0b37ab7 100644 --- a/src/api/v1/account/password.rs +++ b/src/api/v1/account/password.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/account/secret.rs b/src/api/v1/account/secret.rs index b724a34e..b7b9f2b1 100644 --- a/src/api/v1/account/secret.rs +++ b/src/api/v1/account/secret.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/account/test.rs b/src/api/v1/account/test.rs index 7861808b..4a2a2188 100644 --- a/src/api/v1/account/test.rs +++ b/src/api/v1/account/test.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/account/username.rs b/src/api/v1/account/username.rs index 0ad7416c..820b78d0 100644 --- a/src/api/v1/account/username.rs +++ b/src/api/v1/account/username.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/auth.rs b/src/api/v1/auth.rs index 56eaf66e..ce3e03f2 100644 --- a/src/api/v1/auth.rs +++ b/src/api/v1/auth.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/create.rs b/src/api/v1/mcaptcha/create.rs index bc09bb36..066e3fad 100644 --- a/src/api/v1/mcaptcha/create.rs +++ b/src/api/v1/mcaptcha/create.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/delete.rs b/src/api/v1/mcaptcha/delete.rs index 3ffb07d4..051d882a 100644 --- a/src/api/v1/mcaptcha/delete.rs +++ b/src/api/v1/mcaptcha/delete.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/easy.rs b/src/api/v1/mcaptcha/easy.rs index b226a47e..676bbcbf 100644 --- a/src/api/v1/mcaptcha/easy.rs +++ b/src/api/v1/mcaptcha/easy.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/get.rs b/src/api/v1/mcaptcha/get.rs index 3e92d20f..d5959d36 100644 --- a/src/api/v1/mcaptcha/get.rs +++ b/src/api/v1/mcaptcha/get.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/mod.rs b/src/api/v1/mcaptcha/mod.rs index 05c59177..ff8f4909 100644 --- a/src/api/v1/mcaptcha/mod.rs +++ b/src/api/v1/mcaptcha/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/stats.rs b/src/api/v1/mcaptcha/stats.rs index 7deca075..3a90f22d 100644 --- a/src/api/v1/mcaptcha/stats.rs +++ b/src/api/v1/mcaptcha/stats.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/test.rs b/src/api/v1/mcaptcha/test.rs index 7e2d5561..6d7570a3 100644 --- a/src/api/v1/mcaptcha/test.rs +++ b/src/api/v1/mcaptcha/test.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mcaptcha/update.rs b/src/api/v1/mcaptcha/update.rs index e21356e9..34ec09ea 100644 --- a/src/api/v1/mcaptcha/update.rs +++ b/src/api/v1/mcaptcha/update.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/meta.rs b/src/api/v1/meta.rs index 31ba2339..0430dd2d 100644 --- a/src/api/v1/meta.rs +++ b/src/api/v1/meta.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/mod.rs b/src/api/v1/mod.rs index 8e06fe28..b59408fc 100644 --- a/src/api/v1/mod.rs +++ b/src/api/v1/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/notifications/add.rs b/src/api/v1/notifications/add.rs index bece1080..2c46a90b 100644 --- a/src/api/v1/notifications/add.rs +++ b/src/api/v1/notifications/add.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/notifications/get.rs b/src/api/v1/notifications/get.rs index ac9f416f..957a0d04 100644 --- a/src/api/v1/notifications/get.rs +++ b/src/api/v1/notifications/get.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/notifications/mark_read.rs b/src/api/v1/notifications/mark_read.rs index 73aca4b7..d12e9e7c 100644 --- a/src/api/v1/notifications/mark_read.rs +++ b/src/api/v1/notifications/mark_read.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/notifications/mod.rs b/src/api/v1/notifications/mod.rs index 6db29dc5..0038c150 100644 --- a/src/api/v1/notifications/mod.rs +++ b/src/api/v1/notifications/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/pow/get_config.rs b/src/api/v1/pow/get_config.rs index c8e7649c..b56800c1 100644 --- a/src/api/v1/pow/get_config.rs +++ b/src/api/v1/pow/get_config.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/pow/mod.rs b/src/api/v1/pow/mod.rs index 814f16b3..f2b7bcf4 100644 --- a/src/api/v1/pow/mod.rs +++ b/src/api/v1/pow/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/pow/verify_pow.rs b/src/api/v1/pow/verify_pow.rs index aa304bd4..df7058ed 100644 --- a/src/api/v1/pow/verify_pow.rs +++ b/src/api/v1/pow/verify_pow.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/pow/verify_token.rs b/src/api/v1/pow/verify_token.rs index 2bbfadcf..fcec4941 100644 --- a/src/api/v1/pow/verify_token.rs +++ b/src/api/v1/pow/verify_token.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/routes.rs b/src/api/v1/routes.rs index 008ae15f..f3476119 100644 --- a/src/api/v1/routes.rs +++ b/src/api/v1/routes.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/tests/auth.rs b/src/api/v1/tests/auth.rs index 6f5733c1..2b8c31a8 100644 --- a/src/api/v1/tests/auth.rs +++ b/src/api/v1/tests/auth.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/tests/mod.rs b/src/api/v1/tests/mod.rs index 0cded212..790e9f21 100644 --- a/src/api/v1/tests/mod.rs +++ b/src/api/v1/tests/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/api/v1/tests/protected.rs b/src/api/v1/tests/protected.rs index e9614155..e9c5eb16 100644 --- a/src/api/v1/tests/protected.rs +++ b/src/api/v1/tests/protected.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/data.rs b/src/data.rs index 8150a06a..834741db 100644 --- a/src/data.rs +++ b/src/data.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/date.rs b/src/date.rs index d48477e3..d98b4cef 100644 --- a/src/date.rs +++ b/src/date.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/demo.rs b/src/demo.rs index a5403f23..f1b0e639 100644 --- a/src/demo.rs +++ b/src/demo.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/docs.rs b/src/docs.rs index d318f3e8..294f9e97 100644 --- a/src/docs.rs +++ b/src/docs.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/email/mod.rs b/src/email/mod.rs index ee59faed..9415980d 100644 --- a/src/email/mod.rs +++ b/src/email/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/email/verification.rs b/src/email/verification.rs index 50ce72ea..df225a2f 100644 --- a/src/email/verification.rs +++ b/src/email/verification.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/errors.rs b/src/errors.rs index b9c420ba..da5a4d1e 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main.rs b/src/main.rs index 7c28ec41..b8b06725 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/middleware/auth.rs b/src/middleware/auth.rs index 3ad53bc1..2aa3ff8b 100644 --- a/src/middleware/auth.rs +++ b/src/middleware/auth.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/middleware/mod.rs b/src/middleware/mod.rs index 62539e84..9a54b1cd 100644 --- a/src/middleware/mod.rs +++ b/src/middleware/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/auth/email_verify.rs b/src/pages/auth/email_verify.rs index fd537e6b..9d1e5b23 100644 --- a/src/pages/auth/email_verify.rs +++ b/src/pages/auth/email_verify.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/auth/login.rs b/src/pages/auth/login.rs index 803ea103..fe1e399e 100644 --- a/src/pages/auth/login.rs +++ b/src/pages/auth/login.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/auth/mod.rs b/src/pages/auth/mod.rs index 84af1c32..05c56ed4 100644 --- a/src/pages/auth/mod.rs +++ b/src/pages/auth/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/auth/register.rs b/src/pages/auth/register.rs index f475f8dc..baa423a1 100644 --- a/src/pages/auth/register.rs +++ b/src/pages/auth/register.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/auth/sudo.rs b/src/pages/auth/sudo.rs index 964db8fc..9cb978e3 100644 --- a/src/pages/auth/sudo.rs +++ b/src/pages/auth/sudo.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/errors.rs b/src/pages/errors.rs index c60a9718..d04b5fcf 100644 --- a/src/pages/errors.rs +++ b/src/pages/errors.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/mod.rs b/src/pages/mod.rs index ba0150e2..745c79aa 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/mod.rs b/src/pages/panel/mod.rs index a1679de8..5affc2ac 100644 --- a/src/pages/panel/mod.rs +++ b/src/pages/panel/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/notifications.rs b/src/pages/panel/notifications.rs index 672a6de2..de3a8765 100644 --- a/src/pages/panel/notifications.rs +++ b/src/pages/panel/notifications.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/settings.rs b/src/pages/panel/settings.rs index d88cbc85..880ca5e9 100644 --- a/src/pages/panel/settings.rs +++ b/src/pages/panel/settings.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/sitekey/add.rs b/src/pages/panel/sitekey/add.rs index b7f57160..11abd361 100644 --- a/src/pages/panel/sitekey/add.rs +++ b/src/pages/panel/sitekey/add.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/sitekey/delete.rs b/src/pages/panel/sitekey/delete.rs index 65165a2d..d9ba17e3 100644 --- a/src/pages/panel/sitekey/delete.rs +++ b/src/pages/panel/sitekey/delete.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/sitekey/edit.rs b/src/pages/panel/sitekey/edit.rs index 1356e7e0..d67db755 100644 --- a/src/pages/panel/sitekey/edit.rs +++ b/src/pages/panel/sitekey/edit.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/sitekey/list.rs b/src/pages/panel/sitekey/list.rs index 2ac11a70..148c3bd7 100644 --- a/src/pages/panel/sitekey/list.rs +++ b/src/pages/panel/sitekey/list.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/sitekey/login.rs b/src/pages/panel/sitekey/login.rs index 803ea103..fe1e399e 100644 --- a/src/pages/panel/sitekey/login.rs +++ b/src/pages/panel/sitekey/login.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/sitekey/mod.rs b/src/pages/panel/sitekey/mod.rs index 1d1cb654..5905e653 100644 --- a/src/pages/panel/sitekey/mod.rs +++ b/src/pages/panel/sitekey/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/panel/sitekey/view.rs b/src/pages/panel/sitekey/view.rs index 2dd4599c..e5d9e195 100644 --- a/src/pages/panel/sitekey/view.rs +++ b/src/pages/panel/sitekey/view.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/routes.rs b/src/pages/routes.rs index 4fc6f22a..85d87bfe 100644 --- a/src/pages/routes.rs +++ b/src/pages/routes.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/pages/sitemap.rs b/src/pages/sitemap.rs index 4105ba28..470140e2 100644 --- a/src/pages/sitemap.rs +++ b/src/pages/sitemap.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/routes.rs b/src/routes.rs index 06194818..cc47968e 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/settings.rs b/src/settings.rs index fc18a441..4e2c7589 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/static_assets/filemap.rs b/src/static_assets/filemap.rs index 516ecd1e..81095bae 100644 --- a/src/static_assets/filemap.rs +++ b/src/static_assets/filemap.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/static_assets/mod.rs b/src/static_assets/mod.rs index a080139c..60b0fbc1 100644 --- a/src/static_assets/mod.rs +++ b/src/static_assets/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/static_assets/static_files.rs b/src/static_assets/static_files.rs index 66aac62a..b543d382 100644 --- a/src/static_assets/static_files.rs +++ b/src/static_assets/static_files.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/stats/fetch.rs b/src/stats/fetch.rs index 00c52662..eb3e54df 100644 --- a/src/stats/fetch.rs +++ b/src/stats/fetch.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/stats/mod.rs b/src/stats/mod.rs index c7a2577f..7216bd28 100644 --- a/src/stats/mod.rs +++ b/src/stats/mod.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/stats/record.rs b/src/stats/record.rs index ab21ad90..93ddc6d8 100644 --- a/src/stats/record.rs +++ b/src/stats/record.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/tests-migrate.rs b/src/tests-migrate.rs index 81f7666b..31c4aea0 100644 --- a/src/tests-migrate.rs +++ b/src/tests-migrate.rs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/widget/mod.rs b/src/widget/mod.rs index 6c068b48..bd5e908a 100644 --- a/src/widget/mod.rs +++ b/src/widget/mod.rs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2021 Aravinth Manivannan +* Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/_reset.scss b/templates/_reset.scss index ac3fa214..23b71db5 100644 --- a/templates/_reset.scss +++ b/templates/_reset.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/_vars.scss b/templates/_vars.scss index d9aaebda..40179e0b 100644 --- a/templates/_vars.scss +++ b/templates/_vars.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/api/v1/routes.ts b/templates/api/v1/routes.ts index 26b36f8a..a4a9c11b 100644 --- a/templates/api/v1/routes.ts +++ b/templates/api/v1/routes.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/captcha/index.ts b/templates/auth/captcha/index.ts index 9dd86971..8ebd6771 100644 --- a/templates/auth/captcha/index.ts +++ b/templates/auth/captcha/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/css/main.scss b/templates/auth/css/main.scss index 62462f1a..8b604358 100644 --- a/templates/auth/css/main.scss +++ b/templates/auth/css/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/css/mobile.scss b/templates/auth/css/mobile.scss index c9b87619..35dc74b0 100644 --- a/templates/auth/css/mobile.scss +++ b/templates/auth/css/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/login/ts/index.ts b/templates/auth/login/ts/index.ts index 73efe23c..1e793d54 100644 --- a/templates/auth/login/ts/index.ts +++ b/templates/auth/login/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/register/ts/emailExists.test.ts b/templates/auth/register/ts/emailExists.test.ts index fe83c016..40755b6b 100644 --- a/templates/auth/register/ts/emailExists.test.ts +++ b/templates/auth/register/ts/emailExists.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/register/ts/emailExists.ts b/templates/auth/register/ts/emailExists.ts index 76816829..41893c12 100644 --- a/templates/auth/register/ts/emailExists.ts +++ b/templates/auth/register/ts/emailExists.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/register/ts/index.ts b/templates/auth/register/ts/index.ts index 7610397e..d0dfcb94 100644 --- a/templates/auth/register/ts/index.ts +++ b/templates/auth/register/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/register/ts/userExists.test.ts b/templates/auth/register/ts/userExists.test.ts index 19ebd4da..801dcd83 100644 --- a/templates/auth/register/ts/userExists.test.ts +++ b/templates/auth/register/ts/userExists.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/register/ts/userExists.ts b/templates/auth/register/ts/userExists.ts index b4ce95f7..1ace3029 100644 --- a/templates/auth/register/ts/userExists.ts +++ b/templates/auth/register/ts/userExists.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/sudo/getForm.test.ts b/templates/auth/sudo/getForm.test.ts index 49361c14..f168b2f8 100644 --- a/templates/auth/sudo/getForm.test.ts +++ b/templates/auth/sudo/getForm.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/auth/sudo/index.ts b/templates/auth/sudo/index.ts index 1d6487bb..1dab6448 100644 --- a/templates/auth/sudo/index.ts +++ b/templates/auth/sudo/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/_box.scss b/templates/components/_box.scss index b8edb0f6..aa4357df 100644 --- a/templates/components/_box.scss +++ b/templates/components/_box.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/_button.scss b/templates/components/_button.scss index 2d3a1a09..69790cfe 100644 --- a/templates/components/_button.scss +++ b/templates/components/_button.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/_forms.scss b/templates/components/_forms.scss index d4b70596..c9d29275 100644 --- a/templates/components/_forms.scss +++ b/templates/components/_forms.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/_inner-container.scss b/templates/components/_inner-container.scss index 60f9a6d3..da5b97d2 100644 --- a/templates/components/_inner-container.scss +++ b/templates/components/_inner-container.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/_main.scss b/templates/components/_main.scss index 91aa7b2d..538e2b95 100644 --- a/templates/components/_main.scss +++ b/templates/components/_main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/additional-data/getAdditionalData.test.ts b/templates/components/additional-data/getAdditionalData.test.ts index fa12398e..d88e7d2e 100644 --- a/templates/components/additional-data/getAdditionalData.test.ts +++ b/templates/components/additional-data/getAdditionalData.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/additional-data/index.ts b/templates/components/additional-data/index.ts index 31f85d86..6648ef32 100644 --- a/templates/components/additional-data/index.ts +++ b/templates/components/additional-data/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/clipboard/_copy.scss b/templates/components/clipboard/_copy.scss index caa64a08..fe83c245 100644 --- a/templates/components/clipboard/_copy.scss +++ b/templates/components/clipboard/_copy.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/clipboard/index.ts b/templates/components/clipboard/index.ts index 8af6aea5..3f8c91dd 100644 --- a/templates/components/clipboard/index.ts +++ b/templates/components/clipboard/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/details-footer/main.scss b/templates/components/details-footer/main.scss index 817c2e66..da0d119c 100644 --- a/templates/components/details-footer/main.scss +++ b/templates/components/details-footer/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/details-footer/mobile.scss b/templates/components/details-footer/mobile.scss index 433216c2..70090264 100644 --- a/templates/components/details-footer/mobile.scss +++ b/templates/components/details-footer/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/error/error.test.ts b/templates/components/error/error.test.ts index ff83cac4..1b78f757 100644 --- a/templates/components/error/error.test.ts +++ b/templates/components/error/error.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/error/index.ts b/templates/components/error/index.ts index c6714582..c8fd5399 100644 --- a/templates/components/error/index.ts +++ b/templates/components/error/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/error/main.scss b/templates/components/error/main.scss index a4acfb82..42c8b922 100644 --- a/templates/components/error/main.scss +++ b/templates/components/error/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/error/setUpTests.ts b/templates/components/error/setUpTests.ts index 2ea5fdfa..81398a3e 100644 --- a/templates/components/error/setUpTests.ts +++ b/templates/components/error/setUpTests.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/showPassword/index.ts b/templates/components/showPassword/index.ts index 3bc39554..177a7766 100644 --- a/templates/components/showPassword/index.ts +++ b/templates/components/showPassword/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/showPassword/main.scss b/templates/components/showPassword/main.scss index bb8c40d6..bd0641cb 100644 --- a/templates/components/showPassword/main.scss +++ b/templates/components/showPassword/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/showPassword/showpassword.test.ts b/templates/components/showPassword/showpassword.test.ts index 686f9889..d0c96bc2 100644 --- a/templates/components/showPassword/showpassword.test.ts +++ b/templates/components/showPassword/showpassword.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/components/table/main.scss b/templates/components/table/main.scss index 1142a956..8d4a6128 100644 --- a/templates/components/table/main.scss +++ b/templates/components/table/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/errors/main.scss b/templates/errors/main.scss index 12b9b52e..f2cc4d2b 100644 --- a/templates/errors/main.scss +++ b/templates/errors/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/index.ts b/templates/index.ts index a4b0fc6b..7b93fa79 100644 --- a/templates/index.ts +++ b/templates/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/logger.ts b/templates/logger.ts index b82241e4..f37e86ac 100644 --- a/templates/logger.ts +++ b/templates/logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/main.scss b/templates/main.scss index f9a9d459..67186999 100644 --- a/templates/main.scss +++ b/templates/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/mobile.scss b/templates/mobile.scss index 23992eb2..5914007a 100644 --- a/templates/mobile.scss +++ b/templates/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/css/main.scss b/templates/panel/css/main.scss index 309616be..9ce644f8 100644 --- a/templates/panel/css/main.scss +++ b/templates/panel/css/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/css/mobile.scss b/templates/panel/css/mobile.scss index aef2444c..599f0d27 100644 --- a/templates/panel/css/mobile.scss +++ b/templates/panel/css/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/header/taskbar/main.scss b/templates/panel/header/taskbar/main.scss index 31270513..022b6619 100644 --- a/templates/panel/header/taskbar/main.scss +++ b/templates/panel/header/taskbar/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/header/taskbar/mobile.scss b/templates/panel/header/taskbar/mobile.scss index c1b978e6..e753d105 100644 --- a/templates/panel/header/taskbar/mobile.scss +++ b/templates/panel/header/taskbar/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/help-banner/main.scss b/templates/panel/help-banner/main.scss index a92c4e6f..61be2fb4 100644 --- a/templates/panel/help-banner/main.scss +++ b/templates/panel/help-banner/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/help-banner/mobile.scss b/templates/panel/help-banner/mobile.scss index 322c8e8f..4249cb63 100644 --- a/templates/panel/help-banner/mobile.scss +++ b/templates/panel/help-banner/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/navbar/index.ts b/templates/panel/navbar/index.ts index 8da79d7b..16731a9e 100644 --- a/templates/panel/navbar/index.ts +++ b/templates/panel/navbar/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/navbar/main.scss b/templates/panel/navbar/main.scss index 09c39ffa..71057829 100644 --- a/templates/panel/navbar/main.scss +++ b/templates/panel/navbar/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/navbar/mobile.scss b/templates/panel/navbar/mobile.scss index 0a1bfca2..d06dd443 100644 --- a/templates/panel/navbar/mobile.scss +++ b/templates/panel/navbar/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/notifications/main.scss b/templates/panel/notifications/main.scss index f8b16997..35c37240 100644 --- a/templates/panel/notifications/main.scss +++ b/templates/panel/notifications/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/notifications/ts/index.ts b/templates/panel/notifications/ts/index.ts index 1a684bd2..f5dd481b 100644 --- a/templates/panel/notifications/ts/index.ts +++ b/templates/panel/notifications/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/settings/account/delete.ts b/templates/panel/settings/account/delete.ts index 09b39f4f..788ca793 100644 --- a/templates/panel/settings/account/delete.ts +++ b/templates/panel/settings/account/delete.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/settings/index.ts b/templates/panel/settings/index.ts index 75cc6cd3..1e464022 100644 --- a/templates/panel/settings/index.ts +++ b/templates/panel/settings/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/settings/main.scss b/templates/panel/settings/main.scss index 54b0b531..b110f13e 100644 --- a/templates/panel/settings/main.scss +++ b/templates/panel/settings/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/settings/mobile.scss b/templates/panel/settings/mobile.scss index 76583ce3..b0a11905 100644 --- a/templates/panel/settings/mobile.scss +++ b/templates/panel/settings/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/settings/secret/update.ts b/templates/panel/settings/secret/update.ts index f0020c53..85b34f52 100644 --- a/templates/panel/settings/secret/update.ts +++ b/templates/panel/settings/secret/update.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/css/main.scss b/templates/panel/sitekey/add/advance/css/main.scss index 7ca3057a..3289bfc4 100644 --- a/templates/panel/sitekey/add/advance/css/main.scss +++ b/templates/panel/sitekey/add/advance/css/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/css/mobile.scss b/templates/panel/sitekey/add/advance/css/mobile.scss index 4a325ce2..0802591f 100644 --- a/templates/panel/sitekey/add/advance/css/mobile.scss +++ b/templates/panel/sitekey/add/advance/css/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/addLevelButton.test.ts b/templates/panel/sitekey/add/advance/ts/addLevelButton.test.ts index 4cfb2d48..6aa4194f 100644 --- a/templates/panel/sitekey/add/advance/ts/addLevelButton.test.ts +++ b/templates/panel/sitekey/add/advance/ts/addLevelButton.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/addLevelButton.ts b/templates/panel/sitekey/add/advance/ts/addLevelButton.ts index 23df4721..d185ad4c 100644 --- a/templates/panel/sitekey/add/advance/ts/addLevelButton.ts +++ b/templates/panel/sitekey/add/advance/ts/addLevelButton.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/const.ts b/templates/panel/sitekey/add/advance/ts/const.ts index 6e111d15..39e857c4 100644 --- a/templates/panel/sitekey/add/advance/ts/const.ts +++ b/templates/panel/sitekey/add/advance/ts/const.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/form/index.ts b/templates/panel/sitekey/add/advance/ts/form/index.ts index 8ebcaaef..2140e421 100644 --- a/templates/panel/sitekey/add/advance/ts/form/index.ts +++ b/templates/panel/sitekey/add/advance/ts/form/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/form/validateDescription.test.ts b/templates/panel/sitekey/add/advance/ts/form/validateDescription.test.ts index 962155c8..a77761e1 100644 --- a/templates/panel/sitekey/add/advance/ts/form/validateDescription.test.ts +++ b/templates/panel/sitekey/add/advance/ts/form/validateDescription.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/form/validateDescription.ts b/templates/panel/sitekey/add/advance/ts/form/validateDescription.ts index d8038d8d..b5df7c33 100644 --- a/templates/panel/sitekey/add/advance/ts/form/validateDescription.ts +++ b/templates/panel/sitekey/add/advance/ts/form/validateDescription.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/form/validateDuration.test.ts b/templates/panel/sitekey/add/advance/ts/form/validateDuration.test.ts index 9e345636..26881df7 100644 --- a/templates/panel/sitekey/add/advance/ts/form/validateDuration.test.ts +++ b/templates/panel/sitekey/add/advance/ts/form/validateDuration.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/form/validateDuration.ts b/templates/panel/sitekey/add/advance/ts/form/validateDuration.ts index 4be40a18..edd32844 100644 --- a/templates/panel/sitekey/add/advance/ts/form/validateDuration.ts +++ b/templates/panel/sitekey/add/advance/ts/form/validateDuration.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/index.ts b/templates/panel/sitekey/add/advance/ts/index.ts index 39906758..d3cc890d 100644 --- a/templates/panel/sitekey/add/advance/ts/index.ts +++ b/templates/panel/sitekey/add/advance/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.test.ts b/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.test.ts index 5cd43b7a..b4012c21 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.test.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.ts b/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.ts index a6b52e20..d81cd383 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/getLevelFields.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.test.ts b/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.test.ts index c896daf3..de9f03cb 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.test.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.ts b/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.ts index 1f19a86b..991bfeb4 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/getNumLevels.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/index.ts b/templates/panel/sitekey/add/advance/ts/levels/index.ts index ce19cf36..2bb70f18 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/index.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/levels.test.ts b/templates/panel/sitekey/add/advance/ts/levels/levels.test.ts index 579b652f..d2fd6f18 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/levels.test.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/levels.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/updateLevel.ts b/templates/panel/sitekey/add/advance/ts/levels/updateLevel.ts index 5c6d1500..c97dd86a 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/updateLevel.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/updateLevel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/validateLevel.test.ts b/templates/panel/sitekey/add/advance/ts/levels/validateLevel.test.ts index 9da70f4b..78f364cb 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/validateLevel.test.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/validateLevel.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/levels/validateLevel.ts b/templates/panel/sitekey/add/advance/ts/levels/validateLevel.ts index 51001d8a..1aa457e8 100644 --- a/templates/panel/sitekey/add/advance/ts/levels/validateLevel.ts +++ b/templates/panel/sitekey/add/advance/ts/levels/validateLevel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/index.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/index.ts index 14d162b5..c2a4f0e2 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/index.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/removeLevelButton.test.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/removeLevelButton.test.ts index 004ecb69..b18ded1b 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/removeLevelButton.test.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/removeLevelButton.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/index.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/index.ts index aae60db8..f3114cf7 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/index.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/setupTests.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/setupTests.ts index c63acf36..7b087b38 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/setupTests.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/setupTests.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.test.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.test.ts index e17fda1b..9fa18cf7 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.test.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.ts index 61e81edf..31b9166b 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateInputs.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLabel.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLabel.ts index 37d7f789..e9a9e306 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLabel.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLabel.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLevelGroup.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLevelGroup.ts index 7fbf9bdf..2fc0b3be 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLevelGroup.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateLevelGroup.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateRemoveButton.ts b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateRemoveButton.ts index cb406030..4baedf45 100644 --- a/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateRemoveButton.ts +++ b/templates/panel/sitekey/add/advance/ts/removeLevelButton/updateDom/updateRemoveButton.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/advance/ts/setupTests.ts b/templates/panel/sitekey/add/advance/ts/setupTests.ts index 7ecfde44..da6267a3 100644 --- a/templates/panel/sitekey/add/advance/ts/setupTests.ts +++ b/templates/panel/sitekey/add/advance/ts/setupTests.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/novice/ts/form.test.ts b/templates/panel/sitekey/add/novice/ts/form.test.ts index a0ab42a1..1db3dbe2 100644 --- a/templates/panel/sitekey/add/novice/ts/form.test.ts +++ b/templates/panel/sitekey/add/novice/ts/form.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/novice/ts/form.ts b/templates/panel/sitekey/add/novice/ts/form.ts index 087e7f92..fc28d852 100644 --- a/templates/panel/sitekey/add/novice/ts/form.ts +++ b/templates/panel/sitekey/add/novice/ts/form.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/novice/ts/index.ts b/templates/panel/sitekey/add/novice/ts/index.ts index 808180c5..0016c852 100644 --- a/templates/panel/sitekey/add/novice/ts/index.ts +++ b/templates/panel/sitekey/add/novice/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/add/novice/ts/setupTests.ts b/templates/panel/sitekey/add/novice/ts/setupTests.ts index b1a789ac..3952812f 100644 --- a/templates/panel/sitekey/add/novice/ts/setupTests.ts +++ b/templates/panel/sitekey/add/novice/ts/setupTests.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/delete/index.ts b/templates/panel/sitekey/delete/index.ts index c89fa90d..788c7eb5 100644 --- a/templates/panel/sitekey/delete/index.ts +++ b/templates/panel/sitekey/delete/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/edit/easy/form.ts b/templates/panel/sitekey/edit/easy/form.ts index 76a01e33..6e821bea 100644 --- a/templates/panel/sitekey/edit/easy/form.ts +++ b/templates/panel/sitekey/edit/easy/form.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/edit/easy/index.ts b/templates/panel/sitekey/edit/easy/index.ts index 808180c5..0016c852 100644 --- a/templates/panel/sitekey/edit/easy/index.ts +++ b/templates/panel/sitekey/edit/easy/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/edit/edit.test.ts b/templates/panel/sitekey/edit/edit.test.ts index 598245fc..dc8f93b9 100644 --- a/templates/panel/sitekey/edit/edit.test.ts +++ b/templates/panel/sitekey/edit/edit.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/edit/index.ts b/templates/panel/sitekey/edit/index.ts index ceb706d7..3216b67c 100644 --- a/templates/panel/sitekey/edit/index.ts +++ b/templates/panel/sitekey/edit/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/list/css/main.scss b/templates/panel/sitekey/list/css/main.scss index ad168b17..20f0bf4a 100644 --- a/templates/panel/sitekey/list/css/main.scss +++ b/templates/panel/sitekey/list/css/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/list/css/mobile.scss b/templates/panel/sitekey/list/css/mobile.scss index f035c3cf..c9784e7a 100644 --- a/templates/panel/sitekey/list/css/mobile.scss +++ b/templates/panel/sitekey/list/css/mobile.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/list/ts/index.ts b/templates/panel/sitekey/list/ts/index.ts index a5e6bc44..234e11f0 100644 --- a/templates/panel/sitekey/list/ts/index.ts +++ b/templates/panel/sitekey/list/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/view/css/main.scss b/templates/panel/sitekey/view/css/main.scss index 0ef0636e..eed7a3a9 100644 --- a/templates/panel/sitekey/view/css/main.scss +++ b/templates/panel/sitekey/view/css/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/sitekey/view/ts/index.ts b/templates/panel/sitekey/view/ts/index.ts index 7c215f1a..6741e0dd 100644 --- a/templates/panel/sitekey/view/ts/index.ts +++ b/templates/panel/sitekey/view/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/panel/ts/index.ts b/templates/panel/ts/index.ts index 596665f0..d3ef08a6 100644 --- a/templates/panel/ts/index.ts +++ b/templates/panel/ts/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/router.test.ts b/templates/router.test.ts index e11d5eb1..1ee26b6d 100644 --- a/templates/router.test.ts +++ b/templates/router.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/router.ts b/templates/router.ts index 74930fd2..767445a3 100644 --- a/templates/router.ts +++ b/templates/router.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/setUpTests.ts b/templates/setUpTests.ts index 2c76ddf9..2030ab46 100644 --- a/templates/setUpTests.ts +++ b/templates/setUpTests.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/genJsonPayload.test.ts b/templates/utils/genJsonPayload.test.ts index adf02b85..bccfa8e3 100644 --- a/templates/utils/genJsonPayload.test.ts +++ b/templates/utils/genJsonPayload.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/genJsonPayload.ts b/templates/utils/genJsonPayload.ts index 65d24b6d..20b53f1b 100644 --- a/templates/utils/genJsonPayload.ts +++ b/templates/utils/genJsonPayload.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/getFormUrl.test.ts b/templates/utils/getFormUrl.test.ts index 6a76c1fe..b12984e8 100644 --- a/templates/utils/getFormUrl.test.ts +++ b/templates/utils/getFormUrl.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/getFormUrl.ts b/templates/utils/getFormUrl.ts index 0d275905..f986521a 100644 --- a/templates/utils/getFormUrl.ts +++ b/templates/utils/getFormUrl.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/isBlankString.test.ts b/templates/utils/isBlankString.test.ts index 0c5dcb5e..80041f4f 100644 --- a/templates/utils/isBlankString.test.ts +++ b/templates/utils/isBlankString.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/isBlankString.ts b/templates/utils/isBlankString.ts index 38555900..8e010a8c 100644 --- a/templates/utils/isBlankString.ts +++ b/templates/utils/isBlankString.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/isNumber.test.ts b/templates/utils/isNumber.test.ts index 995bfa09..b793f044 100644 --- a/templates/utils/isNumber.test.ts +++ b/templates/utils/isNumber.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/isNumber.ts b/templates/utils/isNumber.ts index bf66a815..3164a54f 100644 --- a/templates/utils/isNumber.ts +++ b/templates/utils/isNumber.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/utils/lazyElement.ts b/templates/utils/lazyElement.ts index 1e1c559c..7d295ce6 100644 --- a/templates/utils/lazyElement.ts +++ b/templates/utils/lazyElement.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/views/v1/routes.ts b/templates/views/v1/routes.ts index 80aacade..8bcb9b9b 100644 --- a/templates/views/v1/routes.ts +++ b/templates/views/v1/routes.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/widget/main.scss b/templates/widget/main.scss index 475b0483..5f913354 100644 --- a/templates/widget/main.scss +++ b/templates/widget/main.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/templates/widget/service-worker.ts b/templates/widget/service-worker.ts index 44866480..bd5d0ab9 100644 --- a/templates/widget/service-worker.ts +++ b/templates/widget/service-worker.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Aravinth Manivannan + * Copyright (C) 2022 Aravinth Manivannan * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as