summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2010-01-06 16:41:39 +0100
committerMichal Čihař <michal@cihar.com>2010-01-06 16:41:39 +0100
commit7f046c3bd5880e546e8088eafcb38c0f8f9d8949 (patch)
treed71232e68dfdbdfbc654154acc7afada57cab8a7 /admin
parentdb82aad8331a0e9aa7760091b781a2d5ede9f5fc (diff)
Imported Upstream version 1.27.90
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/generate-man12
-rwxr-xr-xadmin/set-version2
2 files changed, 7 insertions, 7 deletions
diff --git a/admin/generate-man b/admin/generate-man
index 6388450..ebd5001 100755
--- a/admin/generate-man
+++ b/admin/generate-man
@@ -7,7 +7,7 @@ Gammu man page generator
__author__ = 'Michal Čihař'
__email__ = 'michal@cihar.com'
__license__ = '''
-Copyright © 2003 - 2009 Michal Čihař
+Copyright © 2003 - 2010 Michal Čihař
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 as published by
@@ -241,7 +241,7 @@ it. It's easy: many things in this file will be written double - once in Unicode
once in ASCII. When you will remove Unicode version Gammu will use ASCII
on \\fBrestore\\fR (and you can easy edit ASCII text) and will convert it
according to your OS locale. When will be available Unicode version of text,
-it will be used instead of ASCII (usefull with Unicode phones - it isn't important,
+it will be used instead of ASCII (useful with Unicode phones - it isn't important,
what locale is set in computer and no conversion Unicode \\-> ASCII and ASCII \\->
Unicode is done).
@@ -284,7 +284,7 @@ are supported, for actual listing see <http://wammu.eu/phones/>.
'''
COPYRIGHT = '''
-Copyright \(co 2003-2009 Marcin Wiacek, Michal Cihar and other authors.
+Copyright \(co 2003 - 2010 Marcin Wiacek, Michal Cihar and other authors.
License GPLv2: GNU GPL version 2 <http://www.gnu.org/licenses/old\\-licenses/gpl\\-2.0.html>
.br
This is free software: you are free to change and redistribute it.
@@ -693,7 +693,7 @@ HELP['setbitmap CALLER'] = '''Set caller logo.
'''
HELP['setbitmap OPERATOR'] = '''Set operator logo in phone. When won't give file and netcode, operator logo
will be removed from phone. When will give only filename, operator logo will
-be displayed for your current GSM operator. When give additionaly network
+be displayed for your current GSM operator. When give additionally network
code, it will be displayed for this operator: \\fBgammu setbitmap OPERATOR file "260 02"\\fR
'''
HELP['setbitmap COLOUROPERATOR'] = ''''''
@@ -742,11 +742,11 @@ specified) and save as text SMS into SIM/phone memory.
\\fB\\-flash\\fR - Class 0 SMS
\\fB\\-len len\\fR - specify, how many chars will be read. When use this
-option and text will be longer than 1 SMS, will be splitted into more
+option and text will be longer than 1 SMS, will be split into more
linked SMS
\\fB\\-autolen len\\fR - specify, how many chars will be read. When use this
-option and text will be longer than 1 SMS, will be splitted into more
+option and text will be longer than 1 SMS, will be split into more
linked SMS.Coding type (SMS default alphabet/Unicode) is set according
to input text
diff --git a/admin/set-version b/admin/set-version
index 60c911e..cca2b37 100755
--- a/admin/set-version
+++ b/admin/set-version
@@ -35,6 +35,6 @@ sed -i "s/VERSION = '[0-9.]*'/VERSION = '$version'/" python/setup.py
if ! grep -q " - $version" ChangeLog ; then
sed -i -e '/^=========$/ a\
' -e '/^=========$/ a\
-2009???? - '"$version"'
+2010???? - '"$version"'
' ChangeLog
fi