diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-11 20:17:44 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-11 20:17:44 -0500 |
commit | a9d842825c146434800b2c306194028b524dd464 (patch) | |
tree | c5bc7fb7795e8fac67aa27078ebfdabf90e47386 | |
parent | 5ff6ab1a27e1ef8249b022e46c56030520514549 (diff) | |
download | libresocial-a9d842825c146434800b2c306194028b524dd464.tar.lz libresocial-a9d842825c146434800b2c306194028b524dd464.tar.xz libresocial-a9d842825c146434800b2c306194028b524dd464.zip |
remove unimportant license
glocal license GNU AGPLv3 or later
-rwxr-xr-x | lab/svg2ttf.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lab/svg2ttf.py b/lab/svg2ttf.py index bd2425a..3ad775a 100755 --- a/lab/svg2ttf.py +++ b/lab/svg2ttf.py @@ -1,19 +1,4 @@ #!/usr/bin/fontforge -script -# -# Copyright (c) 2017 GNU Developers -# -# This program 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 3 of the License, or -# (at your option) any later version. -# -# 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. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. import sys import os.path @@ -87,5 +72,3 @@ if __name__ == '__main__': main(sys.argv[1]) else: sys.stderr.write("\nUsage: %s something.json\n" % sys.argv[0]) - -# vim: set filetype=python: |