|
@@ -1,11 +1,11 @@
|
|
|
#!/usr/bin/python
|
|
|
#
|
|
|
-# Copyright 2010 wkhtmltopdf authors
|
|
|
+# Copyright 2010, 2011 wkhtmltopdf authors
|
|
|
#
|
|
|
# This file is part of wkhtmltopdf.
|
|
|
#
|
|
|
# wkhtmltopdf is free software: you can redistribute it and/or modify
|
|
|
-# it under the terms of the GNU General Public License as published by
|
|
|
+# it under the terms of the GNU Lesser General Public License as published by
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
# (at your option) any later version.
|
|
|
#
|
|
@@ -14,7 +14,7 @@
|
|
|
# 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
|
|
|
+# You should have received a copy of the GNU Lesser General Public License
|
|
|
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
|
|
|
|
|
|
from sys import argv, exit
|
|
@@ -72,7 +72,7 @@ for path in argv[1:]:
|
|
|
// This file is part of %(name)s.
|
|
|
//
|
|
|
// %(name)s is free software: you can redistribute it and/or modify
|
|
|
-// it under the terms of the GNU %(lesser)sGeneral Public License as published by
|
|
|
+// it under the terms of the GNU Lesser General Public License as published by
|
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
|
// (at your option) any later version.
|
|
|
//
|
|
@@ -81,10 +81,10 @@ for path in argv[1:]:
|
|
|
// 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 %(lesser)sGeneral Public License
|
|
|
+// You should have received a copy of the GNU Lesser General Public License
|
|
|
// along with %(name)s. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
-"""%{"years": (", ".join(sorted(list(years)))),"name":progname, "lesser": ("Lesser " if path.startswith("src/lib/") else "")}
|
|
|
+"""%{"years": (", ".join(sorted(list(years)))),"name":progname}
|
|
|
|
|
|
if ext in ["c", "h", "inc"]:
|
|
|
header = "/*" + header[2:-1] + " */\n\n"
|