mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-24 23:22:39 +00:00
red-record-qxl: Change license header to LGPLv2+
It's currently using a GPLv2+ header, which was probably a mistake given the project overall license. It was created by a Red Hat employee, and only modified by Red Hat employees since then, so the (c) Red Hat is correct, and there are no other copyright holders to contact. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
ca4984570f
commit
52d8738768
@ -2,18 +2,18 @@
|
||||
/*
|
||||
Copyright (C) 2009,2010 Red Hat, Inc.
|
||||
|
||||
This program 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 2 of
|
||||
the License, or (at your option) any later version.
|
||||
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.1 of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
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 General Public License for more details.
|
||||
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 General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef RED_RECORD_QXL_H_
|
||||
|
||||
Loading…
Reference in New Issue
Block a user