Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 86424dd

Browse files
berviantoleosamtstern
authored andcommitted
Update License Information (#148)
1 parent 61a89b3 commit 86424dd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ recommend that a file or class name and description of purpose be included on
176176
the same "printed page" as the copyright notice for easier identification within
177177
third-party archives.
178178

179-
Copyright [yyyy] [name of copyright owner]
179+
Copyright 2017 Google
180180

181181
Licensed under the Apache License, Version 2.0 (the "License");
182182
you may not use this file except in compliance with the License.

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,25 @@ public void onActivityResult(int requestCode, int resultCode, Intent data) {
136136
}
137137
```
138138

139+
## LICENSE
140+
141+
```
142+
Copyright 2017 Google
143+
144+
Licensed under the Apache License, Version 2.0 (the "License");
145+
you may not use this file except in compliance with the License.
146+
You may obtain a copy of the License at
147+
148+
http://www.apache.org/licenses/LICENSE-2.0
149+
150+
Unless required by applicable law or agreed to in writing, software
151+
distributed under the License is distributed on an "AS IS" BASIS,
152+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
153+
See the License for the specific language governing permissions and
154+
limitations under the License.
155+
156+
```
157+
139158
[1]: https://travis-ci.org/googlesamples/easypermissions.svg?branch=master
140159
[2]: https://travis-ci.org/googlesamples/easypermissions
141160
[3]: https://img.shields.io/badge/Android%20Weekly-%23185-2CB3E5.svg?style=flat

0 commit comments

Comments
 (0)