Fix up copyright headers

Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/64d29424
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-config/tree/64d29424
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-config/diff/64d29424

Branch: refs/heads/import
Commit: 64d29424dcc6fef8227a1bab62fd9b33ed512472
Parents: 4b7e03a
Author: Robert Newson <rnew...@apache.org>
Authored: Thu Jun 13 13:42:11 2013 +0100
Committer: Paul J. Davis <paul.joseph.da...@gmail.com>
Committed: Fri Jan 17 13:25:14 2014 -0800

----------------------------------------------------------------------
 src/config.app.src      | 12 ++++++++++++
 src/config_listener.erl | 12 ++++++++++++
 2 files changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-config/blob/64d29424/src/config.app.src
----------------------------------------------------------------------
diff --git a/src/config.app.src b/src/config.app.src
index 69c665f..9b0f5f0 100644
--- a/src/config.app.src
+++ b/src/config.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, config, [
     {description, "INI file configuration system for Apache CouchDB"},
     {vsn, "%version%"},

http://git-wip-us.apache.org/repos/asf/couchdb-config/blob/64d29424/src/config_listener.erl
----------------------------------------------------------------------
diff --git a/src/config_listener.erl b/src/config_listener.erl
index d53d41a..3335b45 100644
--- a/src/config_listener.erl
+++ b/src/config_listener.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(config_listener).
 
 -behaviour(gen_event).

Reply via email to