X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fsqlite3%2Finit-func%2Fexample.lisp;h=82fa9d34910a5e5d50678b61446df7b04bff90c9;hb=31ac96a3d5e7edbe15c673ce40ba5c1fc94aa62b;hp=c94c6210a26526c5593148d31a4fa02714a89a9c;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/examples/sqlite3/init-func/example.lisp b/examples/sqlite3/init-func/example.lisp index c94c621..82fa9d3 100644 --- a/examples/sqlite3/init-func/example.lisp +++ b/examples/sqlite3/init-func/example.lisp @@ -7,8 +7,6 @@ ;;;; Authors: Aurelio Bignoli ;;;; Created: Oct 2004 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -67,4 +65,4 @@ (clsql:query "SELECT * FROM t1 ORDER BY f2")) ;;;; Disconnect from database. -(clsql:disconnect) \ No newline at end of file +(clsql:disconnect)