diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-16 23:13:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-16 23:13:08 +0000 |
commit | 33375ff32466c027a2021bcc63b8e22890372198 (patch) | |
tree | 08881ca60405138008052860471670ce4c2745c4 | |
parent | 24e41a40f6a66227b542f247862e02685b46da52 (diff) |
Update copyright notices
svn path=/rpkid/irbe_cli.py; revision=3107
-rw-r--r-- | rpkid/irbe_cli.py | 2 | ||||
-rw-r--r-- | rpkid/pubd.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/__init__.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/async.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/config.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/https.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/left_right.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/log.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/publication.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/resource_set.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/rpki_engine.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/sundial.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/up_down.py | 2 | ||||
-rw-r--r-- | rpkid/rpki/x509.py | 2 | ||||
-rw-r--r-- | rpkid/testbed.py | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/rpkid/irbe_cli.py b/rpkid/irbe_cli.py index c347f672..f5b6bdb9 100644 --- a/rpkid/irbe_cli.py +++ b/rpkid/irbe_cli.py @@ -3,7 +3,7 @@ Command line IR back-end control program for rpkid and pubd. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/pubd.py b/rpkid/pubd.py index 5e5391af..8288116f 100644 --- a/rpkid/pubd.py +++ b/rpkid/pubd.py @@ -9,7 +9,7 @@ Default configuration file is pubd.conf, override with --config option. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index cbc8eb6e..8effcde8 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -1,6 +1,6 @@ # $Id$ -# Copyright (C) 2009 Internet Systems Consortium ("ISC") +# Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/async.py b/rpkid/rpki/async.py index 23035442..758a437a 100644 --- a/rpkid/rpki/async.py +++ b/rpkid/rpki/async.py @@ -3,7 +3,7 @@ Utilities for event-driven programming. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/config.py b/rpkid/rpki/config.py index 82a362c3..dc053bcb 100644 --- a/rpkid/rpki/config.py +++ b/rpkid/rpki/config.py @@ -4,7 +4,7 @@ ConfigParser module. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py index add54c3f..c3ec7e36 100644 --- a/rpkid/rpki/https.py +++ b/rpkid/rpki/https.py @@ -3,7 +3,7 @@ HTTPS utilities, both client and server. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/left_right.py b/rpkid/rpki/left_right.py index 15c15c35..1f0920b6 100644 --- a/rpkid/rpki/left_right.py +++ b/rpkid/rpki/left_right.py @@ -3,7 +3,7 @@ RPKI "left-right" protocol. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/log.py b/rpkid/rpki/log.py index bbebe45a..db2fbcbd 100644 --- a/rpkid/rpki/log.py +++ b/rpkid/rpki/log.py @@ -3,7 +3,7 @@ Logging facilities for RPKI libraries. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/publication.py b/rpkid/rpki/publication.py index 0cac5d95..59db3ded 100644 --- a/rpkid/rpki/publication.py +++ b/rpkid/rpki/publication.py @@ -3,7 +3,7 @@ RPKI "publication" protocol. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/resource_set.py b/rpkid/rpki/resource_set.py index 542d16c7..d59850b1 100644 --- a/rpkid/rpki/resource_set.py +++ b/rpkid/rpki/resource_set.py @@ -10,7 +10,7 @@ We also provide some basic set operations (union, intersection, etc). $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/rpki_engine.py b/rpkid/rpki/rpki_engine.py index 3ca5a65c..23fb081f 100644 --- a/rpkid/rpki/rpki_engine.py +++ b/rpkid/rpki/rpki_engine.py @@ -3,7 +3,7 @@ Global context for rpkid. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/sundial.py b/rpkid/rpki/sundial.py index eecc47e6..4319a124 100644 --- a/rpkid/rpki/sundial.py +++ b/rpkid/rpki/sundial.py @@ -15,7 +15,7 @@ inspection of the datetime module, to wit: $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/up_down.py b/rpkid/rpki/up_down.py index dac31fba..40add129 100644 --- a/rpkid/rpki/up_down.py +++ b/rpkid/rpki/up_down.py @@ -3,7 +3,7 @@ RPKI "up-down" protocol. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/x509.py b/rpkid/rpki/x509.py index 3cf9739a..b2350368 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -13,7 +13,7 @@ some of the nasty details. This involves a lot of format conversion. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/testbed.py b/rpkid/testbed.py index 0f5b9214..d9592972 100644 --- a/rpkid/testbed.py +++ b/rpkid/testbed.py @@ -19,7 +19,7 @@ things that don't belong in yaml_script. $Id$ -Copyright (C) 2009 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above |