summaryrefslogtreecommitdiff
path: root/xnt/vcs
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-03-10 22:54:07 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-03-10 22:54:07 -0600
commitc0f3247a38701f49f341c8e97d53f1c9dcab8c30 (patch)
tree33f63444e7023eaf058eedcf22d0386de59aeb6b /xnt/vcs
parent0131c66d0ab71ee00f7c6d6a0c25e6a74e03d93a (diff)
downloadxnt-c0f3247a38701f49f341c8e97d53f1c9dcab8c30.tar.gz
xnt-c0f3247a38701f49f341c8e97d53f1c9dcab8c30.tar.xz
Wait, It's already 2013?!
Diffstat (limited to 'xnt/vcs')
-rw-r--r--xnt/vcs/__init__.py2
-rw-r--r--xnt/vcs/cvs.py2
-rw-r--r--xnt/vcs/git.py2
-rw-r--r--xnt/vcs/hg.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/xnt/vcs/__init__.py b/xnt/vcs/__init__.py
index 2e1aa99..88c881e 100644
--- a/xnt/vcs/__init__.py
+++ b/xnt/vcs/__init__.py
@@ -2,7 +2,7 @@
"""Version Controll Module"""
# Xnt -- A Wrapper Build Tool
-# Copyright (C) 2012 Kenny Ballou
+# Copyright (C) 2013 Kenny Ballou
# 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/xnt/vcs/cvs.py b/xnt/vcs/cvs.py
index 8b479f3..639de99 100644
--- a/xnt/vcs/cvs.py
+++ b/xnt/vcs/cvs.py
@@ -2,7 +2,7 @@
"""CVS Version Control Wrapper"""
# Xnt -- A Wrapper Build Tool
-# Copyright (C) 2012 Kenny Ballou
+# Copyright (C) 2013 Kenny Ballou
# 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/xnt/vcs/git.py b/xnt/vcs/git.py
index 74d3724..7c4857d 100644
--- a/xnt/vcs/git.py
+++ b/xnt/vcs/git.py
@@ -2,7 +2,7 @@
"""Git Version Control Module"""
# Xnt -- A Wrapper Build Tool
-# Copyright (C) 2012 Kenny Ballou
+# Copyright (C) 2013 Kenny Ballou
# 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/xnt/vcs/hg.py b/xnt/vcs/hg.py
index b0c9f7e..b109fad 100644
--- a/xnt/vcs/hg.py
+++ b/xnt/vcs/hg.py
@@ -2,7 +2,7 @@
"""Mercurial Version Control Module/Wrapper"""
# Xnt -- A Wrapper Build Tool
-# Copyright (C) 2012 Kenny Ballou
+# Copyright (C) 2013 Kenny Ballou
# 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