Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libdmapsharing
Commits
2ae05d95
Commit
2ae05d95
authored
Sep 03, 2010
by
W. Michael Petullo
Browse files
Fix license on test-dmap-client.c after receiving confirmation from Andre
Signed-off-by:
W. Michael Petullo
<
mike@flyn.org
>
parent
fea24184
Changes
4
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
2ae05d95
...
...
@@ -122,3 +122,21 @@ was not intentional:
> I just noticed that dacp-player.[ch] are licensed as GPL. This should
> be LGPL because libdmapsharing is LGPL. May I have your permission to
> change the license of these files to LGPLv2.1+?
Andre Moreira Magalhaes approved the use of LGPL for test-dmap-client.c.
Please do it, no problem at all
BR
Andre
> Andre,
>
> I have been maintaining libdmapsharing and recently noticed that
> tests/test-dmap-client.c and test-dmap-server.c are licensed as
> GPL and you are the copyright holder. May I change this to LGPLv2.1+ in
> order to match the rest of libdmapsharing? This will make distribution
> easier as packages may be licensed at LGPLv2.1+ only.
>
> --
> Mike
ChangeLog
View file @
2ae05d95
...
...
@@ -5,6 +5,9 @@
* Fix license on dacp-player.[ch] after receiving confirmation
from Alexandre.
* Fix license on test-dmap-client.c after receiving confirmation
from Andre.
20 August 2010 W. Michael Petullo <mike@flyn.org>
* Back out Alexandre's addition of itemid property from
...
...
tests/test-dmap-client.c
View file @
2ae05d95
...
...
@@ -2,19 +2,19 @@
* Copyright (C) 2006 INDT
* Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
*
* 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, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston, MA 0211
1
-130
7,
USA
.
* You should have received a copy of the GNU
Lesser
General Public
*
License
along with this
library
; if not, write to the Free Software
* Foundation, Inc., 5
1 Franklin St, Fifth Floor
, Boston, MA
0211
0
-130
1
USA
*/
#include
<glib.h>
...
...
tests/test-dmap-server.c
View file @
2ae05d95
/*
* Copyright (C) 2008 W. Michael Petullo <mike@flyn.org>
*
* 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, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston, MA 0211
1
-130
7,
USA
.
* You should have received a copy of the GNU
Lesser
General Public
*
License
along with this
library
; if not, write to the Free Software
* Foundation, Inc., 5
1 Franklin St, Fifth Floor
, Boston, MA
0211
0
-130
1
USA
*/
#include
"config.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment