Browse Source

Add proper copyright&license notices to the remaining Delphi source files.

git-svn-id: file:///var/svn/tigccpp/trunk@573 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 years ago
parent
commit
a57e7dd369

+ 20 - 0
tigcc/components/HTMLHelpUnit.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi component is part of 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 HTMLHelpUnit;
 
 interface

+ 19 - 0
tigcc/components/MemoComponentUnit.pas

@@ -1,3 +1,22 @@
+{
+  This Delphi component is part of 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.
+}
 
 {*******************************************************}
 {                                                       }

+ 19 - 0
tigcc/components/SourceEditUnit.pas

@@ -1,3 +1,22 @@
+{
+  This Delphi component is part of 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.
+}
 
 {*******************************************************}
 {                                                       }

+ 20 - 0
tigcc/components/URLLabelUnit.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi component is part of 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 URLLabelUnit;
 
 interface

+ 20 - 0
tigcc/general/FileReadToBufferThreadUnit.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi unit is part of TIGCC.
+
+  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 FileReadToBufferThreadUnit;
 
 interface

+ 20 - 0
tigcc/general/HandleWaitThreadUnit.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi unit is part of TIGCC.
+
+  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 HandleWaitThreadUnit;
 
 interface

+ 20 - 0
tigcc/general/ObjList.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi unit is part of TIGCC.
+
+  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 ObjList;
 
 {

+ 20 - 0
tigcc/general/UtilsDos.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi unit is part of TIGCC.
+
+  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 UtilsDos;
 
 interface

+ 20 - 0
tigcc/general/UtilsSys.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi unit is part of TIGCC.
+
+  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 UtilsSys;
 
 interface

+ 20 - 0
tigcc/general/UtilsWin.pas

@@ -1,3 +1,23 @@
+{
+  This Delphi unit is part of TIGCC.
+
+  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 UtilsWin;
 
 interface

+ 21 - 0
tigcc/ide/IDE.dpr

@@ -1,3 +1,24 @@
+{
+  TIGCC IDE
+
+  Copyright (C) 2000-2004 Sebastian Reichelt
+  Copyright (C) 2004 Frédéric 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.
+}
+
 program IDE;
 
 uses

+ 21 - 0
tigcc/tigcc/TiGcc.dpr

@@ -1,3 +1,24 @@
+{
+  TIGCC.EXE
+
+  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.
+}
+
 program TiGcc;
 
 uses