Fix up copyright headers
diff --git a/include/rexi.hrl b/include/rexi.hrl
index b51c5af..a2d86b2 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 5eb5639..c9af9d0 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 f795593..8e53dba 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 2dd99c2..c791d83 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 477be3e..4fb69e3 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 9bbe7c9..e999470 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 ab33fb8..7be3f0a 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 90e49ea..c3fc508 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 86955a1..a8aa800 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 9950823..1b11576 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]).