From a1c43d70986be0031206b68f3e17cbf11dbc56e2 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 27 Aug 2014 14:57:24 -0700 Subject: [PATCH] audit license headers --- conf/karma.conf.js | 10 ++++++++++ conf/mocha.conf.js | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/conf/karma.conf.js b/conf/karma.conf.js index 236e528..67f7b66 100644 --- a/conf/karma.conf.js +++ b/conf/karma.conf.js @@ -1,3 +1,13 @@ +/* + * @license + * Copyright (c) 2014 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt + */ + module.exports = function(karma) { var common = require('../../tools/test/karma-common.conf.js'); karma.set(common.mixin_common_opts(karma, { diff --git a/conf/mocha.conf.js b/conf/mocha.conf.js index 06cf2cf..f732fa7 100644 --- a/conf/mocha.conf.js +++ b/conf/mocha.conf.js @@ -1,3 +1,13 @@ +/* + * @license + * Copyright (c) 2014 The Polymer Project Authors. All rights reserved. + * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt + * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt + * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt + * Code distributed by Google as part of the polymer project is also + * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt + */ + mocha.setup({ ui:'tdd', ignoreLeaks: true