You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2018/03/29 22:01:23 UTC

allura git commit: Adds missing license to new file

Repository: allura
Updated Branches:
  refs/heads/master 8c81519b2 -> c67b0b56a


Adds missing license to new file


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

Branch: refs/heads/master
Commit: c67b0b56a90b0fd076f6f94460f8d9affe931bca
Parents: 8c81519
Author: Kenton Taylor <kt...@slashdotmedia.com>
Authored: Thu Mar 29 18:01:18 2018 -0400
Committer: Kenton Taylor <kt...@slashdotmedia.com>
Committed: Thu Mar 29 18:01:18 2018 -0400

----------------------------------------------------------------------
 Allura/allura/public/nf/js/memorable.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/c67b0b56/Allura/allura/public/nf/js/memorable.js
----------------------------------------------------------------------
diff --git a/Allura/allura/public/nf/js/memorable.js b/Allura/allura/public/nf/js/memorable.js
index 70f9c32..e756cea 100644
--- a/Allura/allura/public/nf/js/memorable.js
+++ b/Allura/allura/public/nf/js/memorable.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.
+*/
+
 /*global $, console, jQuery, localStorage */
 window.Memorable = {};