aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-07-28 11:31:01 +0100
committerGitHub <noreply@github.com>2017-07-28 11:31:01 +0100
commit20c5c5c231803fd6092a045cc00ed7d6c68c87a4 (patch)
treeaf3bd8b6a62b1575de9e24e4aa8e4537802544f6 /scripts
parent9aba276757243c426d5e18536779f1bf277b4c91 (diff)
downloadYAGE-20c5c5c231803fd6092a045cc00ed7d6c68c87a4.tar.gz
YAGE-20c5c5c231803fd6092a045cc00ed7d6c68c87a4.zip
Update add_version_headers
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/add_version_headers22
1 files changed, 16 insertions, 6 deletions
diff --git a/scripts/add_version_headers b/scripts/add_version_headers
index 3dbc1ed8..5de82a6c 100755
--- a/scripts/add_version_headers
+++ b/scripts/add_version_headers
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -----------------------------------------------------------------------------
-# add_version_headers.py
+# add_version_headers
#
# Add version header
#
@@ -8,15 +8,25 @@
# See file LICENSE for more details
# -----------------------------------------------------------------------------
-import os
-import re
-import sys
+"""\file add_version_headers
+\brief Adds the version headers to every file.
+
+Add Version Headers
+===================
+
+This file adds the version headers to every file in the directory
-"""@package Add version headers
-Adds the version headers to every file.
+Improvements
+------------
+
+Add the ability to input command line arguments.
"""
+import os
+import re
+import sys
+
header = """/* ---------------------------------------------------------------\
-------------