Changeset 10247 for trunk/scripts

Show
Ignore:
Timestamp:
08/15/08 05:20:23 (3 months ago)
Author:
roidelapluie
Message:
  • Big headers review
  • Remove some licencing problems
  • To do: same for images
  • See #4200
Location:
trunk/scripts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/gajim.in

    r10245 r10247  
    11#!/bin/sh 
    2 ##      gajim 
     2## scripts/gajim.in 
    33## 
    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> 
    78## 
    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. 
    1610## 
    17 ## This program is free software; you can redistribute it and/or modify 
     11## Gajim is free software; you can redistribute it and/or modify 
    1812## it under the terms of the GNU General Public License as published 
    19 ## by the Free Software Foundation; version 2 only. 
     13## by the Free Software Foundation; version 3 only. 
    2014## 
    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, 
    2216## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    23 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    2418## 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## 
    2523 
    2624if test $(id -u) -eq 0; then 
  • trunk/scripts/gajim-remote.in

    r10245 r10247  
    11#!/bin/sh 
    2 ##      gajim 
     2## scripts/gajim-remote.in 
    33## 
    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> 
    176## 
    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 
    1910## it under the terms of the GNU General Public License as published 
    20 ## by the Free Software Foundation; version 2 only. 
     11## by the Free Software Foundation; version 3 only. 
    2112## 
    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, 
    2314## but WITHOUT ANY WARRANTY; without even the implied warranty of 
    24 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
    2516## 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## 
    2621 
    2722if test $(id -u) -eq 0; then