Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / histogram / tools / add_boilerplate.py
index d161f66..3ba81c4 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env python3
+
+# Copyright Hans Dembinski 2019
+# Distributed under the Boost Software License, Version 1.0.
+# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
+
 import sys
 from os.path import abspath, join
 import re
@@ -8,7 +13,7 @@ project_dir = "/".join(abspath(__file__).split("/")[:-2])
 
 filename = abspath(sys.argv[1])
 
-copyright = """// Copyright {} Hans Dembinski
+copyright = """// Copyright Hans Dembinski {}
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt