aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-13 12:32:57 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-13 12:32:57 +0200
commitc901adccac0df375d367e0e59706736d504fd1e7 (patch)
tree334cee3b69cdbdb33cd6a7ad56ae59985092b4cb
parentload rc file (diff)
downloadpytagomacs-c901adccac0df375d367e0e59706736d504fd1e7.tar.gz
pytagomacs-c901adccac0df375d367e0e59706736d504fd1e7.tar.bz2
pytagomacs-c901adccac0df375d367e0e59706736d504fd1e7.tar.xz
bump year
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--COPYING2
-rw-r--r--src/editor.py2
-rw-r--r--src/editring.py2
-rw-r--r--src/killring.py2
-rw-r--r--src/line.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/COPYING b/COPYING
index 2a5cf61..65e240b 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
pytagomacs – An Emacs like key–value editor library for Python
-Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
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
diff --git a/src/editor.py b/src/editor.py
index 17c7969..d5fb96a 100644
--- a/src/editor.py
+++ b/src/editor.py
@@ -3,7 +3,7 @@
'''
pytagomacs – An Emacs like key–value editor library for Python
-Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
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
diff --git a/src/editring.py b/src/editring.py
index a71700c..3dcee08 100644
--- a/src/editring.py
+++ b/src/editring.py
@@ -3,7 +3,7 @@
'''
pytagomacs – An Emacs like key–value editor library for Python
-Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
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
diff --git a/src/killring.py b/src/killring.py
index b5275ac..eb80f27 100644
--- a/src/killring.py
+++ b/src/killring.py
@@ -3,7 +3,7 @@
'''
pytagomacs – An Emacs like key–value editor library for Python
-Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
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
diff --git a/src/line.py b/src/line.py
index 843e913..1355a38 100644
--- a/src/line.py
+++ b/src/line.py
@@ -3,7 +3,7 @@
'''
pytagomacs – An Emacs like key–value editor library for Python
-Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
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