Changeset trunk,21 for trunk


Ignore:
Timestamp:
06/23/2007 08:00:30 PM (19 years ago)
Author:
dsowen
revision id:
svn-v3-trunk0:2948df59-2b31-0410-8e06-c40c0b09d5b6:trunk:21
Message:

Licensed under LGPL.

Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/dso-parse.asd

    r19 r21  
    11;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
     2
     3#|
     4Copyright (C) 2007  David Owen <dsowen@fugue88.ws>
     5
     6This library is free software; you can redistribute it and/or
     7modify it under the terms of the GNU Lesser General Public
     8License as published by the Free Software Foundation; either
     9version 2.1 of the License, or (at your option) any later version.
     10
     11This library is distributed in the hope that it will be useful,
     12but WITHOUT ANY WARRANTY; without even the implied warranty of
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14Lesser General Public License for more details.
     15
     16You should have received a copy of the GNU Lesser General Public
     17License along with this library; if not, write to the Free Software
     18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     19|#
    220
    321(asdf:defsystem #:dso-parse
  • trunk/matching.lisp

    r20 r21  
    11;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
     2
     3#|
     4Copyright (C) 2007  David Owen <dsowen@fugue88.ws>
     5
     6This library is free software; you can redistribute it and/or
     7modify it under the terms of the GNU Lesser General Public
     8License as published by the Free Software Foundation; either
     9version 2.1 of the License, or (at your option) any later version.
     10
     11This library is distributed in the hope that it will be useful,
     12but WITHOUT ANY WARRANTY; without even the implied warranty of
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14Lesser General Public License for more details.
     15
     16You should have received a copy of the GNU Lesser General Public
     17License along with this library; if not, write to the Free Software
     18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     19|#
    220
    321(in-package #:dso-parse)
  • trunk/package.lisp

    r20 r21  
    11;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
     2
     3#|
     4Copyright (C) 2007  David Owen <dsowen@fugue88.ws>
     5
     6This library is free software; you can redistribute it and/or
     7modify it under the terms of the GNU Lesser General Public
     8License as published by the Free Software Foundation; either
     9version 2.1 of the License, or (at your option) any later version.
     10
     11This library is distributed in the hope that it will be useful,
     12but WITHOUT ANY WARRANTY; without even the implied warranty of
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14Lesser General Public License for more details.
     15
     16You should have received a copy of the GNU Lesser General Public
     17License along with this library; if not, write to the Free Software
     18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     19|#
    220
    321(defpackage #:dso-parse
  • trunk/parsing.lisp

    r20 r21  
    11;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
     2
     3#|
     4Copyright (C) 2007  David Owen <dsowen@fugue88.ws>
     5
     6This library is free software; you can redistribute it and/or
     7modify it under the terms of the GNU Lesser General Public
     8License as published by the Free Software Foundation; either
     9version 2.1 of the License, or (at your option) any later version.
     10
     11This library is distributed in the hope that it will be useful,
     12but WITHOUT ANY WARRANTY; without even the implied warranty of
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14Lesser General Public License for more details.
     15
     16You should have received a copy of the GNU Lesser General Public
     17License along with this library; if not, write to the Free Software
     18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     19|#
    220
    321(in-package #:dso-parse)
  • trunk/util.lisp

    r20 r21  
    11;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
     2
     3#|
     4Copyright (C) 2007  David Owen <dsowen@fugue88.ws>
     5
     6This library is free software; you can redistribute it and/or
     7modify it under the terms of the GNU Lesser General Public
     8License as published by the Free Software Foundation; either
     9version 2.1 of the License, or (at your option) any later version.
     10
     11This library is distributed in the hope that it will be useful,
     12but WITHOUT ANY WARRANTY; without even the implied warranty of
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14Lesser General Public License for more details.
     15
     16You should have received a copy of the GNU Lesser General Public
     17License along with this library; if not, write to the Free Software
     18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     19|#
    220
    321(in-package #:dso-parse)
Note: See TracChangeset for help on using the changeset viewer.