aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2016-11-29 18:42:10 +0100
committerSimon Warta <[email protected]>2016-12-02 09:53:21 +0100
commite2b3b0ca9ab4ed05819ddad138d0b9464a1bbc52 (patch)
tree058073a0af294e87a0182fed5ef31fc1a6335308
parent5c49dbac212e53be821b0771d3df46f78801efbe (diff)
Add year 2016 to the amalgamation header comment
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 52f4326c9..463b22fb6 100755
--- a/configure.py
+++ b/configure.py
@@ -1903,7 +1903,7 @@ def generate_amalgamation(build_config, options):
amalg_header = """/*
* Botan %s Amalgamation
-* (C) 1999-2013,2014,2015 Jack Lloyd and others
+* (C) 1999-2013,2014,2015,2016 Jack Lloyd and others
*
* Botan is released under the Simplified BSD License (see license.txt)
*/