Skip to content

Commit 7dda778

Browse files
committed
updated copyright in css & js files
- updated repository url in package.json - updated copyright infos for js in Gruntfile.js - updated copyright infos for css in AdminLTE.less & AdminLTE-without-plugins.less - rebuild dist files
1 parent b2e0204 commit 7dda778

File tree

10 files changed

+53
-45
lines changed

10 files changed

+53
-45
lines changed

Gruntfile.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,8 @@ module.exports = function (grunt) { // jshint ignore:line
132132
+ '* should be included in all pages. It controls some layout\n'
133133
+ '* options and implements exclusive AdminLTE plugins.\n'
134134
+ '*\n'
135-
+ '* @Author Almsaeed Studio\n'
136-
+ '* @Support <https://www.almsaeedstudio.com>\n'
137-
+ '* @Email <abdullah@almsaeedstudio.com>\n'
135+
+ '* @author Colorlib\n'
136+
+ '* @support <https://github.com/ColorlibHQ/AdminLTE/issues>\n'
138137
+ '* @version <%= pkg.version %>\n'
139138
+ '* @repository <%= pkg.repository.url %>\n'
140139
+ '* @license MIT <http://opensource.org/licenses/MIT>\n'

build/less/AdminLTE-without-plugins.less

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
/*!
2-
* AdminLTE v2.4.0 Without Third-Party Plugins
3-
* Author: Almsaeed Studio
4-
* Website: Almsaeed Studio <https://adminlte.io>
5-
* License: Open source - MIT
6-
* Please visit http://opensource.org/licenses/MIT for more information
7-
!*/
2+
* AdminLTE v2.4.11
3+
* Without Third-Party Plugins
4+
*
5+
* Author: Colorlib
6+
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
7+
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
8+
* License: MIT <http://opensource.org/licenses/MIT>
9+
*/
10+
811
//Bootstrap Variables & Mixins
912
//The core bootstrap code have not been modified. These files
1013
//are included only for reference.

build/less/AdminLTE.less

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/*!
2-
* AdminLTE v2.4.8
3-
* Author: Almsaeed Studio
4-
* Website: Almsaeed Studio <https://adminlte.io>
5-
* License: Open source - MIT
6-
* Please visit http://opensource.org/licenses/MIT for more information
2+
* AdminLTE v2.4.11
3+
*
4+
* Author: Colorlib
5+
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
6+
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
7+
* License: MIT <http://opensource.org/licenses/MIT>
78
*/
9+
810
// Bootstrap
911
//--------------------------------------------------------
1012
@import (reference) "../bootstrap-less/mixins";

dist/css/AdminLTE.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*!
2-
* AdminLTE v2.4.8
3-
* Author: Almsaeed Studio
4-
* Website: Almsaeed Studio <https://adminlte.io>
5-
* License: Open source - MIT
6-
* Please visit http://opensource.org/licenses/MIT for more information
2+
* AdminLTE v2.4.11
3+
*
4+
* Author: Colorlib
5+
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
6+
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
7+
* License: MIT <http://opensource.org/licenses/MIT>
78
*/
89
/*
910
* Core: General Layout Style

dist/css/AdminLTE.min.css

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alt/AdminLTE-without-plugins.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/*!
2-
* AdminLTE v2.4.0 Without Third-Party Plugins
3-
* Author: Almsaeed Studio
4-
* Website: Almsaeed Studio <https://adminlte.io>
5-
* License: Open source - MIT
6-
* Please visit http://opensource.org/licenses/MIT for more information
7-
!*/
2+
* AdminLTE v2.4.11
3+
* Without Third-Party Plugins
4+
*
5+
* Author: Colorlib
6+
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
7+
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
8+
* License: MIT <http://opensource.org/licenses/MIT>
9+
*/
810
/*
911
* Core: General Layout Style
1012
* -------------------------

dist/css/alt/AdminLTE-without-plugins.min.css

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/adminlte.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
* should be included in all pages. It controls some layout
55
* options and implements exclusive AdminLTE plugins.
66
*
7-
* @Author Almsaeed Studio
8-
* @Support <https://www.almsaeedstudio.com>
9-
* @Email <abdullah@almsaeedstudio.com>
7+
* @author Colorlib
8+
* @support <https://github.com/ColorlibHQ/AdminLTE/issues>
109
* @version 2.4.11
11-
* @repository git://github.com/almasaeed2010/AdminLTE.git
10+
* @repository git://github.com/ColorlibHQ/AdminLTE.git
1211
* @license MIT <http://opensource.org/licenses/MIT>
1312
*/
1413

dist/js/adminlte.min.js

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/js/adminlte.min.js",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/almasaeed2010/AdminLTE.git"
7+
"url": "git://github.com/ColorlibHQ/AdminLTE.git"
88
},
99
"license": "MIT",
1010
"devDependencies": {

0 commit comments

Comments
 (0)