]> granicus.if.org Git - libevent/commitdiff
add back the original sun copyright block
authorNiels Provos <provos@gmail.com>
Wed, 9 Aug 2006 01:04:12 +0000 (01:04 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 9 Aug 2006 01:04:12 +0000 (01:04 +0000)
svn:r219

evport.c

index b35229f902b071f6273c343caede8fa868105a1c..8c6dc2869c4ecf38ec68a9dcf27c6218a5693289 100644 (file)
--- 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
  * 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