Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22000/UI
Modified Files:
Tag: b0_22_2
HTML.pm HTTP.pm XMLRPC.pm
Log Message:
Change GPL license to remove the option for the person using POPFile to license it under any version of the GPL other than v2.
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.311.4.6
retrieving revision 1.311.4.7
diff -C2 -d -r1.311.4.6 -r1.311.4.7
*** HTML.pm 6 Feb 2006 09:18:40 -0000 1.311.4.6
--- HTML.pm 6 Feb 2006 15:15:53 -0000 1.311.4.7
***************
*** 6,17 ****
# This package contains an HTML UI for POPFile
#
! # Copyright (c) 2001-2004 John Graham-Cumming
#
# This file is part of POPFile
#
! # POPFile 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.
#
# POPFile is distributed in the hope that it will be useful,
--- 6,16 ----
# This package contains an HTML UI for POPFile
#
! # Copyright (c) 2001-2006 John Graham-Cumming
#
# This file is part of POPFile
#
! # POPFile is free software; you can redistribute it and/or modify it
! # under the terms of version 2 of the GNU General Public License as
! # published by the Free Software Foundation.
#
# POPFile is distributed in the hope that it will be useful,
Index: XMLRPC.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/XMLRPC.pm,v
retrieving revision 1.18
retrieving revision 1.18.4.1
diff -C2 -d -r1.18 -r1.18.4.1
*** XMLRPC.pm 29 Nov 2004 16:43:56 -0000 1.18
--- XMLRPC.pm 6 Feb 2006 15:15:54 -0000 1.18.4.1
***************
*** 10,21 ****
# Classifier/Bayes.get_buckets
#
! # Copyright (c) 2001-2004 John Graham-Cumming
#
# This file is part of POPFile
#
! # POPFile 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.
#
# POPFile is distributed in the hope that it will be useful,
--- 10,20 ----
# Classifier/Bayes.get_buckets
#
! # Copyright (c) 2001-2006 John Graham-Cumming
#
# This file is part of POPFile
#
! # POPFile is free software; you can redistribute it and/or modify it
! # under the terms of version 2 of the GNU General Public License as
! # published by the Free Software Foundation.
#
# POPFile is distributed in the hope that it will be useful,
Index: HTTP.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTTP.pm,v
retrieving revision 1.27
retrieving revision 1.27.4.1
diff -C2 -d -r1.27 -r1.27.4.1
*** HTTP.pm 29 Nov 2004 16:43:55 -0000 1.27
--- HTTP.pm 6 Feb 2006 15:15:54 -0000 1.27.4.1
***************
*** 4,15 ****
# modules that service requests over HTTP (e.g. the UI)
#
! # Copyright (c) 2001-2004 John Graham-Cumming
#
# This file is part of POPFile
#
! # POPFile 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.
#
# POPFile is distributed in the hope that it will be useful,
--- 4,14 ----
# modules that service requests over HTTP (e.g. the UI)
#
! # Copyright (c) 2001-2006 John Graham-Cumming
#
# This file is part of POPFile
#
! # POPFile is free software; you can redistribute it and/or modify it
! # under the terms of version 2 of the GNU General Public License as
! # published by the Free Software Foundation.
#
# POPFile is distributed in the hope that it will be useful,
|