mirror of https://github.com/ColorlibHQ/AdminLTE
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 filespull/2125/head
parent
b2e020413d
commit
7dda778f61
|
@ -132,9 +132,8 @@ module.exports = function (grunt) { // jshint ignore:line
|
||||||
+ '* should be included in all pages. It controls some layout\n'
|
+ '* should be included in all pages. It controls some layout\n'
|
||||||
+ '* options and implements exclusive AdminLTE plugins.\n'
|
+ '* options and implements exclusive AdminLTE plugins.\n'
|
||||||
+ '*\n'
|
+ '*\n'
|
||||||
+ '* @Author Almsaeed Studio\n'
|
+ '* @author Colorlib\n'
|
||||||
+ '* @Support <https://www.almsaeedstudio.com>\n'
|
+ '* @support <https://github.com/ColorlibHQ/AdminLTE/issues>\n'
|
||||||
+ '* @Email <abdullah@almsaeedstudio.com>\n'
|
|
||||||
+ '* @version <%= pkg.version %>\n'
|
+ '* @version <%= pkg.version %>\n'
|
||||||
+ '* @repository <%= pkg.repository.url %>\n'
|
+ '* @repository <%= pkg.repository.url %>\n'
|
||||||
+ '* @license MIT <http://opensource.org/licenses/MIT>\n'
|
+ '* @license MIT <http://opensource.org/licenses/MIT>\n'
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v2.4.0 Without Third-Party Plugins
|
* AdminLTE v2.4.11
|
||||||
* Author: Almsaeed Studio
|
* Without Third-Party Plugins
|
||||||
* Website: Almsaeed Studio <https://adminlte.io>
|
*
|
||||||
* License: Open source - MIT
|
* Author: Colorlib
|
||||||
* Please visit http://opensource.org/licenses/MIT for more information
|
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
|
||||||
!*/
|
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
|
||||||
|
* License: MIT <http://opensource.org/licenses/MIT>
|
||||||
|
*/
|
||||||
|
|
||||||
//Bootstrap Variables & Mixins
|
//Bootstrap Variables & Mixins
|
||||||
//The core bootstrap code have not been modified. These files
|
//The core bootstrap code have not been modified. These files
|
||||||
//are included only for reference.
|
//are included only for reference.
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v2.4.8
|
* AdminLTE v2.4.11
|
||||||
* Author: Almsaeed Studio
|
*
|
||||||
* Website: Almsaeed Studio <https://adminlte.io>
|
* Author: Colorlib
|
||||||
* License: Open source - MIT
|
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
|
||||||
* Please visit http://opensource.org/licenses/MIT for more information
|
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
|
||||||
|
* License: MIT <http://opensource.org/licenses/MIT>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Bootstrap
|
// Bootstrap
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
@import (reference) "../bootstrap-less/mixins";
|
@import (reference) "../bootstrap-less/mixins";
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v2.4.8
|
* AdminLTE v2.4.11
|
||||||
* Author: Almsaeed Studio
|
*
|
||||||
* Website: Almsaeed Studio <https://adminlte.io>
|
* Author: Colorlib
|
||||||
* License: Open source - MIT
|
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
|
||||||
* Please visit http://opensource.org/licenses/MIT for more information
|
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
|
||||||
|
* License: MIT <http://opensource.org/licenses/MIT>
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Core: General Layout Style
|
* Core: General Layout Style
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,12 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v2.4.0 Without Third-Party Plugins
|
* AdminLTE v2.4.11
|
||||||
* Author: Almsaeed Studio
|
* Without Third-Party Plugins
|
||||||
* Website: Almsaeed Studio <https://adminlte.io>
|
*
|
||||||
* License: Open source - MIT
|
* Author: Colorlib
|
||||||
* Please visit http://opensource.org/licenses/MIT for more information
|
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
|
||||||
!*/
|
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
|
||||||
|
* License: MIT <http://opensource.org/licenses/MIT>
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
* Core: General Layout Style
|
* Core: General Layout Style
|
||||||
* -------------------------
|
* -------------------------
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,11 +4,10 @@
|
||||||
* should be included in all pages. It controls some layout
|
* should be included in all pages. It controls some layout
|
||||||
* options and implements exclusive AdminLTE plugins.
|
* options and implements exclusive AdminLTE plugins.
|
||||||
*
|
*
|
||||||
* @Author Almsaeed Studio
|
* @author Colorlib
|
||||||
* @Support <https://www.almsaeedstudio.com>
|
* @support <https://github.com/ColorlibHQ/AdminLTE/issues>
|
||||||
* @Email <abdullah@almsaeedstudio.com>
|
|
||||||
* @version 2.4.11
|
* @version 2.4.11
|
||||||
* @repository git://github.com/almasaeed2010/AdminLTE.git
|
* @repository git://github.com/ColorlibHQ/AdminLTE.git
|
||||||
* @license MIT <http://opensource.org/licenses/MIT>
|
* @license MIT <http://opensource.org/licenses/MIT>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
"main": "dist/js/adminlte.min.js",
|
"main": "dist/js/adminlte.min.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/almasaeed2010/AdminLTE.git"
|
"url": "git://github.com/ColorlibHQ/AdminLTE.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in New Issue