[climacs-cvs] CVS update: climacs/delegating-buffer.lisp

Aleksandar Bakic abakic at common-lisp.net
Sun Feb 27 19:15:29 UTC 2005


Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv10897

Modified Files:
	delegating-buffer.lisp 
Log Message:
Added license.

Date: Sun Feb 27 20:15:28 2005
Author: abakic

Index: climacs/delegating-buffer.lisp
diff -u climacs/delegating-buffer.lisp:1.1 climacs/delegating-buffer.lisp:1.2
--- climacs/delegating-buffer.lisp:1.1	Sun Feb 27 20:02:15 2005
+++ climacs/delegating-buffer.lisp	Sun Feb 27 20:15:27 2005
@@ -3,6 +3,23 @@
 ;;; (c) copyright 2005 by Aleksandar Bakic (a_bakic at yahoo.com)
 ;;; 
 
+;;; This library is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU Library General Public
+;;; License as published by the Free Software Foundation; either
+;;; version 2 of the License, or (at your option) any later version.
+;;;
+;;; This library is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;;; Library General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU Library General Public
+;;; License along with this library; if not, write to the
+;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;;; Boston, MA  02111-1307  USA.
+
+;;; GUI for the Climacs editor. 
+
 (in-package :climacs-buffer)
 
 (defclass delegating-buffer (buffer)




More information about the Climacs-cvs mailing list