diff options
Diffstat (limited to 'bootcleanse.py')
| -rwxr-xr-x | bootcleanse.py | 17 |
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 |
