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 /mltk | |
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 'mltk')
-rwxr-xr-x | mltk | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,15 +1,18 @@ #!/bin/bash + + # ----------------------------------------------------------------------------- # -# Copyright (c) 2016 - OpenSLX GmbH +# Copyright (c) 2016..2018 bwLehrpool-Projektteam +# +# 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 # -# This program is free software distributed under the GPL version 2. -# See http://openslx.org/COPYING +# If you have any feedback please consult https://bwlehrpool.de and +# send your feedback to bwlehrpool@hs-offenburg.de. # -# If you have any feedback please consult http://openslx.org/feedback and -# send your suggestions, praise, or complaints to feedback@openslx.org +# General information about bwLehrpool can be found at https://bwlehrpool.de # -# General information about OpenSLX can be found at http://openslx.org/ # ----------------------------------------------------------------------------- # # Mini-Linux Toolkit |