mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
wayland: Additional clean up for license headers.
This commit is contained in:
parent
41b2d294ed
commit
359aa9e639
2 changed files with 26 additions and 3 deletions
|
@ -1,5 +1,28 @@
|
|||
/*
|
||||
Copyright (C) 2016 Sergio L. Pascual <slp@sinrega.org>
|
||||
/* -*- mode:ObjC -*-
|
||||
WaylandCairoSurface - Draw with Cairo onto Wayland surfaces
|
||||
|
||||
Copyright (C) 2020 Free Software Foundation, Inc.
|
||||
|
||||
Author: Sergio L. Pascual <slp@sinrega.org>
|
||||
Date: February 2016
|
||||
|
||||
This file is part of the GNU Objective C Backend Library.
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser 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
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; see the file COPYING.LIB.
|
||||
If not, see <http://www.gnu.org/licenses/> or write to the
|
||||
Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
Author: Sergio L. Pascual <slp@sinrega.org>
|
||||
Date: February 2016
|
||||
|
||||
This file is part of the GNU Objective C User Interface Library.
|
||||
This file is part of the GNU Objective C Backend Library.
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
|
Loading…
Reference in a new issue