Remove unused CVS keywords, regularize package definition/references.

This commit is contained in:
2012-11-18 02:33:17 +01:00
parent 6d6121bcca
commit e7620a0a52
33 changed files with 37 additions and 69 deletions

View File

@ -3,10 +3,9 @@
;;;;
;;;; authorization.cl --- Authorization checking resources
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; buffer.cl --- Efficient I/O and buffer handling
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; conditions.cl --- CLASH- and HTTP-specific conditions
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; connection.cl --- Object to identify a connection.
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; entity.cl --- Entity Handling
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; http-io.cl --- HTTP conforming input and output routines and codecs
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; logging.cl --- Logging and tracing functionality
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; messages.cl --- HTTP Request and Response messages
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; method.cl --- HTTP Request Method registry
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; mime.cl --- MIME handling code
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; namespace.cl --- URL Namespace
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; parsing.cl --- General HTTP parsing routines
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; readtable.cl --- Specialized Syntax/Readtable for CLASH
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; resource.cl --- Definition of a served resource
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; responses.cl --- Creation of standardized responses
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; server.cl --- Basic HTTP Server definition
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; session.cl --- Session management resources
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; status-codes.cl --- HTTP-mandated status codes.
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; url.cl --- URL parsing/unparsing
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; utility.cl --- Utility functions and macros for CLASH users
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;

View File

@ -3,10 +3,9 @@
;;;;
;;;; version.cl --- HTTP-Version handling and CLASH version
;;;;
;;;; Checkout Tag: $Name$
;;;; $Id$
(in-package :CLASH)
(cl:in-package #:clash)
;;;; %File Description:
;;;;