diff --git a/GNUmakefile b/GNUmakefile index 3ec6fde..537d6fb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,25 +1,25 @@ +# GNUmakefile: main makefile for GNUstep ProjectCenter # -# Main Makefile for ProjectCenter -# -# Copyright (C) 2000 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Written by: Philippe C.D. Robert +# Author: Philippe C.D. Robert +# Date: 2000 # -# This file is part of the ProjectCenter +# This file is part of GNUstep. # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. +# 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. # -# This library 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 -# Library General Public License for more details. +# 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 Library General Public -# License along with this library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA +# 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. # # Install into the system root by default diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index 1db2bd8..bbaa392 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -1,26 +1,24 @@ +# GNUmakefile.postamble: makefile for GNUstep ProjectCenter # -# GNUmakefile.postamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 2000 Philippe C.D. Robert +# Author: Philippe C.D. Robert +# Date: 2000 # -# Author: Philippe C.D. Robert +# This file is part of GNUstep. # -# This file is part of ProjectCenter +# 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. # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, 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. # -# This library 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 -# Library 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. # -# You should have received a copy of the GNU Library General Public -# License along with this library; see the file COPYING.LIB. -# If not, write to the Free Software Foundation, -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - diff --git a/GNUmakefile.preamble b/GNUmakefile.preamble index 729b8e1..2b282d2 100644 --- a/GNUmakefile.preamble +++ b/GNUmakefile.preamble @@ -1,34 +1,27 @@ +# GNUmakefile.preamble: makefile for GNUstep ProjectCenter # -# GNUmakefile.preamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 2000 Philippe C.D. Robert +# Author: Philippe C.D. Robert +# Date: 2000 # -# Author: Philippe C.D. Robert +# This file is part of GNUstep. # -# This file is part of ProjectCenter +# 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. # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, 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. # -# This library 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 -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this library; see the file COPYING.LIB. -# If not, write to the Free Software Foundation, -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# Project specific makefile variables, and additional -# -# Do not put any Makefile rules in this file, instead they should -# be put into Makefile.postamble. +# 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. # -# # Flags dealing with compiling and linking # diff --git a/INSTALL b/INSTALL index b235864..d3fe85f 100644 --- a/INSTALL +++ b/INSTALL @@ -3,9 +3,9 @@ Installation This file documents the installation of the GNUstep ProjectCenter. -Copyright (C) 2000-2001 Philippe C.D. Robert. You may copy, distribute, and -modify it freely as long as you preserve this copyright notice and permission -notice. +Written by Philippe C.D. Robert, copyrighted by the Free Software Foundation. +You may copy, distribute, and modify it freely as long as you preserve this +copyright notice and permission notice. Installing `ProjectCenter' ========================= diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/PCAppProj/GNUmakefile b/PCAppProj/GNUmakefile index aecc81d..50258f1 100644 --- a/PCAppProj/GNUmakefile +++ b/PCAppProj/GNUmakefile @@ -1,11 +1,11 @@ # GNUmakefile # -# Copyright (C) 2000 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation # -# Author: Philippe C.D. Robert +# Author: Philippe C.D. Robert # Date: 2000 # -# This file is part of ProjectCenter +# This file is part of GNUstep # # 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 diff --git a/PCAppProj/GNUmakefile.postamble b/PCAppProj/GNUmakefile.postamble index c85b08f..fea1853 100644 --- a/PCAppProj/GNUmakefile.postamble +++ b/PCAppProj/GNUmakefile.postamble @@ -1,11 +1,11 @@ # -# Makefile.postamble +# GNUmakefile.postamble # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Original Author: Scott Christley +# Author: Philippe C.D. Robert # -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCAppProj/GNUmakefile.preamble b/PCAppProj/GNUmakefile.preamble index f271c87..e3edb04 100644 --- a/PCAppProj/GNUmakefile.preamble +++ b/PCAppProj/GNUmakefile.preamble @@ -1,11 +1,11 @@ # -# Makefile.preamble +# GNUmakefile.preamble # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Original Author: Scott Christley +# Author: Philippe C.D. Robert # -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCAppProj/PCAppMakefileFactory.m b/PCAppProj/PCAppMakefileFactory.m index ca7757a..0b51259 100644 --- a/PCAppProj/PCAppMakefileFactory.m +++ b/PCAppProj/PCAppMakefileFactory.m @@ -49,8 +49,8 @@ static PCAppMakefileFactory *_factory = nil; // Header information [string appendString:@"#\n"]; - [string appendString:@"# GNUmakefile - Generated by the ProjectCenter\n"]; - [string appendString:@"# Written by Philippe C.D. Robert \n"]; + [string appendString:@"# GNUmakefile - Generated by ProjectCenter\n"]; + [string appendString:@"# Written by Philippe C.D. Robert \n"]; [string appendString:@"#\n"]; [string appendString:@"# NOTE: Do NOT change this file -- ProjectCenter maintains it!\n"]; [string appendString:@"#\n"]; diff --git a/PCBaseFileTypes/GNUmakefile b/PCBaseFileTypes/GNUmakefile index bfda9c6..53fcbfd 100644 --- a/PCBaseFileTypes/GNUmakefile +++ b/PCBaseFileTypes/GNUmakefile @@ -1,11 +1,10 @@ -# GNUmakefile +# GNUmakefile # -# Copyright (C) 2000 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Author: Philippe C.D. Robert -# Date: 2000 -# -# This file is part of ProjectCenter +# Author: Philippe C.D. Robert +# +# This file is part of GNUstep # # 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 diff --git a/PCBaseFileTypes/GNUmakefile.preamble b/PCBaseFileTypes/GNUmakefile.preamble index 3b1c7cd..4d793d3 100644 --- a/PCBaseFileTypes/GNUmakefile.preamble +++ b/PCBaseFileTypes/GNUmakefile.preamble @@ -1,11 +1,10 @@ +# GNUmakefile.preamble # -# Makefile.preamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCBundleProj/GNUmakefile b/PCBundleProj/GNUmakefile index d3f2fad..876831d 100644 --- a/PCBundleProj/GNUmakefile +++ b/PCBundleProj/GNUmakefile @@ -1,11 +1,10 @@ -# GNUmakefile +# GNUmakefile # -# Copyright (C) 2000 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Author: Philippe C.D. Robert -# Date: 2000 -# -# This file is part of ProjectCenter +# Author: Philippe C.D. Robert +# +# This file is part of GNUstep # # 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 diff --git a/PCBundleProj/GNUmakefile.postamble b/PCBundleProj/GNUmakefile.postamble index c85b08f..f15372a 100644 --- a/PCBundleProj/GNUmakefile.postamble +++ b/PCBundleProj/GNUmakefile.postamble @@ -1,11 +1,10 @@ +# GNUmakefile.postamble # -# Makefile.postamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCBundleProj/GNUmakefile.preamble b/PCBundleProj/GNUmakefile.preamble index 758efdf..a6afe6f 100644 --- a/PCBundleProj/GNUmakefile.preamble +++ b/PCBundleProj/GNUmakefile.preamble @@ -1,11 +1,10 @@ +# GNUmakefile.preamble # -# Makefile.preamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCBundleProj/PCBundleMakefileFactory.m b/PCBundleProj/PCBundleMakefileFactory.m index 7f7e9f6..8e7fb10 100644 --- a/PCBundleProj/PCBundleMakefileFactory.m +++ b/PCBundleProj/PCBundleMakefileFactory.m @@ -50,8 +50,8 @@ static PCBundleMakefileFactory *_factory = nil; // Header information [string appendString:@"#\n"]; - [string appendString:@"# GNUmakefile - Generated by the ProjectCenter\n"]; - [string appendString:@"# Written by Philippe C.D. Robert \n"]; + [string appendString:@"# GNUmakefile - Generated by ProjectCenter\n"]; + [string appendString:@"# Written by Philippe C.D. Robert \n"]; [string appendString:@"#\n"]; [string appendString:@"# NOTE: Do NOT change this file -- ProjectCenter maintains it!\n"]; [string appendString:@"#\n"]; diff --git a/PCGormProj/GNUmakefile b/PCGormProj/GNUmakefile index 9621b88..0f4f8b2 100644 --- a/PCGormProj/GNUmakefile +++ b/PCGormProj/GNUmakefile @@ -1,13 +1,13 @@ # GNUmakefile # -# Copyright (C) 2000 Philippe C.D. Robert, Pierre-Yves Rivaille +# Copyright (C) 2001 Free Software Foundation # -# Author: Philippe C.D. Robert +# Author: Philippe C.D. Robert # Date: 2000 # Author: Pierre-Yves Rivaille # Date: 07/2001 # -# This file is part of ProjectCenter +# This file is part of GNUstep # # 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 diff --git a/PCGormProj/GNUmakefile.postamble b/PCGormProj/GNUmakefile.postamble index c85b08f..8856254 100644 --- a/PCGormProj/GNUmakefile.postamble +++ b/PCGormProj/GNUmakefile.postamble @@ -1,11 +1,11 @@ # # Makefile.postamble # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 2001 Free Software Foundation # -# Original Author: Scott Christley +# Author: Philippe C.D. Robert # -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCGormProj/GNUmakefile.preamble b/PCGormProj/GNUmakefile.preamble index 49b00fc..3bd9f2b 100644 --- a/PCGormProj/GNUmakefile.preamble +++ b/PCGormProj/GNUmakefile.preamble @@ -1,11 +1,11 @@ # # Makefile.preamble # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Original Author: Scott Christley +# Author: Philippe C.D. Robert # -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCGormProj/PCGormMakefileFactory.m b/PCGormProj/PCGormMakefileFactory.m index 0fa0595..12d208e 100644 --- a/PCGormProj/PCGormMakefileFactory.m +++ b/PCGormProj/PCGormMakefileFactory.m @@ -47,8 +47,8 @@ static PCGormMakefileFactory *_factory = nil; // Header information [string appendString:@"#\n"]; - [string appendString:@"# GNUmakefile - Generated by the ProjectCenter\n"]; - [string appendString:@"# Written by Philippe C.D. Robert \n"]; + [string appendString:@"# GNUmakefile - Generated by ProjectCenter\n"]; + [string appendString:@"# Written by Philippe C.D. Robert \n"]; [string appendString:@"# GormApplication project type contibuted by Pierre-Yves Rivaille \n"]; [string appendString:@"#\n"]; [string appendString:@"# NOTE: Do NOT change this file -- ProjectCenter maintains it!\n"]; diff --git a/PCLib/GNUmakefile b/PCLib/GNUmakefile index e0ca29c..3435f1a 100644 --- a/PCLib/GNUmakefile +++ b/PCLib/GNUmakefile @@ -1,11 +1,11 @@ # -# src makefile for the PCLib +# GNUmakefile # -# Copyright (C) 2000 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Written by: Philippe C.D. Robert +# Author: Philippe C.D. Robert # -# This file is part of the ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCLib/GNUmakefile.postamble b/PCLib/GNUmakefile.postamble index d7736eb..3beae25 100644 --- a/PCLib/GNUmakefile.postamble +++ b/PCLib/GNUmakefile.postamble @@ -1,11 +1,11 @@ # # GNUmakefile.postamble # -# Copyright (C) 2000 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Author: Philippe C.D. Robert +# Author: Philippe C.D. Robert # -# This file is part of ProjectCenter +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCLib/GNUmakefile.preamble b/PCLib/GNUmakefile.preamble index 4d7283a..2ef6b83 100644 --- a/PCLib/GNUmakefile.preamble +++ b/PCLib/GNUmakefile.preamble @@ -1,11 +1,11 @@ # -# GNUmakefile.preamble +# GNUmakefile # -# Copyright (C) 1999 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Author: Philippe C.D. Robert +# Author: Philippe C.D. Robert # -# This file is part of ProjectCenter +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCLibProj/GNUmakefile b/PCLibProj/GNUmakefile index a93bccf..d6df090 100644 --- a/PCLibProj/GNUmakefile +++ b/PCLibProj/GNUmakefile @@ -1,11 +1,11 @@ -# GNUmakefile # -# Copyright (C) 2000 Philippe C.D. Robert +# GNUmakefile # -# Author: Philippe C.D. Robert -# Date: 2000 -# -# This file is part of ProjectCenter +# Copyright (C) 2001 Free Software Foundation, Inc. +# +# Author: Philippe C.D. Robert +# +# This file is part of GNUstep # # 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 diff --git a/PCLibProj/GNUmakefile.postamble b/PCLibProj/GNUmakefile.postamble index a205b9c..2ef38ee 100644 --- a/PCLibProj/GNUmakefile.postamble +++ b/PCLibProj/GNUmakefile.postamble @@ -1,11 +1,10 @@ +# GNUmakefile.postamble # -# Makefile.postamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCLibProj/GNUmakefile.preamble b/PCLibProj/GNUmakefile.preamble index 46e487e..e1e1f21 100644 --- a/PCLibProj/GNUmakefile.preamble +++ b/PCLibProj/GNUmakefile.preamble @@ -1,11 +1,10 @@ +# GNUmakefile.preamble # -# Makefile.preamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCLibProj/PCLibMakefileFactory.m b/PCLibProj/PCLibMakefileFactory.m index 94e63b7..beac673 100644 --- a/PCLibProj/PCLibMakefileFactory.m +++ b/PCLibProj/PCLibMakefileFactory.m @@ -49,8 +49,8 @@ static PCLibMakefileFactory *_factory = nil; // Header information [string appendString:@"#\n"]; - [string appendString:@"# GNUmakefile - Generated by the ProjectCenter\n"]; - [string appendString:@"# Written by Philippe C.D. Robert \n"]; + [string appendString:@"# GNUmakefile - Generated by ProjectCenter\n"]; + [string appendString:@"# Written by Philippe C.D. Robert \n"]; [string appendString:@"#\n"]; [string appendString:@"# NOTE: Do NOT change this file -- ProjectCenter maintains it!\n"]; [string appendString:@"#\n"]; diff --git a/PCLibProj/h.template b/PCLibProj/h.template index 7b523c7..2ff8388 100644 --- a/PCLibProj/h.template +++ b/PCLibProj/h.template @@ -1,6 +1,9 @@ $$ /* $FILENAME$ created by $USERNAME$ on $DATE$ */ +#ifndef $FILENAME$_H_ +#define $FILENAME$_H_ + #import @interface $FILENAMESANSEXTENSION$ : NSObject @@ -9,3 +12,5 @@ $$ } @end + +#endif // $FILENAME$_H_ diff --git a/PCToolProj/GNUmakefile b/PCToolProj/GNUmakefile index 6f1bb26..bb9c8bd 100644 --- a/PCToolProj/GNUmakefile +++ b/PCToolProj/GNUmakefile @@ -1,11 +1,10 @@ -# GNUmakefile +# GNUmakefile # -# Copyright (C) 2000 Philippe C.D. Robert +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Author: Philippe C.D. Robert -# Date: 2000 -# -# This file is part of ProjectCenter +# Author: Philippe C.D. Robert +# +# This file is part of GNUstep # # 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 diff --git a/PCToolProj/GNUmakefile.postamble b/PCToolProj/GNUmakefile.postamble index c85b08f..f15372a 100644 --- a/PCToolProj/GNUmakefile.postamble +++ b/PCToolProj/GNUmakefile.postamble @@ -1,11 +1,10 @@ +# GNUmakefile.postamble # -# Makefile.postamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCToolProj/GNUmakefile.preamble b/PCToolProj/GNUmakefile.preamble index 9960f85..29ccce6 100644 --- a/PCToolProj/GNUmakefile.preamble +++ b/PCToolProj/GNUmakefile.preamble @@ -1,11 +1,10 @@ +# GNUmakefile.preamble # -# Makefile.preamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/PCToolProj/PCToolMakefileFactory.m b/PCToolProj/PCToolMakefileFactory.m index 8f9fa71..1e756a1 100644 --- a/PCToolProj/PCToolMakefileFactory.m +++ b/PCToolProj/PCToolMakefileFactory.m @@ -49,8 +49,8 @@ static PCToolMakefileFactory *_factory = nil; // Header information [string appendString:@"#\n"]; - [string appendString:@"# GNUmakefile - Generated by the ProjectCenter\n"]; - [string appendString:@"# Written by Philippe C.D. Robert \n"]; + [string appendString:@"# GNUmakefile - Generated by ProjectCenter\n"]; + [string appendString:@"# Written by Philippe C.D. Robert \n"]; [string appendString:@"#\n"]; [string appendString:@"# NOTE: Do NOT change this file -- ProjectCenter maintains it!\n"]; [string appendString:@"#\n"]; diff --git a/ProjectCenter/GNUmakefile b/ProjectCenter/GNUmakefile index c0b1ab1..bb0c9e6 100644 --- a/ProjectCenter/GNUmakefile +++ b/ProjectCenter/GNUmakefile @@ -1,6 +1,6 @@ # -# GNUmakefile - Generated by the ProjectCenter -# Written by Philippe C.D. Robert +# GNUmakefile - Generated by ProjectCenter +# Written by Philippe C.D. Robert # # NOTE: Do NOT change this file -- ProjectCenter maintains it! # @@ -55,7 +55,6 @@ ProjectCentre_files.tiff \ ProjectCentre_find.tiff \ ProjectCentre_prefs.tiff \ ProjectCentre_run.tiff \ -ProjectCenter_rpm.tiff \ ProjectCentre_settings.tiff \ ProjectCentre_uml.tiff diff --git a/ProjectCenter/GNUmakefile.postamble b/ProjectCenter/GNUmakefile.postamble index a205b9c..2ef38ee 100644 --- a/ProjectCenter/GNUmakefile.postamble +++ b/ProjectCenter/GNUmakefile.postamble @@ -1,11 +1,10 @@ +# GNUmakefile.postamble # -# Makefile.postamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/ProjectCenter/GNUmakefile.preamble b/ProjectCenter/GNUmakefile.preamble index 64f97dd..a95b642 100644 --- a/ProjectCenter/GNUmakefile.preamble +++ b/ProjectCenter/GNUmakefile.preamble @@ -1,11 +1,10 @@ +# GNUmakefile.preamble # -# Makefile.preamble +# Copyright (C) 2001 Free Software Foundation, Inc. # -# Copyright (C) 1997 Free Software Foundation, Inc. +# Author: Philippe C.D. Robert # -# Original Author: Scott Christley -# -# This file is part of the GNUstep ProjectCenter. +# This file is part of GNUstep # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/README b/README index 4cbe652..ff6b5ef 100644 --- a/README +++ b/README @@ -1,24 +1,38 @@ -README -****** +Introduction +************ - This is an early release of ProjectCenter, the GNUstep IDE. Some - features are already implemented while a lot are not yet even - designed. The application is already usable for simple makefile - management and project building, though. + Read the NEWS file for the latest user visible changes. Read the INSTALL + file for installation instructions. - If you want to volunteer, please contact me! + This is ProjectCenter, the GNUstep IDE. ProjectCenter is part of the + GNUstep project and is copyrighted by the Free Softare Foundation. -TODOs -***** + ProjectCenter is released under the GPL - see file 'COPYING' for details. + +Status +****** - Code editing/external editor support - Debugging - UI handling - Project Building - Code 'wizards' - UML case tool?! - Overall code improvements - ... and a lot more! + A lot is still not done and not even designed. As for the moment the + application can be used for creating and managing projects of different + kinds, such as GORM applications, libraries, tools and so on. -Philippe C.D. Robert, 27.10.2000 - \ No newline at end of file + What still needs a lot of effort: + + o Code editing/external editor support + o Debugging + o Code 'wizards' + o UML case tool?! + o Overall code improvements and bug fixes!!! + o ... and a lot more! + +Acknowledgements +**************** + + Icons - Many are created by Andrew Lindsay. + + Code - Pierre-Yves Rivaille + Nicola Perot + + Makefiles - Adam Fedor + + And all I have forgotten...