diff --git a/LICENSE b/LICENSE index 8d6bd678..9904f37f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Occlum is licensed under BSD License. -Copyright (C) 2019 Ant Financial Services Group. All rights reserved. +Copyright (C) 2019 - 2023 The Occlum Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -12,7 +12,7 @@ are met: notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Ant Financial Services Group nor the names + * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index 5e5cd36f..5d53e9ef 100644 --- a/README.md +++ b/README.md @@ -352,4 +352,4 @@ Thanks go to [all these wonderful contributors to this project](CONTRIBUTORS.md) ## License -Occlum is released by Ant Financial under BSD License. See the copyright information [here](LICENSE). +Occlum is released under BSD License. See the copyright information [here](LICENSE). diff --git a/src/libos/src/util/sync/rw_lock/inner.rs b/src/libos/src/util/sync/rw_lock/inner.rs index 7f805b34..4c991757 100644 --- a/src/libos/src/util/sync/rw_lock/inner.rs +++ b/src/libos/src/util/sync/rw_lock/inner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Ant Financial Services Group. All rights reserved. +// Copyright (C) 2019 - 2023 The Occlum Project. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions @@ -10,7 +10,7 @@ // notice, this list of conditions and the following disclaimer in // the documentation and/or other materials provided with the // distribution. -// * Neither the name of Ant Financial Services Group nor the names +// * Neither the name of copyright holder nor the names // of its contributors may be used to endorse or promote products // derived from this software without specific prior written // permission.