From a9e1222c76e9ec74752602f19f30d25108d1795a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 28 Dec 2012 07:58:21 +0100 Subject: use gpl3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- bootcleanse.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'bootcleanse.py') 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 . +''' ## TODO add support for bootable logical partitions import os -- cgit v1.2.3-70-g09d2