diff --git a/fcl/shedit/sh_pas.pp b/fcl/shedit/sh_pas.pp index a2e9ad9e74..93ee6788e8 100644 --- a/fcl/shedit/sh_pas.pp +++ b/fcl/shedit/sh_pas.pp @@ -1,22 +1,15 @@ { - $Id$ + $Id$ - "shedit" - Text editor with syntax highlighting - Copyright (C) 1999 Sebastian Guenther (sguenther@gmx.de) + "SHEdit" - Text editor with syntax highlighting + Copyright (C) 1999 Sebastian Guenther (sg@freepascal.org) - 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 of the License, or - (at your option) any later version. + See the file COPYING.FPC, included in this distribution, + for details about the copyright. - 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., 675 Mass Ave, Cambridge, MA 02139, USA. + 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. } @@ -320,7 +313,10 @@ end. { $Log$ - Revision 1.1 1999-10-29 15:59:04 peter + Revision 1.2 1999-12-30 21:11:34 sg + * Shortened copyright notice + + Revision 1.1 1999/10/29 15:59:04 peter * inserted in fcl } diff --git a/fcl/shedit/sh_xml.pp b/fcl/shedit/sh_xml.pp index 84ee580439..cd9e447010 100644 --- a/fcl/shedit/sh_xml.pp +++ b/fcl/shedit/sh_xml.pp @@ -1,22 +1,15 @@ { - $Id$ + $Id$ - "shedit" - Text editor with syntax highlighting - Copyright (C) 1999 Sebastian Guenther (sguenther@gmx.de) + "SHEdit" - Text editor with syntax highlighting + Copyright (C) 1999 Sebastian Guenther (sg@freepascal.org) - 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 of the License, or - (at your option) any later version. + See the file COPYING.FPC, included in this distribution, + for details about the copyright. - 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., 675 Mass Ave, Cambridge, MA 02139, USA. + 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. } @@ -250,7 +243,10 @@ end. { $Log$ - Revision 1.1 1999-10-29 15:59:04 peter + Revision 1.2 1999-12-30 21:11:34 sg + * Shortened copyright notice + + Revision 1.1 1999/10/29 15:59:04 peter * inserted in fcl } diff --git a/fcl/shedit/undo.inc b/fcl/shedit/undo.inc index d373d6436d..85b95e08a3 100644 --- a/fcl/shedit/undo.inc +++ b/fcl/shedit/undo.inc @@ -1,22 +1,15 @@ { - $Id$ + $Id$ - "shedit" - Text editor with syntax highlighting - Copyright (C) 1999 Sebastian Guenther (sguenther@gmx.de) + "SHEdit" - Text editor with syntax highlighting + Copyright (C) 1999 Sebastian Guenther (sg@freepascal.org) - 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 of the License, or - (at your option) any later version. + See the file COPYING.FPC, included in this distribution, + for details about the copyright. - 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., 675 Mass Ave, Cambridge, MA 02139, USA. + 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. } @@ -143,7 +136,10 @@ end; { $Log$ - Revision 1.1 1999-10-29 15:59:04 peter + Revision 1.2 1999-12-30 21:13:22 sg + * Shortened copyright notice + + Revision 1.1 1999/10/29 15:59:04 peter * inserted in fcl }