summaryrefslogtreecommitdiffstats
path: root/src/fedora-burn-yubikey.py
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2010-09-24 11:37:13 -0500
committerDennis Gilmore <dennis@ausil.us>2010-09-24 11:37:13 -0500
commitcd3e56bc505a35a71d324a656eb133586a30c59b (patch)
tree6ab6a60e24f45549387e227a0ab6caa6c53ec027 /src/fedora-burn-yubikey.py
parentb6ef8f00e9e655364bbfab886fe355665215378a (diff)
downloadfedora-packager-cd3e56bc505a35a71d324a656eb133586a30c59b.tar.gz
fedora-packager-cd3e56bc505a35a71d324a656eb133586a30c59b.tar.xz
fedora-packager-cd3e56bc505a35a71d324a656eb133586a30c59b.zip
add author and copyright info for fedora-burn-yubikey
Diffstat (limited to 'src/fedora-burn-yubikey.py')
-rw-r--r--src/fedora-burn-yubikey.py9
1 files changed, 9 insertions, 0 deletions
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 <mmcgrath@redhat.com>
+#
+# 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