You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/30 19:47:44 UTC

[2/2] couch commit: updated refs/heads/master to 1279da6

Add license header


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/4aac44dd
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/4aac44dd
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/4aac44dd

Branch: refs/heads/master
Commit: 4aac44ddc855adac1d90c23af90b8da4fe04a268
Parents: f1bb186
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Sep 30 20:40:56 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Sep 30 20:46:01 2015 +0300

----------------------------------------------------------------------
 test/global_changes_tests.erl | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/4aac44dd/test/global_changes_tests.erl
----------------------------------------------------------------------
diff --git a/test/global_changes_tests.erl b/test/global_changes_tests.erl
index 273739e..d6f3350 100644
--- a/test/global_changes_tests.erl
+++ b/test/global_changes_tests.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(global_changes_tests).
 
 -include_lib("couch/include/couch_eunit.hrl").