You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2014/09/01 15:01:19 UTC

[2/2] git commit: [OLINGO-418] add licence header for Test.html

[OLINGO-418] add licence header for Test.html


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/7803874f
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/7803874f
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/7803874f

Branch: refs/heads/master
Commit: 7803874fb72038f866eb3f05699f443a7cb51e12
Parents: c4777d2
Author: Sven Kobler <sv...@sap.com>
Authored: Mon Sep 1 15:01:12 2014 +0200
Committer: Sven Kobler <sv...@sap.com>
Committed: Mon Sep 1 15:01:12 2014 +0200

----------------------------------------------------------------------
 odatajs/tests/e2etest/Test.html | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/7803874f/odatajs/tests/e2etest/Test.html
----------------------------------------------------------------------
diff --git a/odatajs/tests/e2etest/Test.html b/odatajs/tests/e2etest/Test.html
index 317e4fb..c9b5989 100644
--- a/odatajs/tests/e2etest/Test.html
+++ b/odatajs/tests/e2etest/Test.html
@@ -1,4 +1,24 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+/*
+ * 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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <title>odatajs side-by-side test (V3 & V4)</title>