diff --git a/ChangeLog b/ChangeLog index 8147a13..2cee7c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-05-30 03:17-EDT Gregory John Casamento + + * Modules/Projects/Application/Resources/AppController.h + * Modules/Projects/Application/Resources/AppController.m + * Modules/Projects/Tool/Resources/main.m: Remove licensing + and copyright information from these since we don't want to + assume that the user will be writing a GPLv3 program owned by the + FSF (while that would be nice) it's not correct to assume it. + 2010-05-30 01:54-EDT Gregory John Casamento * Framework/English.lproj/SaveModified.gorm: Correct issues with diff --git a/Modules/Projects/Application/Resources/AppController.h b/Modules/Projects/Application/Resources/AppController.h index 23b1218..0e4a702 100644 --- a/Modules/Projects/Application/Resources/AppController.h +++ b/Modules/Projects/Application/Resources/AppController.h @@ -1,27 +1,11 @@ /* Project: $PROJECTNAME$ - Copyright (C) $YEAR$ Free Software Foundation - Author: $FULLUSERNAME$ Created: $DATE$ by $USERNAME$ Application Controller - - This application 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 3 of the License, or (at your option) any later version. - - This application 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 library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #ifndef _PCAPPPROJ_APPCONTROLLER_H diff --git a/Modules/Projects/Application/Resources/AppController.m b/Modules/Projects/Application/Resources/AppController.m index 6b85c9c..8cf4cb2 100644 --- a/Modules/Projects/Application/Resources/AppController.m +++ b/Modules/Projects/Application/Resources/AppController.m @@ -1,27 +1,11 @@ /* Project: $PROJECTNAME$ - Copyright (C) $YEAR$ Free Software Foundation - Author: $FULLUSERNAME$ Created: $DATE$ by $USERNAME$ Application Controller - - This application 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 3 of the License, or (at your option) any later version. - - This application 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 library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #import "AppController.h" diff --git a/Modules/Projects/Tool/Resources/main.m b/Modules/Projects/Tool/Resources/main.m index 58d39d2..4976302 100644 --- a/Modules/Projects/Tool/Resources/main.m +++ b/Modules/Projects/Tool/Resources/main.m @@ -1,25 +1,9 @@ /* Project: $PROJECTNAME$ - Copyright (C) $YEAR$ Free Software Foundation - Author: $FULLUSERNAME$ Created: $DATE$ by $USERNAME$ - - This application 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 3 of the License, or (at your option) any later version. - - This application 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 library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #import