From: Vsevolod Stakhov Date: Thu, 4 Feb 2016 09:59:49 +0000 (+0000) Subject: Add notice in the contributions file X-Git-Tag: 1.1.3~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d6e312a8e9cc0fa23d7304cb296be4b0f51dc96;p=rspamd.git Add notice in the contributions file --- 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