summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2008-09-11 21:20:09 +0000
committerDaniel Atallah <datallah@pidgin.im>2008-09-11 21:20:09 +0000
commiteb277710f12cd25e9da2051ad4afc6f85dc96a0d (patch)
tree4cea0b2423097e785b2a6af881b5984233faf3ce
parentd71aac5dd2c3dd10fe359c8943bdd8b47adef4ee (diff)
downloadpidgin-eb277710f12cd25e9da2051ad4afc6f85dc96a0d.tar.gz
Add GPL headers to the yahoo_auth files based on Sean's recollection of communication with the authors.
-rw-r--r--libpurple/protocols/yahoo/yahoo_auth.c17
-rw-r--r--[-rwxr-xr-x]libpurple/protocols/yahoo/yahoo_auth.h15
2 files changed, 30 insertions, 2 deletions
diff --git a/libpurple/protocols/yahoo/yahoo_auth.c b/libpurple/protocols/yahoo/yahoo_auth.c
index ff9bf00327..845bfb7775 100644
--- a/libpurple/protocols/yahoo/yahoo_auth.c
+++ b/libpurple/protocols/yahoo/yahoo_auth.c
@@ -1,10 +1,23 @@
/*
* yahoo_auth.c: Authentication routines.
- *
- * Written by Kevin Kurtz and Scott Werndorfer
*
+ * Written by Kevin Kurtz and Scott Werndorfer
* 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"
diff --git a/libpurple/protocols/yahoo/yahoo_auth.h b/libpurple/protocols/yahoo/yahoo_auth.h
index fd5a94c1eb..2fd3565ca1 100755..100644
--- a/libpurple/protocols/yahoo/yahoo_auth.h
+++ b/libpurple/protocols/yahoo/yahoo_auth.h
@@ -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_