Skip to content

Commit 607cf17

Browse files
committed
Added legal stuff
1 parent 736d7e8 commit 607cf17

23 files changed

+1146
-20
lines changed

BasicPawn/Classes/ClassExceptionLogManagement.vb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
Public Class ClassExceptionLogManagement
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Public Class ClassExceptionLogManagement
218
Private Shared g_sLogName As String = IO.Path.Combine(Application.StartupPath, "application_error.log")
319

420
Public Shared Sub WriteToLog(ex As Exception)

BasicPawn/Classes/ClassIniFile.vb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
Imports System.Runtime.InteropServices
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
218
Imports System.Text
319

420
Public Class ClassIniFile

BasicPawn/Classes/ClassPanelQuality.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Public Class ClassPanelQuality
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Public Class ClassPanelQuality
219
Inherits Panel
320

421
Private g_iHighQuality As Boolean = False

BasicPawn/Classes/ClassPictureBoxQuality.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Public Class ClassPictureBoxQuality
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Public Class ClassPictureBoxQuality
219
Inherits PictureBox
320

421
Private g_iHighQuality As Boolean = False

BasicPawn/Classes/ClassSettings.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Public Class ClassSettings
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Public Class ClassSettings
219
Public Shared g_sConfigOpenSourcePawnFile As String = ""
320

421
#Region "Config"

BasicPawn/Classes/ClassTextEditorEx.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Imports ICSharpCode.TextEditor
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Imports ICSharpCode.TextEditor
219

320
Public Class TextEditorControlEx
421
Inherits TextEditorControl

BasicPawn/Classes/ClassTextboxWatermark.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Public Class ClassTextboxWatermark
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Public Class ClassTextboxWatermark
219
Inherits TextBox
320

421
Private g_sWatermarkText As String = ""

BasicPawn/Classes/ClassTools.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Imports System.Text.RegularExpressions
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Imports System.Text.RegularExpressions
219

320
Public Class ClassTools
421
Private Shared _RandomInt As New Random

BasicPawn/Controls and Forms/FormBreakpointSetValue.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Public Class FormBreakpointSetValue
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Public Class FormBreakpointSetValue
219
Public Sub New()
320

421
' This call is required by the designer.

BasicPawn/Controls and Forms/FormDebugger.vb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Imports System.Runtime.InteropServices
1+
'BasicPawn
2+
'Copyright(C) 2016 TheTimocop
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+
Imports System.Runtime.InteropServices
219
Imports System.Text.RegularExpressions
320

421
Public Class FormDebugger

0 commit comments

Comments
 (0)