pidgin: 3899adf4: Add GPL headers to the yahoo_auth files ...

datallah at pidgin.im datallah at pidgin.im
Thu Sep 11 17:25:28 EDT 2008


-----------------------------------------------------------------
Revision: 3899adf4bc769e54b5338f295574ed8389025068
Ancestor: a636632c34e757253b9488f72068ffa94dc1727f
Author: datallah at pidgin.im
Date: 2008-09-11T21:20:09
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3899adf4bc769e54b5338f295574ed8389025068

Modified files:
        libpurple/protocols/yahoo/yahoo_auth.c
        libpurple/protocols/yahoo/yahoo_auth.h

ChangeLog: 

Add GPL headers to the yahoo_auth files based on Sean's recollection of communication with the authors.

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo_auth.c	2353b04cb818aae603629647cd2ee0b950a91932
+++ libpurple/protocols/yahoo/yahoo_auth.c	ec5f2e3630a9b73d3c5af6e7c6bd4506bb099533
@@ -1,10 +1,23 @@
 /*
  * yahoo_auth.c: Authentication routines.
- *	
+ *
  * Written by Kevin Kurtz and Scott Werndorfer
+ * Copyright(c) 2003 Cerulean Studios
  *
- * Copyright(c) 2003 Cerulean Studios
+ * 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"
============================================================
--- libpurple/protocols/yahoo/yahoo_auth.h	e6fdd68479fbd4830e84bab7fb5592097fef1be7
+++ libpurple/protocols/yahoo/yahoo_auth.h	91419b27fa50604f9373b6301f906186f607c06d
@@ -2,6 +2,21 @@
  * yahoo_auth.h: Header for Yahoo Messenger authentication schemes.  Eew.
  *
  * Copyright(c) 2003 Cerulean Studios
+ *
+ * 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 _YAHOO_AUTH_H_


More information about the Commits mailing list