Skip to content

Commit

Permalink
Copyright updates. Flesh out package.json for publishing to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed May 7, 2015
1 parent f2f6729 commit 57fe131
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 29 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Now you are ready to build knockout-kendo, by calling `grunt`.
## Source Code and Downloads

Download the plugin from here or grab the latest build from the source. Reference knockout-kendo.min.js after the scripts for Knockout and Kendo UI (requires jQuery).

<script src="js/jquery.min.js"></script>
<script src="js/kendo.all.min.js"></script>
<script src="js/knockout-3.2.0.js"></script>
Expand Down Expand Up @@ -61,7 +61,7 @@ For change logs and release notes, see the [releases section](https://github.com

This project has been released under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), the text of which is included below. This license applies ONLY to the project-specific source of each repository and does not extend to Kendo UI itself, or any other 3rd party libraries used in a repository. For licensing information about Kendo UI, see the [License Agreements page](https://www.kendoui.com/purchase/license-agreement.aspx) at [KendoUI.com](http://www.kendoui.com).

> Copyright © 2014 Telerik
> Copyright © 2015 Telerik
> Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-kendo",
"version": "0.9.3",
"version": "0.9.4",
"main": "build/knockout-kendo.min.js",
"dependencies": {
"knockout": ">= 2.0"
Expand All @@ -14,4 +14,4 @@
"package.json",
".gitignore"
]
}
}
16 changes: 8 additions & 8 deletions build/knockout-kendo.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
* knockout-kendo 0.9.3
* Copyright © 2013 Ryan Niemeyer & Telerik
* knockout-kendo 0.9.4
* Copyright © 2015 Ryan Niemeyer & Telerik
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
* 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.
*/
;(function(factory) {
Expand Down
18 changes: 9 additions & 9 deletions build/knockout-kendo.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions header.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/*
* knockout-kendo <%= pkg.version %>
* Copyright © 2013 Ryan Niemeyer & Telerik
* Copyright © 2015 Ryan Niemeyer & Telerik
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* 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
* 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.
*/
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "knockout-kendo",
"version": "0.9.3",
"version": "0.9.4",
"homepage": "http://kendo-labs.github.com/knockout-kendo/",
"author": "Ryan Niemeyer",
"repository": {
"type": "git",
"url": "git://github.com/kendo-labs/knockout-kendo.git"
},
"main": "./build/knockout-kendo.min.js",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "0.x.x",
Expand Down

0 comments on commit 57fe131

Please sign in to comment.