diff options
author | Rob Austein <sra@hactrn.net> | 2016-05-07 04:14:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-05-07 04:14:02 +0000 |
commit | 383b0a0d20de4bf6674f7e852b804a9d91df3ea0 (patch) | |
tree | fc4d4cab56df2129f58581cc38b7327835876b83 /rp/utils | |
parent | da8998dc54696f9e0e2ee6d45b32fc3175c0ece3 (diff) |
Oops, TeX-style "--" numeric ranges in copyright comments are bad fit
for XML. Apparently we were carefully changing just the XML files to
use a single "-" to work around this. Enough already, just convert
all copyright year ranges to single "-" and have done with this.
svn path=/branches/tk705/; revision=6427
Diffstat (limited to 'rp/utils')
-rwxr-xr-x | rp/utils/find_roa | 2 | ||||
-rwxr-xr-x | rp/utils/hashdir | 2 | ||||
-rwxr-xr-x | rp/utils/print_roa | 2 | ||||
-rwxr-xr-x | rp/utils/print_rpki_manifest | 2 | ||||
-rwxr-xr-x | rp/utils/scan_roas | 2 | ||||
-rwxr-xr-x | rp/utils/scan_routercerts | 2 | ||||
-rwxr-xr-x | rp/utils/uri | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/rp/utils/find_roa b/rp/utils/find_roa index 4bf1d047..bd33d339 100755 --- a/rp/utils/find_roa +++ b/rp/utils/find_roa @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2015--2016 Parsons Government Services ("PARSONS") +# Copyright (C) 2015-2016 Parsons Government Services ("PARSONS") # Portions copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any diff --git a/rp/utils/hashdir b/rp/utils/hashdir index 329034b4..aa5cf261 100755 --- a/rp/utils/hashdir +++ b/rp/utils/hashdir @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2015--2016 Parsons Government Services ("PARSONS") +# Copyright (C) 2015-2016 Parsons Government Services ("PARSONS") # Portions copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any diff --git a/rp/utils/print_roa b/rp/utils/print_roa index dfa9d65e..453105fe 100755 --- a/rp/utils/print_roa +++ b/rp/utils/print_roa @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2015--2016 Parsons Government Services ("PARSONS") +# Copyright (C) 2015-2016 Parsons Government Services ("PARSONS") # Portions copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any diff --git a/rp/utils/print_rpki_manifest b/rp/utils/print_rpki_manifest index 4e690364..04e841b9 100755 --- a/rp/utils/print_rpki_manifest +++ b/rp/utils/print_rpki_manifest @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2015--2016 Parsons Government Services ("PARSONS") +# Copyright (C) 2015-2016 Parsons Government Services ("PARSONS") # Portions copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any diff --git a/rp/utils/scan_roas b/rp/utils/scan_roas index 07dbfe0a..957918bc 100755 --- a/rp/utils/scan_roas +++ b/rp/utils/scan_roas @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2015--2016 Parsons Government Services ("PARSONS") +# Copyright (C) 2015-2016 Parsons Government Services ("PARSONS") # Portions copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any diff --git a/rp/utils/scan_routercerts b/rp/utils/scan_routercerts index 17a20375..a21b0705 100755 --- a/rp/utils/scan_routercerts +++ b/rp/utils/scan_routercerts @@ -1,7 +1,7 @@ #!/usr/bin/env python # $Id$ # -# Copyright (C) 2015--2016 Parsons Government Services ("PARSONS") +# Copyright (C) 2015-2016 Parsons Government Services ("PARSONS") # Portions copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any diff --git a/rp/utils/uri b/rp/utils/uri index 0a15296d..1292b396 100755 --- a/rp/utils/uri +++ b/rp/utils/uri @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2015--2016 Parsons Government Services ("PARSONS") +# Copyright (C) 2015-2016 Parsons Government Services ("PARSONS") # Portions copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any |