diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-25 09:20:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-25 09:20:43 -0800 |
commit | e0628f5ca2168a413b8b39f20ec62ae4f725bc63 (patch) | |
tree | 0f20f9c6833e90014d4d45671846478063d0f963 | |
parent | dc882ac7b748048f12b033d0d8e5267a6e36036a (diff) |
Remove "All rights reserved" from Oracle copyright notices
Oracle no longer includes this term in our copyright & license notices.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | src/sm_genid.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2002, Oracle and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/src/sm_genid.c b/src/sm_genid.c index 1a8b9a0..9937f00 100644 --- a/src/sm_genid.c +++ b/src/sm_genid.c @@ -1,6 +1,6 @@ /* -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2002, Oracle and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), |