Some recherche regarding the requirements and conditions of the GPL
made it clear that we are obliged to have at least an summary statement
of all authors and the years of their contributions embedded somewhere
in the source itself. The Git history alone is not sufficient to fulfil
this requirement, since a code base could be packaged as Tarball
and passed-on outside of any Git repository.
Thus I propose the following policy
- add yourself to the copyright header whenever you made
some ''significant'' contribution to a code file
- maintain a list of relevant authors at top-level,
indicating a time range of their contribution
- use the same information also in the debian/copyright (DEB package)
- clarify in the LICENSE that authorship can be extracted from Git
__Remark__: Anton Yakovlev made a single code contribution in 2009 (87e528bd),
which was never used anywhere and removed as part of a general clean-up in 2023.
Thus I do not list him as a code author, but he is mentioned in credits.txt
75 lines
2.9 KiB
Text
75 lines
2.9 KiB
Text
Lumiera is Free Software
|
|
========================
|
|
:Date: 11/2025
|
|
|
|
This source tree or package is based on various contributions
|
|
and its use is permitted under the conditions of the *GNU General Public License*
|
|
|
|
|
|
- the *Lumiera* source code is copyrighted and licensed by the original authors
|
|
+
|
|
--
|
|
* (c) 2007-2025 Hermann Voßeler
|
|
* (c) 2007-2011 Christian Thäter
|
|
* (c) 2008-2009 Joel Holdsworth
|
|
--
|
|
+
|
|
-----------------------------------------------------------------------------
|
|
Lumiera is free software; you can redistribute it and/or modify it
|
|
under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License,
|
|
or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
See the GNU General Public License for more details.
|
|
|
|
For a copy of the GPL Version 2 see the file COPYING
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
- The full source code can always be retrieved from
|
|
https://git.lumiera.org/?p=LUMIERA;a=summary[`git://git.lumiera.org/LUMIERA`]
|
|
|
|
* there are a lot of additional authors, which all hold copyright
|
|
on their respective contributions made under this license;
|
|
see the copyright statements of individual files
|
|
|
|
* furthermore, a full list of contributors can be retrieved
|
|
from the Git repository:
|
|
|
|
git log --format="\"%an <%ae>\",%ad" --date=short HEAD
|
|
|
|
* see also the file `AUTHORS`
|
|
|
|
|
|
|
|
- Website, design documents and accompanying materials are covered
|
|
by the same license as the source code (GPL2+), +
|
|
in addition they are also dual-licensed under *CC-By-SA 4*
|
|
|
|
|
|
- at various places, the implementation draws on solutions and comments
|
|
published at http://Stackoverflow.com[Stackoverflow] -- according to the
|
|
https://stackoverflow.com/legal/terms-of-service/public#licensing[License Agreement],
|
|
any ``subscriber content'' on that site is provided under *CC-By-SA 4*.
|
|
We attribute significant usages of solutions published this way
|
|
in the doxygen comments of the relevant source code entities.
|
|
|
|
|
|
- Parts of the Implementation are heavily inspired by +
|
|
*The Loki Library* (C) 2001 by *Andrei Alexandrescu*
|
|
+
|
|
-----------------------------------------------------------------------------
|
|
Loki is governed by a MIT-License. See: https://sourceforge.net/projects/loki-lib/
|
|
Permission to use, copy, modify, distribute and sell this software for any
|
|
purpose is hereby granted without fee, provided that the above copyright
|
|
notice appear in all copies and that both that copyright notice and this
|
|
permission notice appear in supporting documentation.
|
|
The author makes no representations about the suitability of this software
|
|
for any purpose. It is provided "as is" without express or implied warranty.
|
|
-----------------------------------------------------------------------------
|
|
|
|
|