Browse Source

Add notice in the contributions file

tags/1.1.3
Vsevolod Stakhov 8 years ago
parent
commit
9d6e312a8e
1 changed files with 20 additions and 0 deletions
  1. 20
    0
      CONTRIBUTIONS.md

+ 20
- 0
CONTRIBUTIONS.md View File

@@ -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


Loading…
Cancel
Save