summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-07-17 12:56:48 +0100
committerRobert Newson <rnewson@apache.org>2020-07-21 09:08:26 +0100
commitb23df65b26e68ac750d2a848f1eb3bdf345bedfc (patch)
treeeb1ef1365610d6fb714d0f742da3efe5f29c49c6
parent11f46e5da1d42bc63b254430a71a5242b43a70d7 (diff)
downloadcouchdb-b23df65b26e68ac750d2a848f1eb3bdf345bedfc.tar.gz
Add ASLv2 license
-rw-r--r--rebar.config12
-rw-r--r--src/ebtree.app.src12
-rw-r--r--src/ebtree.erl12
3 files changed, 36 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index c9750ce96..edf6725c8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -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.
+
{erl_opts, [debug_info]}.
{cover_enabled, true}.
{deps, [
diff --git a/src/ebtree.app.src b/src/ebtree.app.src
index 1420a2d90..d4966f6a5 100644
--- a/src/ebtree.app.src
+++ b/src/ebtree.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, ebtree,
[{description, "An OTP library"},
{vsn, git},
diff --git a/src/ebtree.erl b/src/ebtree.erl
index 1b6ebf374..ccfd4141a 100644
--- a/src/ebtree.erl
+++ b/src/ebtree.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(ebtree).
-export([