forked from gordrs/thc-secure-delete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
COPYRIGHT
36 lines (25 loc) · 1.55 KB
/
COPYRIGHT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This source was initially downloaded from http://www.thc.org
In the original source file, there is a copyright notice within the
documentation, however, no license file is actually given.
Robert Lemmen, the Debian package maintainer for this software managed
to find out that the source code was licenced under the GPL. He also found
out that the file "usenix6-gutmann.doc" was licenced under the "Creative
Commons Attribution 3.0" license, which you can find at
http://creativecommons.org/licenses/by/3.0/
If this isn't true, let me know and I'll update the information and seek
the correct licensing information.
Robert Lemmen also made additional patches for the Debian version. I have
done more or less the same changes that he did to the Makefile.
------------------------------------------------------------------------------
Secure Delete - Copyright (C) 1997-2003 van Hauser <[email protected]>
This program 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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA