This commit is contained in:
Chris Rebert 2016-07-23 16:31:53 -07:00 коммит произвёл GitHub
Родитель 4d65f5ddb1
Коммит c0a165a28b
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,7 +1,7 @@
/*! /*!
* Bootlint's Gruntfile * Bootlint's Gruntfile
* https://github.com/twbs/bootlint * https://github.com/twbs/bootlint
* Copyright 2014-2015 Christopher Rebert * Copyright 2014-2016 The Bootlint Authors
* Portions Copyright 2013-2014 Twitter, Inc. * Portions Copyright 2013-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootlint/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootlint/blob/master/LICENSE)
*/ */
@ -28,7 +28,7 @@ module.exports = function (grunt) {
banner: ( banner: (
"/*!\n * Bootlint v<%= pkg.version %> (<%= pkg.homepage %>)\n" + "/*!\n * Bootlint v<%= pkg.version %> (<%= pkg.homepage %>)\n" +
" * <%= pkg.description %>\n" + " * <%= pkg.description %>\n" +
" * Copyright (c) 2014-2016 Christopher Rebert\n" + " * Copyright (c) 2014-2016 The Bootlint Authors\n" +
" * Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE).\n" + " * Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE).\n" +
" */\n" " */\n"
), ),

Просмотреть файл

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2014-2016 Christopher Rebert Copyright (c) 2014-2016 The Bootlint Authors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -219,4 +219,4 @@ See the [GitHub Releases page](https://github.com/twbs/bootlint/releases) for de
## License ## License
Copyright (c) 2014-2016 Christopher Rebert. Licensed under the MIT License. Copyright (c) 2014-2016 The Bootlint Authors. Licensed under the MIT License.

Просмотреть файл

@ -1,7 +1,7 @@
/*! /*!
* Bootlint - an HTML linter for Bootstrap projects * Bootlint - an HTML linter for Bootstrap projects
* https://github.com/twbs/bootlint * https://github.com/twbs/bootlint
* Copyright (c) 2014-2016 Christopher Rebert * Copyright (c) 2014-2016 The Bootlint Authors
* Licensed under the MIT License. * Licensed under the MIT License.
*/ */