Changeset 10247 for trunk/scripts
- Timestamp:
- 08/15/08 05:20:23 (3 months ago)
- Location:
- trunk/scripts
- Files:
-
- 2 modified
-
gajim.in (modified) (1 diff)
-
gajim-remote.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/gajim.in
r10245 r10247 1 1 #!/bin/sh 2 ## gajim2 ## scripts/gajim.in 3 3 ## 4 ## Contributors for this file: 5 ## - Yann Le Boulanger <asterix@lagaule.org> 6 ## - Nikos Kouremenos <kourem@gmail.com> 4 ## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org> 5 ## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com> 6 ## Stefan Bethge <stefan AT lanpartei.de> 7 ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 7 8 ## 8 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 9 ## Vincent Hanquez <tab@snarc.org> 10 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 11 ## Vincent Hanquez <tab@snarc.org> 12 ## Nikos Kouremenos <nkour@jabber.org> 13 ## Dimitur Kirov <dkirov@gmail.com> 14 ## Travis Shirk <travis@pobox.com> 15 ## Norman Rasmussen <norman@rasmussen.co.za> 9 ## This file is part of Gajim. 16 10 ## 17 ## This program is free software; you can redistribute it and/or modify11 ## Gajim is free software; you can redistribute it and/or modify 18 12 ## it under the terms of the GNU General Public License as published 19 ## by the Free Software Foundation; version 2only.13 ## by the Free Software Foundation; version 3 only. 20 14 ## 21 ## This program is distributed in the hope that it will be useful,15 ## Gajim is distributed in the hope that it will be useful, 22 16 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 23 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the17 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 18 ## GNU General Public License for more details. 19 ## 20 ## You should have received a copy of the GNU General Public License 21 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 22 ## 25 23 26 24 if test $(id -u) -eq 0; then -
trunk/scripts/gajim-remote.in
r10245 r10247 1 1 #!/bin/sh 2 ## gajim2 ## scripts/gajim-remote.in 3 3 ## 4 ## Contributors for this file: 5 ## - Yann Le Boulanger <asterix@lagaule.org> 6 ## - Nikos Kouremenos <kourem@gmail.com> 7 ## - Dimitur Kirov <dkirov@gmail.com> 8 ## 9 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org> 10 ## Vincent Hanquez <tab@snarc.org> 11 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org> 12 ## Vincent Hanquez <tab@snarc.org> 13 ## Nikos Kouremenos <nkour@jabber.org> 14 ## Dimitur Kirov <dkirov@gmail.com> 15 ## Travis Shirk <travis@pobox.com> 16 ## Norman Rasmussen <norman@rasmussen.co.za> 4 ## Copyright (C) 2006 Yann Leboulanger <asterix AT lagaule.org> 5 ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 17 6 ## 18 ## This program is free software; you can redistribute it and/or modify 7 ## This file is part of Gajim. 8 ## 9 ## Gajim is free software; you can redistribute it and/or modify 19 10 ## it under the terms of the GNU General Public License as published 20 ## by the Free Software Foundation; version 2only.11 ## by the Free Software Foundation; version 3 only. 21 12 ## 22 ## This program is distributed in the hope that it will be useful,13 ## Gajim is distributed in the hope that it will be useful, 23 14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 24 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 16 ## GNU General Public License for more details. 17 ## 18 ## You should have received a copy of the GNU General Public License 19 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 20 ## 26 21 27 22 if test $(id -u) -eq 0; then
