aboutsummaryrefslogtreecommitdiffstats
path: root/bootcleanse.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-12-28 07:58:21 +0100
committerMattias Andrée <maandree@operamail.com>2012-12-28 07:58:21 +0100
commita9e1222c76e9ec74752602f19f30d25108d1795a (patch)
tree60f11231a7b42a080718f8d9f7c116d8fa72fd7f /bootcleanse.py
parentbeginning for removing boot flags (diff)
downloadbootcleanse-a9e1222c76e9ec74752602f19f30d25108d1795a.tar.gz
bootcleanse-a9e1222c76e9ec74752602f19f30d25108d1795a.tar.bz2
bootcleanse-a9e1222c76e9ec74752602f19f30d25108d1795a.tar.xz
use gpl3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'bootcleanse.py')
-rwxr-xr-xbootcleanse.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/bootcleanse.py b/bootcleanse.py
index fef711e..6f60c95 100755
--- a/bootcleanse.py
+++ b/bootcleanse.py
@@ -1,6 +1,23 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+'''
+bootcleanse – Cleanse your system from old MBR codes and boot flags
+Copyright © 2012 Mattias Andrée (maandree@kth.se)
+
+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 3 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, see <http://www.gnu.org/licenses/>.
+'''
## TODO add support for bootable logical partitions
import os