summaryrefslogtreecommitdiffstats
path: root/core/modules/gdisk
diff options
context:
space:
mode:
authorChristian Rößler2018-09-19 17:10:13 +0200
committerChristian Rößler2018-09-19 17:10:13 +0200
commit4e7e1d95841d254945979d5bb1d60157e18706b5 (patch)
tree383bec849cbd3ca6c84c78a4b8d1619b99490eef /core/modules/gdisk
parent[vbox-src] Use http so proxy can cache (diff)
downloadmltk-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/gdisk')
-rwxr-xr-xcore/modules/gdisk/data/inc/prepare_localhd.functions14
-rwxr-xr-xcore/modules/gdisk/data/inc/setup_gpt.differentapproach25
-rwxr-xr-xcore/modules/gdisk/data/inc/setup_gpt.old17
3 files changed, 31 insertions, 25 deletions
diff --git a/core/modules/gdisk/data/inc/prepare_localhd.functions b/core/modules/gdisk/data/inc/prepare_localhd.functions
index 45075ab0..50ac0a70 100755
--- a/core/modules/gdisk/data/inc/prepare_localhd.functions
+++ b/core/modules/gdisk/data/inc/prepare_localhd.functions
@@ -1,13 +1,15 @@
#!/bin/ash
-# Copyright (c) 2014 - OpenSLX GmbH
+# -----------------------------------------------------------------------------
#
-# This program is free software distributed under the GPL version 2.
-# See http://openslx.org/COPYING
+# Copyright (c) 2014..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 under 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
#
# Local hard disk autodetection script for OpenSLX linux stateless clients,
# detecting special GPT partitions
diff --git a/core/modules/gdisk/data/inc/setup_gpt.differentapproach b/core/modules/gdisk/data/inc/setup_gpt.differentapproach
index 25b8dda3..aa809529 100755
--- a/core/modules/gdisk/data/inc/setup_gpt.differentapproach
+++ b/core/modules/gdisk/data/inc/setup_gpt.differentapproach
@@ -1,24 +1,23 @@
#!/bin/ash
-# Copyright (c) 2014 - OpenSLX GmbH
+# -----------------------------------------------------------------------------
#
-# This program is free software distributed under the GPL version 2.
-# See http://openslx.org/COPYING
+# Copyright (c) 2014..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 under http://openslx.org
+# If you have any feedback please consult https://bwlehrpool.de and
+# send your feedback to bwlehrpool@hs-offenburg.de.
#
-# Local hard disk autodetection script for OpenSLX linux stateless clients,
-# detecting special GPT partitions
-
-#############################################################################
+# General information about bwLehrpool can be found at https://bwlehrpool.de
+#
+# -----------------------------------------------------------------------------
-# Patition IDs
-# Prefix for all paritions is 0FC63DAF-8483-4772-8E79-9999999999
+# Partition IDs
+# Prefix for all partitions is 0FC63DAF-8483-4772-8E79-9999999999
# Suffix:
# 44: non-persistent scratch partition
-# 45: persistent partiton
+# 45: persistent partition
# 46: non-persistent openslx partition for config, overlayfs and qcow images
# We use special non assigned partition type for harddisk scratch
diff --git a/core/modules/gdisk/data/inc/setup_gpt.old b/core/modules/gdisk/data/inc/setup_gpt.old
index a4c971e4..29eada70 100755
--- a/core/modules/gdisk/data/inc/setup_gpt.old
+++ b/core/modules/gdisk/data/inc/setup_gpt.old
@@ -1,13 +1,18 @@
#!/bin/ash
-# Copyright (c) 2013 - OpenSLX GmbH
+
+# -----------------------------------------------------------------------------
+#
+# Copyright (c) 2013..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 feedback to feedback@openslx.org
+# General information about bwLehrpool can be found at https://bwlehrpool.de
#
-# General information about OpenSLX can be found under http://openslx.org
+# -----------------------------------------------------------------------------
#
# Local hard disk autodetection script for OpenSLX linux stateless clients,
# detecting swap and special partitions