Skip to content

Commit a281b72

Browse files
committed
Remove license strings in individual files.
Those are all covered in LICENSE.md.
1 parent d2fb47d commit a281b72

8 files changed

Lines changed: 5 additions & 172 deletions

File tree

UFOInstanceGenerator.py

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,7 @@
77
kFontInstanceFileName = "font.ufo"
88
kInstancesDataFileName = "instances"
99

10-
###################################################
11-
12-
__copyright__ = __license__ = """
13-
Copyright (c) 2013-2017 Adobe Systems Incorporated. All rights reserved.
14-
15-
Permission is hereby granted, free of charge, to any person obtaining a
16-
copy of this software and associated documentation files (the "Software"),
17-
to deal in the Software without restriction, including without limitation
18-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
19-
and/or sell copies of the Software, and to permit persons to whom the
20-
Software is furnished to do so, subject to the following conditions:
21-
22-
The above copyright notice and this permission notice shall be included in
23-
all copies or substantial portions of the Software.
24-
25-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
30-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31-
DEALINGS IN THE SOFTWARE.
32-
"""
10+
############################################
3311

3412
__usage__ = """
3513
UFOInstanceGenerator v2.1 - Dec 02 2014

buildAll.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,6 @@
55
import time
66
from subprocess import Popen, PIPE
77

8-
__copyright__ = __license__ = """
9-
Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
10-
11-
Permission is hereby granted, free of charge, to any person obtaining a
12-
copy of this software and associated documentation files (the "Software"),
13-
to deal in the Software without restriction, including without limitation
14-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
15-
and/or sell copies of the Software, and to permit persons to whom the
16-
Software is furnished to do so, subject to the following conditions:
17-
18-
The above copyright notice and this permission notice shall be included in
19-
all copies or substantial portions of the Software.
20-
21-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27-
DEALINGS IN THE SOFTWARE.
28-
"""
298

309
__doc__ = """
3110
buildAll v1.1 - Aug 04 2013

checkAll.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,6 @@
55
import time
66
from subprocess import Popen, PIPE
77

8-
__copyright__ = __license__ = """
9-
Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
10-
11-
Permission is hereby granted, free of charge, to any person obtaining a
12-
copy of this software and associated documentation files (the "Software"),
13-
to deal in the Software without restriction, including without limitation
14-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
15-
and/or sell copies of the Software, and to permit persons to whom the
16-
Software is furnished to do so, subject to the following conditions:
17-
18-
The above copyright notice and this permission notice shall be included in
19-
all copies or substantial portions of the Software.
20-
21-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27-
DEALINGS IN THE SOFTWARE.
28-
"""
298

309
__doc__ = """
3110
checkAll v1.1 - Aug 04 2013

generateAllKernFiles.py

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,14 @@
2323

2424
############################################
2525

26-
__copyright__ = __license__ = """
27-
Copyright (c) 2014 Adobe Systems Incorporated. All rights reserved.
28-
29-
Permission is hereby granted, free of charge, to any person obtaining a
30-
copy of this software and associated documentation files (the "Software"),
31-
to deal in the Software without restriction, including without limitation
32-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
33-
and/or sell copies of the Software, and to permit persons to whom the
34-
Software is furnished to do so, subject to the following conditions:
35-
36-
The above copyright notice and this permission notice shall be included in
37-
all copies or substantial portions of the Software.
38-
39-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
45-
DEALINGS IN THE SOFTWARE."""
46-
47-
__doc__ = """ This script takes a path to a folder as input, finds all
26+
__doc__ = """
27+
This script takes a path to a folder as input, finds all
4828
the UFOs inside that folder and its subdirectories, and outputs each
4929
font's kerning in feature file syntax. If a path is not provided, the
5030
script uses the current path as the top-most directory. The name of
5131
the resulting kerning FEA file is managed by the WriteFeaturesKernFDK
52-
module. """
32+
module.
33+
"""
5334

5435
# ----------------------------------------------
5536

hintAll.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,6 @@
55
import time
66
from subprocess import Popen, PIPE
77

8-
__copyright__ = __license__ = """
9-
Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
10-
11-
Permission is hereby granted, free of charge, to any person obtaining a
12-
copy of this software and associated documentation files (the "Software"),
13-
to deal in the Software without restriction, including without limitation
14-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
15-
and/or sell copies of the Software, and to permit persons to whom the
16-
Software is furnished to do so, subject to the following conditions:
17-
18-
The above copyright notice and this permission notice shall be included in
19-
all copies or substantial portions of the Software.
20-
21-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27-
DEALINGS IN THE SOFTWARE.
28-
"""
298

309
__doc__ = """
3110
hintAll v1.1 - Aug 04 2013

pfa2txt.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,6 @@
66
import time
77
from subprocess import Popen, PIPE
88

9-
__copyright__ = __license__ = """
10-
Copyright 2013-2016 Adobe Systems Incorporated. All rights reserved.
11-
12-
Permission is hereby granted, free of charge, to any person obtaining a
13-
copy of this software and associated documentation files (the "Software"),
14-
to deal in the Software without restriction, including without limitation
15-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
16-
and/or sell copies of the Software, and to permit persons to whom the
17-
Software is furnished to do so, subject to the following conditions:
18-
19-
The above copyright notice and this permission notice shall be included in
20-
all copies or substantial portions of the Software.
21-
22-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28-
DEALINGS IN THE SOFTWARE.
29-
"""
309

3110
__doc__ = """
3211
pfa2txt v2.0 - Feb 03 2016

ufo2pfa.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,6 @@
66
import time
77
from subprocess import Popen, PIPE
88

9-
__copyright__ = __license__ = """
10-
Copyright 2013-2016 Adobe Systems Incorporated. All rights reserved.
11-
12-
Permission is hereby granted, free of charge, to any person obtaining a
13-
copy of this software and associated documentation files (the "Software"),
14-
to deal in the Software without restriction, including without limitation
15-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
16-
and/or sell copies of the Software, and to permit persons to whom the
17-
Software is furnished to do so, subject to the following conditions:
18-
19-
The above copyright notice and this permission notice shall be included in
20-
all copies or substantial portions of the Software.
21-
22-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28-
DEALINGS IN THE SOFTWARE.
29-
"""
309

3110
__doc__ = """
3211
ufo2pfa v2.0 - Feb 03 2016

ufo2txt.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,6 @@
66
import time
77
from subprocess import Popen, PIPE
88

9-
__copyright__ = __license__ = """
10-
Copyright 2013-2016 Adobe Systems Incorporated. All rights reserved.
11-
12-
Permission is hereby granted, free of charge, to any person obtaining a
13-
copy of this software and associated documentation files (the "Software"),
14-
to deal in the Software without restriction, including without limitation
15-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
16-
and/or sell copies of the Software, and to permit persons to whom the
17-
Software is furnished to do so, subject to the following conditions:
18-
19-
The above copyright notice and this permission notice shall be included in
20-
all copies or substantial portions of the Software.
21-
22-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28-
DEALINGS IN THE SOFTWARE.
29-
"""
309

3110
__doc__ = """
3211
ufo2txt v2.0 - Feb 03 2016

0 commit comments

Comments
 (0)