diff options
author | Rob Austein <sra@hactrn.net> | 2016-05-07 03:44:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-05-07 03:44:00 +0000 |
commit | da8998dc54696f9e0e2ee6d45b32fc3175c0ece3 (patch) | |
tree | 31fbeb64f175c851a5e0b2e30cdb3cba33a026a4 /rp/config/rpki-manage | |
parent | 1cec1cd017f78e7c633e89d3ef1d41fa07da8d9d (diff) |
More copyright notices, what fun.
svn path=/branches/tk705/; revision=6426
Diffstat (limited to 'rp/config/rpki-manage')
-rwxr-xr-x | rp/config/rpki-manage | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rp/config/rpki-manage b/rp/config/rpki-manage index ac3cc967..76a98f65 100755 --- a/rp/config/rpki-manage +++ b/rp/config/rpki-manage @@ -1,5 +1,20 @@ #!/usr/bin/env python +# 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. + # Using a Python script to run sudo to run a Python script is a bit # silly, but it lets us use rpki.autoconf to locate sudo, lets us # avoid needing a custom setuid wrapper, lets us avoid another pass |