diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-25 09:33:29 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-03-19 11:00:58 -0700 |
commit | 9d77996f9f972da63c06099fd8c0f0529159b98f (patch) | |
tree | 126f5f8497f918096d86418c2fab940b7fdf5534 | |
parent | 9ae32feef793082a302e65d31514a958604c761d (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-- | Xtranssock.c | 2 | ||||
-rw-r--r-- | xtrans.m4 | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -48,7 +48,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ______________________________________________________________________________ -Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2002, 2005, 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/Xtranssock.c b/Xtranssock.c index 84159e8..99c0f1f 100644 --- a/Xtranssock.c +++ b/Xtranssock.c @@ -1,5 +1,5 @@ /* - * 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"), @@ -1,5 +1,5 @@ dnl -dnl Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. +dnl Copyright (c) 2005, Oracle and/or its affiliates. dnl dnl Permission is hereby granted, free of charge, to any person obtaining a dnl copy of this software and associated documentation files (the "Software"), |