You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/03/04 07:23:54 UTC

[syncope] branch SYNCOPE-1545 updated: Fix checkstyle

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

ilgrosso pushed a commit to branch SYNCOPE-1545
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/SYNCOPE-1545 by this push:
     new b45da06  Fix checkstyle
b45da06 is described below

commit b45da0624443cd34f7a3a7c94fd6804034ccf9cf
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 4 08:23:39 2020 +0100

    Fix checkstyle
---
 wa/src/main/resources/templates/layout.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/wa/src/main/resources/templates/layout.html b/wa/src/main/resources/templates/layout.html
index e7ca0dd..846f0d5 100644
--- a/wa/src/main/resources/templates/layout.html
+++ b/wa/src/main/resources/templates/layout.html
@@ -1,4 +1,22 @@
 <!DOCTYPE html>
+<!--
+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.
+-->
 <html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
 
 <head>