diff options
author | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2008-06-03 03:48:16 +0000 |
---|---|---|
committer | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2008-06-03 03:48:16 +0000 |
commit | e122ede2ea5466280d9f76a9ff07a4fce39bea0a (patch) | |
tree | f5e9de09aebca6a5c8d0825c448e693d0dd740c5 | |
parent | 4df55a86d4d3c63850e655a9321d3ca6cb7a264c (diff) | |
download | portableumem-e122ede2ea5466280d9f76a9ff07a4fce39bea0a.tar.gz |
update copyright info
git-svn-id: https://labs.omniti.com/portableumem/trunk@49 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r-- | COPYRIGHT | 2 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | envvar.c | 2 | ||||
-rw-r--r-- | getpcstack.c | 2 | ||||
-rw-r--r-- | init_lib.c | 2 | ||||
-rw-r--r-- | misc.c | 2 | ||||
-rw-r--r-- | misc.h | 2 | ||||
-rw-r--r-- | sol_compat.h | 2 | ||||
-rw-r--r-- | sys/vmem_impl_user.h | 2 | ||||
-rw-r--r-- | umem.c | 2 | ||||
-rw-r--r-- | umem_agent_support.c | 2 | ||||
-rw-r--r-- | umem_fail.c | 2 | ||||
-rw-r--r-- | umem_fork.c | 2 | ||||
-rw-r--r-- | umem_impl.h | 2 | ||||
-rw-r--r-- | umem_update_thread.c | 2 | ||||
-rw-r--r-- | vmem_mmap.c | 2 | ||||
-rw-r--r-- | vmem_sbrk.c | 2 |
17 files changed, 18 insertions, 17 deletions
@@ -1,5 +1,5 @@ The bulk of the library is Copyright 2004 Sun Microsystems, Inc. -Portions are Copyright 2006 OmniTI, Inc. +Portions are Copyright 2006-2008 Message Systems, Inc. The library is distributed under the terms of the CDDL. See the file OPENSOLARIS.LICENSE for more information. @@ -19,5 +19,6 @@ welcome third-party patches that improve the usability for everyone. Wez Furlong, -OmniTI, Inc. +Message Systems, Inc. +wez (at) messagesystems (dot) com @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)envvar.c 1.5 05/06/08 SMI" */ diff --git a/getpcstack.c b/getpcstack.c index dffcc85..6c2be52 100644 --- a/getpcstack.c +++ b/getpcstack.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)getpcstack.c 1.5 05/06/08 SMI" */ @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)init_lib.c 1.2 05/06/08 SMI" */ @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)misc.c 1.6 05/06/08 SMI" */ @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ #ifndef _MISC_H diff --git a/sol_compat.h b/sol_compat.h index 95de221..215296a 100644 --- a/sol_compat.h +++ b/sol_compat.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 OmniTI, Inc. All rights reserved + * Copyright (c) 2006-2008 Message Systems, Inc. All rights reserved * This header file distributed under the terms of the CDDL. * Portions Copyright 2004 Sun Microsystems, Inc. All Rights reserved. */ diff --git a/sys/vmem_impl_user.h b/sys/vmem_impl_user.h index c7dd5cc..4210b2e 100644 --- a/sys/vmem_impl_user.h +++ b/sys/vmem_impl_user.h @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ #ifndef _SYS_VMEM_IMPL_USER_H @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)umem.c 1.11 05/06/08 SMI" */ diff --git a/umem_agent_support.c b/umem_agent_support.c index 55db5e6..4901080 100644 --- a/umem_agent_support.c +++ b/umem_agent_support.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)umem_agent_support.c 1.2 05/06/08 SMI" */ diff --git a/umem_fail.c b/umem_fail.c index cd468bc..d38dc7c 100644 --- a/umem_fail.c +++ b/umem_fail.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)umem_fail.c 1.4 05/06/08 SMI" */ diff --git a/umem_fork.c b/umem_fork.c index 2f70102..03fac89 100644 --- a/umem_fork.c +++ b/umem_fork.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)umem_fork.c 1.3 05/06/08 SMI" */ diff --git a/umem_impl.h b/umem_impl.h index a2e886f..f9a3723 100644 --- a/umem_impl.h +++ b/umem_impl.h @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ #ifndef _UMEM_IMPL_H diff --git a/umem_update_thread.c b/umem_update_thread.c index 033d606..85de1ed 100644 --- a/umem_update_thread.c +++ b/umem_update_thread.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)umem_update_thread.c 1.2 05/06/08 SMI" */ diff --git a/vmem_mmap.c b/vmem_mmap.c index f59e48d..2abb2f0 100644 --- a/vmem_mmap.c +++ b/vmem_mmap.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)vmem_mmap.c 1.2 05/06/08 SMI" */ diff --git a/vmem_sbrk.c b/vmem_sbrk.c index a7c91bb..c06b57a 100644 --- a/vmem_sbrk.c +++ b/vmem_sbrk.c @@ -24,7 +24,7 @@ * Use is subject to license terms. */ /* - * Portions Copyright 2006 OmniTI, Inc. + * Portions Copyright 2006-2008 Message Systems, Inc. */ /* #pragma ident "@(#)vmem_sbrk.c 1.4 05/06/08 SMI" */ |