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 2014/08/03 05:28:40 UTC

[06/14] git commit: Add ASF license to app.js

Add ASF license to app.js


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/5643577b
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/5643577b
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/5643577b

Branch: refs/heads/master
Commit: 5643577bb41ef4f4a9099ed6c655621c34ca6bb6
Parents: e07fa7b
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Aug 1 13:24:00 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Aug 1 16:43:18 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/scripts/app.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/5643577b/ocw-ui/frontend-new/app/scripts/app.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/app.js b/ocw-ui/frontend-new/app/scripts/app.js
index 7b84ab3..8dca2dc 100644
--- a/ocw-ui/frontend-new/app/scripts/app.js
+++ b/ocw-ui/frontend-new/app/scripts/app.js
@@ -1,3 +1,22 @@
+/**
+ * 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';
 
 /**