Permalink
Browse files

Build: Remove dates from copyright notice

Closes #247
  • Loading branch information...
1 parent 6ae5a1e commit b5bd2254e49345184b7043595af019db23e54827 @agcolom agcolom committed with rxaviers Dec 22, 2014
Showing with 8 additions and 9 deletions.
  1. +1 −2 LICENSE.txt
  2. +1 −1 app/src/download.js
  3. +1 −1 app/src/hash.js
  4. +1 −1 app/src/model.js
  5. +1 −1 app/src/querystring.js
  6. +1 −1 app/src/themeroller.js
  7. +1 −1 template/zip/banner.min
  8. +1 −1 test/banner.js
View
@@ -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
View
@@ -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
*/
View
@@ -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
*/
View
@@ -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
*/
View
@@ -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
*/
View
@@ -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
*/
View
@@ -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}} */
View
@@ -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

Please sign in to comment.