diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-25 08:54:46 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-25 08:54:46 -0800 |
commit | a631117eb3d816e8b3fdb969017fc5d3c7357ba3 (patch) | |
tree | 6c61aa77e39dc3f0b42278589a8b4541c17045b5 | |
parent | 44459a9f083c78c53aa17b266ccd26da3478e7ec (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-- | ident.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2008, 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"), @@ -20,7 +20,7 @@ THE SOFTWARE. */ /* - * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 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"), |