diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 15:56:54 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 15:56:54 -0500 |
commit | 184064c6f0ef3e25fc4138ba8c8f84ec403b2400 (patch) | |
tree | 88ba95e23f613b5c0444a0e8df6e387f08266c2d | |
parent | 0da2445b4edc4ee62c2c1030fe6161498603bd77 (diff) | |
download | ampache-184064c6f0ef3e25fc4138ba8c8f84ec403b2400.tar.gz ampache-184064c6f0ef3e25fc4138ba8c8f84ec403b2400.tar.bz2 ampache-184064c6f0ef3e25fc4138ba8c8f84ec403b2400.zip |
Cosmetics: clean head of gather-messages.sh
-rwxr-xr-x | locale/base/gather-messages.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/locale/base/gather-messages.sh b/locale/base/gather-messages.sh index 15fdc5f0..bf7fa7c9 100755 --- a/locale/base/gather-messages.sh +++ b/locale/base/gather-messages.sh @@ -1,7 +1,8 @@ #!/bin/bash # -# Copyright (c) Ampache.org -# All rights reserved. +# vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: +# +# Copyright 2001 - 2013 Ampache.org # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License v2 |