Skip to content

Commit 660856b

Browse files
committed
license was switched from GPL-3.0 to AGPL-3.0
1 parent cb88d82 commit 660856b

22 files changed

+122
-124
lines changed

CHANGELOG

Lines changed: 0 additions & 2 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0-alpha"
44
authors = ["Andrew Kushyk <akushyk799 at gmail.com>"]
55
edition = "2024"
66
description = "JSDB - Just a Simple DataBase is a database API designed for high-performance data management"
7-
license = "GPL-3.0-or-later"
7+
license = "AGPL-3.0-or-later"
88
repository = "https://gitlab.com/git-user-cpp/rapid_naive_sql"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ https://git-user-cpp.github.io/jsdb/jsdb/index.html
2323

2424
JSDB - Just a Simple DataBase.
2525
Copyright (C) 2025 Andrew Kushyk
26-
26+
2727
This program is free software: you can redistribute it and/or modify
28-
it under the terms of the GNU General Public License as published by
29-
the Free Software Foundation, either version 3 of the License, or
28+
it under the terms of the GNU Affero General Public License as published
29+
by the Free Software Foundation, either version 3 of the License, or
3030
(at your option) any later version.
31-
31+
3232
This program is distributed in the hope that it will be useful,
3333
but WITHOUT ANY WARRANTY; without even the implied warranty of
3434
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35-
GNU General Public License for more details.
36-
37-
You should have received a copy of the GNU General Public License
35+
GNU Affero General Public License for more details.
36+
37+
You should have received a copy of the GNU Affero General Public License
3838
along with this program. If not, see <https://www.gnu.org/licenses/>.
3939

4040
---

docs/src/jsdb/database.rs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database.rs`."><title>database.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../static.files/storage-82c7156e.js"></script><script defer src="../../static.files/src-script-63605ae7.js"></script><script defer src="../../src-files.js"></script><script defer src="../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/</div>database.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-2"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
2-
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
3-
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
2+
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
3+
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
44
<a href=#4 id=4 data-nosnippet>4</a> *
55
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
6-
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
7-
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
6+
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
7+
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
88
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
99
<a href=#9 id=9 data-nosnippet>9</a> *
1010
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
1111
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
13+
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
1414
<a href=#14 id=14 data-nosnippet>14</a> *
15-
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
15+
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
1616
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
1717
<a href=#17 id=17 data-nosnippet>17</a> */
1818
<a href=#18 id=18 data-nosnippet>18</a>

docs/src/jsdb/database/database.rs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database/database.rs`."><title>database.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../../static.files/storage-82c7156e.js"></script><script defer src="../../../static.files/src-script-63605ae7.js"></script><script defer src="../../../src-files.js"></script><script defer src="../../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/database/</div>database.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-3"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
2-
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
3-
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
2+
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
3+
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
44
<a href=#4 id=4 data-nosnippet>4</a> *
55
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
6-
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
7-
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
6+
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
7+
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
88
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
99
<a href=#9 id=9 data-nosnippet>9</a> *
1010
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
1111
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
13+
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
1414
<a href=#14 id=14 data-nosnippet>14</a> *
15-
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
15+
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
1616
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
1717
<a href=#17 id=17 data-nosnippet>17</a> */
1818
<a href=#18 id=18 data-nosnippet>18</a>

docs/src/jsdb/database/row.rs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database/row.rs`."><title>row.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../../static.files/storage-82c7156e.js"></script><script defer src="../../../static.files/src-script-63605ae7.js"></script><script defer src="../../../src-files.js"></script><script defer src="../../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/database/</div>row.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-3"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
2-
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
3-
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
2+
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
3+
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
44
<a href=#4 id=4 data-nosnippet>4</a> *
55
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
6-
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
7-
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
6+
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
7+
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
88
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
99
<a href=#9 id=9 data-nosnippet>9</a> *
1010
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
1111
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
13+
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
1414
<a href=#14 id=14 data-nosnippet>14</a> *
15-
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
15+
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
1616
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
1717
<a href=#17 id=17 data-nosnippet>17</a> */
1818
<a href=#18 id=18 data-nosnippet>18</a>

docs/src/jsdb/database/table.rs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database/table.rs`."><title>table.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../../static.files/storage-82c7156e.js"></script><script defer src="../../../static.files/src-script-63605ae7.js"></script><script defer src="../../../src-files.js"></script><script defer src="../../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/database/</div>table.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-3"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
2-
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
3-
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
2+
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
3+
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
44
<a href=#4 id=4 data-nosnippet>4</a> *
55
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
6-
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
7-
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
6+
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
7+
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
88
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
99
<a href=#9 id=9 data-nosnippet>9</a> *
1010
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
1111
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
13+
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
1414
<a href=#14 id=14 data-nosnippet>14</a> *
15-
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
15+
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
1616
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
1717
<a href=#17 id=17 data-nosnippet>17</a> */
1818
<a href=#18 id=18 data-nosnippet>18</a>

0 commit comments

Comments
 (0)