Skip to content

Commit

Permalink
reuse: addheader GPL rest
Browse files Browse the repository at this point in the history
Add GPL copyright header to the rest of
the project files not covered by other commits.

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh committed Sep 7, 2022
1 parent 4959aa6 commit 78908f8
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 79 deletions.
3 changes: 3 additions & 0 deletions contrib/shell_helper
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

# Useful VDSM helpers for developers. It supplies a few shorthands for common
# developer's daily tasks. This file can be imported to one's .bashrc or
# .zshrc.
Expand Down
3 changes: 3 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. SPDX-FileCopyrightText: Red Hat, Inc.
.. SPDX-License-Identifier: GPL-2.0-or-later
.. Vdsm documentation master file, created by
sphinx-quickstart on Thu Dec 24 14:07:47 2009.
You can adapt this file completely to your liking, but it should at least
Expand Down
3 changes: 3 additions & 0 deletions init/systemd/vdsm-tmpfiles.d.conf.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

d @VDSMRUNDIR@ 755 @VDSMUSER@ @VDSMGROUP@
d @VDSMRUNDIR@/v2v 700 @VDSMUSER@ @VDSMGROUP@
d @VDSMRUNDIR@/payload 755 @VDSMUSER@ @VDSMGROUP@
21 changes: 3 additions & 18 deletions lib/vdsm/common/config.py.in
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
#
# Copyright 2011-2022 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
# Refer to the README and COPYING files for full details of the license
#
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

"""
This module creates vdsm configuration from a default vdsm configuration file
under /etc/vdsm/vdsm.conf. It reads conf files from drop-in dirs and updates
Expand Down
20 changes: 2 additions & 18 deletions lib/vdsm/common/constants.py.in
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
#
# Copyright 2009-2020 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
# Refer to the README and COPYING files for full details of the license
#
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

from __future__ import absolute_import
from __future__ import division
Expand Down
21 changes: 3 additions & 18 deletions lib/vdsm/common/dsaversion.py.in
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
#
# Copyright 2007-2020 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
# Refer to the README and COPYING files for full details of the license
#
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

"""
This module provides DSA software versioning information for
python based components
Expand Down
3 changes: 3 additions & 0 deletions lib/vdsm/storage/lvm.env.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

#
# source this into your shell to gain vdsm's view of lvm.
#
Expand Down
10 changes: 3 additions & 7 deletions lib/vdsm/storage/vdsm_lvm_rules.template.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#
# Copyright 2010-2014 Red Hat, Inc. and/or its affiliates.
#
# Licensed to you under the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. See the files README and
# LICENSE_GPL_v2 which accompany this distribution.
#
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

"""
Generate vdsm lvm udev rule
"""
Expand Down
20 changes: 2 additions & 18 deletions lib/vdsmclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
#
# Copyright 2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
# Refer to the README and COPYING files for full details of the license
#
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

from __future__ import absolute_import
from __future__ import division
3 changes: 3 additions & 0 deletions vdsm.spec.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

# Packages names
%global vdsm_name vdsm

Expand Down

0 comments on commit 78908f8

Please sign in to comment.