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
pull/2125/head
REJack 2019-06-06 11:32:52 +02:00
parent b2e020413d
commit 7dda778f61
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
10 changed files with 53 additions and 45 deletions

View File

@ -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'

View File

@ -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.

View File

@ -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";

11
dist/css/AdminLTE.css vendored
View File

@ -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

View File

@ -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

7
dist/js/adminlte.js vendored
View File

@ -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

View File

@ -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": {