- Timestamp:
- 02/05/2008 07:48:31 PM (18 years ago)
- branch-nick:
- tags
- revision id:
- dsowen@fugue88.ws-20080205194831-zksbhg0gx477wiuw
- Location:
- main
- Files:
-
- 2 added
- 2 edited
-
COPYING (added)
-
COPYING.LESSER (added)
-
dso-tags.asd (modified) (1 diff)
-
tags.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/dso-tags.asd
r3 r4 1 1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*- 2 3 #| 4 Copyright (C) 2008 David Owen 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU Lesser Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 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 Lesser Public License for more details. 15 16 You should have received a copy of the GNU Lesser Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 |# 2 19 3 20 (asdf:defsystem #:dso-tags -
main/tags.lisp
r3 r4 1 #| 2 Copyright (C) 2008 David Owen 3 4 This program is free software: you can redistribute it and/or modify 5 it under the terms of the GNU Lesser Public License as published by 6 the Free Software Foundation, either version 3 of the License, or 7 (at your option) any later version. 8 9 This program is distributed in the hope that it will be useful, 10 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 GNU Lesser Public License for more details. 13 14 You should have received a copy of the GNU Lesser Public License 15 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 |# 17 1 18 (defpackage #:dso-tags 2 19 (:use #:cl #:cl-ppcre)
Note: See TracChangeset
for help on using the changeset viewer.
