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/03/29 17:36:06 UTC

[plc4x-build-tools] branch develop updated: - Reverted the last release attempt and fixed the findings (Missing Apache headers and mvnw reference in the README)

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-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5ca2ef4  - Reverted the last release attempt and fixed the findings (Missing Apache headers and mvnw reference in the README)
5ca2ef4 is described below

commit 5ca2ef4ce4c681ebe722caf6a88fb2d5a3bea6d9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 29 19:36:00 2020 +0200

    - Reverted the last release attempt and fixed the findings (Missing Apache headers and mvnw reference in the README)
---
 plc4x-site-skin/README                             |   2 +-
 plc4x-site-skin/pom.xml                            |  29 +++-
 .../site/resources/images/eclipse_ditto_logo.svg   | 183 ---------------------
 .../resources/images/elastic_logstash_logo.svg     |   1 -
 plc4x-site-skin/src/it/settings.xml                |  17 ++
 .../main/resources/META-INF/maven/site-macros.vm   |  19 +++
 .../src/main/resources/META-INF/maven/site.vm      |  18 ++
 .../src/main/resources/META-INF/maven/skin.xml     |  17 ++
 .../src/main/resources/css/maven-base.css          |  19 +++
 .../src/main/resources/css/maven-theme.css         |  19 +++
 plc4x-site-skin/src/main/resources/css/print.css   |  19 +++
 .../src/main/resources/css/themes/plc4x.css        |  19 +++
 12 files changed, 175 insertions(+), 187 deletions(-)

diff --git a/plc4x-site-skin/README b/plc4x-site-skin/README
index fec0bc6..414093e 100644
--- a/plc4x-site-skin/README
+++ b/plc4x-site-skin/README
@@ -27,7 +27,7 @@ downloaded and installed by the maven wrapper `mvnw`.
 
 Build PLC4X Java jars and install them in your local maven repository
 
-$ ./mvnw install
+$ ./mvn install
 
 This should make the build-tools available to the main projects build.
 In order to use your locally built version of the build-tools you should
diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index 506d44f..c516c86 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -16,7 +33,7 @@
 
   <groupId>org.apache.plc4x.plugins</groupId>
   <artifactId>plc4x-site-skin</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
 
   <name>PLC4X Build Tools: PLC4X Site Skin</name>
 
@@ -35,7 +52,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/plc4x-build-tools.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/plc4x-build-tools.git</developerConnection>
     <url>https://github.com/apache/plc4x-build-tools</url>
-    <tag>rel/plc4x-site-skin/1.0</tag>
+    <tag>rel/plc4x-site-skin/1.0-2</tag>
   </scm>
 
   <build>
