[Pkg-javascript-commits] [less.js] 02/50: Remove trailing spaces from the license header.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v1.7.1
in repository less.js.
commit dfbf04ac12f3c1bd2f0b1bdd6c4d5182ebf6b692
Author: XhmikosR <xhmikosr at users.sourceforge.net>
Date: Sat Mar 1 19:38:44 2014 +0200
Remove trailing spaces from the license header.
---
Gruntfile.js | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index 27b4b91..9b4e314 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -15,17 +15,17 @@ module.exports = function(grunt) {
license: '<%= _.pluck(pkg.licenses, "type").join(", ") %>',
copyright: 'Copyright (c) 2009-<%= grunt.template.today("yyyy") %>',
banner:
- '/*! \n' +
- ' * Less - <%= pkg.description %> v<%= pkg.version %> \n' +
- ' * http://lesscss.org \n' +
- ' * \n' +
- ' * <%= meta.copyright %>, <%= pkg.author.name %> <<%= pkg.author.email %>> \n' +
- ' * Licensed under the <%= meta.license %> License. \n' +
- ' * \n' +
- ' */ \n\n' +
+ '/*!\n' +
+ ' * Less - <%= pkg.description %> v<%= pkg.version %>\n' +
+ ' * http://lesscss.org\n' +
+ ' *\n' +
+ ' * <%= meta.copyright %>, <%= pkg.author.name %> <<%= pkg.author.email %>>\n' +
+ ' * Licensed under the <%= meta.license %> License.\n' +
+ ' *\n' +
+ ' */\n\n' +
' /**' +
' * @license <%= meta.license %>\n' +
- ' */ \n\n'
+ ' */\n\n'
},
shell: {
@@ -254,7 +254,7 @@ module.exports = function(grunt) {
'concat:rhino',
'concat:rhinolessc'
]);
-
+
// Run all browser tests
grunt.registerTask('browsertest', [
'browser',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list