soc.2010.detachablepurple: bebf5d81: Added the GPL header and the famous ifnd...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Tue Jul 6 17:01:12 EDT 2010


----------------------------------------------------------------------
Revision: bebf5d8100853c57e06617a816344285c751ac16
Parent:   bf7a0c0ef62b447f5b1d6f835956646d060eb6e7
Author:   gillux at soc.pidgin.im
Date:     07/06/10 16:50:57
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/bebf5d8100853c57e06617a816344285c751ac16

Changelog: 

Added the GPL header and the famous ifndef/def/endif header lines.

Changes against parent bf7a0c0ef62b447f5b1d6f835956646d060eb6e7

  patched  libpurple/dbus-constructor.h

-------------- next part --------------
============================================================
--- libpurple/dbus-constructor.h	e5e4e93f903676a02c5a1f29f4c9e2fd8274d197
+++ libpurple/dbus-constructor.h	41553047ac0137c9975de1950b967621d257525e
@@ -1,3 +1,25 @@
+/* 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 _DBUS_CONSTRUCTOR_H_
+#define _DBUS_CONSTRUCTOR_H_
 
 #include "pobject.h"
 
@@ -26,3 +48,5 @@ G_END_DECLS
 
 G_END_DECLS
 
+#endif /* _DBUS_CONSTRUCTOR_H_ */
+


More information about the Commits mailing list