From d0a337bb726fdc1f1170c94f78067185a27bbde0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 23 Feb 2024 13:16:23 +0900 Subject: [PATCH] sd-dhcp,sd-ndisc: drop mistakenly set copyright Follow-ups for 6efa51f8621cf6a44c5d8472aa50142e19452c7f (sd-dhcp-client-id.h), 97c3506dcd6e16fd285ce383f8fea992e923aa17 (sd-dhcp-duid.h), 461dbb2fa97b5c03b19462bf0f462c9f96a59f1b (sd-dhcp-option.h), dd8ab4a2060ed1dd0ccf1044f221750bd193cd85 (sd-dhcp-server-lease.h), ca34b434812f30989aa7d181e7e433815cb70dda (sd-ndisc-protocol.h and sd-ndisc-router.h). --- src/systemd/sd-dhcp-client-id.h | 1 - src/systemd/sd-dhcp-duid.h | 1 - src/systemd/sd-dhcp-option.h | 1 - src/systemd/sd-dhcp-server-lease.h | 1 - src/systemd/sd-ndisc-protocol.h | 2 -- src/systemd/sd-ndisc-router.h | 2 -- 6 files changed, 8 deletions(-) diff --git a/src/systemd/sd-dhcp-client-id.h b/src/systemd/sd-dhcp-client-id.h index c128efc84d7..d6174c67473 100644 --- a/src/systemd/sd-dhcp-client-id.h +++ b/src/systemd/sd-dhcp-client-id.h @@ -3,7 +3,6 @@ #define foosddhcpclientidhfoo /*** - Copyright © 2013 Intel Corporation. All rights reserved. systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/systemd/sd-dhcp-duid.h b/src/systemd/sd-dhcp-duid.h index b1d2772a3eb..555b40e9d89 100644 --- a/src/systemd/sd-dhcp-duid.h +++ b/src/systemd/sd-dhcp-duid.h @@ -3,7 +3,6 @@ #define foosddhcpduidhfoo /*** - Copyright © 2013 Intel Corporation. All rights reserved. systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/systemd/sd-dhcp-option.h b/src/systemd/sd-dhcp-option.h index 1486ec7f119..2c31ec2d57e 100644 --- a/src/systemd/sd-dhcp-option.h +++ b/src/systemd/sd-dhcp-option.h @@ -3,7 +3,6 @@ #define foosddhcpoptionhfoo /*** - Copyright © 2013 Intel Corporation. All rights reserved. systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/systemd/sd-dhcp-server-lease.h b/src/systemd/sd-dhcp-server-lease.h index 754f71953b0..b5c9ba70d35 100644 --- a/src/systemd/sd-dhcp-server-lease.h +++ b/src/systemd/sd-dhcp-server-lease.h @@ -3,7 +3,6 @@ #define foosddhcpserverleasehfoo /*** - Copyright © 2013 Intel Corporation. All rights reserved. systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/systemd/sd-ndisc-protocol.h b/src/systemd/sd-ndisc-protocol.h index 93c5d208611..c6064b67958 100644 --- a/src/systemd/sd-ndisc-protocol.h +++ b/src/systemd/sd-ndisc-protocol.h @@ -3,8 +3,6 @@ #define foosdndiscprotocolfoo /*** - Copyright © 2014 Intel Corporation. All rights reserved. - systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/systemd/sd-ndisc-router.h b/src/systemd/sd-ndisc-router.h index 7f1a0229e8c..7cde2979ac7 100644 --- a/src/systemd/sd-ndisc-router.h +++ b/src/systemd/sd-ndisc-router.h @@ -3,8 +3,6 @@ #define foosdndiscrouterfoo /*** - Copyright © 2014 Intel Corporation. All rights reserved. - systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or -- 2.47.3