Nexmo / dj-nexmo

A Django app to make working with Nexmo even easier!
https://developer.nexmo.com/
Apache License 2.0
3 stars 2 forks source link

Add Apache 2 header to all source files. #7

Open judy2k opened 5 years ago

adityaka commented 5 years ago

@judy2k do you mean something like in the examples below or do you have something else in mind?

# Licensed under the Apache License, Version 2.0 (the "License"). You may not
# use this file except in compliance with the License. A copy of the License is
# located at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file 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.

OR

"""
 Licensed under the Apache License, Version 2.0 (the "License"). You may not
 use this file except in compliance with the License. A copy of the License is
 located at

     http://www.apache.org/licenses/LICENSE-2.0

 or in the "license" file accompanying this file. This file 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.
"""
judy2k commented 5 years ago

As a comment (your first example). Thanks for looking at this!

adityaka commented 5 years ago

Review the pull request https://github.com/Nexmo/dj-nexmo/pull/13