Changeset 3742 for branches/f4grobner
- Timestamp:
- 2016-05-27T16:09:32-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/copy.lisp
r3671 r3742 2 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3 3 ;;; 4 ;;; copyright (c) 1999, 2002, 2009, 2015 marek rychlik <rychlik@u.arizona.edu>4 ;;; Copyright (C) 1999, 2002, 2009, 2015 Marek Rychlik <rychlik@u.arizona.edu> 5 5 ;;; 6 ;;; this program is free software; you can redistribute it and/or modify7 ;;; it under the terms of the gnu general public license as published by8 ;;; the free software foundation; either version 2 of the license, or6 ;;; This program is free software; you can redistribute it and/or modify 7 ;;; it under the terms of the GNU General Public License as published by 8 ;;; the Free Software Foundation; either version 2 of the License, or 9 9 ;;; (at your option) any later version. 10 10 ;;; 11 ;;; this program is distributed in the hope that it will be useful,12 ;;; but without any warranty; without even the implied warranty of13 ;;; merchantability or fitness for a particular purpose. see the14 ;;; gnu general public license for more details.11 ;;; This program is distributed in the hope that it will be useful, 12 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 13 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 ;;; GNU General Public License for more details. 15 15 ;;; 16 ;;; you should have received a copy of the gnu general public license17 ;;; along with this program; if not, write to the free software18 ;;; foundation, inc., 59 temple place - suite 330, boston, ma 02111-1307, usa.16 ;;; You should have received a copy of the GNU General Public License 17 ;;; along with this program; if not, write to the Free Software 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 19 ;;; 20 20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note:
See TracChangeset
for help on using the changeset viewer.