git.fiddlerwoaroof.com
Browse code

fix copyrights

layer authored on 16/01/2004 19:31:52
Showing 3 changed files
... ...
@@ -3,7 +3,8 @@
3 3
 ;; imap.cl
4 4
 ;; imap and pop interface
5 5
 ;;
6
-;; copyright (c) 1999 Franz Inc, Berkeley, CA  - All rights reserved.
6
+;; copyright (c) 1999 Franz Inc, Berkeley, CA - All rights reserved.
7
+;; copyright (c) 1999-2004 Franz Inc, Oakland, CA - All rights reserved.
7 8
 ;;
8 9
 ;; The software, data and information contained herein are proprietary
9 10
 ;; to, and comprise valuable trade secrets of, Franz, Inc.  They are
... ...
@@ -19,7 +20,7 @@
19 20
 ;; Commercial Software developed at private expense as specified in
20 21
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
21 22
 ;;
22
-;; $Id: imap.cl,v 1.24 2003/10/28 21:52:08 jkf Exp $
23
+;; $Id: imap.cl,v 1.25 2004/01/16 19:31:52 layer Exp $
23 24
 
24 25
 ;; Description:
25 26
 ;;
... ...
@@ -2,7 +2,8 @@
2 2
 ;;
3 3
 ;; smtp.cl
4 4
 ;;
5
-;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA 
5
+;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA  - All rights reserved.
6
+;; copyright (c) 2000-2004 Franz Inc, Oakland, CA - All rights reserved.
6 7
 ;;
7 8
 ;; This code is free software; you can redistribute it and/or
8 9
 ;; modify it under the terms of the version 2.1 of
... ...
@@ -23,7 +24,7 @@
23 24
 ;; Suite 330, Boston, MA  02111-1307  USA
24 25
 ;;
25 26
 ;;
26
-;; $Id: smtp.cl,v 1.7 2003/01/10 16:15:55 layer Exp $
27
+;; $Id: smtp.cl,v 1.8 2004/01/16 19:31:52 layer Exp $
27 28
 
28 29
 ;; Description:
29 30
 ;;   send mail to an smtp server.  See rfc821 for the spec.
... ...
@@ -1,3 +1,21 @@
1
+;; copyright (c) 2002-2004 Franz Inc, Oakland, CA - All rights reserved.
2
+;;
3
+;; The software, data and information contained herein are proprietary
4
+;; to, and comprise valuable trade secrets of, Franz, Inc.  They are
5
+;; given in confidence by Franz, Inc. pursuant to a written license
6
+;; agreement, and may be stored and used only in accordance with the terms
7
+;; of such license.
8
+;;
9
+;; Restricted Rights Legend
10
+;; ------------------------
11
+;; Use, duplication, and disclosure of the software, data and information
12
+;; contained herein by any agency, department or entity of the U.S.
13
+;; Government are subject to restrictions of Restricted Rights for
14
+;; Commercial Software developed at private expense as specified in
15
+;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
16
+;;
17
+;; $Id: t-imap.cl,v 1.8 2004/01/16 19:31:52 layer Exp $
18
+
1 19
 ;; imap testing
2 20
 ;; requires smtp module too
3 21