diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-09-03 23:40:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-06 09:49:50 +0100 |
commit | f97a29af632a4584b7051162b2403756cd869c7c (patch) | |
tree | 79f4960d10b8d72da1396eb1eea9a2cbc1f31fa5 /meta | |
parent | d5f2b5b7ecb591904abfc4d9e8cd515997dc8969 (diff) | |
download | poky-f97a29af632a4584b7051162b2403756cd869c7c.tar.gz |
common-licenses, licenses.conf: Remove duplicate licenses
This removes BSD-0-Clause, Nauman, tcl and vim and adds mappings for
them to their SPDX counterparts (0BSD, Naumen, TCL and Vim).
It also removes FreeType, which already had a mapping to FTL.
(From OE-Core rev: 35d699c479b6ce6acafbf75fb003618aaad094d7)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/licenses.conf | 30 | ||||
-rw-r--r-- | meta/files/common-licenses/BSD-0-Clause | 12 | ||||
-rw-r--r-- | meta/files/common-licenses/FreeType | 170 | ||||
-rw-r--r-- | meta/files/common-licenses/Nauman | 50 | ||||
-rw-r--r-- | meta/files/common-licenses/tcl | 40 | ||||
-rw-r--r-- | meta/files/common-licenses/vim | 81 |
6 files changed, 18 insertions, 365 deletions
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index e2bd58f84a..991fb6cc23 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf | |||
@@ -19,6 +19,9 @@ SPDXLICENSEMAP[AGPLv3.0+] = "AGPL-3.0-or-later" | |||
19 | SPDXLICENSEMAP[AGPL-3.0] = "AGPL-3.0-only" | 19 | SPDXLICENSEMAP[AGPL-3.0] = "AGPL-3.0-only" |
20 | SPDXLICENSEMAP[AGPL-3.0+] = "AGPL-3.0-or-later" | 20 | SPDXLICENSEMAP[AGPL-3.0+] = "AGPL-3.0-or-later" |
21 | 21 | ||
22 | # BSD variations | ||
23 | SPDXLICENSEMAP[BSD-0-Clause] = "0BSD" | ||
24 | |||
22 | # GPL variations | 25 | # GPL variations |
23 | SPDXLICENSEMAP[GPL-1] = "GPL-1.0-only" | 26 | SPDXLICENSEMAP[GPL-1] = "GPL-1.0-only" |
24 | SPDXLICENSEMAP[GPL-1+] = "GPL-1.0-or-later" | 27 | SPDXLICENSEMAP[GPL-1+] = "GPL-1.0-or-later" |
@@ -45,7 +48,7 @@ SPDXLICENSEMAP[GPLv3.0+] = "GPL-3.0-or-later" | |||
45 | SPDXLICENSEMAP[GPL-3.0] = "GPL-3.0-only" | 48 | SPDXLICENSEMAP[GPL-3.0] = "GPL-3.0-only" |
46 | SPDXLICENSEMAP[GPL-3.0+] = "GPL-3.0-or-later" | 49 | SPDXLICENSEMAP[GPL-3.0+] = "GPL-3.0-or-later" |
47 | 50 | ||
48 | #LGPL variations | 51 | # LGPL variations |
49 | SPDXLICENSEMAP[LGPLv2] = "LGPL-2.0-only" | 52 | SPDXLICENSEMAP[LGPLv2] = "LGPL-2.0-only" |
50 | SPDXLICENSEMAP[LGPLv2+] = "LGPL-2.0-or-later" | 53 | SPDXLICENSEMAP[LGPLv2+] = "LGPL-2.0-or-later" |
51 | SPDXLICENSEMAP[LGPLv2.0] = "LGPL-2.0-only" | 54 | SPDXLICENSEMAP[LGPLv2.0] = "LGPL-2.0-only" |
@@ -63,49 +66,52 @@ SPDXLICENSEMAP[LGPLv3+] = "LGPL-3.0-or-later" | |||
63 | SPDXLICENSEMAP[LGPL-3.0] = "LGPL-3.0-only" | 66 | SPDXLICENSEMAP[LGPL-3.0] = "LGPL-3.0-only" |
64 | SPDXLICENSEMAP[LGPL-3.0+] = "LGPL-3.0-or-later" | 67 | SPDXLICENSEMAP[LGPL-3.0+] = "LGPL-3.0-or-later" |
65 | 68 | ||
66 | #MPL variations | 69 | # MPL variations |
67 | SPDXLICENSEMAP[MPL-1] = "MPL-1.0" | 70 | SPDXLICENSEMAP[MPL-1] = "MPL-1.0" |
68 | SPDXLICENSEMAP[MPLv1] = "MPL-1.0" | 71 | SPDXLICENSEMAP[MPLv1] = "MPL-1.0" |
69 | SPDXLICENSEMAP[MPLv1.1] = "MPL-1.1" | 72 | SPDXLICENSEMAP[MPLv1.1] = "MPL-1.1" |
70 | SPDXLICENSEMAP[MPLv2] = "MPL-2.0" | 73 | SPDXLICENSEMAP[MPLv2] = "MPL-2.0" |
71 | 74 | ||
72 | #MIT variations | 75 | # MIT variations |
73 | SPDXLICENSEMAP[MIT-X] = "MIT" | 76 | SPDXLICENSEMAP[MIT-X] = "MIT" |
74 | SPDXLICENSEMAP[MIT-style] = "MIT" | 77 | SPDXLICENSEMAP[MIT-style] = "MIT" |
75 | 78 | ||
76 | #Openssl variations | 79 | # Openssl variations |
77 | SPDXLICENSEMAP[openssl] = "OpenSSL" | 80 | SPDXLICENSEMAP[openssl] = "OpenSSL" |
78 | 81 | ||
79 | #PSF variations | 82 | # PSF variations |
80 | SPDXLICENSEMAP[PSF] = "PSF-2.0" | 83 | SPDXLICENSEMAP[PSF] = "PSF-2.0" |
81 | SPDXLICENSEMAP[PSFv2] = "PSF-2.0" | 84 | SPDXLICENSEMAP[PSFv2] = "PSF-2.0" |
82 | 85 | ||
83 | #Python variations | 86 | # Python variations |
84 | SPDXLICENSEMAP[Python-2] = "Python-2.0" | 87 | SPDXLICENSEMAP[Python-2] = "Python-2.0" |
85 | 88 | ||
86 | #Apache variations | 89 | # Apache variations |
87 | SPDXLICENSEMAP[Apachev2] = "Apache-2.0" | 90 | SPDXLICENSEMAP[Apachev2] = "Apache-2.0" |
88 | SPDXLICENSEMAP[Apache-2] = "Apache-2.0" | 91 | SPDXLICENSEMAP[Apache-2] = "Apache-2.0" |
89 | 92 | ||
90 | #Artistic variations | 93 | # Artistic variations |
91 | SPDXLICENSEMAP[Artisticv1] = "Artistic-1.0" | 94 | SPDXLICENSEMAP[Artisticv1] = "Artistic-1.0" |
92 | SPDXLICENSEMAP[Artistic-1] = "Artistic-1.0" | 95 | SPDXLICENSEMAP[Artistic-1] = "Artistic-1.0" |
93 | 96 | ||
94 | #Academic variations | 97 | # Academic variations |
95 | SPDXLICENSEMAP[AFL-2] = "AFL-2.0" | 98 | SPDXLICENSEMAP[AFL-2] = "AFL-2.0" |
96 | SPDXLICENSEMAP[AFL-1] = "AFL-1.2" | 99 | SPDXLICENSEMAP[AFL-1] = "AFL-1.2" |
97 | SPDXLICENSEMAP[AFLv2] = "AFL-2.0" | 100 | SPDXLICENSEMAP[AFLv2] = "AFL-2.0" |
98 | SPDXLICENSEMAP[AFLv1] = "AFL-1.2" | 101 | SPDXLICENSEMAP[AFLv1] = "AFL-1.2" |
99 | 102 | ||
100 | #CDDL variations | 103 | # CDDL variations |
101 | SPDXLICENSEMAP[CDDLv1] = "CDDL-1.0" | 104 | SPDXLICENSEMAP[CDDLv1] = "CDDL-1.0" |
102 | SPDXLICENSEMAP[CDDL-1] = "CDDL-1.0" | 105 | SPDXLICENSEMAP[CDDL-1] = "CDDL-1.0" |
103 | 106 | ||
104 | #Other variations | 107 | # Other variations |
105 | SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0" | 108 | SPDXLICENSEMAP[EPLv1.0] = "EPL-1.0" |
106 | SPDXLICENSEMAP[FreeType] = "FTL" | 109 | SPDXLICENSEMAP[FreeType] = "FTL" |
110 | SPDXLICENSEMAP[Nauman] = "Naumen" | ||
111 | SPDXLICENSEMAP[tcl] = "TCL" | ||
112 | SPDXLICENSEMAP[vim] = "Vim" | ||
107 | 113 | ||
108 | #Silicon Graphics variations | 114 | # Silicon Graphics variations |
109 | SPDXLICENSEMAP[SGIv1] = "SGI-1" | 115 | SPDXLICENSEMAP[SGIv1] = "SGI-1" |
110 | 116 | ||
111 | # Additional license directories. Add your custom licenses directories this path. | 117 | # Additional license directories. Add your custom licenses directories this path. |
diff --git a/meta/files/common-licenses/BSD-0-Clause b/meta/files/common-licenses/BSD-0-Clause deleted file mode 100644 index 328bdd6aee..0000000000 --- a/meta/files/common-licenses/BSD-0-Clause +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | Copyright (C) <YEAR> by <OWNER> | ||
2 | |||
3 | Permission to use, copy, modify, and/or distribute this software for any | ||
4 | purpose with or without fee is hereby granted. | ||
5 | |||
6 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
7 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
8 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
9 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
10 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
11 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
12 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
diff --git a/meta/files/common-licenses/FreeType b/meta/files/common-licenses/FreeType deleted file mode 100644 index 3666649f3e..0000000000 --- a/meta/files/common-licenses/FreeType +++ /dev/null | |||
@@ -1,170 +0,0 @@ | |||
1 | The FreeType Project LICENSE | ||
2 | ---------------------------- | ||
3 | |||
4 | 2006-Jan-27 | ||
5 | |||
6 | Copyright 1996-2002, 2006 by | ||
7 | David Turner, Robert Wilhelm, and Werner Lemberg | ||
8 | |||
9 | |||
10 | |||
11 | Introduction | ||
12 | ============ | ||
13 | |||
14 | The FreeType Project is distributed in several archive packages; | ||
15 | some of them may contain, in addition to the FreeType font engine, | ||
16 | various tools and contributions which rely on, or relate to, the | ||
17 | FreeType Project. | ||
18 | |||
19 | This license applies to all files found in such packages, and | ||
20 | which do not fall under their own explicit license. The license | ||
21 | affects thus the FreeType font engine, the test programs, | ||
22 | documentation and makefiles, at the very least. | ||
23 | |||
24 | This license was inspired by the BSD, Artistic, and IJG | ||
25 | (Independent JPEG Group) licenses, which all encourage inclusion | ||
26 | and use of free software in commercial and freeware products | ||
27 | alike. As a consequence, its main points are that: | ||
28 | |||
29 | o We don't promise that this software works. However, we will be | ||
30 | interested in any kind of bug reports. (`as is' distribution) | ||
31 | |||
32 | o You can use this software for whatever you want, in parts or | ||
33 | full form, without having to pay us. (`royalty-free' usage) | ||
34 | |||
35 | o You may not pretend that you wrote this software. If you use | ||
36 | it, or only parts of it, in a program, you must acknowledge | ||
37 | somewhere in your documentation that you have used the | ||
38 | FreeType code. (`credits') | ||
39 | |||
40 | We specifically permit and encourage the inclusion of this | ||
41 | software, with or without modifications, in commercial products. | ||
42 | We disclaim all warranties covering The FreeType Project and | ||
43 | assume no liability related to The FreeType Project. | ||
44 | |||
45 | |||
46 | Finally, many people asked us for a preferred form for a | ||
47 | credit/disclaimer to use in compliance with this license. We thus | ||
48 | encourage you to use the following text: | ||
49 | |||
50 | """ | ||
51 | Portions of this software are copyright © <year> The FreeType | ||
52 | Project (www.freetype.org). All rights reserved. | ||
53 | """ | ||
54 | |||
55 | Please replace <year> with the value from the FreeType version you | ||
56 | actually use. | ||
57 | |||
58 | |||
59 | Legal Terms | ||
60 | =========== | ||
61 | |||
62 | 0. Definitions | ||
63 | -------------- | ||
64 | |||
65 | Throughout this license, the terms `package', `FreeType Project', | ||
66 | and `FreeType archive' refer to the set of files originally | ||
67 | distributed by the authors (David Turner, Robert Wilhelm, and | ||
68 | Werner Lemberg) as the `FreeType Project', be they named as alpha, | ||
69 | beta or final release. | ||
70 | |||
71 | `You' refers to the licensee, or person using the project, where | ||
72 | `using' is a generic term including compiling the project's source | ||
73 | code as well as linking it to form a `program' or `executable'. | ||
74 | This program is referred to as `a program using the FreeType | ||
75 | engine'. | ||
76 | |||
77 | This license applies to all files distributed in the original | ||
78 | FreeType Project, including all source code, binaries and | ||
79 | documentation, unless otherwise stated in the file in its | ||
80 | original, unmodified form as distributed in the original archive. | ||
81 | If you are unsure whether or not a particular file is covered by | ||
82 | this license, you must contact us to verify this. | ||
83 | |||
84 | The FreeType Project is copyright (C) 1996-2000 by David Turner, | ||
85 | Robert Wilhelm, and Werner Lemberg. All rights reserved except as | ||
86 | specified below. | ||
87 | |||
88 | 1. No Warranty | ||
89 | -------------- | ||
90 | |||
91 | THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY | ||
92 | KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, | ||
93 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | ||
94 | PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS | ||
95 | BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO | ||
96 | USE, OF THE FREETYPE PROJECT. | ||
97 | |||
98 | 2. Redistribution | ||
99 | ----------------- | ||
100 | |||
101 | This license grants a worldwide, royalty-free, perpetual and | ||
102 | irrevocable right and license to use, execute, perform, compile, | ||
103 | display, copy, create derivative works of, distribute and | ||
104 | sublicense the FreeType Project (in both source and object code | ||
105 | forms) and derivative works thereof for any purpose; and to | ||
106 | authorize others to exercise some or all of the rights granted | ||
107 | herein, subject to the following conditions: | ||
108 | |||
109 | o Redistribution of source code must retain this license file | ||
110 | (`FTL.TXT') unaltered; any additions, deletions or changes to | ||
111 | the original files must be clearly indicated in accompanying | ||
112 | documentation. The copyright notices of the unaltered, | ||
113 | original files must be preserved in all copies of source | ||
114 | files. | ||
115 | |||
116 | o Redistribution in binary form must provide a disclaimer that | ||
117 | states that the software is based in part of the work of the | ||
118 | FreeType Team, in the distribution documentation. We also | ||
119 | encourage you to put an URL to the FreeType web page in your | ||
120 | documentation, though this isn't mandatory. | ||
121 | |||
122 | These conditions apply to any software derived from or based on | ||
123 | the FreeType Project, not just the unmodified files. If you use | ||
124 | our work, you must acknowledge us. However, no fee need be paid | ||
125 | to us. | ||
126 | |||
127 | 3. Advertising | ||
128 | -------------- | ||
129 | |||
130 | Neither the FreeType authors and contributors nor you shall use | ||
131 | the name of the other for commercial, advertising, or promotional | ||
132 | purposes without specific prior written permission. | ||
133 | |||
134 | We suggest, but do not require, that you use one or more of the | ||
135 | following phrases to refer to this software in your documentation | ||
136 | or advertising materials: `FreeType Project', `FreeType Engine', | ||
137 | `FreeType library', or `FreeType Distribution'. | ||
138 | |||
139 | As you have not signed this license, you are not required to | ||
140 | accept it. However, as the FreeType Project is copyrighted | ||
141 | material, only this license, or another one contracted with the | ||
142 | authors, grants you the right to use, distribute, and modify it. | ||
143 | Therefore, by using, distributing, or modifying the FreeType | ||
144 | Project, you indicate that you understand and accept all the terms | ||
145 | of this license. | ||
146 | |||
147 | 4. Contacts | ||
148 | ----------- | ||
149 | |||
150 | There are two mailing lists related to FreeType: | ||
151 | |||
152 | o freetype@nongnu.org | ||
153 | |||
154 | Discusses general use and applications of FreeType, as well as | ||
155 | future and wanted additions to the library and distribution. | ||
156 | If you are looking for support, start in this list if you | ||
157 | haven't found anything to help you in the documentation. | ||
158 | |||
159 | o freetype-devel@nongnu.org | ||
160 | |||
161 | Discusses bugs, as well as engine internals, design issues, | ||
162 | specific licenses, porting, etc. | ||
163 | |||
164 | Our home page can be found at | ||
165 | |||
166 | https://www.freetype.org | ||
167 | |||
168 | |||
169 | --- end of FTL.TXT --- | ||
170 | |||
diff --git a/meta/files/common-licenses/Nauman b/meta/files/common-licenses/Nauman deleted file mode 100644 index 69ce785ff3..0000000000 --- a/meta/files/common-licenses/Nauman +++ /dev/null | |||
@@ -1,50 +0,0 @@ | |||
1 | |||
2 | NAUMEN Public License | ||
3 | This software is Copyright (c) NAUMEN (tm) and Contributors. | ||
4 | All rights reserved. | ||
5 | |||
6 | Redistribution and use in source and binary forms, with or | ||
7 | without modification, are permitted provided that the following | ||
8 | conditions are met: | ||
9 | |||
10 | 1. Redistributions in source code must retain the above | ||
11 | copyright notice, this list of conditions, and the following | ||
12 | disclaimer. | ||
13 | |||
14 | 2. Redistributions in binary form must reproduce the above | ||
15 | copyright notice, this list of conditions, and the following | ||
16 | disclaimer in the documentation and/or other materials | ||
17 | provided with the distribution. | ||
18 | |||
19 | 3. The name NAUMEN (tm) must not be used to | ||
20 | endorse or promote products derived from this software without prior | ||
21 | written permission from NAUMEN. | ||
22 | |||
23 | 4. The right to distribute this software or to use it for any | ||
24 | purpose does not give you the right to use Servicemarks (sm) | ||
25 | or Trademarks (tm) of NAUMEN. | ||
26 | |||
27 | 5. If any files originating from NAUMEN or Contributors are modified, you must | ||
28 | cause the modified files to carry prominent notices stating | ||
29 | that you changed the files and the date of any change. | ||
30 | |||
31 | Disclaimer: | ||
32 | |||
33 | THIS SOFTWARE IS PROVIDED BY NAUMEN "AS IS" AND ANY EXPRESSED | ||
34 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
35 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
36 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NAUMEN | ||
37 | OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
38 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
39 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE | ||
40 | GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
41 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | ||
42 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
43 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
44 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
45 | DAMAGE. | ||
46 | |||
47 | This software consists of contributions made by NAUMEN | ||
48 | and Contributors. Specific attributions are listed in the | ||
49 | accompanying credits file. | ||
50 | |||
diff --git a/meta/files/common-licenses/tcl b/meta/files/common-licenses/tcl deleted file mode 100644 index d8049cd9e7..0000000000 --- a/meta/files/common-licenses/tcl +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | This software is copyrighted by the Regents of the University of | ||
2 | California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState | ||
3 | Corporation and other parties. The following terms apply to all files | ||
4 | associated with the software unless explicitly disclaimed in | ||
5 | individual files. | ||
6 | |||
7 | The authors hereby grant permission to use, copy, modify, distribute, | ||
8 | and license this software and its documentation for any purpose, provided | ||
9 | that existing copyright notices are retained in all copies and that this | ||
10 | notice is included verbatim in any distributions. No written agreement, | ||
11 | license, or royalty fee is required for any of the authorized uses. | ||
12 | Modifications to this software may be copyrighted by their authors | ||
13 | and need not follow the licensing terms described here, provided that | ||
14 | the new terms are clearly indicated on the first page of each file where | ||
15 | they apply. | ||
16 | |||
17 | IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY | ||
18 | FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES | ||
19 | ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY | ||
20 | DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE | ||
21 | POSSIBILITY OF SUCH DAMAGE. | ||
22 | |||
23 | THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, | ||
24 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, | ||
25 | FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE | ||
26 | IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE | ||
27 | NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR | ||
28 | MODIFICATIONS. | ||
29 | |||
30 | GOVERNMENT USE: If you are acquiring this software on behalf of the | ||
31 | U.S. government, the Government shall have only "Restricted Rights" | ||
32 | in the software and related documentation as defined in the Federal | ||
33 | Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you | ||
34 | are acquiring the software on behalf of the Department of Defense, the | ||
35 | software shall be classified as "Commercial Computer Software" and the | ||
36 | Government shall have only "Restricted Rights" as defined in Clause | ||
37 | 252.227-7014 (b) (3) of DFARs. Notwithstanding the foregoing, the | ||
38 | authors grant the U.S. Government and others acting in its behalf | ||
39 | permission to use and distribute the software in accordance with the | ||
40 | terms specified in this license. | ||
diff --git a/meta/files/common-licenses/vim b/meta/files/common-licenses/vim deleted file mode 100644 index 4aa818eb24..0000000000 --- a/meta/files/common-licenses/vim +++ /dev/null | |||
@@ -1,81 +0,0 @@ | |||
1 | VIM LICENSE | ||
2 | |||
3 | I) There are no restrictions on distributing unmodified copies of Vim except | ||
4 | that they must include this license text. You can also distribute | ||
5 | unmodified parts of Vim, likewise unrestricted except that they must | ||
6 | include this license text. You are also allowed to include executables | ||
7 | that you made from the unmodified Vim sources, plus your own usage | ||
8 | examples and Vim scripts. | ||
9 | |||
10 | II) It is allowed to distribute a modified (or extended) version of Vim, | ||
11 | including executables and/or source code, when the following four | ||
12 | conditions are met: | ||
13 | 1) This license text must be included unmodified. | ||
14 | 2) The modified Vim must be distributed in one of the following five ways: | ||
15 | a) If you make changes to Vim yourself, you must clearly describe in | ||
16 | the distribution how to contact you. When the maintainer asks you | ||
17 | (in any way) for a copy of the modified Vim you distributed, you | ||
18 | must make your changes, including source code, available to the | ||
19 | maintainer without fee. The maintainer reserves the right to | ||
20 | include your changes in the official version of Vim. What the | ||
21 | maintainer will do with your changes and under what license they | ||
22 | will be distributed is negotiable. If there has been no negotiation | ||
23 | then this license, or a later version, also applies to your changes. | ||
24 | The current maintainer is Bram Moolenaar <Bram@vim.org>. If this | ||
25 | changes it will be announced in appropriate places (most likely | ||
26 | vim.sf.net, www.vim.org and/or comp.editors). When it is completely | ||
27 | impossible to contact the maintainer, the obligation to send him | ||
28 | your changes ceases. Once the maintainer has confirmed that he has | ||
29 | received your changes they will not have to be sent again. | ||
30 | b) If you have received a modified Vim that was distributed as | ||
31 | mentioned under a) you are allowed to further distribute it | ||
32 | unmodified, as mentioned at I). If you make additional changes the | ||
33 | text under a) applies to those changes. | ||
34 | c) Provide all the changes, including source code, with every copy of | ||
35 | the modified Vim you distribute. This may be done in the form of a | ||
36 | context diff. You can choose what license to use for new code you | ||
37 | add. The changes and their license must not restrict others from | ||
38 | making their own changes to the official version of Vim. | ||
39 | d) When you have a modified Vim which includes changes as mentioned | ||
40 | under c), you can distribute it without the source code for the | ||
41 | changes if the following three conditions are met: | ||
42 | - The license that applies to the changes permits you to distribute | ||
43 | the changes to the Vim maintainer without fee or restriction, and | ||
44 | permits the Vim maintainer to include the changes in the official | ||
45 | version of Vim without fee or restriction. | ||
46 | - You keep the changes for at least three years after last | ||
47 | distributing the corresponding modified Vim. When the maintainer | ||
48 | or someone who you distributed the modified Vim to asks you (in | ||
49 | any way) for the changes within this period, you must make them | ||
50 | available to him. | ||
51 | - You clearly describe in the distribution how to contact you. This | ||
52 | contact information must remain valid for at least three years | ||
53 | after last distributing the corresponding modified Vim, or as long | ||
54 | as possible. | ||
55 | e) When the GNU General Public License (GPL) applies to the changes, | ||
56 | you can distribute the modified Vim under the GNU GPL version 2 or | ||
57 | any later version. | ||
58 | 3) A message must be added, at least in the output of the ":version" | ||
59 | command and in the intro screen, such that the user of the modified Vim | ||
60 | is able to see that it was modified. When distributing as mentioned | ||
61 | under 2)e) adding the message is only required for as far as this does | ||
62 | not conflict with the license used for the changes. | ||
63 | 4) The contact information as required under 2)a) and 2)d) must not be | ||
64 | removed or changed, except that the person himself can make | ||
65 | corrections. | ||
66 | |||
67 | III) If you distribute a modified version of Vim, you are encouraged to use | ||
68 | the Vim license for your changes and make them available to the | ||
69 | maintainer, including the source code. The preferred way to do this is | ||
70 | by e-mail or by uploading the files to a server and e-mailing the URL. | ||
71 | If the number of changes is small (e.g., a modified Makefile) e-mailing a | ||
72 | context diff will do. The e-mail address to be used is | ||
73 | <maintainer@vim.org> | ||
74 | |||
75 | IV) It is not allowed to remove this license from the distribution of the Vim | ||
76 | sources, parts of it or from a modified version. You may use this | ||
77 | license for previous Vim releases instead of the license that they came | ||
78 | with, at your option. | ||
79 | |||
80 | === | ||
81 | Read more about this license at http://vimdoc.sourceforge.net/htmldoc/uganda.html#license | ||