# HG changeset patch # User Marcus Lundblad # Date 1273181312 0 # Node ID 7fbb7612e3ddf08163124c1e56c300b8a5a6edf2 # Parent b3d74a427fac6538bb40846519c6f55485429e47 Fix license to refer to GPLv2 in a files... diff -r b3d74a427fac -r 7fbb7612e3dd libpurple/protocols/jabber/data.c --- a/libpurple/protocols/jabber/data.c Thu May 06 06:16:48 2010 +0000 +++ b/libpurple/protocols/jabber/data.c Thu May 06 21:28:32 2010 +0000 @@ -1,4 +1,6 @@ /* + * purple - Jabber Service Discovery + * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. @@ -11,11 +13,12 @@ * This program 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 Library General Public License for more details. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + * */ #include "internal.h" diff -r b3d74a427fac -r 7fbb7612e3dd libpurple/protocols/jabber/data.h --- a/libpurple/protocols/jabber/data.h Thu May 06 06:16:48 2010 +0000 +++ b/libpurple/protocols/jabber/data.h Thu May 06 21:28:32 2010 +0000 @@ -1,4 +1,6 @@ /* + * purple - Jabber Service Discovery + * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. @@ -11,11 +13,12 @@ * This program 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 Library General Public License for more details. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + * */ #ifndef PURPLE_JABBER_DATA_H diff -r b3d74a427fac -r 7fbb7612e3dd libpurple/protocols/jabber/ibb.c --- a/libpurple/protocols/jabber/ibb.c Thu May 06 06:16:48 2010 +0000 +++ b/libpurple/protocols/jabber/ibb.c Thu May 06 21:28:32 2010 +0000 @@ -1,4 +1,6 @@ /* + * purple - Jabber Service Discovery + * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. @@ -11,11 +13,12 @@ * This program 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 Library General Public License for more details. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + * */ #include "internal.h" diff -r b3d74a427fac -r 7fbb7612e3dd libpurple/protocols/jabber/ibb.h --- a/libpurple/protocols/jabber/ibb.h Thu May 06 06:16:48 2010 +0000 +++ b/libpurple/protocols/jabber/ibb.h Thu May 06 21:28:32 2010 +0000 @@ -1,4 +1,6 @@ /* + * purple - Jabber Service Discovery + * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. @@ -11,11 +13,12 @@ * This program 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 Library General Public License for more details. + * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + * */ #ifndef PURPLE_JABBER_IBB_H_