Fix up copyright headers
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/cc7b13b2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/cc7b13b2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/cc7b13b2 Branch: refs/heads/import Commit: cc7b13b26e4bb9673447a8c03d7a2872a0a531c8 Parents: 95b36a1 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:49:21 2014 -0800 ---------------------------------------------------------------------- include/fabric.hrl | 2 -- src/fabric.app.src | 12 ++++++++++++ src/fabric.erl | 2 -- src/fabric_db_create.erl | 2 -- src/fabric_db_delete.erl | 2 -- src/fabric_db_doc_count.erl | 2 -- src/fabric_db_info.erl | 2 -- src/fabric_db_meta.erl | 2 -- src/fabric_db_update_listener.erl | 2 -- src/fabric_dict.erl | 2 -- src/fabric_doc_attachments.erl | 2 -- src/fabric_doc_missing_revs.erl | 2 -- src/fabric_doc_open.erl | 2 -- src/fabric_doc_open_revs.erl | 2 -- src/fabric_doc_update.erl | 2 -- src/fabric_group_info.erl | 2 -- src/fabric_rpc.erl | 2 -- src/fabric_util.erl | 2 -- src/fabric_view.erl | 2 -- src/fabric_view_all_docs.erl | 2 -- src/fabric_view_changes.erl | 2 -- src/fabric_view_map.erl | 2 -- src/fabric_view_reduce.erl | 2 -- 23 files changed, 12 insertions(+), 44 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/include/fabric.hrl ---------------------------------------------------------------------- diff --git a/include/fabric.hrl b/include/fabric.hrl index c8de0f8..94769bd 100644 --- a/include/fabric.hrl +++ b/include/fabric.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric.app.src ---------------------------------------------------------------------- diff --git a/src/fabric.app.src b/src/fabric.app.src index 3f3b167..a3022e6 100644 --- a/src/fabric.app.src +++ b/src/fabric.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, fabric, [ {description, "Routing and proxying layer for CouchDB cluster"}, {vsn, "%version%"}, http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric.erl ---------------------------------------------------------------------- diff --git a/src/fabric.erl b/src/fabric.erl index 2899545..4b8fe4a 100644 --- a/src/fabric.erl +++ b/src/fabric.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_db_create.erl ---------------------------------------------------------------------- diff --git a/src/fabric_db_create.erl b/src/fabric_db_create.erl index 4f3fcae..c8f2d45 100644 --- a/src/fabric_db_create.erl +++ b/src/fabric_db_create.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_db_delete.erl ---------------------------------------------------------------------- diff --git a/src/fabric_db_delete.erl b/src/fabric_db_delete.erl index 6b2a434..934f95b 100644 --- a/src/fabric_db_delete.erl +++ b/src/fabric_db_delete.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_db_doc_count.erl ---------------------------------------------------------------------- diff --git a/src/fabric_db_doc_count.erl b/src/fabric_db_doc_count.erl index 0ef8221..dcc32aa 100644 --- a/src/fabric_db_doc_count.erl +++ b/src/fabric_db_doc_count.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_db_info.erl ---------------------------------------------------------------------- diff --git a/src/fabric_db_info.erl b/src/fabric_db_info.erl index b8cb605..58139e8 100644 --- a/src/fabric_db_info.erl +++ b/src/fabric_db_info.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_db_meta.erl ---------------------------------------------------------------------- diff --git a/src/fabric_db_meta.erl b/src/fabric_db_meta.erl index ca21b0f..78a3952 100644 --- a/src/fabric_db_meta.erl +++ b/src/fabric_db_meta.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_db_update_listener.erl ---------------------------------------------------------------------- diff --git a/src/fabric_db_update_listener.erl b/src/fabric_db_update_listener.erl index 7d6d878..28e5972 100644 --- a/src/fabric_db_update_listener.erl +++ b/src/fabric_db_update_listener.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_dict.erl ---------------------------------------------------------------------- diff --git a/src/fabric_dict.erl b/src/fabric_dict.erl index cea537c..a9d7fea 100644 --- a/src/fabric_dict.erl +++ b/src/fabric_dict.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_doc_attachments.erl ---------------------------------------------------------------------- diff --git a/src/fabric_doc_attachments.erl b/src/fabric_doc_attachments.erl index 54f96a3..b29e20f 100644 --- a/src/fabric_doc_attachments.erl +++ b/src/fabric_doc_attachments.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_doc_missing_revs.erl ---------------------------------------------------------------------- diff --git a/src/fabric_doc_missing_revs.erl b/src/fabric_doc_missing_revs.erl index 57ba90c..ec154ee 100644 --- a/src/fabric_doc_missing_revs.erl +++ b/src/fabric_doc_missing_revs.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_doc_open.erl ---------------------------------------------------------------------- diff --git a/src/fabric_doc_open.erl b/src/fabric_doc_open.erl index 9ec6e6d..caa389e 100644 --- a/src/fabric_doc_open.erl +++ b/src/fabric_doc_open.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_doc_open_revs.erl ---------------------------------------------------------------------- diff --git a/src/fabric_doc_open_revs.erl b/src/fabric_doc_open_revs.erl index f36bc9c..398a675 100644 --- a/src/fabric_doc_open_revs.erl +++ b/src/fabric_doc_open_revs.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_doc_update.erl ---------------------------------------------------------------------- diff --git a/src/fabric_doc_update.erl b/src/fabric_doc_update.erl index 58e6449..50c244c 100644 --- a/src/fabric_doc_update.erl +++ b/src/fabric_doc_update.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_group_info.erl ---------------------------------------------------------------------- diff --git a/src/fabric_group_info.erl b/src/fabric_group_info.erl index 1a0f78a..135090f 100644 --- a/src/fabric_group_info.erl +++ b/src/fabric_group_info.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_rpc.erl ---------------------------------------------------------------------- diff --git a/src/fabric_rpc.erl b/src/fabric_rpc.erl index f88f035..4926609 100644 --- a/src/fabric_rpc.erl +++ b/src/fabric_rpc.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_util.erl ---------------------------------------------------------------------- diff --git a/src/fabric_util.erl b/src/fabric_util.erl index 91db5fc..a6982f3 100644 --- a/src/fabric_util.erl +++ b/src/fabric_util.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_view.erl ---------------------------------------------------------------------- diff --git a/src/fabric_view.erl b/src/fabric_view.erl index 479e718..a42582b 100644 --- a/src/fabric_view.erl +++ b/src/fabric_view.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_view_all_docs.erl ---------------------------------------------------------------------- diff --git a/src/fabric_view_all_docs.erl b/src/fabric_view_all_docs.erl index c2b750d..1745fc4 100644 --- a/src/fabric_view_all_docs.erl +++ b/src/fabric_view_all_docs.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_view_changes.erl ---------------------------------------------------------------------- diff --git a/src/fabric_view_changes.erl b/src/fabric_view_changes.erl index 3cc9e8c..b0a3628 100644 --- a/src/fabric_view_changes.erl +++ b/src/fabric_view_changes.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_view_map.erl ---------------------------------------------------------------------- diff --git a/src/fabric_view_map.erl b/src/fabric_view_map.erl index b6fb5ce..9403bde 100644 --- a/src/fabric_view_map.erl +++ b/src/fabric_view_map.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 http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cc7b13b2/src/fabric_view_reduce.erl ---------------------------------------------------------------------- diff --git a/src/fabric_view_reduce.erl b/src/fabric_view_reduce.erl index 9f564f2..54dcdf5 100644 --- a/src/fabric_view_reduce.erl +++ b/src/fabric_view_reduce.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
