summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates.py
diff options
context:
space:
mode:
authorJiří Pinkava <j-pi@seznam.cz>2016-06-28 17:42:40 +0200
committerJiří Pinkava <j-pi@seznam.cz>2016-06-28 17:42:40 +0200
commit6f5330a700a94d99ea43b33a516285073a3e384d (patch)
treea0fd0c014929b90e6784790148674d5cb08922c7 /gr-utils/python/modtool/templates.py
parent45cbe43da3317d9c872672553185d36c5cdf59bd (diff)
modtool: fix template - copyrightholder filed
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r--gr-utils/python/modtool/templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py
index 07534e5673..a9c117ac91 100644
--- a/gr-utils/python/modtool/templates.py
+++ b/gr-utils/python/modtool/templates.py
@@ -42,7 +42,7 @@ You should have received a copy of the GNU General Public License
along with this software; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street,
Boston, MA 02110-1301, USA.
-'''.format(datetime.now().year)
+''' % datetime.now().year
Templates['grlicense'] = '''
Copyright {0} Free Software Foundation, Inc.