diff --git a/plugins/modules/nfs_exports_info.py b/plugins/modules/nfs_exports_info.py index 01e2ee7960..e97c4c8a58 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -1,9 +1,6 @@ #!/usr/bin/python - -# SPDX-FileCopyrightText: (c) 2025, Samaneh Yousefnezhad - -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) - +# Copyright (c) 2025, Samaneh Yousefnezhad +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function