View | Details | Raw Unified | Return to bug 222509
Collapse All | Expand All

(-)Mk/bsd.licenses.db.mk (-2 / +14 lines)
Lines 42-48 Link Here
42
#
42
#
43
43
44
_LICENSE_LIST= 	BSL CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \
44
_LICENSE_LIST= 	BSL CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \
45
				ISCL MIT NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \
45
				ISCL NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \
46
				RUBY UNLICENSE WTFPL1 WTFPL ZLIB ZPL21
46
				RUBY UNLICENSE WTFPL1 WTFPL ZLIB ZPL21
47
47
48
# GNU family
48
# GNU family
Lines 53-58 Link Here
53
# BSD family
53
# BSD family
54
_LICENSE_LIST+= BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE
54
_LICENSE_LIST+= BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE
55
55
56
# MIT family
57
_LICENSE_LIST+= MIT MIT_CURRENT MIT_LEGACY MIT_ANCIENT
58
56
# LaTeX family
59
# LaTeX family
57
_LICENSE_LIST+= LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a LPPL13b LPPL13c
60
_LICENSE_LIST+= LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a LPPL13b LPPL13c
58
61
Lines 348-356 Link Here
348
_LICENSE_GROUPS_LPPL13c=	FSF OSI
351
_LICENSE_GROUPS_LPPL13c=	FSF OSI
349
_LICENSE_PERMS_LPPL13c=	dist-mirror dist-sell
352
_LICENSE_PERMS_LPPL13c=	dist-mirror dist-sell
350
353
351
_LICENSE_NAME_MIT=	MIT license / X11 license
354
_LICENSE_NAME_MIT=	Generic version of MIT license / X11 license (deprecated)
352
_LICENSE_GROUPS_MIT=	COPYFREE FSF GPL OSI
355
_LICENSE_GROUPS_MIT=	COPYFREE FSF GPL OSI
353
356
357
_LICENSE_NAME_MIT_CURRENT=	Current version of MIT license / X11 license
358
_LICENSE_GROUPS_MIT=	COPYFREE FSF GPL OSI
359
360
_LICENSE_NAME_MIT_LEGACY=	Old version of MIT license / X11 license
361
_LICENSE_GROUPS_MIT_LEGACY=	COPYFREE FSF GPL OSI
362
363
_LICENSE_NAME_MIT_ANCIENT=	Very old version of MIT license / X11 license
364
_LICENSE_GROUPS_MIT_ANCIENT=	COPYFREE FSF GPL OSI
365
354
_LICENSE_NAME_MPL=	Mozilla Public License
366
_LICENSE_NAME_MPL=	Mozilla Public License
355
_LICENSE_GROUPS_MPL=	FSF OSI
367
_LICENSE_GROUPS_MPL=	FSF OSI
356
368
(-)Mk/bsd.sanity.mk (+3 lines)
Lines 115-120 Link Here
115
.if ${LICENSE:MMPL}
115
.if ${LICENSE:MMPL}
116
DEV_WARNING+=	"LICENSE must not contain MPL, instead use MPL[10|11|20]"
116
DEV_WARNING+=	"LICENSE must not contain MPL, instead use MPL[10|11|20]"
117
.endif
117
.endif
118
.if ${LICENSE:MMIT}
119
DEV_WARNING+=	"LICENSE must not contain MIT, instead use MIT_[CURRENT|LEGACY|ANCIENT]"
120
.endif
118
.else
121
.else
119
DEV_WARNING+=	"Please set LICENSE for this port"
122
DEV_WARNING+=	"Please set LICENSE for this port"
120
.endif
123
.endif
(-)Templates/Licenses/MIT_ANCIENT (+20 lines)
Line 0 Link Here
1
Copyright <YEAR> <COPYRIGHT HOLDER>
2
3
Permission to use, copy, modify, and distribute this software and its
4
documentation for any purpose and without fee is hereby granted,
5
provided that the above copyright notice appear in all copies and that
6
both that copyright notice and this permission notice appear in
7
supporting documentation, and that the name of <COPYRIGHT HOLDER> not
8
be used in advertising or publicity pertaining to distribution of the
9
software without specific, written prior permission.  <COPYRIGHT
10
HOLDER> makes no representations about the suitability of this
11
software for any purpose.  It is provided "as is" without express or
12
implied warranty.
13
14
<COPYRIGHT HOLDER> DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
15
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
16
FITNESS, IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
17
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
18
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
19
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(-)Templates/Licenses/MIT_CURRENT (+20 lines)
Line 0 Link Here
1
Copyright <YEAR> <COPYRIGHT HOLDER>
2
3
Permission is hereby granted, free of charge, to any person obtaining
4
a copy of this software and associated documentation files (the
5
"Software"), to deal in the Software without restriction, including
6
without limitation the rights to use, copy, modify, merge, publish,
7
distribute, sublicense, and/or sell copies of the Software, and to
8
permit persons to whom the Software is furnished to do so, subject to
9
the following conditions:
10
11
The above copyright notice and this permission notice shall be
12
included in all copies or substantial portions of the Software.
13
14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
(-)Templates/Licenses/MIT_LEGACY (+25 lines)
Line 0 Link Here
1
Copyright <YEAR> <COPYRIGHT HOLDER>
2
3
Permission is hereby granted, free of charge, to any person obtaining
4
a copy of this software and associated documentation files (the
5
"Software"), to deal in the Software without restriction, including
6
without limitation the rights to use, copy, modify, merge, publish,
7
distribute, sublicense, and/or sell copies of the Software, and to
8
permit persons to whom the Software is furnished to do so, subject to
9
the following conditions:
10
11
The above copyright notice and this permission notice shall be
12
included in all copies or substantial portions of the Software.
13
14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22
Except as contained in this notice, the name(s) of the above copyright
23
holders shall not be used in advertising or otherwise to promote the
24
sale, use or other dealings in this Software without prior written
25
authorization.

Return to bug 222509