aboutsummaryrefslogtreecommitdiff
path: root/make_sitemap.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-13 21:13:54 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-13 21:13:54 +0200
commitfa3938c72265359c3447d2ed2acb2eab6081a66d (patch)
treed57e23e33e9dc772f63781a95b4804cb480f1ebc /make_sitemap.sh
parent08724a4492d141e3cab8e10aa7cc6efbdb06efb1 (diff)
downloadwww-fa3938c72265359c3447d2ed2acb2eab6081a66d.tar.gz
www-fa3938c72265359c3447d2ed2acb2eab6081a66d.zip
Alexandros Theodotou <alex@zrythm.org> writes:
Re: our discussion on IRC: There are at least two files in the GNUnet website source code that have unclear licenses, rendering them proprietary. https://git.gnunet.org/www.git/tree/i18nfix.py https://git.gnunet.org/www.git/tree/template.py These files have no license or copyright notices. They simply say that "this file is in the public domain". In at least European countries, saying that "this file is in the public domain" is not enough to put something in the public domain. You have to explicitly use a license such as CC0 or WTFPL, otherwise the files are "all rights reserved". I'm not really sure you can assume that these files are GPL'd either, otherwise they'd have a copyright notice. So in effect, these files are proprietary. I can't copy them and use them in my (A)GPL project. For such files, if you want to be lax, the GNU package maintainer guidelines generally recommend this: """ Copyright (C) 2019 <name> Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. """ Can we add appropriate headers or footers to the files please?
Diffstat (limited to 'make_sitemap.sh')
-rwxr-xr-xmake_sitemap.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/make_sitemap.sh b/make_sitemap.sh
index 4777f948..bc2578d7 100755
--- a/make_sitemap.sh
+++ b/make_sitemap.sh
@@ -1,5 +1,12 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Copyright (C) 2018, 2019 GNUnet e.V.
4#
5# Copying and distribution of this file, with or without modification,
6# are permitted in any medium without royalty provided the copyright
7# notice and this notice are preserved. This file is offered as-is,
8# without any warranty.
9#
3# This initial version builds on code from ssg4 10# This initial version builds on code from ssg4
4# copyright is as follows: 11# copyright is as follows:
5# ----- 12# -----