~ubuntu-branches/ubuntu/precise/dspam/precise

« back to all changes in this revision

Viewing changes to src/client.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff
  • Date: 2011-08-13 08:12:05 UTC
  • mto: (8.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110813081205-12rc292h01gj9csr
Tags: upstream-3.10.1+dfsg
ImportĀ upstreamĀ versionĀ 3.10.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: client.h,v 1.15 2010/01/03 14:39:13 sbajic Exp $ */
 
1
/* $Id: client.h,v 1.17 2011/06/28 00:13:48 sbajic Exp $ */
2
2
 
3
3
/*
4
4
 DSPAM
5
 
 COPYRIGHT (C) 2002-2010 DSPAM PROJECT
 
5
 COPYRIGHT (C) 2002-2011 DSPAM PROJECT
6
6
 
7
 
 This program is free software; you can redistribute it and/or
8
 
 modify it under the terms of the GNU General Public License
9
 
 as published by the Free Software Foundation; version 2
10
 
 of the License.
 
7
 This program is free software: you can redistribute it and/or modify
 
8
 it under the terms of the GNU Affero General Public License as
 
9
 published by the Free Software Foundation, either version 3 of the
 
10
 License, or (at your option) any later version.
11
11
 
12
12
 This program is distributed in the hope that it will be useful,
13
13
 but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
 GNU General Public License for more details.
 
15
 GNU Affero General Public License for more details.
16
16
 
17
 
 You should have received a copy of the GNU General Public License
18
 
 along with this program; if not, write to the Free Software
19
 
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
17
 You should have received a copy of the GNU Affero General Public License
 
18
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
19
 
21
20
*/
22
21