mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Modify files that contain reference to licenses/ that are no longer part of main branch.
This commit is contained in:
parent
a58191225e
commit
df8a75f3c4
7 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c), Franck Cuny <franck.cuny@gmail.com>, 2014
|
# Copyright (c), Franck Cuny <franck.cuny@gmail.com>, 2014
|
||||||
#
|
#
|
||||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c), Franck Cuny <franck.cuny@gmail.com>, 2014
|
# Copyright (c), Franck Cuny <franck.cuny@gmail.com>, 2014
|
||||||
#
|
#
|
||||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c), Franck Cuny <franck.cuny@gmail.com>, 2014
|
# Copyright (c), Franck Cuny <franck.cuny@gmail.com>, 2014
|
||||||
#
|
#
|
||||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c), Felix Fontein <felix@fontein.de>, 2019
|
# Copyright (c), Felix Fontein <felix@fontein.de>, 2019
|
||||||
#
|
#
|
||||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import absolute_import, division, print_function
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# (c) 2018 Red Hat Inc.
|
# (c) 2018 Red Hat Inc.
|
||||||
#
|
#
|
||||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Copyright (c), Ted Timmons <ted@timmons.me>, 2017.
|
# Copyright (c), Ted Timmons <ted@timmons.me>, 2017.
|
||||||
# Most of this was originally added by other creators in the postgresql_user module.
|
# Most of this was originally added by other creators in the postgresql_user module.
|
||||||
#
|
#
|
||||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Version 1.3
|
# Version 1.3
|
||||||
# Copyright (C) 2019 Dell Inc. or its subsidiaries. All Rights Reserved.
|
# Copyright (C) 2019 Dell Inc. or its subsidiaries. All Rights Reserved.
|
||||||
#
|
#
|
||||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
Loading…
Reference in a new issue