File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ Apache License
186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright {yyyy} {name of copyright owner}
189+ Copyright 2014 Nikita "ZitRo" Savchenko
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -11,9 +11,12 @@ var gulp = require("gulp"),
1111 pkg = require ( "./package.json" ) ;
1212
1313var banner = [
14- "/** <%= pkg.name %>: <%= pkg.description %>" ,
14+ "/** <%= pkg.name %>" ,
15+ " ** <%= pkg.description %>" ,
1516 " ** @author <%= pkg.author %>" ,
1617 " ** @version <%= pkg.version %>" ,
18+ " ** @license Apache 2.0" ,
19+ " ** @see https://github.com/ZitRos/LightPivotTable" ,
1720 " **/" ,
1821 ""
1922] . join ( "\n" ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " LightPivotTable" ,
33 "author" : " ZitRo" ,
4- "version" : " 0.9.0 " ,
4+ "version" : " 1.0.0-beta " ,
55 "description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
66 "main" : " test/testServer.js" ,
77 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ Also anytime you can build project and then check <code>build/example/index.html
9898
9999Run <code >gulp</code > command and then check <code >build/example/index.html</code >.
100100
101- ![ Light pivot table] ( https://cloud.githubusercontent.com/assets/4989256/5239656/500bc7ea-78f2 -11e4-99ec-6204ec0de90c .png )
101+ ![ Light pivot table] ( https://cloud.githubusercontent.com/assets/4989256/5570072/4c3a161e-8f84 -11e4-929b-6577728df6ba .png )
You can’t perform that action at this time.
0 commit comments