From c88cd1cd95dc4bef63697124f795fe7e60308a99 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 17 Oct 2013 11:33:04 -0700 Subject: add explicit copyright header to docs CSS & JS files; fixes #11112 --- docs-assets/js/application.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs-assets/js/application.js') diff --git a/docs-assets/js/application.js b/docs-assets/js/application.js index 44b2e12ad..7348d2a78 100644 --- a/docs-assets/js/application.js +++ b/docs-assets/js/application.js @@ -1,6 +1,13 @@ // NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT // IT'S ALL JUST JUNK FOR OUR DOCS! // ++++++++++++++++++++++++++++++++++++++++++ +/*! + * Copyright 2013 Twitter, Inc. + * This work is licensed under the Creative Commons Attribution 3.0 Unported License. + * You should have received a copy of this license along with this work. + * If not, visit http://creativecommons.org/licenses/by/3.0/ . + */ + !function ($) { -- cgit v1.2.3 From 1f33dc8033b2b8245df98a79ebe8800c6c0b992e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Oct 2013 14:11:40 -0700 Subject: even shorter banner; remove space between slash and period --- docs-assets/js/application.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs-assets/js/application.js') diff --git a/docs-assets/js/application.js b/docs-assets/js/application.js index 7348d2a78..72d4cd16b 100644 --- a/docs-assets/js/application.js +++ b/docs-assets/js/application.js @@ -1,11 +1,12 @@ // NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT // IT'S ALL JUST JUNK FOR OUR DOCS! // ++++++++++++++++++++++++++++++++++++++++++ + /*! * Copyright 2013 Twitter, Inc. - * This work is licensed under the Creative Commons Attribution 3.0 Unported License. - * You should have received a copy of this license along with this work. - * If not, visit http://creativecommons.org/licenses/by/3.0/ . + * + * Licensed under the Creative Commons Attribution 3.0 Unported License. For + * details, see http://creativecommons.org/licenses/by/3.0/. */ -- cgit v1.2.3