Skip to content

Commit d9b5207

Browse files
mitchfooMichael Natterer
authored and
Michael Natterer
committed
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 Michael Natterer <[email protected]> * all files with a GPL header and all COPYING files: Change licence to GPLv3 (and to LGPLv3 for libgimp). Cleaned up some copyright headers and regenerated the parsers in the ImageMap plugin. svn path=/trunk/; revision=27913
1 parent 51bfd07 commit d9b5207

File tree

2,730 files changed

+11158
-13314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,730 files changed

+11158
-13314
lines changed

COPYING

+624-289
Large diffs are not rendered by default.

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2009-01-17 Michael Natterer <[email protected]>
2+
3+
* all files with a GPL header and all COPYING files:
4+
5+
Change licence to GPLv3 (and to LGPLv3 for libgimp).
6+
7+
Cleaned up some copyright headers and regenerated the parsers in
8+
the ImageMap plugin.
9+
110
2009-01-17 Sven Neumann <[email protected]>
211

312
Bug 568095 – Patch to improve unsharp mask performance

app/about.h

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __ABOUT_H__
@@ -31,9 +30,9 @@
3130
"Spencer Kimball, Peter Mattis and the GIMP Development Team")
3231

3332
#define GIMP_LICENSE \
34-
_("GIMP is free software; you can redistribute it and/or modify it " \
33+
_("GIMP is free software: you can redistribute it and/or modify it " \
3534
"under the terms of the GNU General Public License as published by " \
36-
"the Free Software Foundation; either version 2 of the License, or " \
35+
"the Free Software Foundation; either version 3 of the License, or " \
3736
"(at your option) any later version." \
3837
"\n\n" \
3938
"GIMP is distributed in the hope that it will be useful, " \
@@ -42,8 +41,7 @@
4241
"GNU General Public License for more details." \
4342
"\n\n" \
4443
"You should have received a copy of the GNU General Public License " \
45-
"along with GIMP; if not, write to the Free Software Foundation, " \
46-
"Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.")
44+
"along with GIMP. If not, see <http://www.gnu.org/licenses/>.")
4745

4846

4947
#endif /* __ABOUT_H__ */

app/actions/actions-types.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __ACTIONS_TYPES_H__

app/actions/actions.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#include "config.h"

app/actions/actions.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __ACTIONS_H__

app/actions/brush-editor-actions.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#include "config.h"

app/actions/brush-editor-actions.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __BRUSH_EDITOR_ACTIONS_H__

app/actions/brushes-actions.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#include "config.h"

app/actions/brushes-actions.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __BRUSHES_ACTIONS_H__

app/actions/buffers-actions.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#include "config.h"

app/actions/buffers-actions.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __BUFFERS_ACTIONS_H__

app/actions/buffers-commands.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#include "config.h"

app/actions/buffers-commands.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __BUFFERS_COMMANDS_H__

app/actions/channels-actions.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#include "config.h"

app/actions/channels-actions.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __CHANNELS_ACTIONS_H__

app/actions/channels-commands.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#include "config.h"

app/actions/channels-commands.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* GIMP - The GNU Image Manipulation Program
22
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
33
*
4-
* This program is free software; you can redistribute it and/or modify
4+
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
6+
* the Free Software Foundation; either version 3 of the License, or
77
* (at your option) any later version.
88
*
99
* This program is distributed in the hope that it will be useful,
@@ -12,8 +12,7 @@
1212
* GNU General Public License for more details.
1313
*
1414
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1716
*/
1817

1918
#ifndef __CHANNELS_COMMANDS_H__

0 commit comments

Comments
 (0)