[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c add missing copyright and license statement

Fred L. Drake, Jr. fdrake at gmail.com
Wed Jul 28 11:31:01 EDT 2004


Log message for revision 26808:
  add missing copyright and license statement


Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c	2004-07-28 15:07:13 UTC (rev 26807)
+++ Zope3/branches/ZopeX3-3.0/src/zope/security/_zope_security_checker.c	2004-07-28 15:31:01 UTC (rev 26808)
@@ -1,3 +1,17 @@
+/*
+
+ 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.
+
+*/
+
 #include <Python.h>
 
 static PyObject *_checkers, *_defaultChecker, *_always_available, *NoProxy;



More information about the Zope3-Checkins mailing list