[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/04: modtool: fix template - copyrighthol
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/04: modtool: fix template - copyrightholder filed |
Date: |
Tue, 28 Jun 2016 18:53:43 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch next
in repository gnuradio.
commit 6f5330a700a94d99ea43b33a516285073a3e384d
Author: Jiří Pinkava <address@hidden>
Date: Tue Jun 28 17:42:40 2016 +0200
modtool: fix template - copyrightholder filed
---
gr-utils/python/modtool/templates.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-utils/python/modtool/templates.py
b/gr-utils/python/modtool/templates.py
index 07534e5..a9c117a 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.