You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,27 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
17
17
18
18
##License
19
19
20
-
By contributing your code, you agree to license your contribution under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).
20
+
All contributions are under the CLA mentioned above. For this project, Optimizely uses the Apache 2.0 license, and so asks that by contributing your code, you agree to license your contribution under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0). Your contributions should also include the following header:
21
+
22
+
```
23
+
/**
24
+
* Copyright YEAR, Optimizely, Inc. and contributors
25
+
*
26
+
* Licensed under the Apache License, Version 2.0 (the "License");
27
+
* you may not use this file except in compliance with the License.
28
+
* You may obtain a copy of the License at
29
+
*
30
+
* http://www.apache.org/licenses/LICENSE-2.0
31
+
*
32
+
* Unless required by applicable law or agreed to in writing, software
33
+
* distributed under the License is distributed on an "AS IS" BASIS,
34
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
+
* See the License for the specific language governing permissions and
36
+
* limitations under the License.
37
+
*/
38
+
```
39
+
40
+
The YEAR above should be the year of the contribution. If work on the file has been done over multiple years, list each year in the section above. Example: Optimizely writes the file and releases it in 2014. No changes are made in 2015. Change made in 2016. YEAR should be “2014, 2016”.
21
41
22
42
##Contact
23
43
If you have questions, please contact developers@optimizely.com.
0 commit comments