add Apache License stanza everywhere
Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/a5213f79 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/a5213f79 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-setup/diff/a5213f79 Branch: refs/heads/master Commit: a5213f79b3a82ce4e42d03a26b78bf8ed2126efd Parents: e8c4966 Author: Jan Lehnardt <[email protected]> Authored: Fri Oct 31 17:06:43 2014 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Fri Oct 31 17:06:43 2014 +0100 ---------------------------------------------------------------------- src/setup.app.src | 12 ++++++++++++ src/setup_app.erl | 12 ++++++++++++ src/setup_sup.erl | 12 ++++++++++++ 3 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/a5213f79/src/setup.app.src ---------------------------------------------------------------------- diff --git a/src/setup.app.src b/src/setup.app.src index d79e4b4..8c85e14 100644 --- a/src/setup.app.src +++ b/src/setup.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, setup, [ {description, ""}, http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/a5213f79/src/setup_app.erl ---------------------------------------------------------------------- diff --git a/src/setup_app.erl b/src/setup_app.erl index 0d43a50..3304501 100644 --- a/src/setup_app.erl +++ b/src/setup_app.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(setup_app). -behaviour(application). http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/a5213f79/src/setup_sup.erl ---------------------------------------------------------------------- diff --git a/src/setup_sup.erl b/src/setup_sup.erl index eae0eae..b697333 100644 --- a/src/setup_sup.erl +++ b/src/setup_sup.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(setup_sup). -behaviour(supervisor).
