From e2c1055edc20f74663456803128014af8dee656e Mon Sep 17 00:00:00 2001 From: Artyom Morozov Date: Sun, 7 Jun 2026 22:00:30 +0000 Subject: [PATCH 1/3] Initial commit --- LICENSE | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..684833f --- /dev/null +++ b/LICENSE @@ -0,0 +1,6 @@ +As a special exception, if you link this library with files +compiled with a GNU compiler to produce an executable, this +does not cause the resulting executable to be covered by +the GNU General Public License. This exception does not +however invalidate any other reasons why the executable +file might be covered by the GNU General Public License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2537f3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# rusttodo_manager + From 605da7fecdac2c84e1ac5eeafda390d8df58757d Mon Sep 17 00:00:00 2001 From: Artyom Morozov Date: Sun, 7 Jun 2026 22:10:16 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index a2537f3..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# rusttodo_manager - From 65a4e201ea2366d3329ab7aece481b0e7777c3ae Mon Sep 17 00:00:00 2001 From: Artyom Morozov Date: Sun, 7 Jun 2026 22:10:23 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C?= =?UTF-8?q?=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 684833f..0000000 --- a/LICENSE +++ /dev/null @@ -1,6 +0,0 @@ -As a special exception, if you link this library with files -compiled with a GNU compiler to produce an executable, this -does not cause the resulting executable to be covered by -the GNU General Public License. This exception does not -however invalidate any other reasons why the executable -file might be covered by the GNU General Public License.