From cd3e56bc505a35a71d324a656eb133586a30c59b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 24 Sep 2010 11:37:13 -0500 Subject: add author and copyright info for fedora-burn-yubikey --- src/fedora-burn-yubikey.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/fedora-burn-yubikey.py') diff --git a/src/fedora-burn-yubikey.py b/src/fedora-burn-yubikey.py index 03f7ad9..1862cee 100644 --- a/src/fedora-burn-yubikey.py +++ b/src/fedora-burn-yubikey.py @@ -1,5 +1,14 @@ #!/usr/bin/python +# Copyright (C) 2010 Red Hat Inc. +# Author: Mike McGrath +# +# 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. See http://www.gnu.org/copyleft/gpl.html for +# the full text of the license. + # ykpersonalize -ofixed=ccccccccccci -afcaa0c5bf2e83ec040e4aeb7f8565293 -ouid=1e7f1da7d6d1 from fedora.client import AccountSystem, AuthError from getpass import getpass, getuser -- cgit