You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/05/31 16:47:29 UTC

[sling-whiteboard] 01/02: Adding license to the codeblock script

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 81e9cfca63d99194b983e07e4952e3042ae76ffe
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu May 31 12:47:07 2018 -0400

    Adding license to the codeblock script
---
 .../components/general/codeblock/codeblock.jsp         | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/cms/reference/src/main/resources/jcr_root/apps/reference/components/general/codeblock/codeblock.jsp b/cms/reference/src/main/resources/jcr_root/apps/reference/components/general/codeblock/codeblock.jsp
index fa9ee15..0383669 100644
--- a/cms/reference/src/main/resources/jcr_root/apps/reference/components/general/codeblock/codeblock.jsp
+++ b/cms/reference/src/main/resources/jcr_root/apps/reference/components/general/codeblock/codeblock.jsp
@@ -1,2 +1,20 @@
+<%-- /*
+ * 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.
+ */ --%>
 <%@include file="/libs/sling-cms/global.jsp" %>
 <pre>${properties.code} </pre>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
dklco@apache.org.