summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Doane <jaydoane@apache.org>2021-04-19 15:43:43 -0700
committerJay Doane <jaydoane@apache.org>2021-04-20 00:12:57 -0700
commitba03c8e6c49158395b99acb9031e14031b879718 (patch)
treed1c58cb1aaaeb6d7d3d021ddd222e8e19157492f
parent8617997383573b3c0e5afaf733c2770e19b39602 (diff)
downloadcouchdb-ba03c8e6c49158395b99acb9031e14031b879718.tar.gz
Change header preamble to "derived from riaknostic"
-rw-r--r--src/weatherreport/rebar.config2
-rw-r--r--src/weatherreport/src/weatherreport.app.src2
-rw-r--r--src/weatherreport/src/weatherreport.erl2
-rw-r--r--src/weatherreport/src/weatherreport_check.erl2
-rw-r--r--src/weatherreport/src/weatherreport_check_disk.erl2
-rw-r--r--src/weatherreport/src/weatherreport_check_membership.erl2
-rw-r--r--src/weatherreport/src/weatherreport_check_memory_use.erl2
-rw-r--r--src/weatherreport/src/weatherreport_check_nodes_connected.erl2
-rw-r--r--src/weatherreport/src/weatherreport_config.erl2
-rw-r--r--src/weatherreport/src/weatherreport_node.erl2
-rw-r--r--src/weatherreport/src/weatherreport_util.erl2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/weatherreport/rebar.config b/src/weatherreport/rebar.config
index 5a8f69bad..7b1a9d348 100644
--- a/src/weatherreport/rebar.config
+++ b/src/weatherreport/rebar.config
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport.app.src b/src/weatherreport/src/weatherreport.app.src
index dda1cd03e..6674fa537 100644
--- a/src/weatherreport/src/weatherreport.app.src
+++ b/src/weatherreport/src/weatherreport.app.src
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport.erl b/src/weatherreport/src/weatherreport.erl
index bd7d65cca..1f6ff073e 100644
--- a/src/weatherreport/src/weatherreport.erl
+++ b/src/weatherreport/src/weatherreport.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_check.erl b/src/weatherreport/src/weatherreport_check.erl
index e01cb8cc1..ffac2da0a 100644
--- a/src/weatherreport/src/weatherreport_check.erl
+++ b/src/weatherreport/src/weatherreport_check.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_check_disk.erl b/src/weatherreport/src/weatherreport_check_disk.erl
index cf05f5907..187db86b7 100644
--- a/src/weatherreport/src/weatherreport_check_disk.erl
+++ b/src/weatherreport/src/weatherreport_check_disk.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_check_membership.erl b/src/weatherreport/src/weatherreport_check_membership.erl
index c3b865174..1ba104116 100644
--- a/src/weatherreport/src/weatherreport_check_membership.erl
+++ b/src/weatherreport/src/weatherreport_check_membership.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_check_memory_use.erl b/src/weatherreport/src/weatherreport_check_memory_use.erl
index 0d93f9d1b..5e49ab0d8 100644
--- a/src/weatherreport/src/weatherreport_check_memory_use.erl
+++ b/src/weatherreport/src/weatherreport_check_memory_use.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_check_nodes_connected.erl b/src/weatherreport/src/weatherreport_check_nodes_connected.erl
index 136b5d069..7b47de8aa 100644
--- a/src/weatherreport/src/weatherreport_check_nodes_connected.erl
+++ b/src/weatherreport/src/weatherreport_check_nodes_connected.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_config.erl b/src/weatherreport/src/weatherreport_config.erl
index 267562d21..363233022 100644
--- a/src/weatherreport/src/weatherreport_config.erl
+++ b/src/weatherreport/src/weatherreport_config.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_node.erl b/src/weatherreport/src/weatherreport_node.erl
index 85f0e3be8..a745a0430 100644
--- a/src/weatherreport/src/weatherreport_node.erl
+++ b/src/weatherreport/src/weatherreport_node.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%
diff --git a/src/weatherreport/src/weatherreport_util.erl b/src/weatherreport/src/weatherreport_util.erl
index e5202fa9e..450475d42 100644
--- a/src/weatherreport/src/weatherreport_util.erl
+++ b/src/weatherreport/src/weatherreport_util.erl
@@ -1,6 +1,6 @@
%% -------------------------------------------------------------------
%%
-%% riaknostic - automated diagnostic tools for Riak
+%% derived from riaknostic - automated diagnostic tools for Riak
%%
%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved.
%%