Permalink
Browse files
Build: Remove dates from copyright notice
- Loading branch information...
|
|
@@ -1,5 +1,4 @@ |
|
|
-Copyright 2012, 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
|
|
|
|
|
|
@@ -4,7 +4,7 @@ |
|
|
* jQuery UI DownloadBuilder client-side JavaScript file
|
|
|
* http://jqueryui.com/download/
|
|
|
*
|
|
|
- * Copyright 2012 jQuery Foundation and other contributors
|
|
|
+ * Copyright jQuery Foundation and other contributors
|
|
|
* Released under the MIT license.
|
|
|
* http://jquery.org/license
|
|
|
*/
|
|
|
|
|
|
@@ -3,7 +3,7 @@ |
|
|
/*!
|
|
|
* jQuery UI helper JavaScript file for History and hash support
|
|
|
*
|
|
|
- * Copyright 2012 jQuery Foundation and other contributors
|
|
|
+ * Copyright jQuery Foundation and other contributors
|
|
|
* Released under the MIT license.
|
|
|
* http://jquery.org/license
|
|
|
*/
|
|
|
|
|
|
@@ -4,7 +4,7 @@ |
|
|
* jQuery UI helper JavaScript file for DownloadBuilder and ThemeRoller models
|
|
|
* http://jqueryui.com/download/
|
|
|
*
|
|
|
- * Copyright 2012 jQuery Foundation and other contributors
|
|
|
+ * Copyright jQuery Foundation and other contributors
|
|
|
* Released under the MIT license.
|
|
|
* http://jquery.org/license
|
|
|
*/
|
|
|
|
|
|
@@ -3,7 +3,7 @@ |
|
|
/*!
|
|
|
* jQuery UI helper JavaScript file for QueryString support
|
|
|
*
|
|
|
- * Copyright 2012 jQuery Foundation and other contributors
|
|
|
+ * Copyright jQuery Foundation and other contributors
|
|
|
* Released under the MIT license.
|
|
|
* http://jquery.org/license
|
|
|
*/
|
|
|
|
|
|
@@ -4,7 +4,7 @@ |
|
|
* jQuery UI ThemeRoller client-side JavaScript file
|
|
|
* http://jqueryui.com/themeroller/
|
|
|
*
|
|
|
- * Copyright 2012 jQuery Foundation and other contributors
|
|
|
+ * Copyright jQuery Foundation and other contributors
|
|
|
* Released under the MIT license.
|
|
|
* http://jquery.org/license
|
|
|
*/
|
|
|
|
|
|
@@ -2,5 +2,5 @@ |
|
|
* {{homepage}}{{#if fileNames}}
|
|
|
* Includes: {{fileNames}}{{/if}}{{#if customThemeUrl}}
|
|
|
* To view and modify this theme, visit http://jqueryui.com{{{customThemeUrl}}}{{/if}}
|
|
|
-* Copyright {{year}} {{authorName}}; Licensed {{licenses}} */
|
|
|
+* Copyright {{authorName}}; Licensed {{licenses}} */
|
|
|
|
|
|
@@ -25,7 +25,7 @@ var pkg = { |
|
|
output = "/*! jQuery UI - v1.9.0 - " + today( "isoDate" ) + "\n" +
|
|
|
"* http://jqueryui.com\n" +
|
|
|
"* Includes: jquery.ui.autocomplete.js, jquery.ui.accordion.js\n" +
|
|
|
- "* Copyright " + today( "yyyy" ) + " authors.txt; Licensed MIT, GPL */\n\n";
|
|
|
+ "* Copyright authors.txt; Licensed MIT, GPL */\n\n";
|
|
|
|
|
|
module.exports = {
|
|
|
"test: case 1": function( test ) {
|
|
|
|
0 comments on commit
b5bd225