Add license

master
Chloe Fontenot 🏳️‍⚧️ 2022-10-03 17:17:57 +07:00
parent 5db094050c
commit 7c7f077705
3 changed files with 58 additions and 4 deletions

@ -1,4 +1,22 @@
namespace WindowsFormsApplication1 /*
Base-Converter - This file is a part of Base Converter
Copyright (C) 2022 Caleb Fontenot <foley2431@gmail.com>
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
(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
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
namespace WindowsFormsApplication1
{ {
partial class Form1 partial class Form1
{ {

@ -1,4 +1,22 @@
using System; /*
Base-Converter - This file is a part of Base Converter
Copyright (C) 2022 Caleb Fontenot <foley2431@gmail.com>
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
(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
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
using System.Data; using System.Data;
@ -153,4 +171,4 @@ namespace WindowsFormsApplication1
currentFocus("octalTextBox"); currentFocus("octalTextBox");
} }
} }
} }

@ -1,4 +1,22 @@
using System; /*
Base-Converter - This file is a part of Base Converter
Copyright (C) 2022 Caleb Fontenot <foley2431@gmail.com>
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
(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
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;