diff --git a/BaseConverter/Form1.Designer.cs b/BaseConverter/Form1.Designer.cs index de7fec1..be95f42 100644 --- a/BaseConverter/Form1.Designer.cs +++ b/BaseConverter/Form1.Designer.cs @@ -1,4 +1,22 @@ -namespace WindowsFormsApplication1 +/* +Base-Converter - This file is a part of Base Converter +Copyright (C) 2022 Caleb Fontenot + +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 . +*/ + +namespace WindowsFormsApplication1 { partial class Form1 { diff --git a/BaseConverter/Form1.cs b/BaseConverter/Form1.cs index b2fb6b4..a7bf6fa 100644 --- a/BaseConverter/Form1.cs +++ b/BaseConverter/Form1.cs @@ -1,4 +1,22 @@ -using System; +/* +Base-Converter - This file is a part of Base Converter +Copyright (C) 2022 Caleb Fontenot + +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 . +*/ + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; @@ -153,4 +171,4 @@ namespace WindowsFormsApplication1 currentFocus("octalTextBox"); } } -} \ No newline at end of file +} diff --git a/BaseConverter/Program.cs b/BaseConverter/Program.cs index f369989..d94288b 100644 --- a/BaseConverter/Program.cs +++ b/BaseConverter/Program.cs @@ -1,4 +1,22 @@ -using System; +/* +Base-Converter - This file is a part of Base Converter +Copyright (C) 2022 Caleb Fontenot + +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 . +*/ + +using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms;