From b98c03aebca117dbdcf87ad064dd05d6b168db7b Mon Sep 17 00:00:00 2001 From: "Philippe C.D. Robert" Date: Fri, 3 Aug 2001 14:23:25 +0000 Subject: [PATCH] New version - now copyrighted by the FSF git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@10645 72102866-910b-0410-8b05-ffd578937521 --- PCAppProj/AppController.h | 2 +- PCAppProj/AppController.m | 2 +- PCAppProj/PCAppMakefileFactory.h | 8 ++++---- PCAppProj/PCAppMakefileFactory.m | 8 ++++---- PCAppProj/PCAppProj.h | 8 ++++---- PCAppProj/PCAppProj.m | 8 ++++---- PCAppProj/PCAppProject.h | 8 ++++---- PCAppProj/PCAppProject.m | 8 ++++---- PCBaseFileTypes/PCBaseFileType.h | 8 ++++---- PCBaseFileTypes/PCBaseFileType.m | 8 ++++---- PCBundleProj/PCBundleMakefileFactory.h | 8 ++++---- PCBundleProj/PCBundleMakefileFactory.m | 8 ++++---- PCBundleProj/PCBundleProj.h | 8 ++++---- PCBundleProj/PCBundleProj.m | 8 ++++---- PCBundleProj/PCBundleProject.h | 8 ++++---- PCBundleProj/PCBundleProject.m | 8 ++++---- PCGormProj/PCGormMakefileFactory.h | 8 ++++---- PCGormProj/PCGormMakefileFactory.m | 8 ++++---- PCGormProj/PCGormProj.h | 8 ++++---- PCGormProj/PCGormProj.m | 8 ++++---- PCGormProj/PCGormProject.h | 8 ++++---- PCGormProj/PCGormProject.m | 8 ++++---- PCLib/FileCreator.h | 8 ++++---- PCLib/PCBrowserController.h | 8 ++++---- PCLib/PCBrowserController.m | 8 ++++---- PCLib/PCBundleLoader.h | 8 ++++---- PCLib/PCBundleLoader.m | 8 ++++---- PCLib/PCDataSource.h | 8 ++++---- PCLib/PCDataSource.m | 8 ++++---- PCLib/PCEditorView.h | 8 ++++---- PCLib/PCEditorView.m | 8 ++++---- PCLib/PCFileManager.h | 8 ++++---- PCLib/PCFileManager.m | 8 ++++---- PCLib/PCProject.h | 8 ++++---- PCLib/PCProject.m | 10 +++++----- PCLib/PCProjectBuilder.h | 8 ++++---- PCLib/PCProjectBuilder.m | 8 ++++---- PCLib/PCProjectDebugger.h | 8 ++++---- PCLib/PCProjectDebugger.m | 8 ++++---- PCLib/PCProjectManager.h | 8 ++++---- PCLib/PCProjectManager.m | 8 ++++---- PCLib/PCServer.h | 8 ++++---- PCLib/PCServer.m | 8 ++++---- PCLib/PreferenceController.h | 8 ++++---- PCLib/ProjectBuilder.h | 8 ++++---- PCLib/ProjectCenter.h | 8 ++++---- PCLib/ProjectDebugger.h | 8 ++++---- PCLib/ProjectEditor.h | 8 ++++---- PCLib/ProjectType.h | 8 ++++---- PCLib/Server.h | 8 ++++---- PCLibProj/PCLibMakefileFactory.h | 8 ++++---- PCLibProj/PCLibMakefileFactory.m | 8 ++++---- PCLibProj/PCLibProj.h | 8 ++++---- PCLibProj/PCLibProj.m | 8 ++++---- PCLibProj/PCLibProject.h | 8 ++++---- PCLibProj/PCLibProject.m | 8 ++++---- PCToolProj/PCToolMakefileFactory.h | 8 ++++---- PCToolProj/PCToolMakefileFactory.m | 8 ++++---- PCToolProj/PCToolProj.h | 8 ++++---- PCToolProj/PCToolProj.m | 8 ++++---- PCToolProj/PCToolProject.h | 8 ++++---- PCToolProj/PCToolProject.m | 8 ++++---- ProjectCenter/PCAppController+MenuHandling.h | 8 ++++---- ProjectCenter/PCAppController+MenuHandling.m | 8 ++++---- ProjectCenter/PCAppController.h | 8 ++++---- ProjectCenter/PCAppController.m | 8 ++++---- ProjectCenter/PCFindController.h | 8 ++++---- ProjectCenter/PCFindController.m | 8 ++++---- ProjectCenter/PCInfoController.h | 8 ++++---- ProjectCenter/PCInfoController.m | 8 ++++---- ProjectCenter/PCLogController.h | 8 ++++---- ProjectCenter/PCLogController.m | 8 ++++---- ProjectCenter/PCMenuController.h | 8 ++++---- ProjectCenter/PCMenuController.m | 8 ++++---- ProjectCenter/PCPrefController.h | 8 ++++---- ProjectCenter/PCPrefController.m | 8 ++++---- ProjectCenter/ProjectCenter_main.m | 8 ++++---- Version | 2 +- 78 files changed, 304 insertions(+), 304 deletions(-) diff --git a/PCAppProj/AppController.h b/PCAppProj/AppController.h index 21b1ffe..b9a0f16 100644 --- a/PCAppProj/AppController.h +++ b/PCAppProj/AppController.h @@ -3,7 +3,7 @@ * * Project TestApp * - * Created with ProjectCenter - http://www.projectcenter.ch + * Created with ProjectCenter - http://www.gnustep.org * * $Id$ */ diff --git a/PCAppProj/AppController.m b/PCAppProj/AppController.m index 1995185..68ac888 100644 --- a/PCAppProj/AppController.m +++ b/PCAppProj/AppController.m @@ -3,7 +3,7 @@ * * Project TestApp * - * Created with ProjectCenter - http://www.projectcenter.ch + * Created with ProjectCenter - http://www.gnustep.org * * $Id$ */ diff --git a/PCAppProj/PCAppMakefileFactory.h b/PCAppProj/PCAppMakefileFactory.h index 43799f5..ddb500e 100644 --- a/PCAppProj/PCAppMakefileFactory.h +++ b/PCAppProj/PCAppMakefileFactory.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCAppProj/PCAppMakefileFactory.m b/PCAppProj/PCAppMakefileFactory.m index 0b51259..67b645d 100644 --- a/PCAppProj/PCAppMakefileFactory.m +++ b/PCAppProj/PCAppMakefileFactory.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCAppProj/PCAppProj.h b/PCAppProj/PCAppProj.h index 1cfe5cd..65875c5 100644 --- a/PCAppProj/PCAppProj.h +++ b/PCAppProj/PCAppProj.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCAppProj/PCAppProj.m b/PCAppProj/PCAppProj.m index 2ff0a3d..210feaa 100644 --- a/PCAppProj/PCAppProj.m +++ b/PCAppProj/PCAppProj.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCAppProj/PCAppProject.h b/PCAppProj/PCAppProject.h index cd7739a..8d2e031 100644 --- a/PCAppProj/PCAppProject.h +++ b/PCAppProj/PCAppProject.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCAppProj/PCAppProject.m b/PCAppProj/PCAppProject.m index 535e887..6d3f2d4 100644 --- a/PCAppProj/PCAppProject.m +++ b/PCAppProj/PCAppProject.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBaseFileTypes/PCBaseFileType.h b/PCBaseFileTypes/PCBaseFileType.h index 04c2c56..24b7c5c 100644 --- a/PCBaseFileTypes/PCBaseFileType.h +++ b/PCBaseFileTypes/PCBaseFileType.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBaseFileTypes/PCBaseFileType.m b/PCBaseFileTypes/PCBaseFileType.m index a52858d..ac45af7 100644 --- a/PCBaseFileTypes/PCBaseFileType.m +++ b/PCBaseFileTypes/PCBaseFileType.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBundleProj/PCBundleMakefileFactory.h b/PCBundleProj/PCBundleMakefileFactory.h index 842994a..59df42c 100644 --- a/PCBundleProj/PCBundleMakefileFactory.h +++ b/PCBundleProj/PCBundleMakefileFactory.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBundleProj/PCBundleMakefileFactory.m b/PCBundleProj/PCBundleMakefileFactory.m index 8e7fb10..7bc7ff9 100644 --- a/PCBundleProj/PCBundleMakefileFactory.m +++ b/PCBundleProj/PCBundleMakefileFactory.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBundleProj/PCBundleProj.h b/PCBundleProj/PCBundleProj.h index 89fa92a..8e0c5c8 100644 --- a/PCBundleProj/PCBundleProj.h +++ b/PCBundleProj/PCBundleProj.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBundleProj/PCBundleProj.m b/PCBundleProj/PCBundleProj.m index cf7a0a2..2ad92df 100644 --- a/PCBundleProj/PCBundleProj.m +++ b/PCBundleProj/PCBundleProj.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBundleProj/PCBundleProject.h b/PCBundleProj/PCBundleProject.h index daa30b6..c662992 100644 --- a/PCBundleProj/PCBundleProject.h +++ b/PCBundleProj/PCBundleProject.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCBundleProj/PCBundleProject.m b/PCBundleProj/PCBundleProject.m index 07962b7..54d843a 100644 --- a/PCBundleProj/PCBundleProject.m +++ b/PCBundleProj/PCBundleProject.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCGormProj/PCGormMakefileFactory.h b/PCGormProj/PCGormMakefileFactory.h index 39b87ec..10b772a 100644 --- a/PCGormProj/PCGormMakefileFactory.h +++ b/PCGormProj/PCGormMakefileFactory.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCGormProj/PCGormMakefileFactory.m b/PCGormProj/PCGormMakefileFactory.m index 12d208e..eabfa71 100644 --- a/PCGormProj/PCGormMakefileFactory.m +++ b/PCGormProj/PCGormMakefileFactory.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCGormProj/PCGormProj.h b/PCGormProj/PCGormProj.h index e89a332..6332f36 100644 --- a/PCGormProj/PCGormProj.h +++ b/PCGormProj/PCGormProj.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCGormProj/PCGormProj.m b/PCGormProj/PCGormProj.m index 9c2ad84..9694fb7 100644 --- a/PCGormProj/PCGormProj.m +++ b/PCGormProj/PCGormProj.m @@ -1,13 +1,13 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation Copyright (C) 2001 Pierre-Yves Rivaille - Authors: Philippe C.D. Robert + Authors: Philippe C.D. Robert Pierre-Yves Rivaille - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCGormProj/PCGormProject.h b/PCGormProj/PCGormProject.h index 1007408..2b2659e 100644 --- a/PCGormProj/PCGormProject.h +++ b/PCGormProj/PCGormProject.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCGormProj/PCGormProject.m b/PCGormProj/PCGormProject.m index 191b43f..9f6b975 100644 --- a/PCGormProj/PCGormProject.m +++ b/PCGormProj/PCGormProject.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Authors: Philippe C.D. Robert + Authors: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/FileCreator.h b/PCLib/FileCreator.h index 72eaf28..d711f7f 100644 --- a/PCLib/FileCreator.h +++ b/PCLib/FileCreator.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCBrowserController.h b/PCLib/PCBrowserController.h index bc023a8..14e50ff 100644 --- a/PCLib/PCBrowserController.h +++ b/PCLib/PCBrowserController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCBrowserController.m b/PCLib/PCBrowserController.m index 98d767c..403c155 100644 --- a/PCLib/PCBrowserController.m +++ b/PCLib/PCBrowserController.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCBundleLoader.h b/PCLib/PCBundleLoader.h index d56dfcc..8e20472 100644 --- a/PCLib/PCBundleLoader.h +++ b/PCLib/PCBundleLoader.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCBundleLoader.m b/PCLib/PCBundleLoader.m index f5b4ae0..6985a59 100644 --- a/PCLib/PCBundleLoader.m +++ b/PCLib/PCBundleLoader.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCDataSource.h b/PCLib/PCDataSource.h index 7f9d0e1..d4cb66e 100644 --- a/PCLib/PCDataSource.h +++ b/PCLib/PCDataSource.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCDataSource.m b/PCLib/PCDataSource.m index 37c9fa1..75e2817 100644 --- a/PCLib/PCDataSource.m +++ b/PCLib/PCDataSource.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCEditorView.h b/PCLib/PCEditorView.h index af11126..5f67341 100644 --- a/PCLib/PCEditorView.h +++ b/PCLib/PCEditorView.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCEditorView.m b/PCLib/PCEditorView.m index fc59c3b..d8c7a2f 100644 --- a/PCLib/PCEditorView.m +++ b/PCLib/PCEditorView.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCFileManager.h b/PCLib/PCFileManager.h index 66ea2ec..b17e017 100644 --- a/PCLib/PCFileManager.h +++ b/PCLib/PCFileManager.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCFileManager.m b/PCLib/PCFileManager.m index 8f1cdc9..e8e099f 100644 --- a/PCLib/PCFileManager.m +++ b/PCLib/PCFileManager.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCProject.h b/PCLib/PCProject.h index dd162ba..25d6000 100644 --- a/PCLib/PCProject.h +++ b/PCLib/PCProject.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCProject.m b/PCLib/PCProject.m index 01b1c2d..9dc5bba 100644 --- a/PCLib/PCProject.m +++ b/PCLib/PCProject.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -97,7 +97,7 @@ [textField setEditable: NO]; [textField setBezeled: NO]; [textField setDrawsBackground: NO]; - [textField setStringValue:@"\tPlease report all bugs or other issues you don't like to phr@projectcenter.ch!"]; + [textField setStringValue:@"\tPlease report all bugs or other issues you don't like to phr@3dkit.org!"]; [box addSubview:textField]; RELEASE(textField); diff --git a/PCLib/PCProjectBuilder.h b/PCLib/PCProjectBuilder.h index 5212adc..afc66c5 100644 --- a/PCLib/PCProjectBuilder.h +++ b/PCLib/PCProjectBuilder.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCProjectBuilder.m b/PCLib/PCProjectBuilder.m index 7d4b56c..1149ed8 100644 --- a/PCLib/PCProjectBuilder.m +++ b/PCLib/PCProjectBuilder.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCProjectDebugger.h b/PCLib/PCProjectDebugger.h index 22eeb86..87044b8 100644 --- a/PCLib/PCProjectDebugger.h +++ b/PCLib/PCProjectDebugger.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCProjectDebugger.m b/PCLib/PCProjectDebugger.m index 74d42ab..c465e0e 100644 --- a/PCLib/PCProjectDebugger.m +++ b/PCLib/PCProjectDebugger.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCProjectManager.h b/PCLib/PCProjectManager.h index 2ce62a0..b85217c 100644 --- a/PCLib/PCProjectManager.h +++ b/PCLib/PCProjectManager.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCProjectManager.m b/PCLib/PCProjectManager.m index 88badd1..bbc58dd 100644 --- a/PCLib/PCProjectManager.m +++ b/PCLib/PCProjectManager.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCServer.h b/PCLib/PCServer.h index dc4ddbb..3e3698e 100644 --- a/PCLib/PCServer.h +++ b/PCLib/PCServer.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PCServer.m b/PCLib/PCServer.m index 88fd2b5..84068a3 100644 --- a/PCLib/PCServer.m +++ b/PCLib/PCServer.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/PreferenceController.h b/PCLib/PreferenceController.h index ca67502..9223ab5 100644 --- a/PCLib/PreferenceController.h +++ b/PCLib/PreferenceController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/ProjectBuilder.h b/PCLib/ProjectBuilder.h index 539b462..dd61d27 100644 --- a/PCLib/ProjectBuilder.h +++ b/PCLib/ProjectBuilder.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/ProjectCenter.h b/PCLib/ProjectCenter.h index a7feac5..047d68e 100644 --- a/PCLib/ProjectCenter.h +++ b/PCLib/ProjectCenter.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/ProjectDebugger.h b/PCLib/ProjectDebugger.h index b42791d..a6d9ba9 100644 --- a/PCLib/ProjectDebugger.h +++ b/PCLib/ProjectDebugger.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/ProjectEditor.h b/PCLib/ProjectEditor.h index 39edae8..056ca33 100644 --- a/PCLib/ProjectEditor.h +++ b/PCLib/ProjectEditor.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/ProjectType.h b/PCLib/ProjectType.h index 7c78aca..29effed 100644 --- a/PCLib/ProjectType.h +++ b/PCLib/ProjectType.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLib/Server.h b/PCLib/Server.h index aa036f2..9263ce8 100644 --- a/PCLib/Server.h +++ b/PCLib/Server.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLibProj/PCLibMakefileFactory.h b/PCLibProj/PCLibMakefileFactory.h index f5386a0..04f7b92 100644 --- a/PCLibProj/PCLibMakefileFactory.h +++ b/PCLibProj/PCLibMakefileFactory.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLibProj/PCLibMakefileFactory.m b/PCLibProj/PCLibMakefileFactory.m index beac673..09dbf4c 100644 --- a/PCLibProj/PCLibMakefileFactory.m +++ b/PCLibProj/PCLibMakefileFactory.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLibProj/PCLibProj.h b/PCLibProj/PCLibProj.h index 7b45ac5..fa5ad31 100644 --- a/PCLibProj/PCLibProj.h +++ b/PCLibProj/PCLibProj.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLibProj/PCLibProj.m b/PCLibProj/PCLibProj.m index ce1392b..7472e51 100644 --- a/PCLibProj/PCLibProj.m +++ b/PCLibProj/PCLibProj.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLibProj/PCLibProject.h b/PCLibProj/PCLibProject.h index 57e459d..86f9297 100644 --- a/PCLibProj/PCLibProject.h +++ b/PCLibProj/PCLibProject.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCLibProj/PCLibProject.m b/PCLibProj/PCLibProject.m index a3df35a..18d7f71 100644 --- a/PCLibProj/PCLibProject.m +++ b/PCLibProj/PCLibProject.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCToolProj/PCToolMakefileFactory.h b/PCToolProj/PCToolMakefileFactory.h index b9c12ca..2178566 100644 --- a/PCToolProj/PCToolMakefileFactory.h +++ b/PCToolProj/PCToolMakefileFactory.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCToolProj/PCToolMakefileFactory.m b/PCToolProj/PCToolMakefileFactory.m index 1e756a1..5c966c8 100644 --- a/PCToolProj/PCToolMakefileFactory.m +++ b/PCToolProj/PCToolMakefileFactory.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCToolProj/PCToolProj.h b/PCToolProj/PCToolProj.h index 9c718d9..d4976f6 100644 --- a/PCToolProj/PCToolProj.h +++ b/PCToolProj/PCToolProj.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCToolProj/PCToolProj.m b/PCToolProj/PCToolProj.m index 72409bf..17ab2a4 100644 --- a/PCToolProj/PCToolProj.m +++ b/PCToolProj/PCToolProj.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCToolProj/PCToolProject.h b/PCToolProj/PCToolProject.h index 15b03e9..7361037 100644 --- a/PCToolProj/PCToolProject.h +++ b/PCToolProj/PCToolProject.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/PCToolProj/PCToolProject.m b/PCToolProj/PCToolProject.m index b94fa0b..15a7d4c 100644 --- a/PCToolProj/PCToolProject.m +++ b/PCToolProj/PCToolProject.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCAppController+MenuHandling.h b/ProjectCenter/PCAppController+MenuHandling.h index 1cda1c9..1432aa2 100644 --- a/ProjectCenter/PCAppController+MenuHandling.h +++ b/ProjectCenter/PCAppController+MenuHandling.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCAppController+MenuHandling.m b/ProjectCenter/PCAppController+MenuHandling.m index 0a62324..d68803b 100644 --- a/ProjectCenter/PCAppController+MenuHandling.m +++ b/ProjectCenter/PCAppController+MenuHandling.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCAppController.h b/ProjectCenter/PCAppController.h index 7fd53eb..e4eae6c 100644 --- a/ProjectCenter/PCAppController.h +++ b/ProjectCenter/PCAppController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCAppController.m b/ProjectCenter/PCAppController.m index ddaf74f..81a6bda 100644 --- a/ProjectCenter/PCAppController.m +++ b/ProjectCenter/PCAppController.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCFindController.h b/ProjectCenter/PCFindController.h index 2c734f7..7a3a1ec 100644 --- a/ProjectCenter/PCFindController.h +++ b/ProjectCenter/PCFindController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCFindController.m b/ProjectCenter/PCFindController.m index 00fc095..3b1f85c 100644 --- a/ProjectCenter/PCFindController.m +++ b/ProjectCenter/PCFindController.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCInfoController.h b/ProjectCenter/PCInfoController.h index 3fc7c0e..465cf03 100644 --- a/ProjectCenter/PCInfoController.h +++ b/ProjectCenter/PCInfoController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCInfoController.m b/ProjectCenter/PCInfoController.m index 3fdce26..bb17a45 100644 --- a/ProjectCenter/PCInfoController.m +++ b/ProjectCenter/PCInfoController.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCLogController.h b/ProjectCenter/PCLogController.h index b79fa16..20b906b 100644 --- a/ProjectCenter/PCLogController.h +++ b/ProjectCenter/PCLogController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCLogController.m b/ProjectCenter/PCLogController.m index 63d5321..a01d038 100644 --- a/ProjectCenter/PCLogController.m +++ b/ProjectCenter/PCLogController.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCMenuController.h b/ProjectCenter/PCMenuController.h index fa5403c..fe2129d 100644 --- a/ProjectCenter/PCMenuController.h +++ b/ProjectCenter/PCMenuController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCMenuController.m b/ProjectCenter/PCMenuController.m index 910bcfa..7f11b3c 100644 --- a/ProjectCenter/PCMenuController.m +++ b/ProjectCenter/PCMenuController.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCPrefController.h b/ProjectCenter/PCPrefController.h index 31defce..79ff810 100644 --- a/ProjectCenter/PCPrefController.h +++ b/ProjectCenter/PCPrefController.h @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/PCPrefController.m b/ProjectCenter/PCPrefController.m index 0bf1dc0..715af7f 100644 --- a/ProjectCenter/PCPrefController.m +++ b/ProjectCenter/PCPrefController.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/ProjectCenter/ProjectCenter_main.m b/ProjectCenter/ProjectCenter_main.m index 69011f9..bc7d50b 100644 --- a/ProjectCenter/ProjectCenter_main.m +++ b/ProjectCenter/ProjectCenter_main.m @@ -1,11 +1,11 @@ /* - GNUstep ProjectCenter - http://www.projectcenter.ch + GNUstep ProjectCenter - http://www.gnustep.org - Copyright (C) 2000 Philippe C.D. Robert + Copyright (C) 2001 Free Software Foundation - Author: Philippe C.D. Robert + Author: Philippe C.D. Robert - This file is part of ProjectCenter. + This file is part of GNUstep. This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/Version b/Version index 95edff5..075c93d 100644 --- a/Version +++ b/Version @@ -7,6 +7,6 @@ GCC_VERSION=2.8.0 # The version number of this release. MAJOR_VERSION=0 MINOR_VERSION=2 -SUBMINOR_VERSION=4 +SUBMINOR_VERSION=5 PC_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=${PC_VERSION}