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
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request (on a branch other than `master` or `gh-pages`).
4
+
5
+
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
6
+
7
+
## License
8
+
9
+
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/Netflix/RxJava/blob/master/LICENSE
10
+
11
+
All files are released with the Apache 2.0 license.
12
+
13
+
If you are adding a new file it should have a header like this:
14
+
15
+
```
16
+
/**
17
+
* Copyright 2013 Netflix, Inc.
18
+
*
19
+
* Licensed under the Apache License, Version 2.0 (the "License");
20
+
* you may not use this file except in compliance with the License.
21
+
* You may obtain a copy of the License at
22
+
*
23
+
* http://www.apache.org/licenses/LICENSE-2.0
24
+
*
25
+
* Unless required by applicable law or agreed to in writing, software
26
+
* distributed under the License is distributed on an "AS IS" BASIS,
27
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28
+
* See the License for the specific language governing permissions and
0 commit comments