You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/05/15 11:54:19 UTC

[incubator-ponymail-foal] branch master updated: add AL headers

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

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e9984e  add AL headers
6e9984e is described below

commit 6e9984eb7e8ecfaba27b598b3e68c545e0e91329
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sat May 15 13:54:05 2021 +0200

    add AL headers
---
 webui/css/modal.css       | 14 ++++++++++++++
 webui/css/scaffolding.css | 15 +++++++++++++++
 webui/css/spinner.css     | 14 ++++++++++++++
 webui/oauth.html          | 12 ++++++++++++
 4 files changed, 55 insertions(+)

diff --git a/webui/css/modal.css b/webui/css/modal.css
index ce06470..719c349 100644
--- a/webui/css/modal.css
+++ b/webui/css/modal.css
@@ -1,3 +1,17 @@
+/*
+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.
+ */
 #modal {
     display: none;
     position: fixed;
diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index d9d7756..cc14adf 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -1,3 +1,18 @@
+/*
+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 */
 html {
   min-height: calc(100% - 4px);
diff --git a/webui/css/spinner.css b/webui/css/spinner.css
index 60f8480..f318726 100644
--- a/webui/css/spinner.css
+++ b/webui/css/spinner.css
@@ -1,3 +1,17 @@
+/*
+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.
+ */
 /* Spinner */
 .spinner {
     z-index: 100;
diff --git a/webui/oauth.html b/webui/oauth.html
index 0def458..9fadfb4 100644
--- a/webui/oauth.html
+++ b/webui/oauth.html
@@ -1,4 +1,16 @@
 <!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 lang="en">
   <head>
     <meta charset="utf-8">