git.fiddlerwoaroof.com
Browse code

update copyright

layer authored on 17/04/2007 22:01:42
Showing 7 changed files
... ...
@@ -15,8 +15,8 @@
15 15
 ;; imap.cl
16 16
 ;; imap and pop interface
17 17
 ;;
18
-;; copyright (c) 1999 Franz Inc, Berkeley, CA - All rights reserved.
19
-;; copyright (c) 1999-2004 Franz Inc, Oakland, CA - All rights reserved.
18
+;; copyright (c) 1999-2002 Franz Inc, Berkeley, CA - All rights reserved.
19
+;; copyright (c) 2002-2007 Franz Inc, Oakland, CA - All rights reserved.
20 20
 ;;
21 21
 ;; This code is free software; you can redistribute it and/or
22 22
 ;; modify it under the terms of the version 2.1 of
... ...
@@ -29,7 +29,7 @@
29 29
 ;; merchantability or fitness for a particular purpose.  See the GNU
30 30
 ;; Lesser General Public License for more details.
31 31
 ;;
32
-;; $Id: imap.cl,v 1.30 2006/08/17 18:16:09 layer Exp $
32
+;; $Id: imap.cl,v 1.31 2007/04/17 22:01:42 layer Exp $
33 33
 
34 34
 ;; Description:
35 35
 ;;- This code in this file obeys the Lisp Coding Standard found in
... ...
@@ -15,7 +15,26 @@ v2: make-mime-part: Default external-format is :utf8."
15 15
   :type :system
16 16
   :post-loadable t)
17 17
 
18
-;; $Id: mime-api.cl,v 1.5 2006/12/11 22:45:38 layer Exp $
18
+;; -*- mode: common-lisp; package: net.post-office -*-
19
+;;
20
+;; imap.cl
21
+;; imap and pop interface
22
+;;
23
+;; copyright (c) 1999-2002 Franz Inc, Berkeley, CA - All rights reserved.
24
+;; copyright (c) 2002-2007 Franz Inc, Oakland, CA - All rights reserved.
25
+;;
26
+;; This code is free software; you can redistribute it and/or
27
+;; modify it under the terms of the version 2.1 of
28
+;; the GNU Lesser General Public License as published by 
29
+;; the Free Software Foundation, as clarified by the AllegroServe
30
+;; prequel found in license-allegroserve.txt.
31
+;;
32
+;; This code is distributed in the hope that it will be useful,
33
+;; but without any warranty; without even the implied warranty of
34
+;; merchantability or fitness for a particular purpose.  See the GNU
35
+;; Lesser General Public License for more details.
36
+;;
37
+;; $Id: mime-api.cl,v 1.6 2007/04/17 22:01:42 layer Exp $
19 38
 
