Skip to content

Commit 4368ef2

Browse files
committed
Fix license detection on pub.dev
1 parent 6465f00 commit 4368ef2

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

LICENSE

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
Apache License
23
Version 2.0, January 2004
3-
https://www.apache.org/licenses/
4+
http://www.apache.org/licenses/
45

56
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
67

@@ -175,16 +176,27 @@
175176

176177
END OF TERMS AND CONDITIONS
177178

179+
APPENDIX: How to apply the Apache License to your work.
180+
181+
To apply the Apache License to your work, attach the following
182+
boilerplate notice, with the fields enclosed by brackets "[]"
183+
replaced with your own identifying information. (Don't include
184+
the brackets!) The text should be enclosed in the appropriate
185+
comment syntax for the file format. We also recommend that a
186+
file or class name and description of purpose be included on the
187+
same "printed page" as the copyright notice for easier
188+
identification within third-party archives.
189+
178190
Copyright 2019 Simon Leier
179191

180192
Licensed under the Apache License, Version 2.0 (the "License");
181193
you may not use this file except in compliance with the License.
182194
You may obtain a copy of the License at
183195

184-
https://www.apache.org/licenses/LICENSE-2.0
196+
http://www.apache.org/licenses/LICENSE-2.0
185197

186198
Unless required by applicable law or agreed to in writing, software
187199
distributed under the License is distributed on an "AS IS" BASIS,
188200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189201
See the License for the specific language governing permissions and
190-
limitations under the License.
202+
limitations under the License.

0 commit comments

Comments
 (0)