Skip to content

Commit

Permalink
Splitting out license
Browse files Browse the repository at this point in the history
  • Loading branch information
gautema committed Jul 17, 2019
1 parent a5fcab6 commit 15b9f9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CQRSlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>CqrsLite</id>
<version>0.29.0</version>
<authors>Gaute Magnussen</authors>
<licenseUrl>https://raw.githubusercontent.com/gautema/CQRSlite/master/README.md</licenseUrl>
<license type="file">license.md</license>
<projectUrl>https://github.com/gautema/cqrslite</projectUrl>
<iconUrl>https://raw.githubusercontent.com/gautema/gautema_logo/master/gautema_logo64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
14 changes: 14 additions & 0 deletions license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## License
Copyright 2019 Gaute Magnussen

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.

0 comments on commit 15b9f9a

Please sign in to comment.