From a97f43252a9cc1cc1952304054a92b988b9a69a0 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Sat, 3 Jan 2026 08:51:29 -0500 Subject: [PATCH] Update copyright year to 2026 in all relevant files --- Makefile | 2 +- client/src/app/app.component.ts | 2 +- client/src/app/app.module.ts | 2 +- client/src/app/components/rdio-scanner/admin/admin.component.ts | 2 +- client/src/app/components/rdio-scanner/admin/admin.module.ts | 2 +- client/src/app/components/rdio-scanner/admin/admin.service.ts | 2 +- .../rdio-scanner/admin/config/access/access.component.ts | 2 +- .../rdio-scanner/admin/config/api-keys/api-keys.component.ts | 2 +- .../components/rdio-scanner/admin/config/config.component.ts | 2 +- .../rdio-scanner/admin/config/dir-watch/dir-watch.component.ts | 2 +- .../admin/config/downstreams/downstreams.component.ts | 2 +- .../rdio-scanner/admin/config/groups/groups.component.ts | 2 +- .../rdio-scanner/admin/config/options/options.component.ts | 2 +- .../admin/config/systems/select/select.component.ts | 2 +- .../admin/config/systems/system/system.component.ts | 2 +- .../rdio-scanner/admin/config/systems/systems.component.ts | 2 +- .../admin/config/systems/talkgroup/talkgroup.component.ts | 2 +- .../rdio-scanner/admin/config/systems/unit/unit.component.ts | 2 +- .../components/rdio-scanner/admin/config/tags/tags.component.ts | 2 +- client/src/app/components/rdio-scanner/admin/index.ts | 2 +- .../app/components/rdio-scanner/admin/login/login.component.ts | 2 +- .../app/components/rdio-scanner/admin/logs/logs.component.ts | 2 +- .../app/components/rdio-scanner/admin/todos/todos.component.ts | 2 +- .../import-export-config/import-export-config.component.ts | 2 +- .../tools/import-talkgroups/import-talkgroups.component.ts | 2 +- .../admin/tools/import-units/import-units.component.ts | 2 +- .../rdio-scanner/admin/tools/password/password.component.ts | 2 +- .../app/components/rdio-scanner/admin/tools/tools.component.ts | 2 +- client/src/app/components/rdio-scanner/index.ts | 2 +- client/src/app/components/rdio-scanner/main/main.component.ts | 2 +- .../components/rdio-scanner/main/support/support.component.ts | 2 +- .../rdio-scanner/native/badges/app-store-badge.component.ts | 2 +- .../rdio-scanner/native/badges/google-play-badge.component.ts | 2 +- .../src/app/components/rdio-scanner/native/native.component.ts | 2 +- client/src/app/components/rdio-scanner/native/native.module.ts | 2 +- .../src/app/components/rdio-scanner/rdio-scanner.component.ts | 2 +- client/src/app/components/rdio-scanner/rdio-scanner.module.ts | 2 +- client/src/app/components/rdio-scanner/rdio-scanner.service.ts | 2 +- client/src/app/components/rdio-scanner/rdio-scanner.ts | 2 +- .../src/app/components/rdio-scanner/search/search.component.ts | 2 +- .../src/app/components/rdio-scanner/select/select.component.ts | 2 +- client/src/app/pages/rdio-scanner/admin/admin.component.ts | 2 +- client/src/app/pages/rdio-scanner/admin/admin.module.ts | 2 +- client/src/app/pages/rdio-scanner/admin/admin.routes.ts | 2 +- client/src/app/pages/rdio-scanner/index.ts | 2 +- .../src/app/pages/rdio-scanner/rdio-scanner-main.component.ts | 2 +- client/src/app/pages/rdio-scanner/rdio-scanner.component.ts | 2 +- client/src/app/pages/rdio-scanner/rdio-scanner.module.ts | 2 +- client/src/app/pages/rdio-scanner/rdio-scanner.routes.ts | 2 +- client/src/app/shared/material/material.module.ts | 2 +- client/src/app/shared/shared.module.ts | 2 +- client/src/app/shared/update/update.component.ts | 2 +- client/src/app/shared/update/update.module.ts | 2 +- client/src/app/shared/update/update.service.ts | 2 +- client/src/main.ts | 2 +- client/src/proxy.conf.js | 2 +- server/access.go | 2 +- server/admin.go | 2 +- server/api.go | 2 +- server/apikey.go | 2 +- server/blacklists.go | 2 +- server/call.go | 2 +- server/client.go | 2 +- server/command.go | 2 +- server/config.go | 2 +- server/controller.go | 2 +- server/daemon.go | 2 +- server/database.go | 2 +- server/defaults.go | 2 +- server/dirwatch.go | 2 +- server/downstream.go | 2 +- server/ffmpeg.go | 2 +- server/group.go | 2 +- server/keypad.go | 2 +- server/livefeed.go | 2 +- server/log.go | 2 +- server/main.go | 2 +- server/message.go | 2 +- server/options.go | 2 +- server/parsers.go | 2 +- server/scheduler.go | 2 +- server/system.go | 2 +- server/tag.go | 2 +- server/talkgroup.go | 2 +- server/unit.go | 2 +- server/version.go | 2 +- server/webapp.go | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/Makefile b/Makefile index 51e4afb..983f76b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ################################################################################ -## Copyright (C) 2019-2022 Chrystian Huot +## Copyright (C) 2019-2026 Chrystian Huot ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index e42b1fc..f353c20 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index d37c231..baa1eb9 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/admin.component.ts b/client/src/app/components/rdio-scanner/admin/admin.component.ts index 73b27d9..9cc1314 100644 --- a/client/src/app/components/rdio-scanner/admin/admin.component.ts +++ b/client/src/app/components/rdio-scanner/admin/admin.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/admin.module.ts b/client/src/app/components/rdio-scanner/admin/admin.module.ts index 9bf36fc..d098a65 100644 --- a/client/src/app/components/rdio-scanner/admin/admin.module.ts +++ b/client/src/app/components/rdio-scanner/admin/admin.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/admin.service.ts b/client/src/app/components/rdio-scanner/admin/admin.service.ts index 2728261..9766105 100644 --- a/client/src/app/components/rdio-scanner/admin/admin.service.ts +++ b/client/src/app/components/rdio-scanner/admin/admin.service.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/access/access.component.ts b/client/src/app/components/rdio-scanner/admin/config/access/access.component.ts index 2326a2a..78dc871 100644 --- a/client/src/app/components/rdio-scanner/admin/config/access/access.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/access/access.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/api-keys/api-keys.component.ts b/client/src/app/components/rdio-scanner/admin/config/api-keys/api-keys.component.ts index 0033251..12edd0e 100644 --- a/client/src/app/components/rdio-scanner/admin/config/api-keys/api-keys.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/api-keys/api-keys.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/config.component.ts b/client/src/app/components/rdio-scanner/admin/config/config.component.ts index 387b1dc..c94682e 100644 --- a/client/src/app/components/rdio-scanner/admin/config/config.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/config.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/dir-watch/dir-watch.component.ts b/client/src/app/components/rdio-scanner/admin/config/dir-watch/dir-watch.component.ts index c843e7c..e430fed 100644 --- a/client/src/app/components/rdio-scanner/admin/config/dir-watch/dir-watch.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/dir-watch/dir-watch.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/downstreams/downstreams.component.ts b/client/src/app/components/rdio-scanner/admin/config/downstreams/downstreams.component.ts index 23cd48c..3e65e57 100644 --- a/client/src/app/components/rdio-scanner/admin/config/downstreams/downstreams.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/downstreams/downstreams.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/groups/groups.component.ts b/client/src/app/components/rdio-scanner/admin/config/groups/groups.component.ts index 4ee308f..8346111 100644 --- a/client/src/app/components/rdio-scanner/admin/config/groups/groups.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/groups/groups.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/options/options.component.ts b/client/src/app/components/rdio-scanner/admin/config/options/options.component.ts index 486088f..f90089c 100644 --- a/client/src/app/components/rdio-scanner/admin/config/options/options.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/options/options.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/systems/select/select.component.ts b/client/src/app/components/rdio-scanner/admin/config/systems/select/select.component.ts index fe9ea36..007ae7f 100644 --- a/client/src/app/components/rdio-scanner/admin/config/systems/select/select.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/systems/select/select.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/systems/system/system.component.ts b/client/src/app/components/rdio-scanner/admin/config/systems/system/system.component.ts index 6148e53..a81c8e1 100644 --- a/client/src/app/components/rdio-scanner/admin/config/systems/system/system.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/systems/system/system.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/systems/systems.component.ts b/client/src/app/components/rdio-scanner/admin/config/systems/systems.component.ts index 26adf23..f37f299 100644 --- a/client/src/app/components/rdio-scanner/admin/config/systems/systems.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/systems/systems.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/systems/talkgroup/talkgroup.component.ts b/client/src/app/components/rdio-scanner/admin/config/systems/talkgroup/talkgroup.component.ts index 2c5fe57..7a88c50 100644 --- a/client/src/app/components/rdio-scanner/admin/config/systems/talkgroup/talkgroup.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/systems/talkgroup/talkgroup.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/systems/unit/unit.component.ts b/client/src/app/components/rdio-scanner/admin/config/systems/unit/unit.component.ts index b4b97c1..1cf7fa3 100644 --- a/client/src/app/components/rdio-scanner/admin/config/systems/unit/unit.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/systems/unit/unit.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/config/tags/tags.component.ts b/client/src/app/components/rdio-scanner/admin/config/tags/tags.component.ts index 8bf539f..c93859b 100644 --- a/client/src/app/components/rdio-scanner/admin/config/tags/tags.component.ts +++ b/client/src/app/components/rdio-scanner/admin/config/tags/tags.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/index.ts b/client/src/app/components/rdio-scanner/admin/index.ts index 8e33e5d..9b7b9b9 100644 --- a/client/src/app/components/rdio-scanner/admin/index.ts +++ b/client/src/app/components/rdio-scanner/admin/index.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/login/login.component.ts b/client/src/app/components/rdio-scanner/admin/login/login.component.ts index a947139..92db736 100644 --- a/client/src/app/components/rdio-scanner/admin/login/login.component.ts +++ b/client/src/app/components/rdio-scanner/admin/login/login.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/logs/logs.component.ts b/client/src/app/components/rdio-scanner/admin/logs/logs.component.ts index 1997737..8d51461 100644 --- a/client/src/app/components/rdio-scanner/admin/logs/logs.component.ts +++ b/client/src/app/components/rdio-scanner/admin/logs/logs.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/todos/todos.component.ts b/client/src/app/components/rdio-scanner/admin/todos/todos.component.ts index db56c35..ebf820b 100644 --- a/client/src/app/components/rdio-scanner/admin/todos/todos.component.ts +++ b/client/src/app/components/rdio-scanner/admin/todos/todos.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/tools/import-export-config/import-export-config.component.ts b/client/src/app/components/rdio-scanner/admin/tools/import-export-config/import-export-config.component.ts index 8420d4f..188ee16 100644 --- a/client/src/app/components/rdio-scanner/admin/tools/import-export-config/import-export-config.component.ts +++ b/client/src/app/components/rdio-scanner/admin/tools/import-export-config/import-export-config.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/tools/import-talkgroups/import-talkgroups.component.ts b/client/src/app/components/rdio-scanner/admin/tools/import-talkgroups/import-talkgroups.component.ts index 2eee2a6..f5868d4 100644 --- a/client/src/app/components/rdio-scanner/admin/tools/import-talkgroups/import-talkgroups.component.ts +++ b/client/src/app/components/rdio-scanner/admin/tools/import-talkgroups/import-talkgroups.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/tools/import-units/import-units.component.ts b/client/src/app/components/rdio-scanner/admin/tools/import-units/import-units.component.ts index 09adcf2..f889d09 100644 --- a/client/src/app/components/rdio-scanner/admin/tools/import-units/import-units.component.ts +++ b/client/src/app/components/rdio-scanner/admin/tools/import-units/import-units.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/tools/password/password.component.ts b/client/src/app/components/rdio-scanner/admin/tools/password/password.component.ts index 1766cf2..a965775 100644 --- a/client/src/app/components/rdio-scanner/admin/tools/password/password.component.ts +++ b/client/src/app/components/rdio-scanner/admin/tools/password/password.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/admin/tools/tools.component.ts b/client/src/app/components/rdio-scanner/admin/tools/tools.component.ts index 7c38a7f..1c6dc69 100644 --- a/client/src/app/components/rdio-scanner/admin/tools/tools.component.ts +++ b/client/src/app/components/rdio-scanner/admin/tools/tools.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/index.ts b/client/src/app/components/rdio-scanner/index.ts index 3824fc5..35aad17 100644 --- a/client/src/app/components/rdio-scanner/index.ts +++ b/client/src/app/components/rdio-scanner/index.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/main/main.component.ts b/client/src/app/components/rdio-scanner/main/main.component.ts index 90804a9..a27e4d6 100644 --- a/client/src/app/components/rdio-scanner/main/main.component.ts +++ b/client/src/app/components/rdio-scanner/main/main.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/main/support/support.component.ts b/client/src/app/components/rdio-scanner/main/support/support.component.ts index 521bcff..e099504 100644 --- a/client/src/app/components/rdio-scanner/main/support/support.component.ts +++ b/client/src/app/components/rdio-scanner/main/support/support.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/native/badges/app-store-badge.component.ts b/client/src/app/components/rdio-scanner/native/badges/app-store-badge.component.ts index e5425bc..f7fed43 100644 --- a/client/src/app/components/rdio-scanner/native/badges/app-store-badge.component.ts +++ b/client/src/app/components/rdio-scanner/native/badges/app-store-badge.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/native/badges/google-play-badge.component.ts b/client/src/app/components/rdio-scanner/native/badges/google-play-badge.component.ts index caf3791..5cec859 100644 --- a/client/src/app/components/rdio-scanner/native/badges/google-play-badge.component.ts +++ b/client/src/app/components/rdio-scanner/native/badges/google-play-badge.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/native/native.component.ts b/client/src/app/components/rdio-scanner/native/native.component.ts index 0d23c7a..0eef8af 100644 --- a/client/src/app/components/rdio-scanner/native/native.component.ts +++ b/client/src/app/components/rdio-scanner/native/native.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/native/native.module.ts b/client/src/app/components/rdio-scanner/native/native.module.ts index 3086850..f680c3f 100644 --- a/client/src/app/components/rdio-scanner/native/native.module.ts +++ b/client/src/app/components/rdio-scanner/native/native.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.component.ts b/client/src/app/components/rdio-scanner/rdio-scanner.component.ts index 56d0e74..41bfc75 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.component.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.module.ts b/client/src/app/components/rdio-scanner/rdio-scanner.module.ts index 8362e7a..8f4dcda 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.module.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.service.ts b/client/src/app/components/rdio-scanner/rdio-scanner.service.ts index 598828e..49c5cdf 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.service.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner.service.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.ts b/client/src/app/components/rdio-scanner/rdio-scanner.ts index 48a94d9..d51fa8e 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/search/search.component.ts b/client/src/app/components/rdio-scanner/search/search.component.ts index f5399e9..94ca46a 100644 --- a/client/src/app/components/rdio-scanner/search/search.component.ts +++ b/client/src/app/components/rdio-scanner/search/search.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/components/rdio-scanner/select/select.component.ts b/client/src/app/components/rdio-scanner/select/select.component.ts index 5104e63..c1cd618 100644 --- a/client/src/app/components/rdio-scanner/select/select.component.ts +++ b/client/src/app/components/rdio-scanner/select/select.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/admin/admin.component.ts b/client/src/app/pages/rdio-scanner/admin/admin.component.ts index 1231e79..0cd58b5 100644 --- a/client/src/app/pages/rdio-scanner/admin/admin.component.ts +++ b/client/src/app/pages/rdio-scanner/admin/admin.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/admin/admin.module.ts b/client/src/app/pages/rdio-scanner/admin/admin.module.ts index 86bb97d..5d39516 100644 --- a/client/src/app/pages/rdio-scanner/admin/admin.module.ts +++ b/client/src/app/pages/rdio-scanner/admin/admin.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/admin/admin.routes.ts b/client/src/app/pages/rdio-scanner/admin/admin.routes.ts index 43f5402..5022e83 100644 --- a/client/src/app/pages/rdio-scanner/admin/admin.routes.ts +++ b/client/src/app/pages/rdio-scanner/admin/admin.routes.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/index.ts b/client/src/app/pages/rdio-scanner/index.ts index 76cc02d..25b478c 100644 --- a/client/src/app/pages/rdio-scanner/index.ts +++ b/client/src/app/pages/rdio-scanner/index.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/rdio-scanner-main.component.ts b/client/src/app/pages/rdio-scanner/rdio-scanner-main.component.ts index 24b3f53..6c1b32f 100644 --- a/client/src/app/pages/rdio-scanner/rdio-scanner-main.component.ts +++ b/client/src/app/pages/rdio-scanner/rdio-scanner-main.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/rdio-scanner.component.ts b/client/src/app/pages/rdio-scanner/rdio-scanner.component.ts index 0d078cb..2b21bc5 100644 --- a/client/src/app/pages/rdio-scanner/rdio-scanner.component.ts +++ b/client/src/app/pages/rdio-scanner/rdio-scanner.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/rdio-scanner.module.ts b/client/src/app/pages/rdio-scanner/rdio-scanner.module.ts index 9834e61..b4f8853 100644 --- a/client/src/app/pages/rdio-scanner/rdio-scanner.module.ts +++ b/client/src/app/pages/rdio-scanner/rdio-scanner.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/pages/rdio-scanner/rdio-scanner.routes.ts b/client/src/app/pages/rdio-scanner/rdio-scanner.routes.ts index 272db6a..b0693f0 100644 --- a/client/src/app/pages/rdio-scanner/rdio-scanner.routes.ts +++ b/client/src/app/pages/rdio-scanner/rdio-scanner.routes.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/shared/material/material.module.ts b/client/src/app/shared/material/material.module.ts index c32970d..a0f8893 100644 --- a/client/src/app/shared/material/material.module.ts +++ b/client/src/app/shared/material/material.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 55e0097..ee0ad13 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/shared/update/update.component.ts b/client/src/app/shared/update/update.component.ts index 0cc57d3..90cbc0b 100644 --- a/client/src/app/shared/update/update.component.ts +++ b/client/src/app/shared/update/update.component.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/shared/update/update.module.ts b/client/src/app/shared/update/update.module.ts index 1a1ce9b..a38f5e9 100644 --- a/client/src/app/shared/update/update.module.ts +++ b/client/src/app/shared/update/update.module.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/app/shared/update/update.service.ts b/client/src/app/shared/update/update.service.ts index a48c717..83a17ca 100644 --- a/client/src/app/shared/update/update.service.ts +++ b/client/src/app/shared/update/update.service.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/main.ts b/client/src/main.ts index 6009e67..ca3e9d2 100644 --- a/client/src/main.ts +++ b/client/src/main.ts @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/src/proxy.conf.js b/client/src/proxy.conf.js index 5dafdb5..4dddb91 100644 --- a/client/src/proxy.conf.js +++ b/client/src/proxy.conf.js @@ -1,6 +1,6 @@ /* * ***************************************************************************** - * Copyright (C) 2019-2022 Chrystian Huot + * Copyright (C) 2019-2026 Chrystian Huot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/server/access.go b/server/access.go index b0ada1e..e4b3360 100644 --- a/server/access.go +++ b/server/access.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/admin.go b/server/admin.go index 1dccfd6..9a8754e 100644 --- a/server/admin.go +++ b/server/admin.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/api.go b/server/api.go index 2c343d4..7b4e1d1 100644 --- a/server/api.go +++ b/server/api.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/apikey.go b/server/apikey.go index dde4018..a95cb0b 100644 --- a/server/apikey.go +++ b/server/apikey.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/blacklists.go b/server/blacklists.go index 39e2849..ca66f3b 100644 --- a/server/blacklists.go +++ b/server/blacklists.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/call.go b/server/call.go index 8e7f3e8..99c6ee2 100644 --- a/server/call.go +++ b/server/call.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/client.go b/server/client.go index a4632fa..31ce793 100644 --- a/server/client.go +++ b/server/client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/command.go b/server/command.go index 4739289..f819412 100644 --- a/server/command.go +++ b/server/command.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/config.go b/server/config.go index 1f01c83..a41f1e2 100644 --- a/server/config.go +++ b/server/config.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/controller.go b/server/controller.go index 5af0d2b..5af23f9 100644 --- a/server/controller.go +++ b/server/controller.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/daemon.go b/server/daemon.go index d21f976..86f3d54 100644 --- a/server/daemon.go +++ b/server/daemon.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/database.go b/server/database.go index a4da93d..57b1975 100644 --- a/server/database.go +++ b/server/database.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/defaults.go b/server/defaults.go index 57c69c5..6624409 100644 --- a/server/defaults.go +++ b/server/defaults.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/dirwatch.go b/server/dirwatch.go index 8e9312c..1d71f75 100644 --- a/server/dirwatch.go +++ b/server/dirwatch.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/downstream.go b/server/downstream.go index d125c7c..4fbb8be 100644 --- a/server/downstream.go +++ b/server/downstream.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/ffmpeg.go b/server/ffmpeg.go index ce502dc..22ffa82 100644 --- a/server/ffmpeg.go +++ b/server/ffmpeg.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/group.go b/server/group.go index d477217..5b58e2d 100644 --- a/server/group.go +++ b/server/group.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/keypad.go b/server/keypad.go index 80802af..d551a40 100644 --- a/server/keypad.go +++ b/server/keypad.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/livefeed.go b/server/livefeed.go index 90e8415..75092e4 100644 --- a/server/livefeed.go +++ b/server/livefeed.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/log.go b/server/log.go index 10ae752..a40dba5 100644 --- a/server/log.go +++ b/server/log.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/main.go b/server/main.go index 3e883aa..40f02c9 100644 --- a/server/main.go +++ b/server/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/message.go b/server/message.go index 3e9eaf3..cf0da81 100644 --- a/server/message.go +++ b/server/message.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/options.go b/server/options.go index 7a854e9..a19af25 100644 --- a/server/options.go +++ b/server/options.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/parsers.go b/server/parsers.go index 6f7c783..b5d9dfb 100644 --- a/server/parsers.go +++ b/server/parsers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/scheduler.go b/server/scheduler.go index de51f44..0f8cb28 100644 --- a/server/scheduler.go +++ b/server/scheduler.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/system.go b/server/system.go index 646c456..5752d70 100644 --- a/server/system.go +++ b/server/system.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/tag.go b/server/tag.go index 5664449..b371004 100644 --- a/server/tag.go +++ b/server/tag.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/talkgroup.go b/server/talkgroup.go index 31d746f..968d277 100644 --- a/server/talkgroup.go +++ b/server/talkgroup.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/unit.go b/server/unit.go index 4e1aae1..1adbedf 100644 --- a/server/unit.go +++ b/server/unit.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/version.go b/server/version.go index a17df31..9a13443 100644 --- a/server/version.go +++ b/server/version.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/server/webapp.go b/server/webapp.go index 156e4f3..cfd92d0 100644 --- a/server/webapp.go +++ b/server/webapp.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2022 Chrystian Huot +// Copyright (C) 2019-2026 Chrystian Huot // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by