; An example of a book directory with structure ; Copyright (C) 2006 University of Texas at Austin ((:FILES " .: Makefile Readme.lsp subdir1 subdir2 ./subdir1: Makefile bar.lisp cert.acl2 foo.lisp ./subdir2: Makefile top.lisp " ) (:TITLE "A simple example of a book directory") (:AUTHOR/S "E. Cartman") ; non-empty list of author strings (:KEYWORDS ; non-empty list of keywords, case-insensitive "book contributions" "contributed books" ) (:ABSTRACT "This directory illustrates the structure of contribution to ACL2's set of certifiable books, in the case that there are subdirectories. Note also that there are no Readme.lsp files for the subdirectories since the subdirectories are captured by this Readme.lsp. ") (:PERMISSION ; author/s permission for distribution and copying: "Simple example 2 Copyright (C) 2006 E. Cartman This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."))