Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 f10d744ac -> 4b62189fb
Added missing license header Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/4b62189f Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/4b62189f Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/4b62189f Branch: refs/heads/apache-blur-0.2 Commit: 4b62189fb9dc6852c9861a3c9a757519b44cfe73 Parents: f10d744 Author: Chris Rohr <[email protected]> Authored: Sun Jun 22 21:28:46 2014 -0400 Committer: Chris Rohr <[email protected]> Committed: Sun Jun 22 21:28:46 2014 -0400 ---------------------------------------------------------------------- blur-console/src/main/webapp/karma.conf.js | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/4b62189f/blur-console/src/main/webapp/karma.conf.js ---------------------------------------------------------------------- diff --git a/blur-console/src/main/webapp/karma.conf.js b/blur-console/src/main/webapp/karma.conf.js index e0c9b4f..8c685f9 100644 --- a/blur-console/src/main/webapp/karma.conf.js +++ b/blur-console/src/main/webapp/karma.conf.js @@ -1,5 +1,22 @@ -// Karma configuration -// Generated on Sat Jun 21 2014 07:42:42 GMT-0400 (EDT) +/* + +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ module.exports = function(config) { config.set({
