mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
ba2eea830f
commit
52469c268e
23 changed files with 139 additions and 1 deletions
21
ChangeLog
21
ChangeLog
|
@ -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)
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<head>
|
||||
<title>OpenStep Compliance</title>
|
||||
<author name="Adam Fedor"></author>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
21
Model/test.m
21
Model/test.m
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
%%LanguageLevel defines
|
||||
%%
|
||||
%% Copyright (C) 2005, Free Software Foundation, Inc.
|
||||
%%
|
||||
/_GSsetalpha { pop } bind def
|
||||
|
||||
/setalpha where
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#
|
||||
# GNUmakefile.postamble
|
||||
#
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
#
|
||||
|
||||
# Things to do before compiling
|
||||
# before-all::
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#
|
||||
# GNUmakefile.postamble
|
||||
#
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS +=
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#
|
||||
# GNUmakefile.postamble
|
||||
#
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
#
|
||||
|
||||
# Things to do before compiling
|
||||
# before-all::
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#
|
||||
# GNUmakefile.postamble
|
||||
#
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS +=
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue