From 80447996fd641719003385456513b89aa98ccdb8 Mon Sep 17 00:00:00 2001 From: Drew Folta Date: Mon, 17 Jun 2013 10:19:51 -0700 Subject: [PATCH] license refresh --- LICENSE.txt | 26 +++++++++---------- lib/bundle.js | 4 +-- lib/bundleLocator.js | 4 +-- lib/rulesets.js | 4 +-- .../mojito-newsboxes/expected-locator.js | 7 +++++ .../mojito-newsboxes/middleware/debug.js | 7 +++++ .../mojito-newsboxes/models/flickr.common.js | 6 ++++- .../mojits/Shelf/controller.common.js | 7 ++--- .../mojits/Shelf/tests/controller.common.js | 6 ++--- .../mojits/Shelf/views/index.js | 6 ++--- .../mojits/Weather/controller.common.js | 6 ++--- .../Weather/models/YqlWeatherModel.common.js | 6 ++--- .../mojito-newsboxes/node_modules/foo/foo.js | 7 +++++ .../mojits/Read/controller.common.js | 7 ++--- .../mojits/Read/models/rss.common.js | 7 ++--- .../mojits/Read/tests/controller.common.js | 6 ++--- .../mojits/Read/tests/rss.common.js | 6 ++--- .../mojits/Read/views/index.js | 6 ++--- .../app/middleware/modown-contextualizer.js | 6 ++--- .../node_modules/modown/rulesets.js | 4 +-- tests/fixtures/mojito-newsboxes/server.js | 7 +++++ .../rulesets/node_modules/fw/rules-fw.js | 4 +-- .../pkg-dep/node_modules/dep/rules-dep.js | 4 +-- .../node_modules/pkg-local/rules-local.js | 4 +-- tests/fixtures/rulesets/rules-app.js | 4 +-- tests/fixtures/touchdown-simple/app.js | 8 ++++++ .../touchdown-simple/configs/routes.js | 7 +++++ .../touchdown-simple/controllers/player.js | 8 ++++++ .../controllers/teamManager.js | 7 +++++ .../controllers/teamManager.smartphone.js | 7 +++++ .../touchdown-simple/expected-locator.js | 7 +++++ .../touchdown-simple/models/player.js | 7 +++++ .../touchdown-simple/models/roster.js | 8 ++++++ .../node_modules/roster/controllers/roster.js | 7 +++++ .../node_modules/roster/views/roster.js | 8 ++++++ .../touchdown-simple/rulesets-touchdown.js | 4 +-- tests/fixtures/touchdown-simple/test/foo.js | 7 +++++ tests/fixtures/touchdown-simple/tests/foo.js | 7 +++++ tests/lib/index.js | 4 +-- 39 files changed, 190 insertions(+), 67 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index e3d64fc..0644aa4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ -Copyright (c) 2013, Yahoo! Inc. All rights reserved. +Copyright 2013 Yahoo! Inc. All rights reserved. -Redistribution and use of this software in source and binary forms, -with or without modification, are permitted provided that the following +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above @@ -18,15 +18,15 @@ conditions are met: derived from this software without specific prior written permission of Yahoo! Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/lib/bundle.js b/lib/bundle.js index 529e48b..1b069d1 100644 --- a/lib/bundle.js +++ b/lib/bundle.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/lib/bundleLocator.js b/lib/bundleLocator.js index 4bd3a0d..b701e85 100644 --- a/lib/bundleLocator.js +++ b/lib/bundleLocator.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/lib/rulesets.js b/lib/rulesets.js index 76ad5f2..e0c882f 100644 --- a/lib/rulesets.js +++ b/lib/rulesets.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/expected-locator.js b/tests/fixtures/mojito-newsboxes/expected-locator.js index 9530bc2..151c0da 100644 --- a/tests/fixtures/mojito-newsboxes/expected-locator.js +++ b/tests/fixtures/mojito-newsboxes/expected-locator.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + /*jslint nomen:true, white:true, node:true */ module.exports = { options: { diff --git a/tests/fixtures/mojito-newsboxes/middleware/debug.js b/tests/fixtures/mojito-newsboxes/middleware/debug.js index 44cd0b6..ea32659 100644 --- a/tests/fixtures/mojito-newsboxes/middleware/debug.js +++ b/tests/fixtures/mojito-newsboxes/middleware/debug.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + /*jslint node:true, indent: 4, regexp: true */ module.exports = function (req, res, next) { diff --git a/tests/fixtures/mojito-newsboxes/models/flickr.common.js b/tests/fixtures/mojito-newsboxes/models/flickr.common.js index 90034d4..44ae834 100644 --- a/tests/fixtures/mojito-newsboxes/models/flickr.common.js +++ b/tests/fixtures/mojito-newsboxes/models/flickr.common.js @@ -1,6 +1,10 @@ /* - * Copyright (c) 2013 Yahoo! Inc. All rights reserved. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ + + /*jslint nomen:true, white:true, node:true */ /*globals YUI */ YUI.add('ModelFlickr', function (Y) { diff --git a/tests/fixtures/mojito-newsboxes/mojits/Shelf/controller.common.js b/tests/fixtures/mojito-newsboxes/mojits/Shelf/controller.common.js index 451a385..1c98e60 100644 --- a/tests/fixtures/mojito-newsboxes/mojits/Shelf/controller.common.js +++ b/tests/fixtures/mojito-newsboxes/mojits/Shelf/controller.common.js @@ -1,9 +1,10 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ + /*global YUI*/ diff --git a/tests/fixtures/mojito-newsboxes/mojits/Shelf/tests/controller.common.js b/tests/fixtures/mojito-newsboxes/mojits/Shelf/tests/controller.common.js index 6d7f43c..46e4c27 100644 --- a/tests/fixtures/mojito-newsboxes/mojits/Shelf/tests/controller.common.js +++ b/tests/fixtures/mojito-newsboxes/mojits/Shelf/tests/controller.common.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/mojits/Shelf/views/index.js b/tests/fixtures/mojito-newsboxes/mojits/Shelf/views/index.js index a98ed46..62311b3 100644 --- a/tests/fixtures/mojito-newsboxes/mojits/Shelf/views/index.js +++ b/tests/fixtures/mojito-newsboxes/mojits/Shelf/views/index.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/mojits/Weather/controller.common.js b/tests/fixtures/mojito-newsboxes/mojits/Weather/controller.common.js index f16c410..4eafc95 100644 --- a/tests/fixtures/mojito-newsboxes/mojits/Weather/controller.common.js +++ b/tests/fixtures/mojito-newsboxes/mojits/Weather/controller.common.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/mojits/Weather/models/YqlWeatherModel.common.js b/tests/fixtures/mojito-newsboxes/mojits/Weather/models/YqlWeatherModel.common.js index 7a3df5f..8bcd04f 100644 --- a/tests/fixtures/mojito-newsboxes/mojits/Weather/models/YqlWeatherModel.common.js +++ b/tests/fixtures/mojito-newsboxes/mojits/Weather/models/YqlWeatherModel.common.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/node_modules/foo/foo.js b/tests/fixtures/mojito-newsboxes/node_modules/foo/foo.js index 32bac3a..45590dc 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/foo/foo.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/foo/foo.js @@ -1,2 +1,9 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + // just a random library // shouldn't be picked up by locator diff --git a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/controller.common.js b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/controller.common.js index 5603416..b92af08 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/controller.common.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/controller.common.js @@ -1,9 +1,10 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ + /*jslint anon:true*/ /*global YUI*/ diff --git a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/models/rss.common.js b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/models/rss.common.js index b33d296..1be418c 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/models/rss.common.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/models/rss.common.js @@ -1,9 +1,10 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ + /*global YUI*/ diff --git a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/controller.common.js b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/controller.common.js index 7c417d6..6b7ca34 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/controller.common.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/controller.common.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/rss.common.js b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/rss.common.js index 781e4b1..6dd29a1 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/rss.common.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/tests/rss.common.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/views/index.js b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/views/index.js index dc719dc..bdc68fa 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/views/index.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/modown-lib-read/mojits/Read/views/index.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/node_modules/modown/lib/app/middleware/modown-contextualizer.js b/tests/fixtures/mojito-newsboxes/node_modules/modown/lib/app/middleware/modown-contextualizer.js index b287860..0f6e46e 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/modown/lib/app/middleware/modown-contextualizer.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/modown/lib/app/middleware/modown-contextualizer.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. - * See the accompanying LICENSE file for terms. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/node_modules/modown/rulesets.js b/tests/fixtures/mojito-newsboxes/node_modules/modown/rulesets.js index ff64b26..1e72a7e 100644 --- a/tests/fixtures/mojito-newsboxes/node_modules/modown/rulesets.js +++ b/tests/fixtures/mojito-newsboxes/node_modules/modown/rulesets.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/mojito-newsboxes/server.js b/tests/fixtures/mojito-newsboxes/server.js index 70b786d..86270df 100644 --- a/tests/fixtures/mojito-newsboxes/server.js +++ b/tests/fixtures/mojito-newsboxes/server.js @@ -1 +1,8 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + // TODO diff --git a/tests/fixtures/rulesets/node_modules/fw/rules-fw.js b/tests/fixtures/rulesets/node_modules/fw/rules-fw.js index 8d09320..bcb74e5 100644 --- a/tests/fixtures/rulesets/node_modules/fw/rules-fw.js +++ b/tests/fixtures/rulesets/node_modules/fw/rules-fw.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/rulesets/node_modules/pkg-dep/node_modules/dep/rules-dep.js b/tests/fixtures/rulesets/node_modules/pkg-dep/node_modules/dep/rules-dep.js index ad0858d..ec6a07d 100644 --- a/tests/fixtures/rulesets/node_modules/pkg-dep/node_modules/dep/rules-dep.js +++ b/tests/fixtures/rulesets/node_modules/pkg-dep/node_modules/dep/rules-dep.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/rulesets/node_modules/pkg-local/rules-local.js b/tests/fixtures/rulesets/node_modules/pkg-local/rules-local.js index 625c03d..6a9170a 100644 --- a/tests/fixtures/rulesets/node_modules/pkg-local/rules-local.js +++ b/tests/fixtures/rulesets/node_modules/pkg-local/rules-local.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/rulesets/rules-app.js b/tests/fixtures/rulesets/rules-app.js index f0cedfb..c87ada5 100644 --- a/tests/fixtures/rulesets/rules-app.js +++ b/tests/fixtures/rulesets/rules-app.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/touchdown-simple/app.js b/tests/fixtures/touchdown-simple/app.js index e69de29..52c26f2 100644 --- a/tests/fixtures/touchdown-simple/app.js +++ b/tests/fixtures/touchdown-simple/app.js @@ -0,0 +1,8 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + + diff --git a/tests/fixtures/touchdown-simple/configs/routes.js b/tests/fixtures/touchdown-simple/configs/routes.js index 0ab162b..fb41985 100644 --- a/tests/fixtures/touchdown-simple/configs/routes.js +++ b/tests/fixtures/touchdown-simple/configs/routes.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + /*jslint nomen:true, white:true, node:true */ var rosterController = require('roster/controllers/roster.js'); diff --git a/tests/fixtures/touchdown-simple/controllers/player.js b/tests/fixtures/touchdown-simple/controllers/player.js index e69de29..52c26f2 100644 --- a/tests/fixtures/touchdown-simple/controllers/player.js +++ b/tests/fixtures/touchdown-simple/controllers/player.js @@ -0,0 +1,8 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + + diff --git a/tests/fixtures/touchdown-simple/controllers/teamManager.js b/tests/fixtures/touchdown-simple/controllers/teamManager.js index 89bc1e8..a948197 100644 --- a/tests/fixtures/touchdown-simple/controllers/teamManager.js +++ b/tests/fixtures/touchdown-simple/controllers/teamManager.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + /*jslint nomen:true, white:true, node:true */ var locator = require('locator'); diff --git a/tests/fixtures/touchdown-simple/controllers/teamManager.smartphone.js b/tests/fixtures/touchdown-simple/controllers/teamManager.smartphone.js index 89bc1e8..a948197 100644 --- a/tests/fixtures/touchdown-simple/controllers/teamManager.smartphone.js +++ b/tests/fixtures/touchdown-simple/controllers/teamManager.smartphone.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + /*jslint nomen:true, white:true, node:true */ var locator = require('locator'); diff --git a/tests/fixtures/touchdown-simple/expected-locator.js b/tests/fixtures/touchdown-simple/expected-locator.js index 0fd7fa7..dad53ba 100644 --- a/tests/fixtures/touchdown-simple/expected-locator.js +++ b/tests/fixtures/touchdown-simple/expected-locator.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + /*jslint nomen:true, white:true, node:true */ module.exports = { options: { diff --git a/tests/fixtures/touchdown-simple/models/player.js b/tests/fixtures/touchdown-simple/models/player.js index a3e22c4..cd28f2f 100644 --- a/tests/fixtures/touchdown-simple/models/player.js +++ b/tests/fixtures/touchdown-simple/models/player.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + /*jslint nomen:true, white:true, node:true */ YUI.add('testModule', function () { }, null, { diff --git a/tests/fixtures/touchdown-simple/models/roster.js b/tests/fixtures/touchdown-simple/models/roster.js index e69de29..52c26f2 100644 --- a/tests/fixtures/touchdown-simple/models/roster.js +++ b/tests/fixtures/touchdown-simple/models/roster.js @@ -0,0 +1,8 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + + diff --git a/tests/fixtures/touchdown-simple/node_modules/roster/controllers/roster.js b/tests/fixtures/touchdown-simple/node_modules/roster/controllers/roster.js index ba34dee..206d40d 100644 --- a/tests/fixtures/touchdown-simple/node_modules/roster/controllers/roster.js +++ b/tests/fixtures/touchdown-simple/node_modules/roster/controllers/roster.js @@ -1,3 +1,10 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + var api = require(api); module.exports = function (req, res, options, next) { diff --git a/tests/fixtures/touchdown-simple/node_modules/roster/views/roster.js b/tests/fixtures/touchdown-simple/node_modules/roster/views/roster.js index e69de29..52c26f2 100644 --- a/tests/fixtures/touchdown-simple/node_modules/roster/views/roster.js +++ b/tests/fixtures/touchdown-simple/node_modules/roster/views/roster.js @@ -0,0 +1,8 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + + diff --git a/tests/fixtures/touchdown-simple/rulesets-touchdown.js b/tests/fixtures/touchdown-simple/rulesets-touchdown.js index 3ab961a..4f247b7 100644 --- a/tests/fixtures/touchdown-simple/rulesets-touchdown.js +++ b/tests/fixtures/touchdown-simple/rulesets-touchdown.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */ diff --git a/tests/fixtures/touchdown-simple/test/foo.js b/tests/fixtures/touchdown-simple/test/foo.js index fb5a90b..92ea03c 100644 --- a/tests/fixtures/touchdown-simple/test/foo.js +++ b/tests/fixtures/touchdown-simple/test/foo.js @@ -1 +1,8 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + // file should be skipped diff --git a/tests/fixtures/touchdown-simple/tests/foo.js b/tests/fixtures/touchdown-simple/tests/foo.js index fb5a90b..92ea03c 100644 --- a/tests/fixtures/touchdown-simple/tests/foo.js +++ b/tests/fixtures/touchdown-simple/tests/foo.js @@ -1 +1,8 @@ +/* + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. + * See the accompanying LICENSE.txt file for terms. + */ + + // file should be skipped diff --git a/tests/lib/index.js b/tests/lib/index.js index 12884e4..973b3bf 100644 --- a/tests/lib/index.js +++ b/tests/lib/index.js @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013, Yahoo! Inc. All rights reserved. - * Copyrights licensed under the New BSD License. + * Copyright 2013 Yahoo! Inc. All rights reserved. + * Copyrights licensed under the BSD License. * See the accompanying LICENSE.txt file for terms. */