From: Niels Provos Date: Wed, 9 Aug 2006 01:04:12 +0000 (+0000) Subject: add back the original sun copyright block X-Git-Tag: release-2.0.1-alpha~728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49ef242f6e524e7d3a4f70cc280daa6b9220b184;p=libevent add back the original sun copyright block svn:r219 --- diff --git a/evport.c b/evport.c index b35229f9..8c6dc286 100644 --- a/evport.c +++ b/evport.c @@ -1,6 +1,4 @@ /* - * Copyright (c) 2006 Sun Microsystems. - * All rights reserved. * Submitted by David Pacheco (dp.spambait@gmail.com) * * Redistribution and use in source and binary forms, with or without @@ -26,6 +24,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * Copyright (c) 2006 Sun Microsystems. All rights reserved. + * Use is subject to license terms. + */ + /* * evport.c: event backend using Solaris 10 event ports. See port_create(3C). * This implementation is loosely modeled after the one used for select(2) (in