You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2014/01/06 16:18:36 UTC

[46/50] git commit: [#5424] add apache license header

[#5424] add apache license header


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/7642892c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/7642892c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/7642892c

Branch: refs/heads/cj/6992
Commit: 7642892cd7599336b69d35e12f7a8717f2dc35b9
Parents: e33a527
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Jan 2 21:20:35 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Jan 2 21:20:35 2014 +0000

----------------------------------------------------------------------
 Allura/docs/_templates/layout.html  | 18 ++++++++++++++++++
 scripts/perf/call_count_walk_git.sh | 16 ++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/7642892c/Allura/docs/_templates/layout.html
----------------------------------------------------------------------
diff --git a/Allura/docs/_templates/layout.html b/Allura/docs/_templates/layout.html
index d098c91..5079c7d 100644
--- a/Allura/docs/_templates/layout.html
+++ b/Allura/docs/_templates/layout.html
@@ -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.
+-#}
 {% extends "!layout.html" %}
 {% block rootrellink %}
     <li><a href="https://forge-allura.apache.org/p/allura/">Allura Home</a> &raquo;</li>

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/7642892c/scripts/perf/call_count_walk_git.sh
----------------------------------------------------------------------
diff --git a/scripts/perf/call_count_walk_git.sh b/scripts/perf/call_count_walk_git.sh
index 8bb41ba..65a459b 100755
--- a/scripts/perf/call_count_walk_git.sh
+++ b/scripts/perf/call_count_walk_git.sh
@@ -1,4 +1,20 @@
 #!/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.
 
 if [[ $@ ]]
 then