20 39
 (defpackage :net.post-office
21 40
   (:use #:lisp #:excl)
... ...
@@ -1,4 +1,20 @@
1
-;; $Id: mime-parse.cl,v 1.3 2007/03/14 18:44:59 duane Exp $
1
+;; -*- mode: common-lisp; package: net.post-office -*-
2
+;;
3
+;; copyright (c) 1999-2002 Franz Inc, Berkeley, CA - All rights reserved.
4
+;; copyright (c) 2002-2007 Franz Inc, Oakland, CA - All rights reserved.
5
+;;
6
+;; This code is free software; you can redistribute it and/or
7
+;; modify it under the terms of the version 2.1 of
8
+;; the GNU Lesser General Public License as published by 
9
+;; the Free Software Foundation, as clarified by the AllegroServe
10
+;; prequel found in license-allegroserve.txt.
11
+;;
12
+;; This code is distributed in the hope that it will be useful,
13
+;; but without any warranty; without even the implied warranty of
14
+;; merchantability or fitness for a particular purpose.  See the GNU
15
+;; Lesser General Public License for more details.
16
+;;
17
+;; $Id: mime-parse.cl,v 1.4 2007/04/17 22:01:42 layer Exp $
2 18
 
3 19
 (defpackage :net.post-office
4 20
   (:use #:lisp #:excl)
... ...
@@ -1,4 +1,20 @@
1
-;; $Id: mime-transfer-encoding.cl,v 1.8 2007/01/21 07:58:40 duane Exp $
1
+;; -*- mode: common-lisp; package: net.post-office -*-
2
+;;
3
+;; copyright (c) 1999-2002 Franz Inc, Berkeley, CA - All rights reserved.
4
+;; copyright (c) 2002-2007 Franz Inc, Oakland, CA - All rights reserved.
5
+;;
6
+;; This code is free software; you can redistribute it and/or
7
+;; modify it under the terms of the version 2.1 of
8
+;; the GNU Lesser General Public License as published by 
9
+;; the Free Software Foundation, as clarified by the AllegroServe
10
+;; prequel found in license-allegroserve.txt.
11
+;;
12
+;; This code is distributed in the hope that it will be useful,
13
+;; but without any warranty; without even the implied warranty of
14
+;; merchantability or fitness for a particular purpose.  See the GNU
15
+;; Lesser General Public License for more details.
16
+;;
17
+;; $Id: mime-transfer-encoding.cl,v 1.9 2007/04/17 22:01:42 layer Exp $
2 18
 
3 19
 (defpackage :net.post-office
4 20
   (:use #:lisp #:excl)
... ...
@@ -1,3 +1,21 @@
1
+;; -*- mode: common-lisp; package: net.post-office -*-
2
+;;
3
+;; copyright (c) 1999-2002 Franz Inc, Berkeley, CA - All rights reserved.
4
+;; copyright (c) 2002-2007 Franz Inc, Oakland, CA - All rights reserved.
5
+;;
6
+;; This code is free software; you can redistribute it and/or
7
+;; modify it under the terms of the version 2.1 of
8
+;; the GNU Lesser General Public License as published by 
9
+;; the Free Software Foundation, as clarified by the AllegroServe
10
+;; prequel found in license-allegroserve.txt.
11
+;;
12
+;; This code is distributed in the hope that it will be useful,
13
+;; but without any warranty; without even the implied warranty of
14
+;; merchantability or fitness for a particular purpose.  See the GNU
15
+;; Lesser General Public License for more details.
16
+;;
17
+;; $Id: rfc2822.cl,v 1.3 2007/04/17 22:01:42 layer Exp $
18
+
1 19
 #+(version= 8 0)
2 20
 (sys:defpatch "rfc2822" 0
3 21
   "v0: New module.  See documentation."
... ...
@@ -21,8 +21,8 @@ v5: rm stray force-output of t; send-smtp-1: New external-format keyword arg."
21 21
 ;;
22 22
 ;; smtp.cl
23 23
 ;;
24
-;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA  - All rights reserved.
25
-;; copyright (c) 2000-2004 Franz Inc, Oakland, CA - All rights reserved.
24
+;; copyright (c) 1986-2002 Franz Inc, Berkeley, CA  - All rights reserved.
25
+;; copyright (c) 2002-2007 Franz Inc, Oakland, CA - All rights reserved.
26 26
 ;;
27 27
 ;; This code is free software; you can redistribute it and/or
28 28
 ;; modify it under the terms of the version 2.1 of
... ...
@@ -43,7 +43,7 @@ v5: rm stray force-output of t; send-smtp-1: New external-format keyword arg."
43 43
 ;; Suite 330, Boston, MA  02111-1307  USA
44 44
 ;;
45 45
 ;;
46
-;; $Id: smtp.cl,v 1.22 2007/04/12 23:58:15 layer Exp $
46
+;; $Id: smtp.cl,v 1.23 2007/04/17 22:01:42 layer Exp $
47 47
 
48 48
 ;; Description:
49 49
 ;;   send mail to an smtp server.  See rfc821 for the spec.
... ...
@@ -1,4 +1,4 @@
1
-;; copyright (c) 2002-2004 Franz Inc, Oakland, CA - All rights reserved.
1
+;; copyright (c) 2002-2007 Franz Inc, Oakland, CA - All rights reserved.
2 2
 ;;
3 3
 ;; The software, data and information contained herein are proprietary
4 4
 ;; to, and comprise valuable trade secrets of, Franz, Inc.  They are
... ...
@@ -14,7 +14,7 @@
14 14
 ;; Commercial Software developed at private expense as specified in
15 15
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
16 16
 ;;
17
-;; $Id: t-imap.cl,v 1.8 2004/01/16 19:31:52 layer Exp $
17
+;; $Id: t-imap.cl,v 1.9 2007/04/17 22:01:42 layer Exp $
18 18
 
19 19
 ;; imap testing
20 20
 ;; requires smtp module too