# HG changeset patch # User Oleg Oshmyan # Date 1294940913 -7200 # Node ID d46bd7ee3e697e4c57d7f0a1468ac99a05290646 # Parent 69eadc60f4e29288fe8218c90e5bfb5c1fbbb90d Updated copyright notices diff -r 69eadc60f4e2 -r d46bd7ee3e69 compat.py --- 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 +# Copyright (c) 2010-2011 Chortos-2 # 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. diff -r 69eadc60f4e2 -r d46bd7ee3e69 config.py --- 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 +# Copyright (c) 2010-2011 Chortos-2 from __future__ import division, with_statement diff -r 69eadc60f4e2 -r d46bd7ee3e69 upreckon-vcs --- 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 +# Copyright (c) 2009-2011 Chortos-2 from __future__ import division, with_statement import optparse, sys, compat