mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Add/fix copyright and licenses.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@21392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4eedb48e2
commit
dd3627a2bf
14 changed files with 173 additions and 16 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2005-07-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/Back/Back.gsdoc,
|
||||
Documentation/Back/DefaultsSummary.gsdoc,
|
||||
Documentation/Back/WindowFocus.gsdoc,
|
||||
Headers/art/ARTContext.h,
|
||||
Headers/x11/XGDragView.h,
|
||||
Headers/xlib/XGFontSetFontInfo.h,
|
||||
Headers/xlib/XGGeometry.h,
|
||||
Source/x11/wrasterP.h,
|
||||
Source/xlib/XGFontSetFontInfo.m,
|
||||
Source/xlib/linking.m,
|
||||
Tools/GNUmakefile.postamble,
|
||||
Tools/GNUmakefile.preamble,
|
||||
Tools/gpbs.1: Add/fix copyright and licenses.
|
||||
|
||||
2005-06-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Tools/gpbs.m ([PasteboardServer -connectionBecameInvalid:]):
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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,3 +1,27 @@
|
|||
/* <title>ARTContext</title>
|
||||
|
||||
<abstract>ART backend drawing context.</abstract>
|
||||
|
||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
|
||||
Written By: Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
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.
|
||||
*/
|
||||
#ifndef ARTContext_h
|
||||
#define ARTContext_h
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
<abstract>View that is dragged during drag and drop</abstract>
|
||||
|
||||
Copyright (C) 2001-2005 Free Software Foundation, Inc.
|
||||
|
||||
Written By: <author name="Wim Oudshoorn"><email>woudshoo@xs4all.nl</email></author>
|
||||
Date: Nov 2001
|
||||
|
||||
|
|
|
@ -1,12 +1,28 @@
|
|||
/*
|
||||
XGFontSetFontInfo.h
|
||||
/* <title>XGFontSetFontInfo</title>
|
||||
|
||||
NSFont helper for GNUstep X/GPS Backend
|
||||
<abstract>NSFont helper for GNUstep X/GPS Backend</abstract>
|
||||
|
||||
Author: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
|
||||
Date: July 2003
|
||||
Copyright (C) 2003-2005 Free Software Foundation, Inc.
|
||||
|
||||
*/
|
||||
Author: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
|
||||
Date: July 2003
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#ifndef __XGFontSetFontInfo_h
|
||||
#define __XGFontSetFontInfo_h
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
<abstract>Point and rectangle manipulations for X-structures</abstract>
|
||||
|
||||
Copyright (C) 2001-2005 Free Software Foundation, Inc.
|
||||
|
||||
Written by: <author name="Wim Oudshoorn"><email>woudshoo@xs4all.nl</email></author>
|
||||
Date: Nov, 2001
|
||||
|
||||
|
|
|
@ -1,4 +1,22 @@
|
|||
|
||||
/*
|
||||
* Raster graphics library
|
||||
*
|
||||
* Copyright (c) 1997-2002 Alfredo K. Kojima
|
||||
*
|
||||
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#ifndef WRASTERP_H_
|
||||
#define WRASTERP_H_
|
||||
|
|
|
@ -1,12 +1,28 @@
|
|||
/*
|
||||
XGFontSetFontInfo.m
|
||||
/* <title>XGFontSetFontInfo</title>
|
||||
|
||||
NSFont helper for GNUstep X/GPS Backend
|
||||
<abstract>NSFont helper for GNUstep X/GPS Backend</abstract>
|
||||
|
||||
Author: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
|
||||
Date: July 2003
|
||||
Copyright (C) 2003-2005 Free Software Foundation, Inc.
|
||||
|
||||
*/
|
||||
Author: Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
|
||||
Date: July 2003
|
||||
|
||||
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 "x11/XGServer.h"
|
||||
#include "xlib/XGPrivate.h"
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
/* <title>linking</title>
|
||||
|
||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
|
||||
Author: Adam Fedor <fedor@gnu.org>
|
||||
|
||||
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 "xlib/XGContext.h"
|
||||
|
||||
|
|
|
@ -1,8 +1,26 @@
|
|||
#
|
||||
# Makefile.postamble
|
||||
# GNUmakefile.postamble
|
||||
#
|
||||
# Project specific makefile rules
|
||||
# Copyright (C) 1997-2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of the GNUstep 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; see the file COPYING.LIB.
|
||||
# If not, write to the Free Software Foundation,
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
# 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.
|
||||
|
|
|
@ -1,8 +1,27 @@
|
|||
#
|
||||
# Makefile.preamble
|
||||
# GNUmakefile.preamble
|
||||
#
|
||||
# Project specific makefile variables, and additional
|
||||
#
|
||||
# Copyright (C) 1997-2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of the GNUstep 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; see the file COPYING.LIB.
|
||||
# If not, write to the Free Software Foundation,
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
# Do not put any Makefile rules in this file, instead they should
|
||||
# be put into Makefile.postamble.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.\"gpbs(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 gpbs.1
|
||||
|
|
Loading…
Reference in a new issue