changeset 78:d46bd7ee3e69

Updated copyright notices
author Oleg Oshmyan <chortos@inbox.lv>
date Thu, 13 Jan 2011 19:48:33 +0200
parents 69eadc60f4e2
children ee8a99dcaaed
files compat.py config.py upreckon-vcs
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/compat.py	Thu Jan 13 19:47:35 2011 +0200
+++ b/compat.py	Thu Jan 13 19:48:33 2011 +0200
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# Copyright (c) 2010 Chortos-2 <chortos@inbox.lv>
+# Copyright (c) 2010-2011 Chortos-2 <chortos@inbox.lv>
 
 # A compatibility layer for Python 2.5+. This is what lets test.py
 # run on all versions of Python starting with 2.5, including Python 3.
--- a/config.py	Thu Jan 13 19:47:35 2011 +0200
+++ b/config.py	Thu Jan 13 19:48:33 2011 +0200
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# Copyright (c) 2010 Chortos-2 <chortos@inbox.lv>
+# Copyright (c) 2010-2011 Chortos-2 <chortos@inbox.lv>
 
 from __future__ import division, with_statement
 
--- a/upreckon-vcs	Thu Jan 13 19:47:35 2011 +0200
+++ b/upreckon-vcs	Thu Jan 13 19:48:33 2011 +0200
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# Copyright (c) 2009-2010 Chortos-2 <chortos@inbox.lv>
+# Copyright (c) 2009-2011 Chortos-2 <chortos@inbox.lv>
 
 from __future__ import division, with_statement
 import optparse, sys, compat