summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2008-06-03 03:48:16 +0000
committerwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2008-06-03 03:48:16 +0000
commite122ede2ea5466280d9f76a9ff07a4fce39bea0a (patch)
treef5e9de09aebca6a5c8d0825c448e693d0dd740c5
parent4df55a86d4d3c63850e655a9321d3ca6cb7a264c (diff)
downloadportableumem-e122ede2ea5466280d9f76a9ff07a4fce39bea0a.tar.gz
update copyright info
git-svn-id: https://labs.omniti.com/portableumem/trunk@49 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r--COPYRIGHT2
-rw-r--r--README3
-rw-r--r--envvar.c2
-rw-r--r--getpcstack.c2
-rw-r--r--init_lib.c2
-rw-r--r--misc.c2
-rw-r--r--misc.h2
-rw-r--r--sol_compat.h2
-rw-r--r--sys/vmem_impl_user.h2
-rw-r--r--umem.c2
-rw-r--r--umem_agent_support.c2
-rw-r--r--umem_fail.c2
-rw-r--r--umem_fork.c2
-rw-r--r--umem_impl.h2
-rw-r--r--umem_update_thread.c2
-rw-r--r--vmem_mmap.c2
-rw-r--r--vmem_sbrk.c2
17 files changed, 18 insertions, 17 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 2ca1599..cc1abec 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -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.
diff --git a/README b/README
index 63ec248..f5c022e 100644
--- a/README
+++ b/README
@@ -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
diff --git a/envvar.c b/envvar.c
index e3769a8..1a09a29 100644
--- a/envvar.c
+++ b/envvar.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 "@(#)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" */
diff --git a/init_lib.c b/init_lib.c
index bc1b381..031c687 100644
--- a/init_lib.c
+++ b/init_lib.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 "@(#)init_lib.c 1.2 05/06/08 SMI" */
diff --git a/misc.c b/misc.c
index aa4d63f..1a2437f 100644
--- a/misc.c
+++ b/misc.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 "@(#)misc.c 1.6 05/06/08 SMI" */
diff --git a/misc.h b/misc.h
index 41e1fde..6600168 100644
--- a/misc.h
+++ b/misc.h
@@ -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
diff --git a/umem.c b/umem.c
index 54d6f51..9553417 100644
--- a/umem.c
+++ b/umem.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.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" */