From a0bf5bf710e98f86a49fc0c293232250f6c40ee1 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Thu, 1 Jan 2015 19:34:48 +0000 Subject: [PATCH] Build: Remove dates from copyright notice Closes gh-1983 (cherry picked from commit 66e1b6b8d49812239b5712d65922ff94c60f7b02) Conflicts: Gruntfile.js --- Gruntfile.js | 3 +-- LICENSE.txt | 3 +-- src/intro.js | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d8dc055d8..0192cb027 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -136,8 +136,7 @@ module.exports = function( grunt ) { "ascii_only": true }, banner: "/*! jQuery Compat v<%= pkg.version %> | " + - "(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " + - "jquery.org/license */", + "(c) jQuery Foundation | jquery.org/license */", compress: { "hoist_funs": false, loops: false, diff --git a/LICENSE.txt b/LICENSE.txt index 5bf4f5e68..5312a4c86 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,4 @@ -Copyright 2005, 2014 jQuery Foundation and other contributors, -https://jquery.org/ +Copyright jQuery Foundation and other contributors, https://jquery.org/ This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history diff --git a/src/intro.js b/src/intro.js index 34f918311..99f5dc973 100644 --- a/src/intro.js +++ b/src/intro.js @@ -5,7 +5,7 @@ * Includes Sizzle.js * http://sizzlejs.com/ * - * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors + * Copyright jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * -- 2.39.5