From d3e573fa44786c99fa3f889dbab745187b9bd24c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 12 Jan 2017 23:21:25 +0100 Subject: Update copyright headers. --- tools/certtools.py | 2 +- tools/comparecert.py | 2 +- tools/compileconfig.py | 2 +- tools/convertdb.py | 2 +- tools/fetchacert.py | 3 +++ tools/fetchallcerts.py | 2 +- tools/merge_backup.py | 2 +- tools/merge_dist.py | 2 +- tools/merge_fetch.py | 2 +- tools/merge_sth.py | 2 +- tools/mergetools.py | 2 +- tools/parsebench.py | 2 +- tools/precerttools.py | 2 +- tools/storagegc.py | 2 +- tools/submitcert.py | 2 +- tools/testcase1.py | 2 +- tools/treeinfo.py | 2 +- tools/validatestore.py | 2 +- tools/verifysct.py | 2 +- 19 files changed, 21 insertions(+), 18 deletions(-) (limited to 'tools') diff --git a/tools/certtools.py b/tools/certtools.py index 0009d5d..05ff66e 100644 --- a/tools/certtools.py +++ b/tools/certtools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. import subprocess diff --git a/tools/comparecert.py b/tools/comparecert.py index 81893f7..8f051d3 100755 --- a/tools/comparecert.py +++ b/tools/comparecert.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2015, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/compileconfig.py b/tools/compileconfig.py index 1fa352e..dff1f3a 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/convertdb.py b/tools/convertdb.py index c036843..81123d8 100644 --- a/tools/convertdb.py +++ b/tools/convertdb.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2015, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/fetchacert.py b/tools/fetchacert.py index 82ea7c1..9df11c2 100755 --- a/tools/fetchacert.py +++ b/tools/fetchacert.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# Copyright (c) 2015, NORDUnet A/S. +# See LICENSE for licensing information. + import argparse import base64 from certtools import * diff --git a/tools/fetchallcerts.py b/tools/fetchallcerts.py index f9c2683..7d3414c 100755 --- a/tools/fetchallcerts.py +++ b/tools/fetchallcerts.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/merge_backup.py b/tools/merge_backup.py index e7cce26..381ace1 100755 --- a/tools/merge_backup.py +++ b/tools/merge_backup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2014-2015, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. # # Copy entries indicated by file 'fetched' to all secondary merge nodes. diff --git a/tools/merge_dist.py b/tools/merge_dist.py index 6582eff..895d560 100755 --- a/tools/merge_dist.py +++ b/tools/merge_dist.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2014-2015, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. # # Distribute the 'sth' file and all missing entries to all frontend nodes. diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py index 8c3a997..8f94aed 100755 --- a/tools/merge_fetch.py +++ b/tools/merge_fetch.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2014-2015, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. # # Fetch new entries from all storage nodes. diff --git a/tools/merge_sth.py b/tools/merge_sth.py index f4aec53..6b1bb60 100755 --- a/tools/merge_sth.py +++ b/tools/merge_sth.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2014-2015, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. # # Generate a new 'sth' file. diff --git a/tools/mergetools.py b/tools/mergetools.py index 94901a9..d7dccee 100644 --- a/tools/mergetools.py +++ b/tools/mergetools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, NORDUnet A/S. +# Copyright (c) 2015-2016, NORDUnet A/S. # See LICENSE for licensing information. import os diff --git a/tools/parsebench.py b/tools/parsebench.py index 6897b57..fdaed56 100755 --- a/tools/parsebench.py +++ b/tools/parsebench.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015, NORDUnet A/S. +# Copyright (c) 2015-2016, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/precerttools.py b/tools/precerttools.py index 13ac572..232668b 100644 --- a/tools/precerttools.py +++ b/tools/precerttools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2015, NORDUnet A/S. # See LICENSE for licensing information. import sys diff --git a/tools/storagegc.py b/tools/storagegc.py index c9dd256..38b5379 100755 --- a/tools/storagegc.py +++ b/tools/storagegc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015, NORDUnet A/S. +# Copyright (c) 2015-2016, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/submitcert.py b/tools/submitcert.py index 3b10df5..4e4f3c1 100755 --- a/tools/submitcert.py +++ b/tools/submitcert.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/testcase1.py b/tools/testcase1.py index 81d589a..dbafe7a 100755 --- a/tools/testcase1.py +++ b/tools/testcase1.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. import urllib2 diff --git a/tools/treeinfo.py b/tools/treeinfo.py index 036aeb2..b0cf2a7 100755 --- a/tools/treeinfo.py +++ b/tools/treeinfo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2015, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/validatestore.py b/tools/validatestore.py index 74963e0..a107768 100755 --- a/tools/validatestore.py +++ b/tools/validatestore.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2015, NORDUnet A/S. # See LICENSE for licensing information. import argparse diff --git a/tools/verifysct.py b/tools/verifysct.py index 10f1672..5dc35d8 100755 --- a/tools/verifysct.py +++ b/tools/verifysct.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2014, NORDUnet A/S. +# Copyright (c) 2014-2016, NORDUnet A/S. # See LICENSE for licensing information. import argparse -- cgit v1.1