changeset 0b8855fbefd1 in /home/hg/repos/gajim branches: gtk3 details:http://hg.gajim.org/gajim?cmd=changeset;node=0b8855fbefd1 description: we release under GPL v3
diffstat: src/common/jingle.py | 10 ++++++---- src/common/jingle_content.py | 10 ++++++---- src/common/jingle_ftstates.py | 10 ++++++---- src/common/jingle_rtp.py | 10 ++++++---- src/common/jingle_session.py | 10 ++++++---- src/common/jingle_transport.py | 10 ++++++---- src/common/multimedia_helpers.py | 10 ++++++---- 7 files changed, 42 insertions(+), 28 deletions(-) diffs (175 lines): diff -r 7963223c0f2d -r 0b8855fbefd1 src/common/jingle.py --- a/src/common/jingle.py Fri Aug 16 09:25:07 2013 +0200 +++ b/src/common/jingle.py Fri Aug 16 09:33:15 2013 +0200 @@ -1,15 +1,17 @@ ## ## Copyright (C) 2006 Gajim Team ## -## This program is free software; you can redistribute it and/or modify +## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published -## by the Free Software Foundation; version 2 only. +## by the Free Software Foundation; version 3 only. ## -## This program is distributed in the hope that it will be useful, +## Gajim is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## +## You should have received a copy of the GNU General Public License +## along with Gajim. If not, see <http://www.gnu.org/licenses/>. """ Handles the jingle signalling protocol """ diff -r 7963223c0f2d -r 0b8855fbefd1 src/common/jingle_content.py --- a/src/common/jingle_content.py Fri Aug 16 09:25:07 2013 +0200 +++ b/src/common/jingle_content.py Fri Aug 16 09:33:15 2013 +0200 @@ -1,15 +1,17 @@ ## ## Copyright (C) 2006 Gajim Team ## -## This program is free software; you can redistribute it and/or modify +## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published -## by the Free Software Foundation; version 2 only. +## by the Free Software Foundation; version 3 only. ## -## This program is distributed in the hope that it will be useful, +## Gajim is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## +## You should have received a copy of the GNU General Public License +## along with Gajim. If not, see <http://www.gnu.org/licenses/>. """ Handles Jingle contents (XEP 0166) diff -r 7963223c0f2d -r 0b8855fbefd1 src/common/jingle_ftstates.py --- a/src/common/jingle_ftstates.py Fri Aug 16 09:25:07 2013 +0200 +++ b/src/common/jingle_ftstates.py Fri Aug 16 09:33:15 2013 +0200 @@ -1,15 +1,17 @@ ## ## Copyright (C) 2006 Gajim Team ## -## This program is free software; you can redistribute it and/or modify +## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published -## by the Free Software Foundation; version 2 only. +## by the Free Software Foundation; version 3 only. ## -## This program is distributed in the hope that it will be useful, +## Gajim is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## +## You should have received a copy of the GNU General Public License +## along with Gajim. If not, see <http://www.gnu.org/licenses/>. from common import gajim import nbxmpp diff -r 7963223c0f2d -r 0b8855fbefd1 src/common/jingle_rtp.py --- a/src/common/jingle_rtp.py Fri Aug 16 09:25:07 2013 +0200 +++ b/src/common/jingle_rtp.py Fri Aug 16 09:33:15 2013 +0200 @@ -1,15 +1,17 @@ ## ## Copyright (C) 2006 Gajim Team ## -## This program is free software; you can redistribute it and/or modify +## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published -## by the Free Software Foundation; version 2 only. +## by the Free Software Foundation; version 3 only. ## -## This program is distributed in the hope that it will be useful, +## Gajim is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## +## You should have received a copy of the GNU General Public License +## along with Gajim. If not, see <http://www.gnu.org/licenses/>. """ Handles Jingle RTP sessions (XEP 0167) diff -r 7963223c0f2d -r 0b8855fbefd1 src/common/jingle_session.py --- a/src/common/jingle_session.py Fri Aug 16 09:25:07 2013 +0200 +++ b/src/common/jingle_session.py Fri Aug 16 09:33:15 2013 +0200 @@ -1,15 +1,17 @@ ## ## Copyright (C) 2006 Gajim Team ## -## This program is free software; you can redistribute it and/or modify +## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published -## by the Free Software Foundation; version 2 only. +## by the Free Software Foundation; version 3 only. ## -## This program is distributed in the hope that it will be useful, +## Gajim is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## +## You should have received a copy of the GNU General Public License +## along with Gajim. If not, see <http://www.gnu.org/licenses/>. """ Handles Jingle sessions (XEP 0166) diff -r 7963223c0f2d -r 0b8855fbefd1 src/common/jingle_transport.py --- a/src/common/jingle_transport.py Fri Aug 16 09:25:07 2013 +0200 +++ b/src/common/jingle_transport.py Fri Aug 16 09:33:15 2013 +0200 @@ -1,15 +1,17 @@ ## ## Copyright (C) 2006 Gajim Team ## -## This program is free software; you can redistribute it and/or modify +## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published -## by the Free Software Foundation; version 2 only. +## by the Free Software Foundation; version 3 only. ## -## This program is distributed in the hope that it will be useful, +## Gajim is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## +## You should have received a copy of the GNU General Public License +## along with Gajim. If not, see <http://www.gnu.org/licenses/>. """ Handles Jingle Transports (currently only ICE-UDP) diff -r 7963223c0f2d -r 0b8855fbefd1 src/common/multimedia_helpers.py --- a/src/common/multimedia_helpers.py Fri Aug 16 09:25:07 2013 +0200 +++ b/src/common/multimedia_helpers.py Fri Aug 16 09:33:15 2013 +0200 @@ -1,15 +1,17 @@ ## ## Copyright (C) 2009 Thibaut GIRKA <thib AT sitedethib.com> ## -## This program is free software; you can redistribute it and/or modify +## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published -## by the Free Software Foundation; version 2 only. +## by the Free Software Foundation; version 3 only. ## -## This program is distributed in the hope that it will be useful, +## Gajim is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## +## You should have received a copy of the GNU General Public License +## along with Gajim. If not, see <http://www.gnu.org/licenses/>. import gst _______________________________________________ Commits mailing list [email protected] http://lists.gajim.org/cgi-bin/listinfo/commits
