From 2aea5ad87b3cd877448eacfacedad683d8d431c6 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Sat, 17 Jun 2000 21:14:11 +0000 Subject: [PATCH] Slight tweak to copyright message in wrapper code. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@489 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Swig/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWIG/Source/Swig/misc.c b/SWIG/Source/Swig/misc.c index 839f5d864..5f549e481 100644 --- a/SWIG/Source/Swig/misc.c +++ b/SWIG/Source/Swig/misc.c @@ -45,8 +45,8 @@ Swig_banner(DOHFile *f) { * \n\ * Portions Copyright (c) 1995-2000\n\ * The University of Utah, The Regents of the University of California, and\n\ - * The University of Chicago. Permission is granted to use and distribute this\n\ - * file in any manner provided this notice remains intact.\n\ + * The University of Chicago. Permission is hereby granted to use, modify, \n\ + * and distribute this file in any manner provided this notice remains intact.\n\ * \n\ * This file is not intended to be easily readable and contains a number of \n\ * coding conventions designed to improve portability and efficiency. Do not make\n\