[svn] commit: r2379 - in /trunk/src/lib/xfr: fdshare_python.cc python_xfr.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 30 22:51:25 UTC 2010
Author: jelte
Date: Wed Jun 30 22:51:24 2010
New Revision: 2379
Log:
forgot a copyright statement
Modified:
trunk/src/lib/xfr/fdshare_python.cc
trunk/src/lib/xfr/python_xfr.cc
Modified: trunk/src/lib/xfr/fdshare_python.cc
==============================================================================
--- trunk/src/lib/xfr/fdshare_python.cc (original)
+++ trunk/src/lib/xfr/fdshare_python.cc Wed Jun 30 22:51:24 2010
@@ -1,5 +1,19 @@
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
+//
+// Permission to use, copy, modify, and/or distribute this software for any
+// purpose with or without fee is hereby granted, provided that the above
+// copyright notice and this permission notice appear in all copies.
+//
+// THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+// AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+// PERFORMANCE OF THIS SOFTWARE.
-//
+// $Id$
+
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <structmember.h>
Modified: trunk/src/lib/xfr/python_xfr.cc
==============================================================================
--- trunk/src/lib/xfr/python_xfr.cc (original)
+++ trunk/src/lib/xfr/python_xfr.cc Wed Jun 30 22:51:24 2010
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
More information about the bind10-changes
mailing list