You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve license detection of some tests expecting for fail for now
* add new rules and texts (including a general CLA)
* refine frequent tokens
* add new disambiguation with a filter for matches that overlap
multiple matches
* correct the licensing identifier of rules that were all incorrect
(and were set to False)
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This file 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.
1
+
This file is free software; you can redistribute it and/or modify it under the terms
2
+
of the GNU General Public License as published by the Free Software Foundation;
3
+
either version 2 of the License, or (at your option) any later version.
2
4
3
-
In addition to the permissions in the GNU General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combined executable.)
5
+
In addition to the permissions in the GNU General Public License, the Free Software
6
+
Foundation gives you unlimited permission to link the compiled version of this file
7
+
into combinations with other programs, and to distribute those combinations without
8
+
any restriction coming from the use of this file. (The General Public License
9
+
restrictions do apply in other respects; for example, they cover modification of the
10
+
file, and distribution when not linked into a combined executable.)
4
11
5
-
This program 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.
12
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY
13
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
6
15
7
-
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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
16
+
You should have received a copy of the GNU General Public License along with this
17
+
program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street -
Copy file name to clipboardExpand all lines: src/licensedcode/data/licenses/gpl-2.0-plus-linking.LICENSE
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
-
This library 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, or (at your option) any later version.
1
+
This library is free software; you can redistribute it and/or modify it under the
2
+
terms of the GNU General Public License as published by the Free Software Foundation;
3
+
either version 2, or (at your option) any later version.
2
4
3
-
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.
5
+
This library is distributed in the hope that it will be useful, but WITHOUT ANY
6
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
7
+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
4
8
5
-
You should have received a copy of the GNU General Public License along with this library; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
9
+
You should have received a copy of the GNU General Public License along with this
10
+
library; see the file COPYING. If not, write to the Free Software Foundation, 51
11
+
Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
6
12
7
13
As a special exception, if you link this library with other files,
8
14
some of which are compiled with GCC, to produce an executable,
This library 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, or (at your option) any later version.
1
+
This library is free software; you can redistribute it and/or modify it under the
2
+
terms of the GNU General Public License as published by the Free Software Foundation;
3
+
either version 2, or (at your option) any later version.
2
4
3
-
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.
5
+
This library is distributed in the hope that it will be useful, but WITHOUT ANY
6
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
7
+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
4
8
5
-
You should have received a copy of the GNU General Public License along with this library; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
9
+
You should have received a copy of the GNU General Public License along with this
10
+
library; see the file COPYING. If not, write to the Free Software Foundation, 51
11
+
Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
6
12
7
-
In addition, as a special exception, Red Hat, Inc. gives You the additional right to link the code of this Program with code not covered under the GNU General Public License ("Non-GPL Code") and to distribute linked combinations including the two, subject to the limitations in this paragraph. Non-GPL Code permitted under this exception must only link to the code of this Program through those well defined interfaces identified in the file named EXCEPTION found in the source code files (the "Approved Interfaces"). The files of Non-GPL Code may instantiate templates or use macros or inline functions from the Approved Interfaces without causing the resulting work to be covered by the GNU General Public License. Only Red Hat, Inc. may make changes or additions to the list of Approved Interfaces. You must obey the GNU General Public License in all respects for all of the Program code and other code used in conjunction with the Program except the Non-GPL Code covered by this exception. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to provide this exception without modification, you must delete this exception statement from your version and license this file solely under the GPL without exception.
13
+
In addition, as a special exception, Red Hat, Inc. gives You the additional right to
14
+
link the code of this Program with code not covered under the GNU General Public
15
+
License ("Non-GPL Code") and to distribute linked combinations including the two,
16
+
subject to the limitations in this paragraph. Non-GPL Code permitted under this
17
+
exception must only link to the code of this Program through those well defined
18
+
interfaces identified in the file named EXCEPTION found in the source code files (the
19
+
"Approved Interfaces"). The files of Non-GPL Code may instantiate templates or use
20
+
macros or inline functions from the Approved Interfaces without causing the resulting
21
+
work to be covered by the GNU General Public License. Only Red Hat, Inc. may make
22
+
changes or additions to the list of Approved Interfaces. You must obey the GNU
23
+
General Public License in all respects for all of the Program code and other code
24
+
used in conjunction with the Program except the Non-GPL Code covered by this
25
+
exception. If you modify this file, you may extend this exception to your version of
26
+
the file, but you are not obligated to do so. If you do not wish to provide this
27
+
exception without modification, you must delete this exception statement from your
28
+
version and license this file solely under the GPL without exception.
0 commit comments