Changeset 3342
- Timestamp:
- 06/25/08 10:11:36 (7 months ago)
- Files:
-
- trunk/thirdparty/cl-webdav/authorized-file-resources.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/cl-webdav.asd (modified) (1 diff)
- trunk/thirdparty/cl-webdav/file-resources.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/handlers.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/packages.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/properties.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/resources.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/specials.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/util.lisp (modified) (1 diff)
- trunk/thirdparty/cl-webdav/xml.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/cl-webdav/authorized-file-resources.lisp
r3335 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/authorized-file-resources.lisp,v 1.7 2007/04/18 19:21:00 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/cl-webdav.asd
r3335 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/cl-webdav.asd,v 1.7 2007/10/21 21:20:56 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/file-resources.lisp
r3335 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/file-resources.lisp,v 1.7 2007/04/18 19:21:00 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/handlers.lisp
r3339 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/handlers.lisp,v 1.13 2007/05/19 22:34:35 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/packages.lisp
r3335 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/packages.lisp,v 1.16 2007/04/18 19:49:32 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/properties.lisp
r3341 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/properties.lisp,v 1.9 2008/06/25 08:04:25 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/resources.lisp
r3339 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/resources.lisp,v 1.12 2007/04/18 19:21:00 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/specials.lisp
r3340 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/specials.lisp,v 1.10 2008/06/25 08:02:17 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/util.lisp
r3339 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/util.lisp,v 1.3 2007/04/17 07:42:08 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without trunk/thirdparty/cl-webdav/xml.lisp
r3335 r3342 2 2 ;;; $Header: /usr/local/cvsrep/cl-webdav/xml.lisp,v 1.10 2007/10/21 21:20:56 edi Exp $ 3 3 4 ;;; Copyright (c) 2007 , Dr. Edmund Weitz. All rights reserved.4 ;;; Copyright (c) 2007-2008, Dr. Edmund Weitz. All rights reserved. 5 5 6 6 ;;; Redistribution and use in source and binary forms, with or without
