diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index a259bc7..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,2 +0,0 @@ -v0.3.0-alpha -- the structure of the project was optimized \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index cf7e10d..b9d69e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0-alpha" authors = ["Andrew Kushyk "] edition = "2024" description = "JSDB - Just a Simple DataBase is a database API designed for high-performance data management" -license = "GPL-3.0-or-later" +license = "AGPL-3.0-or-later" repository = "https://gitlab.com/git-user-cpp/rapid_naive_sql" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index a2087ef..42b7da9 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,18 @@ https://git-user-cpp.github.io/jsdb/jsdb/index.html JSDB - Just a Simple DataBase. Copyright (C) 2025 Andrew Kushyk - + 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 - the Free Software Foundation, either version 3 of the License, or + 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 General Public License for more details. - - You should have received a copy of the GNU General Public License + 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 . --- diff --git a/docs/src/jsdb/database.rs.html b/docs/src/jsdb/database.rs.html index e8bde9c..3bbe00d 100644 --- a/docs/src/jsdb/database.rs.html +++ b/docs/src/jsdb/database.rs.html @@ -1,18 +1,18 @@ database.rs - source

jsdb/
database.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
 18
diff --git a/docs/src/jsdb/database/database.rs.html b/docs/src/jsdb/database/database.rs.html
index fbc64db..726a01c 100644
--- a/docs/src/jsdb/database/database.rs.html
+++ b/docs/src/jsdb/database/database.rs.html
@@ -1,18 +1,18 @@
 database.rs - source

jsdb/database/
database.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
 18
diff --git a/docs/src/jsdb/database/row.rs.html b/docs/src/jsdb/database/row.rs.html
index 1f053ba..5b38c82 100644
--- a/docs/src/jsdb/database/row.rs.html
+++ b/docs/src/jsdb/database/row.rs.html
@@ -1,18 +1,18 @@
 row.rs - source

jsdb/database/
row.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
 18
diff --git a/docs/src/jsdb/database/table.rs.html b/docs/src/jsdb/database/table.rs.html
index 73b2e1e..d81d9d2 100644
--- a/docs/src/jsdb/database/table.rs.html
+++ b/docs/src/jsdb/database/table.rs.html
@@ -1,18 +1,18 @@
 table.rs - source

jsdb/database/
table.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
 18
diff --git a/docs/src/jsdb/functionality.rs.html b/docs/src/jsdb/functionality.rs.html
index 179ec84..f2e0815 100644
--- a/docs/src/jsdb/functionality.rs.html
+++ b/docs/src/jsdb/functionality.rs.html
@@ -1,18 +1,18 @@
 functionality.rs - source

jsdb/
functionality.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
 18
diff --git a/docs/src/jsdb/functionality/database.rs.html b/docs/src/jsdb/functionality/database.rs.html
index c8a90a7..76d1b49 100644
--- a/docs/src/jsdb/functionality/database.rs.html
+++ b/docs/src/jsdb/functionality/database.rs.html
@@ -1,17 +1,17 @@
 database.rs - source

jsdb/functionality/
database.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
\ No newline at end of file diff --git a/docs/src/jsdb/lib.rs.html b/docs/src/jsdb/lib.rs.html index 6b8d07d..8db1cc8 100644 --- a/docs/src/jsdb/lib.rs.html +++ b/docs/src/jsdb/lib.rs.html @@ -1,18 +1,18 @@ lib.rs - source

jsdb/
lib.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
 18
diff --git a/docs/src/jsdb/queries.rs.html b/docs/src/jsdb/queries.rs.html
index 69657fe..a098b2d 100644
--- a/docs/src/jsdb/queries.rs.html
+++ b/docs/src/jsdb/queries.rs.html
@@ -1,18 +1,18 @@
 queries.rs - source

jsdb/
queries.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
 18
diff --git a/docs/src/jsdb/queries/parser.rs.html b/docs/src/jsdb/queries/parser.rs.html
index bf46d92..c7d631c 100644
--- a/docs/src/jsdb/queries/parser.rs.html
+++ b/docs/src/jsdb/queries/parser.rs.html
@@ -1,17 +1,17 @@
 parser.rs - source

jsdb/queries/
parser.rs

1/*
-2 * JSDB - Just Simple DataBase.
-3 * Copyright (C) 2024-2025  Andrew Kushyk
+2 * JSDB - Just a Simple DataBase.
+3 * Copyright (C) 2025  Andrew Kushyk
 4 *
 5 * This program is free software: you can redistribute it and/or modify
-6 * it under the terms of the GNU General Public License as published by
-7 * the Free Software Foundation, either version 3 of the License, or
+6 * it under the terms of the GNU Affero General Public License as published
+7 * by the Free Software Foundation, either version 3 of the License, or
 8 * (at your option) any later version.
 9 *
 10 * This program is distributed in the hope that it will be useful,
 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-13 * GNU General Public License for more details.
+13 * GNU Affero General Public License for more details.
 14 *
-15 * You should have received a copy of the GNU General Public License
+15 * You should have received a copy of the GNU Affero General Public License
 16 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 17 */
\ No newline at end of file diff --git a/src/database.rs b/src/database.rs index 8795cee..6c1b016 100644 --- a/src/database.rs +++ b/src/database.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/database/database.rs b/src/database/database.rs index 891842e..cd7c51b 100644 --- a/src/database/database.rs +++ b/src/database/database.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/database/row.rs b/src/database/row.rs index bc2eb6e..bafe2e4 100644 --- a/src/database/row.rs +++ b/src/database/row.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/database/table.rs b/src/database/table.rs index 6c0a4d9..78fa49e 100644 --- a/src/database/table.rs +++ b/src/database/table.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/functionality.rs b/src/functionality.rs index ee5ddf5..33918e2 100644 --- a/src/functionality.rs +++ b/src/functionality.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/functionality/database.rs b/src/functionality/database.rs index 716ac06..d06d9ba 100644 --- a/src/functionality/database.rs +++ b/src/functionality/database.rs @@ -1,17 +1,17 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/lib.rs b/src/lib.rs index 2c67fc7..ad4b049 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/main.rs b/src/main.rs index 412514c..bba7ca1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/queries.rs b/src/queries.rs index bbe0acc..2fbdf64 100644 --- a/src/queries.rs +++ b/src/queries.rs @@ -1,18 +1,18 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ diff --git a/src/queries/parser.rs b/src/queries/parser.rs index 716ac06..d06d9ba 100644 --- a/src/queries/parser.rs +++ b/src/queries/parser.rs @@ -1,17 +1,17 @@ /* - * JSDB - Just Simple DataBase. - * Copyright (C) 2024-2025 Andrew Kushyk + * JSDB - Just a Simple DataBase. + * Copyright (C) 2025 Andrew Kushyk * * 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 - * the Free Software Foundation, either version 3 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */