diff options
author | Christian Rößler | 2018-09-19 17:10:13 +0200 |
---|---|---|
committer | Christian Rößler | 2018-09-19 17:10:13 +0200 |
commit | 4e7e1d95841d254945979d5bb1d60157e18706b5 (patch) | |
tree | 383bec849cbd3ca6c84c78a4b8d1619b99490eef /core/modules/slx-issue | |
parent | [vbox-src] Use http so proxy can cache (diff) | |
download | mltk-4e7e1d95841d254945979d5bb1d60157e18706b5.tar.gz mltk-4e7e1d95841d254945979d5bb1d60157e18706b5.tar.xz mltk-4e7e1d95841d254945979d5bb1d60157e18706b5.zip |
[all] New license clauses as to ticket #3132: No more openSLX GmbH
Diffstat (limited to 'core/modules/slx-issue')
-rwxr-xr-x | core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue b/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue index e2c78b28..f778b4ca 100755 --- a/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue +++ b/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue @@ -1,15 +1,18 @@ #!/bin/bash # Needs bash for string manipulation -# Copyright (c) 2013, 2014 - bwLehrpool Projekt -# Copyright (c) 2012 - OpenSLX GmbH +# ----------------------------------------------------------------------------- # -# This program is free software distributed under the GPL version 2. -# See http://openslx.org/COPYING +# Copyright (c) 2012..2018 bwLehrpool-Projektteam # -# If you have any feedback please consult http://openslx.org/feedback and -# send your feedback to feedback@openslx.org +# This program/file is free software distributed under the GPL version 2. +# See https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html # -# General information about OpenSLX can be found at http://openslx.org +# If you have any feedback please consult https://bwlehrpool.de and +# send your feedback to bwlehrpool@hs-offenburg.de. +# +# General information about bwLehrpool can be found at https://bwlehrpool.de +# +# ----------------------------------------------------------------------------- # # First script for initial ramfs for OpenSLX linux stateless clients ############################################################################# |