Log in
Register
diff --git a/scripts/api.js b/scripts/api.js
index f76474b..d70eb5f 100644
--- a/scripts/api.js
+++ b/scripts/api.js
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+ 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
*/
diff --git a/scripts/auth.js b/scripts/auth.js
index 4507bd1..29b3608 100644
--- a/scripts/auth.js
+++ b/scripts/auth.js
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+ 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
*/
diff --git a/src/conf/conf.go b/src/conf/conf.go
index e90fc7b..06f932f 100644
--- a/src/conf/conf.go
+++ b/src/conf/conf.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package conf
import (
diff --git a/src/db/db.go b/src/db/db.go
index 8913865..bd4cbe1 100644
--- a/src/db/db.go
+++ b/src/db/db.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package db
import (
diff --git a/src/db/db_test.go b/src/db/db_test.go
index fec7942..0ffe848 100644
--- a/src/db/db_test.go
+++ b/src/db/db_test.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package db
import (
diff --git a/src/db/todo.go b/src/db/todo.go
index 493825c..42f2264 100644
--- a/src/db/todo.go
+++ b/src/db/todo.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package db
import "database/sql"
diff --git a/src/db/user.go b/src/db/user.go
index 5e3a22a..a702374 100644
--- a/src/db/user.go
+++ b/src/db/user.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package db
import "database/sql"
diff --git a/src/encryption/encryption.go b/src/encryption/encryption.go
index 2c9bad1..7e99d4a 100644
--- a/src/encryption/encryption.go
+++ b/src/encryption/encryption.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package encryption
import (
diff --git a/src/list/list.go b/src/list/list.go
deleted file mode 100644
index 2cdd824..0000000
--- a/src/list/list.go
+++ /dev/null
@@ -1 +0,0 @@
-package list
diff --git a/src/logger/logger.go b/src/logger/logger.go
index 9669a56..a1cb019 100644
--- a/src/logger/logger.go
+++ b/src/logger/logger.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package logger
import (
diff --git a/src/main.go b/src/main.go
index 23c7718..9b7e1a5 100644
--- a/src/main.go
+++ b/src/main.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package main
import (
diff --git a/src/server/api.go b/src/server/api.go
index 3fffb21..c03d50e 100644
--- a/src/server/api.go
+++ b/src/server/api.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package server
import (
diff --git a/src/server/api_test.go b/src/server/api_test.go
index 345e503..54d83da 100644
--- a/src/server/api_test.go
+++ b/src/server/api_test.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package server
import (
diff --git a/src/server/auth.go b/src/server/auth.go
index d670530..07392d5 100644
--- a/src/server/auth.go
+++ b/src/server/auth.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package server
import (
diff --git a/src/server/page.go b/src/server/page.go
index 22a9570..6bbeebf 100644
--- a/src/server/page.go
+++ b/src/server/page.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package server
import (
diff --git a/src/server/server.go b/src/server/server.go
index c0d6500..b0759ac 100644
--- a/src/server/server.go
+++ b/src/server/server.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package server
import (
diff --git a/src/server/validation.go b/src/server/validation.go
index 4076100..9295112 100644
--- a/src/server/validation.go
+++ b/src/server/validation.go
@@ -1,3 +1,21 @@
+/*
+ dela - web TODO list
+ Copyright (C) 2023 Kasyanov Nikolay Alexeyevich (Unbewohnte)
+
+ 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 by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see
.
+*/
+
package server
import (