From 1cec1cd017f78e7c633e89d3ef1d41fa07da8d9d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 7 May 2016 00:06:36 +0000 Subject: Copyright notice update, first round: files that are entirely new since copyright holder of record changed. svn path=/branches/tk705/; revision=6425 --- buildtools/debian-skeleton/rpki-ca.init.d | 15 +++++++++++++++ potpourri/ca-pickle.py | 15 +++++++++++++++ potpourri/ca-unpickle.py | 15 +++++++++++++++ potpourri/oob-translate.xsl | 19 ++++++++++++++++++- rp/config/rpki-generate-root-certificate | 15 +++++++++++++++ rp/rcynic/rcynic-dump | 15 +++++++++++++++ rp/rcynic/rcynicng | 17 ++++++++++++++++- rpki/rcynicdb/iterator.py | 15 +++++++++++++++ rpki/rcynicdb/models.py | 17 ++++++++++++++++- rpki/rpkidb/models.py | 15 +++++++++++++++ 10 files changed, 155 insertions(+), 3 deletions(-) diff --git a/buildtools/debian-skeleton/rpki-ca.init.d b/buildtools/debian-skeleton/rpki-ca.init.d index 22feba38..ba52c43a 100644 --- a/buildtools/debian-skeleton/rpki-ca.init.d +++ b/buildtools/debian-skeleton/rpki-ca.init.d @@ -10,6 +10,21 @@ # Author: Rob Austein +# Copyright (C) 2016 Parsons Government Services ("PARSONS") +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notices and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND PARSONS DISCLAIMS ALL +# WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +# PARSONS BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="rpki-ca" NAME=rpki-nanny diff --git a/potpourri/ca-pickle.py b/potpourri/ca-pickle.py index aefdade5..b8cd630c 100755 --- a/potpourri/ca-pickle.py +++ b/potpourri/ca-pickle.py @@ -2,6 +2,21 @@ # $Id$ +# Copyright (C) 2016 Parsons Government Services ("PARSONS") +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notices and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND PARSONS DISCLAIMS ALL +# WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +# PARSONS BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + """ Package up state of an old (pre-rpkidb, pre-pubdb, pre-Django 1.8) RPKI CA installation as a Python pickle database, for later re-loading diff --git a/potpourri/ca-unpickle.py b/potpourri/ca-unpickle.py index 3ddee10b..a5becda7 100755 --- a/potpourri/ca-unpickle.py +++ b/potpourri/ca-unpickle.py @@ -2,6 +2,21 @@ # $Id$ +# Copyright (C) 2016 Parsons Government Services ("PARSONS") +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notices and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND PARSONS DISCLAIMS ALL +# WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +# PARSONS BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + """ Unpickle trunk/ CA state packaged by ca-pickle and attempt to whack a tk705/ rpki-ca instance into an equivalent state. diff --git a/potpourri/oob-translate.xsl b/potpourri/oob-translate.xsl index da71e348..c78f052f 100644 --- a/potpourri/oob-translate.xsl +++ b/potpourri/oob-translate.xsl @@ -1,4 +1,21 @@ - +