Skip to content

Commit

Permalink
Update and/or add copyright
Browse files Browse the repository at this point in the history
Change-Id: I66b838d9deaf95c7f7dd2c47089daeacafc5bcca
  • Loading branch information
dklayer committed Feb 25, 2012
1 parent 60df191 commit 125dd71
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions solr.lisp
@@ -1,4 +1,20 @@
;; -*- mode: common-lisp -*-
;; copyright (c) 2011-2012 Franz Inc, Oakland, CA - All rights reserved.
;;
;; The software, data and information contained herein are proprietary
;; to, and comprise valuable trade secrets of, Franz, Inc. They are
;; given in confidence by Franz, Inc. pursuant to a written license
;; agreement, and may be stored and used only in accordance with the terms
;; of such license.
;;
;; Restricted Rights Legend
;; ------------------------
;; Use, duplication, and disclosure of the software, data and information
;; contained herein by any agency, department or entity of the U.S.
;; Government are subject to restrictions of Restricted Rights for
;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.

(in-package :solr)

(eval-when (compile eval)
Expand Down
16 changes: 16 additions & 0 deletions test.lisp
@@ -1,3 +1,19 @@
;; copyright (c) 2012 Franz Inc, Oakland, CA - All rights reserved.
;;
;; The software, data and information contained herein are proprietary
;; to, and comprise valuable trade secrets of, Franz, Inc. They are
;; given in confidence by Franz, Inc. pursuant to a written license
;; agreement, and may be stored and used only in accordance with the terms
;; of such license.
;;
;; Restricted Rights Legend
;; ------------------------
;; Use, duplication, and disclosure of the software, data and information
;; contained herein by any agency, department or entity of the U.S.
;; Government are subject to restrictions of Restricted Rights for
;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.

;;
;; Testing Solr binding
;;
Expand Down

0 comments on commit 125dd71

Please sign in to comment.