diff --git a/bindings/bindings.py b/bindings/bindings.py index 125b8eb..8a5aa92 100644 --- a/bindings/bindings.py +++ b/bindings/bindings.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -# Cryptic - A free implementation of the Liberty Alliance specifications. +# Cryptic -- Cryptographic tools and protocols # # Copyright (C) 2009-2010 Entr'ouvert # http://cryptic.entrouvert.org @@ -21,7 +21,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - import os import re import sys diff --git a/bindings/utils.py b/bindings/utils.py index ffb95da..19af126 100644 --- a/bindings/utils.py +++ b/bindings/utils.py @@ -1,4 +1,6 @@ -# Cryptic - A free implementation of the Liberty Alliance specifications. +#! /usr/bin/env python +# +# Cryptic -- Cryptographic tools and protocols # # Copyright (C) 2009-2010 Entr'ouvert # http://cryptic.entrouvert.org