@@ -249,6 +266,14 @@
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.8.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.2.0</version>
+          <configuration>
+            <finalName>apache-plc4x-site-skin-${project.version}</finalName>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
diff --git a/plc4x-site-skin/src/it/plc4x-website/src/site/resources/images/eclipse_ditto_logo.svg b/plc4x-site-skin/src/it/plc4x-website/src/site/resources/images/eclipse_ditto_logo.svg
deleted file mode 100644
index b950f67..0000000
--- a/plc4x-site-skin/src/it/plc4x-website/src/site/resources/images/eclipse_ditto_logo.svg
+++ /dev/null
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:i="&amp;ns_ai;"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="20.146963mm"
-   height="24.962379mm"
-   viewBox="0 0 20.146963 24.962379"
-   version="1.1"
-   id="svg8"
-   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
-   sodipodi:docname="ditto2.svg">
-  <defs
-     id="defs2" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="2.8"
-     inkscape:cx="9.6705704"
-     inkscape:cy="31.365963"
-     inkscape:document-units="mm"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1920"
-     inkscape:window-height="1137"
-     inkscape:window-x="-8"
-     inkscape:window-y="-8"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata5">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-79.884852,-10.108096)">
-    <switch
-       id="switch3753"
-       transform="matrix(0.26458333,0,0,0.26458333,-21.416697,-56.161297)">
-      <foreignObject
-         height="1"
-         width="1"
-         y="0"
-         x="0"
-         requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
-        <i:pgfRef
-           xlink:href="#adobe_illustrator_pgf" />
-      </foreignObject>
-      <g
-         id="g3751"
-         i:extraneous="self">
-        <g
-           id="g3749">
-          <g
-             id="g3733">
-            <polygon
-               id="polygon3699"
-               points="432.84,257.514 438.936,261.058 432.838,264.533 432.838,257.514 "
-               style="opacity:0.45;fill:#3a8c9a" />
-            <polygon
-               id="polygon3701"
-               points="420.526,264.668 420.557,271.74 432.898,264.566 426.74,261.058 "
-               style="opacity:0.8;fill:#3a8c9a" />
-            <polygon
-               id="polygon3703"
-               points="420.5,257.516 420.526,264.668 426.74,261.058 "
-               style="opacity:0.7;fill:#3a8c9a" />
-            <polygon
-               id="polygon3705"
-               points="426.74,261.058 432.838,264.533 432.84,257.514 "
-               style="opacity:0.6;fill:#3a8c9a" />
-            <polygon
-               id="polygon3707"
-               points="432.838,257.514 432.838,250.467 420.5,257.516 426.74,261.058 "
-               style="opacity:0.5;fill:#3a8c9a" />
-            <g
-               id="g3713">
-              <polygon
-                 id="polygon3709"
-                 points="420.526,293.258 420.557,286.187 432.838,293.394 426.74,296.869 "
-                 style="opacity:0.8;fill:#3a8c9a" />
-              <polygon
-                 id="polygon3711"
-                 points="420.5,300.412 420.526,293.258 426.74,296.869 "
-                 style="opacity:0.7;fill:#3a8c9a" />
-            </g>
-            <path
-               id="path3715"
-               d="m 408.188,250.467 -12.471,6.795 -12.84,7.302 v 0.131 l -0.005,-0.004 v 14.228 0.091 14.226 l 0.005,-0.002 v 0.13 l 12.84,7.302 12.473,6.795 12.333,-7.048 0.034,-6.877 v -7.348 l -12.431,7.174 -12.47,-7.555 v -0.129 -13.43 l 0.002,-0.124 12.468,-7.557 12.431,7.174 -0.03,-7.072 v -7.154 z m -25.189,28.477 0.039,0.02 -0.039,0.02 -0.037,-0.02 z"
-               inkscape:connector-curvature="0"
-               style="fill:#3a8c9a" />
-            <polygon
-               id="polygon3717"
-               points="432.84,257.514 432.838,257.514 432.838,250.467 445.176,257.516 438.936,261.058 "
-               style="opacity:0.25;fill:#3a8c9a" />
-            <polygon
-               id="polygon3719"
-               points="445.193,264.668 445.162,271.74 432.818,264.566 438.977,261.058 "
-               style="opacity:0.25;fill:#3a8c9a" />
-            <polygon
-               id="polygon3721"
-               points="432.84,300.412 438.936,296.869 432.838,293.394 432.838,300.412 "
-               style="opacity:0.45;fill:#3a8c9a" />
-            <polygon
-               id="polygon3723"
-               points="426.74,296.869 432.838,293.394 432.84,300.412 "
-               style="opacity:0.6;fill:#3a8c9a" />
-            <polygon
-               id="polygon3725"
-               points="432.838,300.412 432.838,307.46 420.5,300.408 426.74,296.869 "
-               style="opacity:0.5;fill:#3a8c9a" />
-            <polygon
-               id="polygon3727"
-               points="432.84,300.412 432.838,300.412 432.838,307.46 445.176,300.408 438.936,296.869 "
-               style="opacity:0.25;fill:#3a8c9a" />
-            <polygon
-               id="polygon3729"
-               points="445.193,293.256 445.162,286.187 432.838,293.394 438.977,296.869 "
-               style="opacity:0.25;fill:#3a8c9a" />
-            <path
-               id="path3731"
-               d="m 438.088,296.902 c 0,0.47 0.381,0.849 0.848,0.849 0.299,0 0.547,-0.163 0.699,-0.396 l 4.766,2.779 c -0.031,0.087 -0.057,0.181 -0.057,0.278 0,0.471 0.379,0.85 0.85,0.85 0.471,0 0.85,-0.379 0.85,-0.85 0,-0.092 -0.027,-0.174 -0.053,-0.257 l 11.508,-6.244 c 0.16,0.185 0.385,0.312 0.652,0.312 0.479,0 0.867,-0.386 0.867,-0.865 0,-0.424 -0.309,-0.76 -0.713,-0.834 l -0.002,-12.727 c 0.406,-0.074 0.715,-0.409 0.715,-0.834 0,-0.425 -0.309,-0.76 -0.715,-0.834 l 0.002,-12.727 c 0. [...]
-               inkscape:connector-curvature="0"
-               style="fill:#3a8c9a" />
-          </g>
-          <g
-             id="g3747">
-            <path
-               id="path3735"
-               d="m 406.486,330.292 c -2.058,-2.827 -2.058,-2.827 -2.058,-2.827 h 4.02 c 1.562,0 2.226,0.697 2.226,2.261 v 10.401 c 0,0.466 0.266,0.731 0.732,0.731 h 1.328 v 3.554 h -4.021 c -1.563,0 -2.228,-0.662 -2.228,-2.26 v -11.86 z"
-               inkscape:connector-curvature="0"
-               style="fill:#0f262b" />
-            <polygon
-               id="polygon3737"
-               points="410.343,320.818 410.343,324.708 406.687,320.818 "
-               style="fill:#3a8c9a" />
-            <path
-               id="path3739"
-               d="m 416.356,330.82 -2.193,-3.355 h 2.293 v -4.621 h 4.123 v 4.621 h 3.854 v 3.355 h -3.854 v 6.85 c 0,2.787 2.19,3.188 3.354,3.188 0.465,0 0.766,-0.065 0.766,-0.065 v 3.689 c 0,0 -0.531,0.1 -1.293,0.1 -2.366,0 -7.05,-0.701 -7.05,-6.385 z"
-               inkscape:connector-curvature="0"
-               style="fill:#0f262b" />
-            <path
-               id="path3741"
-               d="m 428.652,330.82 -2.193,-3.355 h 2.293 v -4.621 h 4.123 v 4.621 h 3.855 v 3.355 h -3.855 v 6.85 c 0,2.787 2.191,3.188 3.355,3.188 0.465,0 0.768,-0.065 0.768,-0.065 v 3.689 c 0,0 -0.533,0.1 -1.301,0.1 -2.357,0 -7.045,-0.701 -7.045,-6.385 z"
-               inkscape:connector-curvature="0"
-               style="fill:#0f262b" />
-            <path
-               id="path3743"
-               d="m 448.193,327.064 c 5.184,0 9.309,3.691 9.309,8.877 0,5.218 -4.125,8.872 -9.309,8.872 -5.15,0 -9.27,-3.654 -9.27,-8.872 10e-4,-5.185 4.12,-8.877 9.27,-8.877 z m 0,14.161 c 2.762,0 5.053,-2.126 5.053,-5.283 0,-3.123 -2.291,-5.283 -5.053,-5.283 -2.727,0 -5.018,2.16 -5.018,5.283 10e-4,3.157 2.292,5.283 5.018,5.283 z"
-               inkscape:connector-curvature="0"
-               style="fill:#0f262b" />
-            <path
-               id="path3745"
-               d="m 391.214,327.082 c 3.685,0 4.878,2.061 4.878,2.061 h 0.069 c 0,0 -0.035,-0.434 -0.035,-0.998 v -4.596 l -2.06,-2.709 h 4.021 c 1.559,0 2.256,0.697 2.256,2.256 v 17.035 c 0,0.467 0.266,0.732 0.729,0.732 h 1.296 v 3.549 h -3.885 c -1.529,0 -2.091,-0.727 -2.091,-1.725 0,-0.365 0,-0.631 0,-0.631 h -0.065 c 0,0 -1.398,2.757 -5.281,2.757 -4.584,0 -7.537,-3.62 -7.537,-8.864 0,-5.381 3.219,-8.867 7.705,-8.867 z m 5.011,8.833 c 0,-2.622 -1.361,-5.214 -4.184,-5.214 -2.323,0 -4.2 [...]
-               inkscape:connector-curvature="0"
-               style="fill:#0f262b" />
-          </g>
-        </g>
-      </g>
-    </switch>
-  </g>
-</svg>
diff --git a/plc4x-site-skin/src/it/plc4x-website/src/site/resources/images/elastic_logstash_logo.svg b/plc4x-site-skin/src/it/plc4x-website/src/site/resources/images/elastic_logstash_logo.svg
deleted file mode 100644
index 5a285d8..0000000
--- a/plc4x-site-skin/src/it/plc4x-website/src/site/resources/images/elastic_logstash_logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 236 80"><defs><style>.cls-1{fill:#00bfb3;}.cls-2{fill:#fec514;}.cls-3{fill:#343741;}</style></defs><title>Logstash Color Lockup</title><rect class="cls-1" x="40" y="48" width="22" height="24"/><path class="cls-2" d="M10,8H8V48H34V32A24,24,0,0,0,10,8Z"/><path class="cls-3" d="M8,48H8A24,24,0,0,0,32,72h2V48Z"/><path d="M83.89,49.18H79.48V20h4.41Z"/><path d="M108.58,38.78c0,3.38-.87,6-2.6,7.93a9.35,9.35,0, [...]
\ No newline at end of file
diff --git a/plc4x-site-skin/src/it/settings.xml b/plc4x-site-skin/src/it/settings.xml
index d64bdb8..1eaaf27 100644
--- a/plc4x-site-skin/src/it/settings.xml
+++ b/plc4x-site-skin/src/it/settings.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+  -->
 <settings>
   <profiles>
     <profile>
