Add/fix copyright/licenses.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21393 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2005-07-01 20:54:03 +00:00
parent ba2eea830f
commit 52469c268e
23 changed files with 139 additions and 1 deletions

View file

@ -1,3 +1,24 @@
2005-07-01 Adam Fedor <fedor@gnu.org>
* Documentation/Gui.gsdoc,
Documentation/GuiAdditions.gsdoc,
Documentation/ReleaseNotes.gsdoc,
Documentation/gopen.1, Documentation/make_services.1,
Documentation/General/OpenStepCompliance.gsdoc,
Documentation/GuiUser/DefaultsSummary.gsdoc,
Documentation/GuiUser/KeyboardSetup.gsdoc,
Documentation/GuiUser/LanguageSetup.gsdoc,
Model/Controller.h, Model/Controller.m, Model/test.m,
PrinterTypes/GSProlog.ps,
Printing/GSCUPS/GNUmakefile.postamble,
Printing/GSCUPS/GNUmakefile.preamble,
Printing/GSLPR/GNUmakefile.postamble,
Printing/GSLPR/GNUmakefile.preamble,
Tools/GNUmakefile.postamble,
Tools/GNUmakefile.preamble, Tools/wgetopt.h,
Tools/gsnd/GNUmakefile.postamble,
Tools/gsnd/GNUmakefile.preamble: Add/fix copyright/licenses.
2005-07-01 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSApplication.m: (_NSAppKitUncaughtExceptionHandler)

View file

@ -4,6 +4,7 @@
<head>
<title>OpenStep Compliance</title>
<author name="Adam Fedor"></author>
<copy>2005 Free Software Foundation, Inc.</copy>
</head>
<body>
<chapter>

View file

@ -8,6 +8,7 @@
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<version>$Revision$</version>
<copy>2005 Free Software Foundation, Inc.</copy>
<date>$Date$</date>
</head>
<body>

View file

@ -7,6 +7,7 @@
<email address="rfm@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<copy>2005 Free Software Foundation, Inc.</copy>
<version>$Revision$</version>
<date>$Date$</date>
</head>

View file

@ -11,6 +11,7 @@
<email address="n.pero@mi.flashnet.it"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<copy>2005 Free Software Foundation, Inc.</copy>
<version>$Revision$</version>
<date>$Date$</date>
</head>

View file

@ -11,6 +11,7 @@
<email address="n.pero@mi.flashnet.it"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<copy>2005 Free Software Foundation, Inc.</copy>
<version>$Revision$</version>
<date>$Date$</date>
</head>

View file

@ -17,7 +17,8 @@
<email address="bemess@kornet.net">
</email>
</author>
<version>2.2 Alpha</version>
<copy>2005 Free Software Foundation, Inc.</copy>
<version>2.2 Alpha</version>
<date>2004-04-08</date>
<abstract>
This article illustrates how to set up GNUstep for the East

View file

@ -7,6 +7,7 @@
<email address="fedor@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<copy>2005 Free Software Foundation, Inc.</copy>
<version>$Revision$</version>
<date>$Date$</date>
</head>

View file

@ -1,5 +1,6 @@
.\"gopen(1) man page
.\"put together by Martin Brecher <martin@gnustep.de>
.\"Copyright (C) 2005 Free Software Foundation, Inc.
.\"
.\"Process this file with
.\"groff -man -Tascii gopen.1

View file

@ -1,5 +1,6 @@
.\"make_services(1) man page
.\"put together by Martin Brecher <martin@gnustep.de>
.\"Copyright (C) 2003 Free Software Foundation, Inc.
.\"
.\"Process this file with
.\"groff -man -Tascii make_services.1

View file

@ -1,3 +1,23 @@
/* Controller
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of the GNU Objective C User Interface library.
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 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; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
*/
#include <AppKit/AppKit.h>
@interface Controller : NSObject

View file

@ -1,3 +1,24 @@
/* Controller
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of the GNU Objective C User Interface library.
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 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; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
USA.
*/
#include "Controller.h"
@implementation Controller

View file

@ -1,3 +1,24 @@
/* test
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of the GNU Objective C User Interface library.
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 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; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
USA.
*/
#include <Foundation/Foundation.h>
#include <AppKit/AppKit.h>

View file

@ -1,4 +1,7 @@
%%LanguageLevel defines
%%
%% Copyright (C) 2005, Free Software Foundation, Inc.
%%
/_GSsetalpha { pop } bind def
/setalpha where

View file

@ -1,6 +1,8 @@
#
# GNUmakefile.postamble
#
# Copyright (C) 2004 Free Software Foundation, Inc.
#
# Things to do before compiling
# before-all::

View file

@ -1,3 +1,9 @@
#
# GNUmakefile.postamble
#
# Copyright (C) 2004 Free Software Foundation, Inc.
#
# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS +=

View file

@ -1,6 +1,8 @@
#
# GNUmakefile.postamble
#
# Copyright (C) 2004 Free Software Foundation, Inc.
#
# Things to do before compiling
# before-all::

View file

@ -1,3 +1,9 @@
#
# GNUmakefile.postamble
#
# Copyright (C) 2004 Free Software Foundation, Inc.
#
# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS +=

View file

@ -3,6 +3,8 @@
#
# Project specific makefile rules
#
# Copyright (C) 2005 Free Software Foundation, Inc.
#
# Uncomment the targets you want.
# The double colons (::) are important, do not make them single colons
# otherwise the normal makefile rules will not be performed.

View file

@ -3,6 +3,7 @@
#
# Project specific makefile variables, and additional
#
# Copyright (C) 2005 Free Software Foundation, Inc.
# Do not put any Makefile rules in this file, instead they should
# be put into Makefile.postamble.
#

View file

@ -3,6 +3,8 @@
#
# Project specific makefile rules
#
# Copyright (C) 2005 Free Software Foundation, Inc.
#
# Uncomment the targets you want.
# The double colons (::) are important, do not make them single colons
# otherwise the normal makefile rules will not be performed.

View file

@ -3,6 +3,8 @@
#
# Project specific makefile variables, and additional
#
# Copyright (C) 2005 Free Software Foundation, Inc.
#
# Do not put any Makefile rules in this file, instead they should
# be put into Makefile.postamble.
#

View file

@ -1,3 +1,23 @@
/* wgetopt
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of the GNU Objective C User Interface library.
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 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; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
*/
#if (defined __MINGW__)
/* A simple implementation of getopt() */
static int