You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/02/24 15:49:58 UTC

[plc4x] branch develop updated: - Added missing header to htaccess file

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6bc939d  - Added missing header to htaccess file
6bc939d is described below

commit 6bc939d1e688d5981e3b424d6747de7a4b3feed4
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Feb 24 16:49:45 2020 +0100

    - Added missing header to htaccess file
---
 src/site/resources/.htaccess | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess
index 01d5192..a1a6339 100644
--- a/src/site/resources/.htaccess
+++ b/src/site/resources/.htaccess
@@ -1,3 +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.
+#
+
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
\ No newline at end of file