summaryrefslogtreecommitdiff
path: root/xnt/build
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/build
parent0131c66d0ab71ee00f7c6d6a0c25e6a74e03d93a (diff)
downloadxnt-c0f3247a38701f49f341c8e97d53f1c9dcab8c30.tar.gz
xnt-c0f3247a38701f49f341c8e97d53f1c9dcab8c30.tar.xz
Wait, It's already 2013?!
Diffstat (limited to 'xnt/build')
-rw-r--r--xnt/build/__init__.py2
-rw-r--r--xnt/build/cc.py2
-rw-r--r--xnt/build/make.py2
-rw-r--r--xnt/build/tex.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/xnt/build/__init__.py b/xnt/build/__init__.py
index 105d02f..11abb90 100644
--- a/xnt/build/__init__.py
+++ b/xnt/build/__init__.py
@@ -2,7 +2,7 @@
"""Build 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/build/cc.py b/xnt/build/cc.py
index d1a78ac..7dedeb5 100644
--- a/xnt/build/cc.py
+++ b/xnt/build/cc.py
@@ -5,7 +5,7 @@ Definition of commonly used compilers
"""
# 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/build/make.py b/xnt/build/make.py
index 80bda63..0a94f2b 100644
--- a/xnt/build/make.py
+++ b/xnt/build/make.py
@@ -2,7 +2,7 @@
"""Wrapping methods around build tools"""
# 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/build/tex.py b/xnt/build/tex.py
index 0ba17cb..1cd20e3 100644
--- a/xnt/build/tex.py
+++ b/xnt/build/tex.py
@@ -2,7 +2,7 @@
"""LaTeX Build 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