You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by da...@apache.org on 2019/12/09 04:24:37 UTC

[petri-site] branch master updated: *: Add license headers.

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

danielsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f50924a  *: Add license headers.
f50924a is described below

commit f50924abf45ba7242e0d953b59ac3af78162c1d8
Author: Daniel Shahaf <da...@apache.org>
AuthorDate: Mon Dec 9 04:24:24 2019 +0000

    *: Add license headers.
    
    Verified with gstein that the copyrightable files are ALv2-licensed.
    
    While here, add a Vim modeline alongside the Emacs/Python one.
---
 content/pages/index.md             | 17 +++++++++++++++++
 pelicanconf.py                     | 19 +++++++++++++++++++
 theme/apache/static/css/apache.css | 17 +++++++++++++++++
 theme/apache/templates/base.html   | 16 ++++++++++++++++
 4 files changed, 69 insertions(+)

diff --git a/content/pages/index.md b/content/pages/index.md
index dca62dc..f93e56a 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -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
+   
+         https://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.
+-->
+
 Title: Apache Petri
 
 Content goes here.
diff --git a/pelicanconf.py b/pelicanconf.py
index 4dd3864..84efb17 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -1,5 +1,24 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*- #
+# vim: 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
+#
+#   https://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.
+
 from __future__ import unicode_literals
 from datetime import date
 
diff --git a/theme/apache/static/css/apache.css b/theme/apache/static/css/apache.css
index e001070..e3c2973 100644
--- a/theme/apache/static/css/apache.css
+++ b/theme/apache/static/css/apache.css
@@ -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
+#
+#   https://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.
+
 .markdown-body {
   box-sizing: border-box;
   min-width: 200px;
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 9bfffe7..639bc92 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -1,4 +1,20 @@
 <!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
+   
+         https://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>
     {% block head %}