mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-15 12:50:06 +01:00
Relicense older script to LGPL fro GPL2.0 only.
(As I am sole author here.)
This commit is contained in:
@@ -1,16 +1,23 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Try to get LUKS info and master key from active mapping and prepare parameters for cryptsetup.
|
# Try to get LUKS info and master key from active mapping and prepare parameters for cryptsetup.
|
||||||
|
# WARNING: this script is no longer compatible with current cryptsetup & dm-crypt
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010,2011,2012 Milan Broz <gmazyland@gmail.com>
|
# Copyright (C) 2010,2011,2012 Milan Broz <gmazyland@gmail.com>
|
||||||
#
|
#
|
||||||
# This copyrighted material is made available to anyone wishing to use,
|
# This file is free software; you can redistribute it and/or
|
||||||
# modify, copy, or redistribute it subject to the terms and conditions
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
# of the GNU General Public License v.2.
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# This file is distributed in the hope that it will be useful,
|
||||||
# along with this program; if not, write to the Free Software Foundation,
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this file; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
umask 0077
|
umask 0077
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user