[Zope3-checkins] CVS: Zope3/src/zope/hookable - _zope_hookable.c:1.3

Scott Pascoe manager at planneditsolutions.com
Mon May 3 16:27:16 EDT 2004


Update of /cvs-repository/Zope3/src/zope/hookable
In directory cvs.zope.org:/tmp/cvs-serv7189/src/zope/hookable

Modified Files:
	_zope_hookable.c 
Log Message:
Spring Cleaning, Reformatted ZPL, Added CVS id tag, module comment


=== Zope3/src/zope/hookable/_zope_hookable.c 1.2 => 1.3 ===
--- Zope3/src/zope/hookable/_zope_hookable.c:1.2	Wed May 21 14:22:11 2003
+++ Zope3/src/zope/hookable/_zope_hookable.c	Mon May  3 16:27:16 2004
@@ -1,13 +1,25 @@
-/* Copyright (c) 2003 Zope Corporation and Contributors.
-   All Rights Reserved.
+/*############################################################################
+ #
+ #  Copyright (c) 2003 Zope Corporation and Contributors.
+ #  All Rights Reserved.
+ #
+ #  This software is subject to the provisions of the Zope Public License,
+ #  Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+ #  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+ #  WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ #  WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+ #  FOR A PARTICULAR PURPOSE.
+ #
+ ############################################################################*/
+
+#define _ZOPE_HOOKABLE_C "$Id$\n"
+
+/* _zope_hookable.c
+
+   Provide an efficient implementation for hookable objects
+
+ */
 
-   This software is subject to the provisions of the Zope Public License,
-   Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
-   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-   WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-   WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-   FOR A PARTICULAR PURPOSE.
-*/
 #include "Python.h"
 #include "structmember.h"
 




More information about the Zope3-Checkins mailing list