Skip to content

Commit 011a0f4

Browse files
cal-smithGitHub Enterprise
authored andcommitted
Merge pull request #2 from callums/master
update license
2 parents 32953d5 + 63cefc6 commit 011a0f4

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

gulpfile.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@ const licenseTemplate = `/*!
3434
*
3535
* Neutrino v@PACKAGE_VERSION@ | @FILE_NAME@
3636
*
37-
* Licensed Materials - Property of IBM
37+
* Copyright 2014, @THIS_YEAR@ IBM
3838
*
39-
* © Copyright IBM Corporation 2014, @THIS_YEAR@
40-
* U.S. Government Users Restricted Rights: Use, duplication or disclosure
41-
* restricted by GSA ADP Schedule Contract with IBM Corp.
39+
* Licensed under the Apache License, Version 2.0 (the "License");
40+
* you may not use this file except in compliance with the License.
41+
* You may obtain a copy of the License at
4242
*
43+
* http://www.apache.org/licenses/LICENSE-2.0
44+
45+
* Unless required by applicable law or agreed to in writing, software
46+
* distributed under the License is distributed on an "AS IS" BASIS,
47+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
48+
* See the License for the specific language governing permissions and
49+
* limitations under the License.
4350
*/
4451
\n
4552
`;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"url": "[email protected]:peretz/next.git"
2727
},
28-
"license": "SEE LICENSE IN LICENSE",
28+
"license": "Apache-2",
2929
"author": "IBM",
3030
"peerDependencies": {
3131
"@angular/animations": "^6.1.0",

0 commit comments

Comments
 (0)