Skip to content

Commit c6d727c

Browse files
committed
Added GPLv3 Notice to files
1 parent d14a6e6 commit c6d727c

11 files changed

Lines changed: 188 additions & 32 deletions

NetworkEditor/AboutDialog.Designer.cs

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetworkEditor/AboutDialog.cs

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.ComponentModel;
4-
using System.Data;
5-
using System.Drawing;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
1+
/// Network Editor - Windows Network Category / Name Editor
2+
/// Copyright (C) 2016 Lucas Teske
3+
///
4+
/// This program is free software: you can redistribute it and/or modify
5+
/// it under the terms of the GNU General Public License as published by
6+
/// the Free Software Foundation, either version 3 of the License, or
7+
/// (at your option) any later version.
8+
///
9+
/// This program is distributed in the hope that it will be useful,
10+
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
/// GNU General Public License for more details.
13+
///
14+
/// You should have received a copy of the GNU General Public License
15+
/// along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
17+
18+
using System;
919
using System.Windows.Forms;
1020

1121
namespace NetworkEditor {

NetworkEditor/MainForm.Designer.cs

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetworkEditor/MainForm.cs

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
using System;
1+
/// Network Editor - Windows Network Category / Name Editor
2+
/// Copyright (C) 2016 Lucas Teske
3+
///
4+
/// This program is free software: you can redistribute it and/or modify
5+
/// it under the terms of the GNU General Public License as published by
6+
/// the Free Software Foundation, either version 3 of the License, or
7+
/// (at your option) any later version.
8+
///
9+
/// This program is distributed in the hope that it will be useful,
10+
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
/// GNU General Public License for more details.
13+
///
14+
/// You should have received a copy of the GNU General Public License
15+
/// along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
17+
using System;
218
using System.Collections.Generic;
3-
using System.ComponentModel;
4-
using System.Data;
5-
using System.Drawing;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
919
using System.Windows.Forms;
1020

1121
namespace NetworkEditor {

NetworkEditor/NetworkCategory.cs

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
1+
/// Network Editor - Windows Network Category / Name Editor
2+
/// Copyright (C) 2016 Lucas Teske
3+
///
4+
/// This program is free software: you can redistribute it and/or modify
5+
/// it under the terms of the GNU General Public License as published by
6+
/// the Free Software Foundation, either version 3 of the License, or
7+
/// (at your option) any later version.
8+
///
9+
/// This program is distributed in the hope that it will be useful,
10+
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
/// GNU General Public License for more details.
13+
///
14+
/// You should have received a copy of the GNU General Public License
15+
/// along with this program. If not, see <http://www.gnu.org/licenses/>.
616

717
namespace NetworkEditor {
818
public enum NetworkCategory {

NetworkEditor/NetworkProfile.cs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
using System;
1+
/// Network Editor - Windows Network Category / Name Editor
2+
/// Copyright (C) 2016 Lucas Teske
3+
///
4+
/// This program is free software: you can redistribute it and/or modify
5+
/// it under the terms of the GNU General Public License as published by
6+
/// the Free Software Foundation, either version 3 of the License, or
7+
/// (at your option) any later version.
8+
///
9+
/// This program is distributed in the hope that it will be useful,
10+
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
/// GNU General Public License for more details.
13+
///
14+
/// You should have received a copy of the GNU General Public License
15+
/// along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
17+
using System;
218
using System.Collections.Generic;
319
using System.Linq;
420

NetworkEditor/Program.cs

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
1+
/// Network Editor - Windows Network Category / Name Editor
2+
/// Copyright (C) 2016 Lucas Teske
3+
///
4+
/// This program is free software: you can redistribute it and/or modify
5+
/// it under the terms of the GNU General Public License as published by
6+
/// the Free Software Foundation, either version 3 of the License, or
7+
/// (at your option) any later version.
8+
///
9+
/// This program is distributed in the hope that it will be useful,
10+
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
/// GNU General Public License for more details.
13+
///
14+
/// You should have received a copy of the GNU General Public License
15+
/// along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
17+
using System;
518
using System.Windows.Forms;
619

720
namespace NetworkEditor {

NetworkEditor/Properties/AssemblyInfo.cs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
using System.Reflection;
1+
/// Network Editor - Windows Network Category / Name Editor
2+
/// Copyright (C) 2016 Lucas Teske
3+
///
4+
/// This program is free software: you can redistribute it and/or modify
5+
/// it under the terms of the GNU General Public License as published by
6+
/// the Free Software Foundation, either version 3 of the License, or
7+
/// (at your option) any later version.
8+
///
9+
/// This program is distributed in the hope that it will be useful,
10+
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
/// GNU General Public License for more details.
13+
///
14+
/// You should have received a copy of the GNU General Public License
15+
/// along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
17+
using System.Reflection;
218
using System.Runtime.CompilerServices;
319
using System.Runtime.InteropServices;
420

NetworkEditor/Properties/Resources.Designer.cs

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetworkEditor/Resources.Designer.cs

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)