diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-04 09:59:49 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-04 09:59:49 +0000 |
commit | 9d6e312a8e9cc0fa23d7304cb296be4b0f51dc96 (patch) | |
tree | f88ab1131d550da48e0892dc68ac58ffe0a7f348 | |
parent | 8766fba694a502207a8f5294aba236b713f87dab (diff) | |
download | rspamd-9d6e312a8e9cc0fa23d7304cb296be4b0f51dc96.tar.gz rspamd-9d6e312a8e9cc0fa23d7304cb296be4b0f51dc96.zip |
Add notice in the contributions file
-rw-r--r-- | CONTRIBUTIONS.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 58d6e7217..3db046aef 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -10,6 +10,26 @@ Submitting patches automatically implies your agreement with the statements abov ## List of licenses accepted +Preferred license is Apache-2: + +~~~C +/*- + * Copyright [year] [your name] + * + * 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. + */ +~~~ + ### The 2 clause version of the BSD license |