# HG changeset patch # User Da Risk # Date 1351430814 -3600 # Node ID aa8c2dac6d02ace669354b4dc336d8c0619b9037 # Parent d793c2b093505dd120e814f8f864c17b00450973 Add licence header to getFreeXmppServices.py diff -r d793c2b09350 -r aa8c2dac6d02 tools/getFreeXmppServices.py --- a/tools/getFreeXmppServices.py Sun Oct 28 14:20:33 2012 +0100 +++ b/tools/getFreeXmppServices.py Sun Oct 28 14:26:54 2012 +0100 @@ -1,4 +1,26 @@ #!/usr/bin/env python3 +## BEEM is a videoconference application on the Android Platform. +## Copyright (C) 2009-2012 by Frederic-Charles Barthelery, +## Nikita Kozlov, +## Vincent Veronis. +## +## This file is part of BEEM. +## +## BEEM 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, either version 3 of the License, or +## (at your option) any later version. +## +## BEEM 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 +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with BEEM. If not, see . +## +## Please send bug reports with examples or suggestions to +## contact@beem-project.com or http://www.beem-project.com/ import urllib.request import argparse, sys