Mercurial > pidgin
changeset 29884:7fbb7612e3dd
Fix license to refer to GPLv2 in a files...
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Thu, 06 May 2010 21:28:32 +0000 |
parents | b3d74a427fac |
children | e0b24a575301 0b22c840f4f4 |
files | libpurple/protocols/jabber/data.c libpurple/protocols/jabber/data.h libpurple/protocols/jabber/ibb.c libpurple/protocols/jabber/ibb.h |
diffstat | 4 files changed, 16 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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"
--- 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
--- 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"
--- 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_