gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www_shared] 13/19: Add copyright header, fix copyright headers.


From: gnunet
Subject: [www_shared] 13/19: Add copyright header, fix copyright headers.
Date: Sat, 25 Jan 2020 11:29:28 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www_shared.

commit 46295bc38988c16a9a6c8c0cf8930abd20193a01
Author: ng0 <address@hidden>
AuthorDate: Sun Dec 8 10:41:21 2019 +0000

    Add copyright header, fix copyright headers.
---
 fileproc.py     |  2 +-
 make_rss.py     |  7 +++----
 make_sitemap.py |  7 +++----
 news.macro.j2   |  2 +-
 rss.xml.j2      | 12 ++++++++++++
 site.py         |  2 +-
 sitemap.py      |  2 +-
 time.py         | 11 ++++++++++-
 8 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/fileproc.py b/fileproc.py
index 7841c43..2c9a29e 100644
--- a/fileproc.py
+++ b/fileproc.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 by GNUnet e.V.
+# Copyright (C) 2019 GNUnet e.V.
 #
 # This code is derived from code contributed to GNUnet e.V.
 # by ng0 <address@hidden>
diff --git a/make_rss.py b/make_rss.py
index 8dd6268..7c8255a 100644
--- a/make_rss.py
+++ b/make_rss.py
@@ -1,8 +1,7 @@
-# This file is part of www_shared.
-# (C) 2019 GNUnet e.V.
+# Copyright (C) 2019 GNUnet e.V.
 #
-# Authors:
-# Author: ng0 <address@hidden>
+# This code is derived from code contributed to GNUnet e.V.
+# by ng0 <address@hidden>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted.
diff --git a/make_sitemap.py b/make_sitemap.py
index d406e8b..86fcc77 100644
--- a/make_sitemap.py
+++ b/make_sitemap.py
@@ -1,8 +1,7 @@
-# This file is part of www_shared.
-# (C) 2019 GNUnet e.V.
+# Copyright (C) 2019 GNUnet e.V.
 #
-# Authors:
-# Author: ng0 <address@hidden>
+# This code is derived from code contributed to GNUnet e.V.
+# by ng0 <address@hidden>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted.
diff --git a/news.macro.j2 b/news.macro.j2
index 54053e9..eb9a476 100644
--- a/news.macro.j2
+++ b/news.macro.j2
@@ -1,5 +1,5 @@
 {#
-# Copyright (C) 2019 by GNUnet e.V.
+# Copyright (C) 2019 GNUnet e.V.
 #
 # This code is derived from code contributed to GNUnet eV
 # by ng0 <address@hidden>.
diff --git a/rss.xml.j2 b/rss.xml.j2
index 29e06a0..b996cdd 100644
--- a/rss.xml.j2
+++ b/rss.xml.j2
@@ -1,3 +1,15 @@
+{#
+# Copyright (C) 2019 GNUnet e.V.
+#
+# This code is derived from code contributed to GNUnet eV
+# by ng0 <address@hidden>.
+#
+# Permission to use, copy, modify, and/or distribute this software for any 
purpose with or without fee is hereby granted.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 
USE OR PERFORMANCE OF THIS SOFTWARE.
+#
+# SPDX-License-Identifier: 0BSD
+#}
 <?xml version="1.0" encoding="UTF-8"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>
   {% for siteconfitem in siteconf %}
diff --git a/site.py b/site.py
index 9e2ab31..d1eaa88 100644
--- a/site.py
+++ b/site.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 by GNUnet e.V.
+# Copyright (C) 2019 GNUnet e.V.
 #
 # This code is derived from code contributed to GNUnet e.V.
 # by ng0 <address@hidden> and based on code by Florian Dold.
diff --git a/sitemap.py b/sitemap.py
index d09ae22..5667aa8 100644
--- a/sitemap.py
+++ b/sitemap.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 by GNUnet e.V.
+# Copyright (C) 2019 GNUnet e.V.
 #
 # This code is derived from code contributed to GNUnet e.V.
 # by ng0 <address@hidden>.
diff --git a/time.py b/time.py
index aa578f9..54c95ba 100644
--- a/time.py
+++ b/time.py
@@ -1,3 +1,13 @@
+# Copyright (C) 2019 GNUnet e.V.
+#
+# This code is derived from code contributed to GNUnet e.V.
+# by ng0 <address@hidden>.
+#
+# Permission to use, copy, modify, and/or distribute this software for any 
purpose with or without fee is hereby granted.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 
USE OR PERFORMANCE OF THIS SOFTWARE.
+#
+# SPDX-License-Identifier: 0BSD
 import time
 import datetime
 import email.utils
@@ -26,4 +36,3 @@ def time_rfc822(t):
         return email.utils.format_datetime(t)
     else:
         return sys.exit(1)
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]