Fix up copyright headers

Project: http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/commit/670dee35
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/tree/670dee35
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/diff/670dee35

Branch: refs/heads/import
Commit: 670dee35bd3f5df42dc0893108783869267d67e3
Parents: 456913a
Author: Robert Newson <[email protected]>
Authored: Thu Jun 13 13:42:11 2013 +0100
Committer: Paul J. Davis <[email protected]>
Committed: Fri Jan 17 13:41:10 2014 -0800

----------------------------------------------------------------------
 src/ddoc_cache.app.src    | 12 +++++++++++-
 src/ddoc_cache.erl        | 12 +++++++++++-
 src/ddoc_cache_app.erl    | 12 +++++++++++-
 src/ddoc_cache_opener.erl | 12 +++++++++++-
 src/ddoc_cache_sup.erl    | 12 +++++++++++-
 src/ddoc_cache_util.erl   | 12 ++++++++++++
 6 files changed, 67 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/670dee35/src/ddoc_cache.app.src
----------------------------------------------------------------------
diff --git a/src/ddoc_cache.app.src b/src/ddoc_cache.app.src
index da15382..78f45de 100644
--- a/src/ddoc_cache.app.src
+++ b/src/ddoc_cache.app.src
@@ -1,4 +1,14 @@
-% Copyright 2012 Cloudant. All rights reserved.
+% 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, ddoc_cache, [
     {description, "Design Document Cache"},

http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/670dee35/src/ddoc_cache.erl
----------------------------------------------------------------------
diff --git a/src/ddoc_cache.erl b/src/ddoc_cache.erl
index 35aa610..ec119f1 100644
--- a/src/ddoc_cache.erl
+++ b/src/ddoc_cache.erl
@@ -1,4 +1,14 @@
-% Copyright 2012 Cloudant. All rights reserved.
+% 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(ddoc_cache).
 

http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/670dee35/src/ddoc_cache_app.erl
----------------------------------------------------------------------
diff --git a/src/ddoc_cache_app.erl b/src/ddoc_cache_app.erl
index 922aab6..5afa7ac 100644
--- a/src/ddoc_cache_app.erl
+++ b/src/ddoc_cache_app.erl
@@ -1,4 +1,14 @@
-% Copyright 2012 Cloudant. All rights reserved.
+% 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(ddoc_cache_app).
 -behaviour(application).

http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/670dee35/src/ddoc_cache_opener.erl
----------------------------------------------------------------------
diff --git a/src/ddoc_cache_opener.erl b/src/ddoc_cache_opener.erl
index b2bf930..e7abc9d 100644
--- a/src/ddoc_cache_opener.erl
+++ b/src/ddoc_cache_opener.erl
@@ -1,4 +1,14 @@
-% Copyright 2012 Cloudant. All rights reserved.
+% 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(ddoc_cache_opener).
 -behaviour(gen_server).

http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/670dee35/src/ddoc_cache_sup.erl
----------------------------------------------------------------------
diff --git a/src/ddoc_cache_sup.erl b/src/ddoc_cache_sup.erl
index 166f865..5ffd7e6 100644
--- a/src/ddoc_cache_sup.erl
+++ b/src/ddoc_cache_sup.erl
@@ -1,4 +1,14 @@
-% Copyright 2012 Cloudant. All rights reserved.
+% 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(ddoc_cache_sup).
 -behaviour(supervisor).

http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/670dee35/src/ddoc_cache_util.erl
----------------------------------------------------------------------
diff --git a/src/ddoc_cache_util.erl b/src/ddoc_cache_util.erl
index a725674..fb3c0b9 100644
--- a/src/ddoc_cache_util.erl
+++ b/src/ddoc_cache_util.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(ddoc_cache_util).
 
 

Reply via email to