You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2021/08/24 21:54:57 UTC

[couchdb-ioq] 04/07: Add license blurb to ioq_opener

This is an automated email from the ASF dual-hosted git repository.

chewbranca pushed a commit to branch ioq-per-shard-or-user
in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git

commit 05f6ed08c21a3b8c6b5b8c26816182dbff4aead7
Author: Russell Branca <ch...@apache.org>
AuthorDate: Wed Mar 13 21:43:11 2019 +0000

    Add license blurb to ioq_opener
---
 src/ioq_opener.erl | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/ioq_opener.erl b/src/ioq_opener.erl
index 5bcf065..ebefc73 100644
--- a/src/ioq_opener.erl
+++ b/src/ioq_opener.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(ioq_opener).
 -behavior(gen_server).