You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/20 18:11:22 UTC

svn commit: r1495074 - in /incubator/climate/trunk: esgf/src/esgf/ esgf/src/esgf/rcmes/ rcmet/src/main/ui/config/ rcmet/src/main/ui/scripts/ rcmet/src/main/ui/test/e2e/ rcmet/src/main/ui/test/unit/

Author: joyce
Date: Thu Jun 20 16:11:21 2013
New Revision: 1495074

URL: http://svn.apache.org/r1495074
Log:
Resolve CLIMATE-107 - Add license headers

Modified:
    incubator/climate/trunk/esgf/src/esgf/__init__.py
    incubator/climate/trunk/esgf/src/esgf/rcmes/__init__.py
    incubator/climate/trunk/esgf/src/esgf/rcmes/constants.py
    incubator/climate/trunk/esgf/src/esgf/rcmes/download.py
    incubator/climate/trunk/esgf/src/esgf/rcmes/logon.py
    incubator/climate/trunk/esgf/src/esgf/rcmes/logon2.py
    incubator/climate/trunk/esgf/src/esgf/rcmes/main.py
    incubator/climate/trunk/esgf/src/esgf/rcmes/search.py
    incubator/climate/trunk/rcmet/src/main/ui/config/karma-e2e.conf.js
    incubator/climate/trunk/rcmet/src/main/ui/config/karma.conf.js
    incubator/climate/trunk/rcmet/src/main/ui/scripts/e2e-test.sh
    incubator/climate/trunk/rcmet/src/main/ui/scripts/test.sh
    incubator/climate/trunk/rcmet/src/main/ui/scripts/web-server.js
    incubator/climate/trunk/rcmet/src/main/ui/test/e2e/runner.html
    incubator/climate/trunk/rcmet/src/main/ui/test/e2e/scenarios.js
    incubator/climate/trunk/rcmet/src/main/ui/test/unit/directivesSpec.js
    incubator/climate/trunk/rcmet/src/main/ui/test/unit/filtersSpec.js
    incubator/climate/trunk/rcmet/src/main/ui/test/unit/servicesSpec.js

Modified: incubator/climate/trunk/esgf/src/esgf/__init__.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/__init__.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/__init__.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/__init__.py Thu Jun 20 16:11:21 2013
@@ -0,0 +1,18 @@
+#
+# 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.
+#

Modified: incubator/climate/trunk/esgf/src/esgf/rcmes/__init__.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/rcmes/__init__.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/rcmes/__init__.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/rcmes/__init__.py Thu Jun 20 16:11:21 2013
@@ -0,0 +1,18 @@
+#
+# 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.
+#

Modified: incubator/climate/trunk/esgf/src/esgf/rcmes/constants.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/rcmes/constants.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/rcmes/constants.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/rcmes/constants.py Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+#
+# 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 containing constant parameters for ESGF RCMES integration.'''
 
 # default location of ESGF user credentials

Modified: incubator/climate/trunk/esgf/src/esgf/rcmes/download.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/rcmes/download.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/rcmes/download.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/rcmes/download.py Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 '''
 RCMES module to download a file from ESGF.
 

Modified: incubator/climate/trunk/esgf/src/esgf/rcmes/logon.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/rcmes/logon.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/rcmes/logon.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/rcmes/logon.py Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 '''
 RCMES module to logon onto the ESGF.
 '''

Modified: incubator/climate/trunk/esgf/src/esgf/rcmes/logon2.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/rcmes/logon2.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/rcmes/logon2.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/rcmes/logon2.py Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 '''
 RCMES module to logon onto the ESGF by contacting the IdP RESTful service.
 '''

Modified: incubator/climate/trunk/esgf/src/esgf/rcmes/main.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/rcmes/main.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/rcmes/main.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/rcmes/main.py Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 '''
 Example main program for ESGF-RCMES integration.
     

Modified: incubator/climate/trunk/esgf/src/esgf/rcmes/search.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/esgf/src/esgf/rcmes/search.py?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/esgf/src/esgf/rcmes/search.py (original)
+++ incubator/climate/trunk/esgf/src/esgf/rcmes/search.py Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 '''
 RCMES module to execute a faceted search for ESGF files.
 

Modified: incubator/climate/trunk/rcmet/src/main/ui/config/karma-e2e.conf.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/config/karma-e2e.conf.js?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/config/karma-e2e.conf.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/config/karma-e2e.conf.js Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+/*
+ * 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.
+**/
 basePath = '../';
 
 files = [

Modified: incubator/climate/trunk/rcmet/src/main/ui/config/karma.conf.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/config/karma.conf.js?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/config/karma.conf.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/config/karma.conf.js Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+/*
+ * 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.
+**/
 basePath = '../';
 
 files = [

Modified: incubator/climate/trunk/rcmet/src/main/ui/scripts/e2e-test.sh
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/scripts/e2e-test.sh?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/scripts/e2e-test.sh (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/scripts/e2e-test.sh Thu Jun 20 16:11:21 2013
@@ -1,4 +1,22 @@
 #!/bin/bash
+#
+# 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.
+#
 
 BASE_DIR=`dirname $0`
 

Modified: incubator/climate/trunk/rcmet/src/main/ui/scripts/test.sh
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/scripts/test.sh?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/scripts/test.sh (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/scripts/test.sh Thu Jun 20 16:11:21 2013
@@ -1,4 +1,22 @@
 #!/bin/bash
+#
+# 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.
+#
 
 BASE_DIR=`dirname $0`
 

Modified: incubator/climate/trunk/rcmet/src/main/ui/scripts/web-server.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/scripts/web-server.js?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/scripts/web-server.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/scripts/web-server.js Thu Jun 20 16:11:21 2013
@@ -1,4 +1,22 @@
 #!/usr/bin/env node
+/*
+ * 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.
+**/
 
 var util = require('util'),
     http = require('http'),

Modified: incubator/climate/trunk/rcmet/src/main/ui/test/e2e/runner.html
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/test/e2e/runner.html?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/test/e2e/runner.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/test/e2e/runner.html Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+<!--
+ ~ 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.
+ -->
 <!doctype html>
 <html lang="en">
   <head>

Modified: incubator/climate/trunk/rcmet/src/main/ui/test/e2e/scenarios.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/test/e2e/scenarios.js?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/test/e2e/scenarios.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/test/e2e/scenarios.js Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+/*
+ * 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.
+**/
 'use strict';
 
 /* http://docs.angularjs.org/guide/dev_guide.e2e-testing */

Modified: incubator/climate/trunk/rcmet/src/main/ui/test/unit/directivesSpec.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/test/unit/directivesSpec.js?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/test/unit/directivesSpec.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/test/unit/directivesSpec.js Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+/*
+ * 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.
+**/
 'use strict';
 
 describe('directives', function() {

Modified: incubator/climate/trunk/rcmet/src/main/ui/test/unit/filtersSpec.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/test/unit/filtersSpec.js?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/test/unit/filtersSpec.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/test/unit/filtersSpec.js Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+/*
+ * 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.
+**/
 'use strict';
 
 /* jasmine specs for filters go here */

Modified: incubator/climate/trunk/rcmet/src/main/ui/test/unit/servicesSpec.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/test/unit/servicesSpec.js?rev=1495074&r1=1495073&r2=1495074&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/test/unit/servicesSpec.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/test/unit/servicesSpec.js Thu Jun 20 16:11:21 2013
@@ -1,3 +1,21 @@
+/*
+ * 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.
+**/
 'use strict';
 
 /* jasmine specs for services go here */