Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2009 12:28:30 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196179 - head/sys/cddl/compat/opensolaris/kern
Message-ID:  <200908131228.n7DCSU1o000650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Thu Aug 13 12:28:30 2009
New Revision: 196179
URL: http://svn.freebsd.org/changeset/base/196179

Log:
  Remove CDDL warning.
  
  Approved by:	re (kib), core

Modified:
  head/sys/cddl/compat/opensolaris/kern/opensolaris.c

Modified: head/sys/cddl/compat/opensolaris/kern/opensolaris.c
==============================================================================
--- head/sys/cddl/compat/opensolaris/kern/opensolaris.c	Thu Aug 13 10:31:02 2009	(r196178)
+++ head/sys/cddl/compat/opensolaris/kern/opensolaris.c	Thu Aug 13 12:28:30 2009	(r196179)
@@ -49,10 +49,6 @@ opensolaris_load(void *dummy)
 {
 	int i;
 
-	printf("This module (opensolaris) contains code covered by the\n");
-	printf("Common Development and Distribution License (CDDL)\n");
-	printf("see http://opensolaris.org/os/licensing/opensolaris_license/\n");
-
 	/*
 	 * "Enable" all CPUs even though they may not exist just so
 	 * that the asserts work. On FreeBSD, if a CPU exists, it is



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908131228.n7DCSU1o000650>