ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.37k stars 270 forks source link

Addition of Copyright Notice #706

Closed lubovtorina closed 1 year ago

lubovtorina commented 1 year ago

Hello! According to the Appendix of Apache License 2.0, if you want to license your software under this License you should "attach the boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information". This condition is not met now.

Сould you add a COPYRIGHT NOTICE FILE in the appropriate form, including the year of the software development and your name and surname? You could also apply the Apache License to your source-code files by attaching the notice as a comment at the top of each file. Thank you in advance! Apache.org says: Include a copy of the Apache License, typically in a file called LICENSE, in your work, and consider also including a NOTICE file. It is also valuable to tag each of your source-code files in case they become detached from the LICENSE file. To apply the Apache License to your source-code files, one approach is to attach the following notice to as a comment at the top of each file. Replace the copyright templates with your own identifying information:

Copyright [yyyy] [name of copyright owner] 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.

hoc081098 commented 1 year ago

Is this needed?

lubovtorina commented 1 year ago

@hoc081098 , yes, that's why this issue is here

hoc081098 commented 1 year ago

Thanks @lubovtorina , fixed 🙏