git.fiddlerwoaroof.com
Browse code

add copyright

jkf authored on 27/09/1999 20:24:24
Showing 1 changed files
... ...
@@ -1,5 +1,29 @@
1
-;; imap protocol
2
-;; (with hooks for pop too)
1
+;; -*- mode: common-lisp; package: post-office -*-
2
+;;
3
+;; imap.cl
4
+;; imap and pop interface
5
+;;
6
+;; copyright (c) 1999 Franz Inc, Berkeley, CA  - All rights reserved.
7
+;;
8
+;; The software, data and information contained herein are proprietary
9
+;; to, and comprise valuable trade secrets of, Franz, Inc.  They are
10
+;; given in confidence by Franz, Inc. pursuant to a written license
11
+;; agreement, and may be stored and used only in accordance with the terms
12
+;; of such license.
13
+;;
14
+;; Restricted Rights Legend
15
+;; ------------------------
16
+;; Use, duplication, and disclosure of the software, data and information
17
+;; contained herein by any agency, department or entity of the U.S.
18
+;; Government are subject to restrictions of Restricted Rights for
19
+;; Commercial Software developed at private expense as specified in
20
+;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
21
+;;
22
+;; $Id: imap.cl,v 1.3 1999/09/27 20:24:24 jkf Exp $
23
+
24
+;; Description:
25
+;;
26
+
3 27
 
4 28
 (defpackage :post-office
5 29
   (:nicknames :po)