This fixes the rpmlint errors: E: incorrect-fsf-address /usr/share/openvswitch/bugtool-plugins/kernel-info/openvswitch.xml E: incorrect-fsf-address /usr/share/openvswitch/bugtool-plugins/network-status/openvswitch.xml E: incorrect-fsf-address /usr/share/openvswitch/bugtool-plugins/system-configuration.xml E: incorrect-fsf-address /usr/share/openvswitch/bugtool-plugins/system-configuration/openvswitch.xml E: incorrect-fsf-address /usr/share/openvswitch/bugtool-plugins/system-logs/openvswitch.xml
Signed-off-by: Timothy Redaelli <[email protected]> --- utilities/bugtool/plugins/kernel-info/openvswitch.xml | 5 ++--- utilities/bugtool/plugins/network-status/openvswitch.xml | 5 ++--- utilities/bugtool/plugins/system-configuration.xml | 5 ++--- .../bugtool/plugins/system-configuration/openvswitch.xml | 5 ++--- utilities/bugtool/plugins/system-logs/openvswitch.xml | 5 ++--- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/utilities/bugtool/plugins/kernel-info/openvswitch.xml b/utilities/bugtool/plugins/kernel-info/openvswitch.xml index 34110c4c3..5340848d2 100644 --- a/utilities/bugtool/plugins/kernel-info/openvswitch.xml +++ b/utilities/bugtool/plugins/kernel-info/openvswitch.xml @@ -9,9 +9,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA. + License along with this library; if not, see + <https://www.gnu.org/licenses/>. Copyright (C) 2011 Nicira, Inc. --> diff --git a/utilities/bugtool/plugins/network-status/openvswitch.xml b/utilities/bugtool/plugins/network-status/openvswitch.xml index 56e091feb..6d1913527 100644 --- a/utilities/bugtool/plugins/network-status/openvswitch.xml +++ b/utilities/bugtool/plugins/network-status/openvswitch.xml @@ -9,9 +9,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA. + License along with this library; if not, see + <https://www.gnu.org/licenses/>. Copyright (C) 2011, 2012 Nicira, Inc. --> diff --git a/utilities/bugtool/plugins/system-configuration.xml b/utilities/bugtool/plugins/system-configuration.xml index a59a6981d..3eb37b5e5 100644 --- a/utilities/bugtool/plugins/system-configuration.xml +++ b/utilities/bugtool/plugins/system-configuration.xml @@ -11,9 +11,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA. + License along with this library; if not, see + <https://www.gnu.org/licenses/>. Copyright (C) 2011 Nicira, Inc. --> diff --git a/utilities/bugtool/plugins/system-configuration/openvswitch.xml b/utilities/bugtool/plugins/system-configuration/openvswitch.xml index 27911111d..430593f61 100644 --- a/utilities/bugtool/plugins/system-configuration/openvswitch.xml +++ b/utilities/bugtool/plugins/system-configuration/openvswitch.xml @@ -9,9 +9,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA. + License along with this library; if not, see + <https://www.gnu.org/licenses/>. Copyright (C) 2011 Nicira, Inc. --> diff --git a/utilities/bugtool/plugins/system-logs/openvswitch.xml b/utilities/bugtool/plugins/system-logs/openvswitch.xml index 46c731812..b1c665b97 100644 --- a/utilities/bugtool/plugins/system-logs/openvswitch.xml +++ b/utilities/bugtool/plugins/system-logs/openvswitch.xml @@ -9,9 +9,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA. + License along with this library; if not, see + <https://www.gnu.org/licenses/>. Copyright (C) 2011, 2012 Nicira, Inc. --> -- 2.52.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
