[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pidgin-commits
Subject:    /pidgin/main: 41f47eb1aa19: Add our license spiel to a bunch of ...
From:       Gary Kramlich <grim () reaperworld ! com>
Date:       2016-09-26 20:17:35
Message-ID: hg.41f47eb1aa19.1474921055.-874508059 () rock ! pidgin ! im
[Download RAW message or body]

Changeset: 41f47eb1aa1918fdecac4210711bccda47d2665d
Author:	 Gary Kramlich <grim@reaperworld.com>
Date:	 2016-09-22 22:09 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/41f47eb1aa19

Description:

Add our license spiel to a bunch of files

diffstat:

 libpurple/dbus-define-api.h       |  22 ++++++++++++++++++++++
 libpurple/dbus-maybe.h            |  22 ++++++++++++++++++++++
 libpurple/dbus-useful.c           |  22 ++++++++++++++++++++++
 libpurple/dbus-useful.h           |  22 ++++++++++++++++++++++
 libpurple/purple-client-example.c |  22 ++++++++++++++++++++++
 libpurple/purple-client.c         |  22 ++++++++++++++++++++++
 libpurple/purple-client.h         |  22 ++++++++++++++++++++++
 libpurple/tests/Makefile.am       |   4 ++++
 libpurple/tests/test_des.c        |  22 ++++++++++++++++++++++
 libpurple/tests/test_des3.c       |  22 ++++++++++++++++++++++
 libpurple/tests/test_hmac.c       |  22 ++++++++++++++++++++++
 libpurple/tests/test_md4.c        |  22 ++++++++++++++++++++++
 libpurple/tests/test_md5.c        |  22 ++++++++++++++++++++++
 libpurple/tests/test_sha1.c       |  22 ++++++++++++++++++++++
 libpurple/tests/test_sha256.c     |  22 ++++++++++++++++++++++
 libpurple/tests/test_util.c       |  22 ++++++++++++++++++++++
 libpurple/tests/test_xmlnode.c    |  22 ++++++++++++++++++++++
 17 files changed, 356 insertions(+), 0 deletions(-)

diffs (truncated from 485 to 300 lines):

diff --git a/libpurple/dbus-define-api.h b/libpurple/dbus-define-api.h
--- a/libpurple/dbus-define-api.h
+++ b/libpurple/dbus-define-api.h
@@ -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 __GI_SCANNER__ /* hide this file from g-ir-scanner */
 #error "This file is not a valid C code and is not intended to be compiled."
 
diff --git a/libpurple/dbus-maybe.h b/libpurple/dbus-maybe.h
--- a/libpurple/dbus-maybe.h
+++ b/libpurple/dbus-maybe.h
@@ -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 _PURPLE_DBUS_MAYBE_H_
 #define _PURPLE_DBUS_MAYBE_H_
 /**
diff --git a/libpurple/dbus-useful.c b/libpurple/dbus-useful.c
--- a/libpurple/dbus-useful.c
+++ b/libpurple/dbus-useful.c
@@ -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
+ *
+ */
 #include <string.h>
 #include <glib.h>
 
diff --git a/libpurple/dbus-useful.h b/libpurple/dbus-useful.h
--- a/libpurple/dbus-useful.h
+++ b/libpurple/dbus-useful.h
@@ -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 _PURPLE_DBUS_USEFUL_H_
 #define _PURPLE_DBUS_USEFUL_H_
 /**
diff --git a/libpurple/purple-client-example.c b/libpurple/purple-client-example.c
--- a/libpurple/purple-client-example.c
+++ b/libpurple/purple-client-example.c
@@ -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_API_SUBJECT_TO_CHANGE
 #define DBUS_API_SUBJECT_TO_CHANGE
 #endif
diff --git a/libpurple/purple-client.c b/libpurple/purple-client.c
--- a/libpurple/purple-client.c
+++ b/libpurple/purple-client.c
@@ -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_API_SUBJECT_TO_CHANGE
 #define DBUS_API_SUBJECT_TO_CHANGE
 #endif
diff --git a/libpurple/purple-client.h b/libpurple/purple-client.h
--- a/libpurple/purple-client.h
+++ b/libpurple/purple-client.h
@@ -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 _PURPLE_CLIENT_H_INCLUDED_
 #define _PURPLE_CLIENT_H_INCLUDED_
 
diff --git a/libpurple/tests/Makefile.am b/libpurple/tests/Makefile.am
--- a/libpurple/tests/Makefile.am
+++ b/libpurple/tests/Makefile.am
@@ -9,6 +9,7 @@ test_programs=\
 	test_des \
 	test_des3 \
 	test_hmac \
+	test_image \
 	test_md4 \
 	test_md5 \
 	test_sha1 \
@@ -27,6 +28,9 @@ test_des3_LDADD=$(COMMON_LIBS)
 test_hmac_SOURCES=test_hmac.c
 test_hmac_LDADD=$(COMMON_LIBS)
 
+test_image_SOURCES=test_image.c
+test_iamge_LDADD=$(COMMON_LIBS)
+
 test_md4_SOURCES=test_md4.c
 test_md4_LDADD=$(COMMON_LIBS)
 
diff --git a/libpurple/tests/test_des.c b/libpurple/tests/test_des.c
--- a/libpurple/tests/test_des.c
+++ b/libpurple/tests/test_des.c
@@ -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
+ *
+ */
 #include <glib.h>
 
 #include <purple.h>
diff --git a/libpurple/tests/test_des3.c b/libpurple/tests/test_des3.c
--- a/libpurple/tests/test_des3.c
+++ b/libpurple/tests/test_des3.c
@@ -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
+ *
+ */
 #include <glib.h>
 
 #include <purple.h>
diff --git a/libpurple/tests/test_hmac.c b/libpurple/tests/test_hmac.c
--- a/libpurple/tests/test_hmac.c
+++ b/libpurple/tests/test_hmac.c
@@ -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

_______________________________________________
Commits mailing list
Commits@pidgin.im
https://pidgin.im/cgi-bin/mailman/listinfo/commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic