summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2013-06-13 13:42:11 +0100
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-01-17 13:59:35 -0800
commitf68f7246e0004d99b94cf7451dfc9b48f15dfe89 (patch)
treef86e7f7368e232d5c269b8e76654bf11a3d30531
parent1d28932b8c9be09ea2985e998b2894d5c2cf7b6e (diff)
downloadcouchdb-f68f7246e0004d99b94cf7451dfc9b48f15dfe89.tar.gz
Fix up copyright headers
-rw-r--r--include/rexi.hrl2
-rw-r--r--src/rexi.app.src12
-rw-r--r--src/rexi.erl2
-rw-r--r--src/rexi_app.erl2
-rw-r--r--src/rexi_gov_manager.erl2
-rw-r--r--src/rexi_governor.erl2
-rw-r--r--src/rexi_monitor.erl2
-rw-r--r--src/rexi_server.erl2
-rw-r--r--src/rexi_sup.erl2
-rw-r--r--src/rexi_utils.erl12
10 files changed, 24 insertions, 16 deletions
diff --git a/include/rexi.hrl b/include/rexi.hrl
index b51c5af70..a2d86b2ab 100644
--- a/include/rexi.hrl
+++ b/include/rexi.hrl
@@ -1,5 +1,3 @@
-% Copyright 2010 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi.app.src b/src/rexi.app.src
index 5eb5639f0..c9af9d06a 100644
--- a/src/rexi.app.src
+++ b/src/rexi.app.src
@@ -1,3 +1,15 @@
+% Licensed under the Apache License, Version 2.0 (the "License"); you may not
+% use this file except in compliance with the License. You may obtain a copy of
+% the License at
+%
+% http://www.apache.org/licenses/LICENSE-2.0
+%
+% Unless required by applicable law or agreed to in writing, software
+% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+% License for the specific language governing permissions and limitations under
+% the License.
+
{application, rexi, [
{description, "Lightweight RPC server"},
{vsn, "%version%"},
diff --git a/src/rexi.erl b/src/rexi.erl
index f795593e6..8e53dba0f 100644
--- a/src/rexi.erl
+++ b/src/rexi.erl
@@ -1,5 +1,3 @@
-% Copyright 2010 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi_app.erl b/src/rexi_app.erl
index 2dd99c231..c791d8317 100644
--- a/src/rexi_app.erl
+++ b/src/rexi_app.erl
@@ -1,5 +1,3 @@
-% Copyright 2010 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi_gov_manager.erl b/src/rexi_gov_manager.erl
index 477be3e53..4fb69e30e 100644
--- a/src/rexi_gov_manager.erl
+++ b/src/rexi_gov_manager.erl
@@ -1,5 +1,3 @@
-% Copyright 2012 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi_governor.erl b/src/rexi_governor.erl
index 9bbe7c931..e99947021 100644
--- a/src/rexi_governor.erl
+++ b/src/rexi_governor.erl
@@ -1,5 +1,3 @@
-% Copyright 2012 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi_monitor.erl b/src/rexi_monitor.erl
index ab33fb87b..7be3f0a5f 100644
--- a/src/rexi_monitor.erl
+++ b/src/rexi_monitor.erl
@@ -1,5 +1,3 @@
-% Copyright 2010 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi_server.erl b/src/rexi_server.erl
index 90e49ea84..c3fc5082b 100644
--- a/src/rexi_server.erl
+++ b/src/rexi_server.erl
@@ -1,5 +1,3 @@
-% Copyright 2010 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi_sup.erl b/src/rexi_sup.erl
index 86955a18e..a8aa80019 100644
--- a/src/rexi_sup.erl
+++ b/src/rexi_sup.erl
@@ -1,5 +1,3 @@
-% Copyright 2010 Cloudant
-%
% Licensed under the Apache License, Version 2.0 (the "License"); you may not
% use this file except in compliance with the License. You may obtain a copy of
% the License at
diff --git a/src/rexi_utils.erl b/src/rexi_utils.erl
index 9950823e4..1b11576a0 100644
--- a/src/rexi_utils.erl
+++ b/src/rexi_utils.erl
@@ -1,3 +1,15 @@
+% Licensed under the Apache License, Version 2.0 (the "License"); you may not
+% use this file except in compliance with the License. You may obtain a copy of
+% the License at
+%
+% http://www.apache.org/licenses/LICENSE-2.0
+%
+% Unless required by applicable law or agreed to in writing, software
+% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+% License for the specific language governing permissions and limitations under
+% the License.
+
-module(rexi_utils).
-export([send/2, recv/6]).