Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2019-01-25 09:10:12 +0300
committerCasey Deccio <casey@deccio.net>2019-01-25 09:10:12 +0300
commitc0cffed7dcf6987395c537d53e1ac8dd11ad0150 (patch)
tree21239ea3490b4fc3280860d05ce6caa82e25116c
parent649e684304709987f6fc1139a8142b2eb054000b (diff)
Update copyright notices
-rw-r--r--COPYRIGHT2
-rwxr-xr-xbin/dnsviz2
-rwxr-xr-xcontrib/digviz2
-rw-r--r--dnsviz/analysis/errors.py2
-rw-r--r--dnsviz/analysis/offline.py6
-rw-r--r--dnsviz/analysis/online.py6
-rw-r--r--dnsviz/analysis/status.py6
-rw-r--r--dnsviz/commands/graph.py2
-rw-r--r--dnsviz/commands/grok.py2
-rw-r--r--dnsviz/commands/lookingglass.py2
-rw-r--r--dnsviz/commands/print.py2
-rw-r--r--dnsviz/commands/probe.py2
-rw-r--r--dnsviz/commands/query.py2
-rw-r--r--dnsviz/config.py.in4
-rw-r--r--dnsviz/crypto.py6
-rw-r--r--dnsviz/format.py6
-rw-r--r--dnsviz/ipaddr.py3
-rw-r--r--dnsviz/query.py6
-rw-r--r--dnsviz/resolver.py2
-rw-r--r--dnsviz/response.py6
-rw-r--r--dnsviz/transport.py2
-rw-r--r--dnsviz/util.py6
-rw-r--r--dnsviz/viz/dnssec.py6
-rw-r--r--doc/man/dnsviz-graph.12
-rw-r--r--doc/man/dnsviz-grok.12
-rw-r--r--doc/man/dnsviz-print.12
-rw-r--r--doc/man/dnsviz-probe.12
-rw-r--r--doc/man/dnsviz-query.12
-rw-r--r--doc/man/dnsviz.12
-rw-r--r--share/js/dnsviz.js6
30 files changed, 70 insertions, 33 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index aff6785..9d174fc 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -4,7 +4,7 @@ rights in this software.
Copyright 2014-2016 VeriSign, Inc.
-Copyright 2016-2018 Casey Deccio.
+Copyright 2016-2019 Casey Deccio.
DNSViz is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/bin/dnsviz b/bin/dnsviz
index c2bbdc1..9358d8c 100755
--- a/bin/dnsviz
+++ b/bin/dnsviz
@@ -6,6 +6,8 @@
#
# Copyright 2015-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/contrib/digviz b/contrib/digviz
index df4def4..3eb899f 100755
--- a/contrib/digviz
+++ b/contrib/digviz
@@ -6,6 +6,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/analysis/errors.py b/dnsviz/analysis/errors.py
index bbc7f21..c3bfa73 100644
--- a/dnsviz/analysis/errors.py
+++ b/dnsviz/analysis/errors.py
@@ -5,6 +5,8 @@
#
# Copyright 2015-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/analysis/offline.py b/dnsviz/analysis/offline.py
index 2290721..b90d33b 100644
--- a/dnsviz/analysis/offline.py
+++ b/dnsviz/analysis/offline.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/analysis/online.py b/dnsviz/analysis/online.py
index e502420..e5efcbc 100644
--- a/dnsviz/analysis/online.py
+++ b/dnsviz/analysis/online.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/analysis/status.py b/dnsviz/analysis/status.py
index b88d8d8..84f9336 100644
--- a/dnsviz/analysis/status.py
+++ b/dnsviz/analysis/status.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/commands/graph.py b/dnsviz/commands/graph.py
index f7faa3e..e64c239 100644
--- a/dnsviz/commands/graph.py
+++ b/dnsviz/commands/graph.py
@@ -6,6 +6,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/commands/grok.py b/dnsviz/commands/grok.py
index d83e33b..752b1ef 100644
--- a/dnsviz/commands/grok.py
+++ b/dnsviz/commands/grok.py
@@ -6,6 +6,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/commands/lookingglass.py b/dnsviz/commands/lookingglass.py
index 93e93e7..52d3321 100644
--- a/dnsviz/commands/lookingglass.py
+++ b/dnsviz/commands/lookingglass.py
@@ -4,7 +4,7 @@
# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
-# Copyright 2015-2016 VeriSign, Inc.
+# Copyright 2016-2019 Casey Deccio
#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/dnsviz/commands/print.py b/dnsviz/commands/print.py
index 7a3525f..0b8d3b9 100644
--- a/dnsviz/commands/print.py
+++ b/dnsviz/commands/print.py
@@ -6,6 +6,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/commands/probe.py b/dnsviz/commands/probe.py
index d6c986f..9e73eb5 100644
--- a/dnsviz/commands/probe.py
+++ b/dnsviz/commands/probe.py
@@ -6,6 +6,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/commands/query.py b/dnsviz/commands/query.py
index ff63deb..3c958be 100644
--- a/dnsviz/commands/query.py
+++ b/dnsviz/commands/query.py
@@ -6,6 +6,8 @@
#
# Copyright 2015-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/config.py.in b/dnsviz/config.py.in
index 415e12d..cd2bc6f 100644
--- a/dnsviz/config.py.in
+++ b/dnsviz/config.py.in
@@ -1,10 +1,12 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
# analysis, and visualization.
-# Author: Casey Deccio (casey@deccio.net)
+# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2014-2016 Verisign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/crypto.py b/dnsviz/crypto.py
index 4a7b8d3..b011cbf 100644
--- a/dnsviz/crypto.py
+++ b/dnsviz/crypto.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/format.py b/dnsviz/format.py
index 89facb2..4185daa 100644
--- a/dnsviz/format.py
+++ b/dnsviz/format.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/ipaddr.py b/dnsviz/ipaddr.py
index d712aed..3391d54 100644
--- a/dnsviz/ipaddr.py
+++ b/dnsviz/ipaddr.py
@@ -1,9 +1,12 @@
+#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/query.py b/dnsviz/query.py
index 9a4cb20..9824ea0 100644
--- a/dnsviz/query.py
+++ b/dnsviz/query.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/resolver.py b/dnsviz/resolver.py
index d650e27..d4ade00 100644
--- a/dnsviz/resolver.py
+++ b/dnsviz/resolver.py
@@ -5,6 +5,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/response.py b/dnsviz/response.py
index bd8eca7..8363787 100644
--- a/dnsviz/response.py
+++ b/dnsviz/response.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/transport.py b/dnsviz/transport.py
index 670210a..b47264c 100644
--- a/dnsviz/transport.py
+++ b/dnsviz/transport.py
@@ -5,6 +5,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/util.py b/dnsviz/util.py
index 30166c0..0853a6b 100644
--- a/dnsviz/util.py
+++ b/dnsviz/util.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/dnsviz/viz/dnssec.py b/dnsviz/viz/dnssec.py
index f8b00d4..73fb532 100644
--- a/dnsviz/viz/dnssec.py
+++ b/dnsviz/viz/dnssec.py
@@ -1,8 +1,6 @@
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -11,6 +9,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
diff --git a/doc/man/dnsviz-graph.1 b/doc/man/dnsviz-graph.1
index a39745e..b62693c 100644
--- a/doc/man/dnsviz-graph.1
+++ b/doc/man/dnsviz-graph.1
@@ -5,6 +5,8 @@
.\"
.\" Copyright 2015-2016 VeriSign, Inc.
.\"
+.\" Copyright 2016-2019 Casey Deccio
+.\"
.\" DNSViz is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
diff --git a/doc/man/dnsviz-grok.1 b/doc/man/dnsviz-grok.1
index 40f4328..77a27c6 100644
--- a/doc/man/dnsviz-grok.1
+++ b/doc/man/dnsviz-grok.1
@@ -5,6 +5,8 @@
.\"
.\" Copyright 2015-2016 VeriSign, Inc.
.\"
+.\" Copyright 2016-2019 Casey Deccio
+.\"
.\" DNSViz is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
diff --git a/doc/man/dnsviz-print.1 b/doc/man/dnsviz-print.1
index 04e66e1..294b456 100644
--- a/doc/man/dnsviz-print.1
+++ b/doc/man/dnsviz-print.1
@@ -5,6 +5,8 @@
.\"
.\" Copyright 2015-2016 VeriSign, Inc.
.\"
+.\" Copyright 2016-2019 Casey Deccio
+.\"
.\" DNSViz is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
diff --git a/doc/man/dnsviz-probe.1 b/doc/man/dnsviz-probe.1
index cdd5f72..2263fd3 100644
--- a/doc/man/dnsviz-probe.1
+++ b/doc/man/dnsviz-probe.1
@@ -5,6 +5,8 @@
.\"
.\" Copyright 2015-2016 VeriSign, Inc.
.\"
+.\" Copyright 2016-2019 Casey Deccio
+.\"
.\" DNSViz is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
diff --git a/doc/man/dnsviz-query.1 b/doc/man/dnsviz-query.1
index 2b7cb45..8b3dc17 100644
--- a/doc/man/dnsviz-query.1
+++ b/doc/man/dnsviz-query.1
@@ -5,6 +5,8 @@
.\"
.\" Copyright 2015-2016 VeriSign, Inc.
.\"
+.\" Copyright 2016-2019 Casey Deccio
+.\"
.\" DNSViz is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
diff --git a/doc/man/dnsviz.1 b/doc/man/dnsviz.1
index 331517a..37e4604 100644
--- a/doc/man/dnsviz.1
+++ b/doc/man/dnsviz.1
@@ -5,6 +5,8 @@
.\"
.\" Copyright 2015-2016 VeriSign, Inc.
.\"
+.\" Copyright 2016-2019 Casey Deccio
+.\"
.\" DNSViz is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
diff --git a/share/js/dnsviz.js b/share/js/dnsviz.js
index d9bdd73..f5bb6b4 100644
--- a/share/js/dnsviz.js
+++ b/share/js/dnsviz.js
@@ -1,9 +1,7 @@
/*
#
# This file is a part of DNSViz, a tool suite for DNS/DNSSEC monitoring,
-# analysis, and visualization. This file (or some portion thereof) is a
-# derivative work authored by VeriSign, Inc., and created in 2014, based on
-# code originally developed at Sandia National Laboratories.
+# analysis, and visualization.
# Created by Casey Deccio (casey@deccio.net)
#
# Copyright 2012-2014 Sandia Corporation. Under the terms of Contract
@@ -12,6 +10,8 @@
#
# Copyright 2014-2016 VeriSign, Inc.
#
+# Copyright 2016-2019 Casey Deccio
+#
# DNSViz is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or