Browse Source

Add proper copyright&notices to all IDE .pas source files.
(The "GPL version 2 or later" clause was OKed by both Sebastian and Ephyx.)


git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@572 9552661e-59e3-4036-b4f2-dbe53926924f

kevinkofler 18 years ago
parent
commit
3bdca575e0

+ 20 - 0
AboutUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit AboutUnit;
 
 interface

+ 20 - 0
CalcUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit CalcUnit;
 
 interface

+ 21 - 0
CodeCompletion/CodeCompletion.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+  Copyright (C) 2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit CodeCompletion;
 
 interface

+ 21 - 0
CodeCompletion/CompletionForm.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+  Copyright (C) 2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit CompletionForm;
 
 interface

+ 20 - 0
CodeCompletion/Editor/uBatch.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit uBatch;
 
 interface

+ 20 - 0
CodeCompletion/Editor/uEditor.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit uEditor;
 
 interface

+ 20 - 0
CodeCompletion/Editor/uHSFParser.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit uHSFParser;
 
 interface

+ 21 - 0
CodeCompletion/HtFormatting.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+  Copyright (C) 2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit HtFormatting;
 
 interface

+ 20 - 0
CodeCompletion/PrefFrame.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit PrefFrame;
 
 interface

+ 21 - 0
CodeCompletion/TmpltForm.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2004 Fréderic Bour
+  Copyright (C) 2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit TmpltForm;
 
 interface

+ 20 - 0
ColorsUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ColorsUnit;
 
 interface

+ 20 - 0
CustomStyleUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit CustomStyleUnit;
 
 interface

+ 20 - 0
FolderUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit FolderUnit;
 
 interface

+ 20 - 0
FunctionsWinUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit FunctionsWinUnit;
 
 interface

+ 21 - 0
LinkDLLUnit.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit LinkDLLUnit;
 
 interface

+ 20 - 0
LinkUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit LinkUnit;
 
 {	Uncomment to enable logging of all bytes sent and received to

+ 22 - 0
MainUnit.pas

@@ -1,3 +1,25 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Fréderic Bour
+  Copyright (C) 2005 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit MainUnit;
 
 interface

+ 22 - 0
MasterUnit.pas

@@ -1,3 +1,25 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Fréderic Bour
+  Copyright (C) 2006 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit MasterUnit;
 
 interface

+ 20 - 0
NewFolderUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit NewFolderUnit;
 
 interface

+ 20 - 0
NewsUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit NewsUnit;
 
 interface

+ 20 - 0
OpenFileStatusUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit OpenFileStatusUnit;
 
 interface

+ 21 - 0
ParsingUnit.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ParsingUnit;
 
 interface

+ 21 - 0
PreferencesUnit.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2006 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit PreferencesUnit;
 
 interface

+ 21 - 0
ProcessUnit.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Fréderic Bour
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ProcessUnit;
 
 interface

+ 22 - 0
ProgramOptionsUnit.pas

@@ -1,3 +1,25 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Fréderic Bour
+  Copyright (C) 2006 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ProgramOptionsUnit;
 
 interface

+ 20 - 0
ProgramOutputUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ProgramOutputUnit;
 
 interface

+ 21 - 0
ProjectOptionsUnit.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Fréderic Bour
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ProjectOptionsUnit;
 
 interface

+ 20 - 0
SendProgressUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit SendProgressUnit;
 
 interface

+ 21 - 0
SourceFileUnit.pas

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit SourceFileUnit;
 
 interface

+ 20 - 0
SourceFileWinUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit SourceFileWinUnit;
 
 interface

+ 20 - 0
StartupScreenUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit StartupScreenUnit;
 
 interface

+ 20 - 0
StyleSelectionUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit StyleSelectionUnit;
 
 interface

+ 20 - 0
ToolPropertiesUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ToolPropertiesUnit;
 
 interface

+ 20 - 0
ToolsListUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ToolsListUnit;
 
 interface

+ 20 - 0
ToolsUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit ToolsUnit;
 
 interface

+ 20 - 0
VTIStartUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit VTIStartUnit;
 
 interface

+ 23 - 2
VersionUnit.pas

@@ -1,10 +1,31 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2005-2006 Kevin Kofler
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit VersionUnit;
 
 interface
 
 const
-	TIGCCShortVersion = '0.96b6';
-	TIGCCLongVersion = '0.96 Beta 6';
+	TIGCCShortVersion = '0.96b7';
+	TIGCCLongVersion = '0.96 Beta 7';
 
 implementation
 

+ 20 - 0
WordListUnit.pas

@@ -1,3 +1,23 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+
+  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 2, 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, write to the Free Software Foundation,
+  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+}
+
 unit WordListUnit;
 
 interface