Skip to content

Commit e04c755

Browse files
committed
Stop requiring people to sign CLA
Same as OpenLayers: openlayers/openlayers#7711
1 parent c959895 commit e04c755

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

CONTRIBUTING.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ This page describes what you need to know to contribute code to ol-cesium as a d
1111

1212
## Contributor License Agreement
1313

14-
Before accepting a contribution, we ask that you provide us a Contributor
15-
License Agreement. If you are making your contribution as part of work for
16-
your employer, please follow the guidelines on submitting a [Corporate
17-
Contributor License Agreement](https://raw.github.com/openlayers/cla/master/ccla.txt). If you are
18-
making your contribution as an individual, you can submit a digital [Individual
19-
Contributor License Agreement](https://docs.google.com/spreadsheet/viewform?formkey=dGNNVUJEMXF2dERTU0FXM3JjNVBQblE6MQ).
14+
Your contribution will be under our [license](https://raw.githubusercontent.com/openlayers/ol-cesium/master/LICENSE)
15+
as per [GitHub's terms of service](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license).
2016

2117
## Setting up development environment
2218

@@ -40,12 +36,6 @@ where `<target>` is the name of the target you want to execute. For example:
4036

4137
$ make dist
4238

43-
## Compliler version
44-
45-
The version of the compiler may be changed by creating a file closure-util.json
46-
at the root of the project. See [available options](https://github.com/openlayers/closure-util/blob/master/default-config.json)
47-
and [available compilers](https://github.com/google/closure-compiler/wiki/Binary-Downloads).
48-
4939
## Pull request guidelines
5040

5141
Your pull request should follow the OpenLayers guidelines.
@@ -76,8 +66,6 @@ For readablitiy, testing for `undefined` and `null` must be handled as follows:
7666
- In the case of objects: use `the object itself`;
7767
- In all cases where the type is unknown, like with templates: use `object !== undefined && object !== null`.
7868

79-
80-
8169
### Address a single issue or add a single item of functionality
8270

8371
Please submit separate pull requests for separate issues. This allows each to

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, OpenLayers
1+
Copyright 2014-present, OpenLayers Contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)