Browse Source

remove end year from Copyright notice in files

so we don't have to update all the files every year

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 1 năm trước cách đây
mục cha
commit
784b7585c1
100 tập tin đã thay đổi với 100 bổ sung100 xóa
  1. 1 1
      internal/acme/account.go
  2. 1 1
      internal/acme/acme.go
  3. 1 1
      internal/bundle/bundle.go
  4. 1 1
      internal/cmd/acme.go
  5. 1 1
      internal/cmd/awscontainer.go
  6. 1 1
      internal/cmd/awscontainer_disabled.go
  7. 1 1
      internal/cmd/gen.go
  8. 1 1
      internal/cmd/gencompletion.go
  9. 1 1
      internal/cmd/genman.go
  10. 1 1
      internal/cmd/initprovider.go
  11. 1 1
      internal/cmd/install_windows.go
  12. 1 1
      internal/cmd/ping.go
  13. 1 1
      internal/cmd/portable.go
  14. 1 1
      internal/cmd/portable_disabled.go
  15. 1 1
      internal/cmd/reload_windows.go
  16. 1 1
      internal/cmd/resetprovider.go
  17. 1 1
      internal/cmd/resetpwd.go
  18. 1 1
      internal/cmd/revertprovider.go
  19. 1 1
      internal/cmd/root.go
  20. 1 1
      internal/cmd/rotatelogs_windows.go
  21. 1 1
      internal/cmd/serve.go
  22. 1 1
      internal/cmd/service_windows.go
  23. 1 1
      internal/cmd/smtptest.go
  24. 1 1
      internal/cmd/start_windows.go
  25. 1 1
      internal/cmd/startsubsys.go
  26. 1 1
      internal/cmd/status_windows.go
  27. 1 1
      internal/cmd/stop_windows.go
  28. 1 1
      internal/cmd/uninstall_windows.go
  29. 1 1
      internal/command/command.go
  30. 1 1
      internal/command/command_test.go
  31. 1 1
      internal/common/actions.go
  32. 1 1
      internal/common/actions_test.go
  33. 1 1
      internal/common/clientsmap.go
  34. 1 1
      internal/common/clientsmap_test.go
  35. 1 1
      internal/common/common.go
  36. 1 1
      internal/common/common_test.go
  37. 1 1
      internal/common/connection.go
  38. 1 1
      internal/common/connection_test.go
  39. 1 1
      internal/common/dataretention.go
  40. 1 1
      internal/common/dataretention_test.go
  41. 1 1
      internal/common/defender.go
  42. 1 1
      internal/common/defender_test.go
  43. 1 1
      internal/common/defenderdb.go
  44. 1 1
      internal/common/defenderdb_test.go
  45. 1 1
      internal/common/defendermem.go
  46. 1 1
      internal/common/eventmanager.go
  47. 1 1
      internal/common/eventmanager_test.go
  48. 1 1
      internal/common/eventscheduler.go
  49. 1 1
      internal/common/httpauth.go
  50. 1 1
      internal/common/httpauth_test.go
  51. 1 1
      internal/common/protocol_test.go
  52. 1 1
      internal/common/ratelimiter.go
  53. 1 1
      internal/common/ratelimiter_test.go
  54. 1 1
      internal/common/tlsutils.go
  55. 1 1
      internal/common/tlsutils_test.go
  56. 1 1
      internal/common/transfer.go
  57. 1 1
      internal/common/transfer_test.go
  58. 1 1
      internal/common/transferschecker.go
  59. 1 1
      internal/common/transferschecker_test.go
  60. 1 1
      internal/config/config.go
  61. 1 1
      internal/config/config_darwin.go
  62. 1 1
      internal/config/config_fallback.go
  63. 1 1
      internal/config/config_linux.go
  64. 1 1
      internal/config/config_test.go
  65. 1 1
      internal/dataprovider/actions.go
  66. 1 1
      internal/dataprovider/admin.go
  67. 1 1
      internal/dataprovider/apikey.go
  68. 1 1
      internal/dataprovider/bolt.go
  69. 1 1
      internal/dataprovider/bolt_disabled.go
  70. 1 1
      internal/dataprovider/cachedpassword.go
  71. 1 1
      internal/dataprovider/cacheduser.go
  72. 1 1
      internal/dataprovider/configs.go
  73. 1 1
      internal/dataprovider/dataprovider.go
  74. 1 1
      internal/dataprovider/eventrule.go
  75. 1 1
      internal/dataprovider/group.go
  76. 1 1
      internal/dataprovider/iplist.go
  77. 1 1
      internal/dataprovider/memory.go
  78. 1 1
      internal/dataprovider/mysql.go
  79. 1 1
      internal/dataprovider/mysql_disabled.go
  80. 1 1
      internal/dataprovider/node.go
  81. 1 1
      internal/dataprovider/pgsql.go
  82. 1 1
      internal/dataprovider/pgsql_disabled.go
  83. 1 1
      internal/dataprovider/quotaupdater.go
  84. 1 1
      internal/dataprovider/role.go
  85. 1 1
      internal/dataprovider/scheduler.go
  86. 1 1
      internal/dataprovider/session.go
  87. 1 1
      internal/dataprovider/share.go
  88. 1 1
      internal/dataprovider/sqlcommon.go
  89. 1 1
      internal/dataprovider/sqlite.go
  90. 1 1
      internal/dataprovider/sqlite_disabled.go
  91. 1 1
      internal/dataprovider/sqlqueries.go
  92. 1 1
      internal/dataprovider/unixcrypt.go
  93. 1 1
      internal/dataprovider/unixcrypt_disabled.go
  94. 1 1
      internal/dataprovider/user.go
  95. 1 1
      internal/ftpd/cryptfs_test.go
  96. 1 1
      internal/ftpd/ftpd.go
  97. 1 1
      internal/ftpd/ftpd_test.go
  98. 1 1
      internal/ftpd/handler.go
  99. 1 1
      internal/ftpd/internal_test.go
  100. 1 1
      internal/ftpd/server.go