diff --git a/plc4x-site-skin/src/main/resources/META-INF/maven/site-macros.vm b/plc4x-site-skin/src/main/resources/META-INF/maven/site-macros.vm
index 772ded6..d6bfe73 100644
--- a/plc4x-site-skin/src/main/resources/META-INF/maven/site-macros.vm
+++ b/plc4x-site-skin/src/main/resources/META-INF/maven/site-macros.vm
@@ -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.
+*#
+
 #macro ( link $href $name $target $img $position $alt $border $width $height $title $class )
 #**##set ( $linkTitle = ' title="' + $name + '"' )
 #**##if( $target )
diff --git a/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm b/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm
index 432dd68..6eb5802 100644
--- a/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm
+++ b/plc4x-site-skin/src/main/resources/META-INF/maven/site.vm
@@ -1,5 +1,23 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+#*
+  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.
+*#
     #parse( "site-macros.vm" )
 <html xmlns="http://www.w3.org/1999/xhtml"#if ( $locale ) xml:lang="$locale.language" lang="$locale.language"#end>
 <head>
diff --git a/plc4x-site-skin/src/main/resources/META-INF/maven/skin.xml b/plc4x-site-skin/src/main/resources/META-INF/maven/skin.xml
index 1bd0770..4cacd82 100644
--- a/plc4x-site-skin/src/main/resources/META-INF/maven/skin.xml
+++ b/plc4x-site-skin/src/main/resources/META-INF/maven/skin.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+  -->
 <skin xmlns="http://maven.apache.org/SKIN/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/SKIN/1.7.0 http://maven.apache.org/xsd/skin-1.7.0.xsd">
   <prerequisites>
