[Commits] plugin.c 1.13.2.43 1.13.2.44

mones at claws-mail.org mones at claws-mail.org
Mon Mar 26 12:53:37 CEST 2012


Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv21740/src/common

Modified Files:
      Tag: gtk2
	plugin.c 
Log Message:
2012-03-26 [mones]	3.8.0cvs34

	* src/common/plugin.c
		Support 2 and 3-clause BSD licensed plugins 

Index: plugin.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/plugin.c,v
retrieving revision 1.13.2.43
retrieving revision 1.13.2.44
diff -u -d -r1.13.2.43 -r1.13.2.44
--- plugin.c	21 Jul 2011 19:32:12 -0000	1.13.2.43
+++ plugin.c	26 Mar 2012 10:53:34 -0000	1.13.2.44
@@ -80,6 +80,8 @@
   "GPL3+", "GPLv3+", "GPL3", "GPLv3",
   "GPL2+", "GPLv2+",
   "Apache2.0", "Apache 2.0", "Apache v2.0",
+  "2-clause BSD", "Simplified BSD", "FreeBSD",
+  "3-clause BSD", "New BSD", "Modified BSD",
   NULL
 };
 



More information about the Commits mailing list