Skip to content

Commit 9e679f1

Browse files
committed
Add new simplified autoconf exception #745
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent fc2e320 commit 9e679f1

File tree

6 files changed

+40
-9
lines changed

6 files changed

+40
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
As a special exception to the GNU General Public License, if you
2+
distribute this file as part of a program that contains a
3+
configuration script generated by Autoconf, you may include it under
4+
the same distribution terms that you use for the rest of that
5+
program. This Exception is an additional permission under section 7
6+
of the GNU General Public License, version 3 ("GPLv3").
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
key: autoconf-simple-exception
2+
short_name: Autoconf simple exception
3+
name: Autoconf simple exception
4+
category: Copyleft Limited
5+
owner: Free Software Foundation (FSF)
6+
homepage_url: https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=config.guess;h=a7448442748cc6f98a066d2d1051fad3b043761a;hb=HEAD
7+
owner: Free Software Foundation (FSF)
8+
notes: this is a simpler version of the Autonconf exception to the
9+
GPL 3.0 used in GNU Config config.guess and config.sub

src/licensedcode/data/rules/gpl-3.0-autoconf_1.RULE

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/licensedcode/data/rules/gpl-3.0-autoconf_1.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This file is free software; you can redistribute it and/or modify it
2+
# under the terms of the GNU General Public License as published by
3+
# the Free Software Foundation; either version 3 of the License, or
4+
# (at your option) any later version.
5+
#
6+
# This program is distributed in the hope that it will be useful, but
7+
# WITHOUT ANY WARRANTY; without even the implied warranty of
8+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9+
# General Public License for more details.
10+
#
11+
# You should have received a copy of the GNU General Public License
12+
# along with this program; if not, see <http://www.gnu.org/licenses/>.
13+
#
14+
# As a special exception to the GNU General Public License, if you
15+
# distribute this file as part of a program that contains a
16+
# configuration script generated by Autoconf, you may include it under
17+
# the same distribution terms that you use for the rest of that
18+
# program. This Exception is an additional permission under section 7
19+
# of the GNU General Public License, version 3 ("GPLv3").
20+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
licenses:
2+
- gpl-3.0-plus
3+
- autoconf-simple-exception
4+
license_expression: gpl-3.0-plus with autoconf-simple-exception
5+

0 commit comments

Comments
 (0)