+ 1 - 1
internal/acme/account.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/acme/acme.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/bundle/bundle.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/acme.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/awscontainer.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/awscontainer_disabled.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/gen.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/gencompletion.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/genman.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/initprovider.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/install_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/ping.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/portable.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/portable_disabled.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/reload_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/resetprovider.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/resetpwd.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/revertprovider.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/root.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/rotatelogs_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/serve.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/service_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/smtptest.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/start_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/startsubsys.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/status_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/stop_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/cmd/uninstall_windows.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/command/command.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/command/command_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/actions.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/actions_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/clientsmap.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/clientsmap_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/common.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/common_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/connection.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/connection_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/dataretention.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/dataretention_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/defender.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/defender_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/defenderdb.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/defenderdb_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/defendermem.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/eventmanager.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/eventmanager_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/eventscheduler.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/httpauth.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/httpauth_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/protocol_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/ratelimiter.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/ratelimiter_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/tlsutils.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/tlsutils_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/transfer.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/transfer_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/transferschecker.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/common/transferschecker_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/config/config.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/config/config_darwin.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/config/config_fallback.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/config/config_linux.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/config/config_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/actions.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/admin.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/apikey.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/bolt.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/bolt_disabled.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/cachedpassword.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/cacheduser.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/configs.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/dataprovider.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/eventrule.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/group.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/iplist.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/memory.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/mysql.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/mysql_disabled.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/node.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/pgsql.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/pgsql_disabled.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/quotaupdater.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/role.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/scheduler.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/session.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/share.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/sqlcommon.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/sqlite.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/sqlite_disabled.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/sqlqueries.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/unixcrypt.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/unixcrypt_disabled.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/dataprovider/user.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/ftpd/cryptfs_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/ftpd/ftpd.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/ftpd/ftpd_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/ftpd/handler.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/ftpd/internal_test.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

+ 1 - 1
internal/ftpd/server.go

@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2023 Nicola Murino
+// Copyright (C) 2019 Nicola Murino
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác