From 8ed633f442beb51f4b856dd0b33dc0ea166eaac6 Mon Sep 17 00:00:00 2001 From: pycage Date: Wed, 6 Jan 2010 21:41:47 +0000 Subject: [PATCH] added GNU header git-svn-id: file:///svnroot/ussd-widget/trunk@9 d197f4d6-dc93-42ad-8354-0da1f58e353f --- ussd-common/src/usr/lib/python2.5/gsmdecode.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ussd-common/src/usr/lib/python2.5/gsmdecode.py b/ussd-common/src/usr/lib/python2.5/gsmdecode.py index 924c24a..20f0b35 100644 --- a/ussd-common/src/usr/lib/python2.5/gsmdecode.py +++ b/ussd-common/src/usr/lib/python2.5/gsmdecode.py @@ -1,3 +1,12 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## 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; version 2 and higer. +## +## Martin Grimme (martin.grimme # gmail.com) 2010 + + LANG_DE = 0x0 LANG_EN = 0x1 LANG_IT = 0x2 @@ -231,6 +240,7 @@ def _decode_general_data_coding(s, h, l): elif (alphabet == 0x2): # USC2 (16 bit, BE) return _decode_usc2(s) + elif (alphabet == 0x3): # reserved return s -- 1.7.9.5