diff options
author | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
commit | e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 (patch) | |
tree | ebde4a0ae4c57dd23a84d841b7eb6a04c1b6cdcf /bin | |
parent | 6465a92a38bb42dae3f669e9f2e4f570b6dd5d95 (diff) |
- s/RoundCube/Roundcube/
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cleandb.sh | 4 | ||||
-rwxr-xr-x | bin/decrypt.sh | 4 | ||||
-rwxr-xr-x | bin/dumpschema.sh | 4 | ||||
-rwxr-xr-x | bin/update.sh | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/bin/cleandb.sh b/bin/cleandb.sh index 51746446a..8124d2c2a 100755 --- a/bin/cleandb.sh +++ b/bin/cleandb.sh @@ -5,8 +5,8 @@ +-----------------------------------------------------------------------+ | bin/cleandb.sh | | | - | This file is part of the RoundCube Webmail client | - | Copyright (C) 2010, RoundCube Dev. - Switzerland | + | This file is part of the Roundcube Webmail client | + | Copyright (C) 2010, Roundcube Dev. - Switzerland | | Licensed under the GNU GPL | | | | PURPOSE: | diff --git a/bin/decrypt.sh b/bin/decrypt.sh index 51a89e903..95f16532e 100755 --- a/bin/decrypt.sh +++ b/bin/decrypt.sh @@ -5,8 +5,8 @@ +-----------------------------------------------------------------------+ | bin/decrypt.sh | | | - | This file is part of the RoundCube Webmail client | - | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | + | This file is part of the Roundcube Webmail client | + | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland | | Licensed under the GNU GPL | | | | PURPOSE: | diff --git a/bin/dumpschema.sh b/bin/dumpschema.sh index 5afcb7cf5..13b156270 100755 --- a/bin/dumpschema.sh +++ b/bin/dumpschema.sh @@ -5,8 +5,8 @@ +-----------------------------------------------------------------------+ | bin/dumpschema.sh | | | - | This file is part of the RoundCube Webmail client | - | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | + | This file is part of the Roundcube Webmail client | + | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland | | Licensed under the GNU GPL | | | | PURPOSE: | diff --git a/bin/update.sh b/bin/update.sh index 2d59b26c1..5f4e3f24c 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -124,12 +124,12 @@ if ($RCI->configured) { if ($success) { - echo "This instance of RoundCube is up-to-date.\n"; + echo "This instance of Roundcube is up-to-date.\n"; echo "Have fun!\n"; } } else { - echo "This instance of RoundCube is not yet configured!\n"; + echo "This instance of Roundcube is not yet configured!\n"; echo "Open http://url-to-roundcube/installer/ in your browser and follow the instuctions.\n"; } |