pidgin: 6e83e3c6: These new files are missing GPL headers....

qulogic at pidgin.im qulogic at pidgin.im
Sat Nov 27 03:46:11 EST 2010


----------------------------------------------------------------------
Revision: 6e83e3c6034924be516805c89db4e25a5125eef2
Parent:   c10aded8a9d9668a087b1d011a92161f1684c0fd
Author:   qulogic at pidgin.im
Date:     11/27/10 02:56:27
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6e83e3c6034924be516805c89db4e25a5125eef2

Changelog: 

These new files are missing GPL headers. And fix a couple incorrect
names in there.

Changes against parent c10aded8a9d9668a087b1d011a92161f1684c0fd

  patched  libpurple/protocols/msn/httpconn.c
  patched  libpurple/protocols/msn/p2p.c
  patched  libpurple/protocols/msn/p2p.h
  patched  libpurple/protocols/msn/sbconn.c
  patched  libpurple/protocols/msn/sbconn.h
  patched  libpurple/protocols/msn/slpmsg.c
  patched  libpurple/protocols/msn/slpmsg_part.c
  patched  libpurple/protocols/msn/slpmsg_part.h
  patched  libpurple/protocols/msn/xfer.c
  patched  libpurple/protocols/msn/xfer.h

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/slpmsg.c	29f272610a711e8d79f546116027d3ed2b48b1c3
+++ libpurple/protocols/msn/slpmsg.c	dd02d7630fcfb6d8b5f075fe52fe69823a7c6c3a
@@ -1,5 +1,5 @@
 /**
- * @file slpmsg.h SLP Message functions
+ * @file slpmsg.c SLP Message functions
  *
  * purple
  *
============================================================
--- libpurple/protocols/msn/httpconn.c	3b5e7ef7d54c4dcb317f1509cb33623067cd40ef
+++ libpurple/protocols/msn/httpconn.c	f3ca08ffa5671a256777e2791c1c2bd7307744cb
@@ -1,5 +1,5 @@
 /**
- * @file httpmethod.c HTTP connection method
+ * @file httpconn.c HTTP connection method
  *
  * purple
  *
============================================================
--- libpurple/protocols/msn/p2p.h	d565d717d3a257cf80c67cdb63df119e038f19f0
+++ libpurple/protocols/msn/p2p.h	ec243759e2e2fd0b873d6b6e8cc158d88963b8a0
@@ -1,3 +1,27 @@
+/**
+ * @file p2p.h MSN P2P functions
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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 MSN_P2P_H
 #define MSN_P2P_H
 
============================================================
--- libpurple/protocols/msn/p2p.c	852156041dc892ec783df78af9b4fdbfc123ea41
+++ libpurple/protocols/msn/p2p.c	53eb22e3ba09b95eb54f2ac3f7803439a034cb34
@@ -1,3 +1,27 @@
+/**
+ * @file p2p.c MSN P2P functions
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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"
 
 #include "p2p.h"
============================================================
--- libpurple/protocols/msn/sbconn.c	f28975506a202a18967d66566f162fe388656ff5
+++ libpurple/protocols/msn/sbconn.c	1d7e4039ab621ebc5eae5b6fd5948f8ab329d85e
@@ -1,3 +1,27 @@
+/**
+ * @file sbconn.c MSN Switchboard Connection
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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"
 #include "debug.h"
 
============================================================
--- libpurple/protocols/msn/sbconn.h	410133301b8ff7bbf81ee4712b44124900e0d027
+++ libpurple/protocols/msn/sbconn.h	57a18d0c981a4beede06627e5aaccf42a2ff4149
@@ -1,3 +1,27 @@
+/**
+ * @file sbconn.h MSN Switchboard Connection
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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 MSN_SBCONN_H
 #define MSN_SBCONN_H
 
============================================================
--- libpurple/protocols/msn/slpmsg_part.c	c2109bde46a65c772b20e23c876a75f1af755d7a
+++ libpurple/protocols/msn/slpmsg_part.c	ae95b349f68711a98124dec5b808e119fd236089
@@ -1,3 +1,27 @@
+/**
+ * @file slpmsg_part.c MSNSLP Parts
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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"
 #include "debug.h"
 
============================================================
--- libpurple/protocols/msn/slpmsg_part.h	ef969f38130c46b8089b669352806a053ec3e8b1
+++ libpurple/protocols/msn/slpmsg_part.h	46266d2ef870c8b0099282e468571131d866d5e0
@@ -1,3 +1,27 @@
+/**
+ * @file slpmsg_part.h MSNSLP Parts
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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 MSN_SLPMSG_PART_H
 #define MSN_SLPMSG_PART_H
 
============================================================
--- libpurple/protocols/msn/xfer.c	e1a005473bc86c7b60f600b2815618f2cb9b6790
+++ libpurple/protocols/msn/xfer.c	5e8f46a6750f079f16e6adf576c2173a3394065a
@@ -1,3 +1,27 @@
+/**
+ * @file xfer.c MSN File Transfer functions
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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"
 #include "debug.h"
 
============================================================
--- libpurple/protocols/msn/xfer.h	dec6b9481fadd6dcc1054645911eb09d13c3bdc7
+++ libpurple/protocols/msn/xfer.h	1c78ea535a6340661e06d23e96790730adcb451d
@@ -1,4 +1,28 @@
+/**
+ * @file xfer.h MSN File Transfer functions
+ *
+ * purple
+ *
+ * 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.
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 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 "slpcall.h"
 
 void msn_xfer_init(PurpleXfer *xfer);


More information about the Commits mailing list