Fix up copyright headers
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/d796b500 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/d796b500 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/d796b500 Branch: refs/heads/import Commit: d796b500695712a3f43524323a013f76a3f751b5 Parents: 1f97a2b 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:53:12 2014 -0800 ---------------------------------------------------------------------- include/mem3.hrl | 2 -- src/mem3.app.src | 12 ++++++++++++ src/mem3.erl | 2 -- src/mem3_app.erl | 2 -- src/mem3_httpd.erl | 2 -- src/mem3_nodes.erl | 2 -- src/mem3_rep.erl | 12 ++++++++++++ src/mem3_shards.erl | 2 -- src/mem3_sup.erl | 2 -- src/mem3_sync.erl | 2 -- src/mem3_sync_event.erl | 2 -- src/mem3_sync_nodes.erl | 2 -- src/mem3_sync_security.erl | 2 -- src/mem3_util.erl | 2 -- test/mem3_util_test.erl | 2 -- 15 files changed, 24 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/d796b500/include/mem3.hrl ---------------------------------------------------------------------- diff --git a/include/mem3.hrl b/include/mem3.hrl index 04658bb..cb39e78 100644 --- a/include/mem3.hrl +++ b/include/mem3.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-mem3/blob/d796b500/src/mem3.app.src ---------------------------------------------------------------------- diff --git a/src/mem3.app.src b/src/mem3.app.src index 809b947..612a7fb 100644 --- a/src/mem3.app.src +++ b/src/mem3.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, mem3, [ {description, "CouchDB Cluster Membership"}, {vsn, "%version%"}, http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/d796b500/src/mem3.erl ---------------------------------------------------------------------- diff --git a/src/mem3.erl b/src/mem3.erl index 1b12f20..c9b4793 100644 --- a/src/mem3.erl +++ b/src/mem3.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-mem3/blob/d796b500/src/mem3_app.erl ---------------------------------------------------------------------- diff --git a/src/mem3_app.erl b/src/mem3_app.erl index bb27171..3ddfbe6 100644 --- a/src/mem3_app.erl +++ b/src/mem3_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 http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/d796b500/src/mem3_httpd.erl ---------------------------------------------------------------------- diff --git a/src/mem3_httpd.erl b/src/mem3_httpd.erl index 3d38d21..94196fa 100644 --- a/src/mem3_httpd.erl +++ b/src/mem3_httpd.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-mem3/blob/d796b500/src/mem3_nodes.erl ---------------------------------------------------------------------- diff --git a/src/mem3_nodes.erl b/src/mem3_nodes.erl index 39044db..ad96646 100644 --- a/src/mem3_nodes.erl +++ b/src/mem3_nodes.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-mem3/blob/d796b500/src/mem3_rep.erl ---------------------------------------------------------------------- diff --git a/src/mem3_rep.erl b/src/mem3_rep.erl index 097f2dd..09fff9c 100644 --- a/src/mem3_rep.erl +++ b/src/mem3_rep.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(mem3_rep). -export([go/2, go/3, changes_enumerator/3, make_local_id/2]). http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/d796b500/src/mem3_shards.erl ---------------------------------------------------------------------- diff --git a/src/mem3_shards.erl b/src/mem3_shards.erl index 4410ff9..2aaa35a 100644 --- a/src/mem3_shards.erl +++ b/src/mem3_shards.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-mem3/blob/d796b500/src/mem3_sup.erl ---------------------------------------------------------------------- diff --git a/src/mem3_sup.erl b/src/mem3_sup.erl index ae38d7d..6ff688b 100644 --- a/src/mem3_sup.erl +++ b/src/mem3_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 http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/d796b500/src/mem3_sync.erl ---------------------------------------------------------------------- diff --git a/src/mem3_sync.erl b/src/mem3_sync.erl index b661932..e47f6fa 100644 --- a/src/mem3_sync.erl +++ b/src/mem3_sync.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-mem3/blob/d796b500/src/mem3_sync_event.erl ---------------------------------------------------------------------- diff --git a/src/mem3_sync_event.erl b/src/mem3_sync_event.erl index 440fb8c..7a20b0b 100644 --- a/src/mem3_sync_event.erl +++ b/src/mem3_sync_event.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-mem3/blob/d796b500/src/mem3_sync_nodes.erl ---------------------------------------------------------------------- diff --git a/src/mem3_sync_nodes.erl b/src/mem3_sync_nodes.erl index 425f678..e07fd44 100644 --- a/src/mem3_sync_nodes.erl +++ b/src/mem3_sync_nodes.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-mem3/blob/d796b500/src/mem3_sync_security.erl ---------------------------------------------------------------------- diff --git a/src/mem3_sync_security.erl b/src/mem3_sync_security.erl index 723f9b7..da112aa 100644 --- a/src/mem3_sync_security.erl +++ b/src/mem3_sync_security.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-mem3/blob/d796b500/src/mem3_util.erl ---------------------------------------------------------------------- diff --git a/src/mem3_util.erl b/src/mem3_util.erl index d1dc1a8..610e284 100644 --- a/src/mem3_util.erl +++ b/src/mem3_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-mem3/blob/d796b500/test/mem3_util_test.erl ---------------------------------------------------------------------- diff --git a/test/mem3_util_test.erl b/test/mem3_util_test.erl index 6d574cb..e289282 100644 --- a/test/mem3_util_test.erl +++ b/test/mem3_util_test.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