diff --git a/plc4x-site-skin/src/main/resources/css/maven-base.css b/plc4x-site-skin/src/main/resources/css/maven-base.css
index 2a6ea37..27bc9a4 100644
--- a/plc4x-site-skin/src/main/resources/css/maven-base.css
+++ b/plc4x-site-skin/src/main/resources/css/maven-base.css
@@ -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.
+*/
+
 body {
   margin: 0px;
   padding: 0px;
diff --git a/plc4x-site-skin/src/main/resources/css/maven-theme.css b/plc4x-site-skin/src/main/resources/css/maven-theme.css
index 40f8d17..f5daf79 100644
--- a/plc4x-site-skin/src/main/resources/css/maven-theme.css
+++ b/plc4x-site-skin/src/main/resources/css/maven-theme.css
@@ -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.
+*/
+
 body {
   padding: 0px 0px 10px 0px;
 }
diff --git a/plc4x-site-skin/src/main/resources/css/print.css b/plc4x-site-skin/src/main/resources/css/print.css
index f09d546..d161f5c 100644
--- a/plc4x-site-skin/src/main/resources/css/print.css
+++ b/plc4x-site-skin/src/main/resources/css/print.css
@@ -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.
+*/
+
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
 	display: none !important;
 }
diff --git a/plc4x-site-skin/src/main/resources/css/themes/plc4x.css b/plc4x-site-skin/src/main/resources/css/themes/plc4x.css
index fa86033..4fb9ab8 100644
--- a/plc4x-site-skin/src/main/resources/css/themes/plc4x.css
+++ b/plc4x-site-skin/src/main/resources/css/themes/plc4x.css
@@ -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.
+*/
+
 /* normalize.css v2.1.1 | MIT License | git.io/normalize */
 /* ========================================================================== HTML5 display definitions ========================================================================== */
 /** Correct `block` display not defined in IE 8/9. */