diff options
Diffstat (limited to 'libdhcp/dhcp.c')
-rw-r--r-- | libdhcp/dhcp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdhcp/dhcp.c b/libdhcp/dhcp.c index a1f54e6..9786018 100644 --- a/libdhcp/dhcp.c +++ b/libdhcp/dhcp.c @@ -1,7 +1,7 @@ /* libdhcp/dhcp.c - A DHCP client * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> - * SPDX-Licence-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later * * ----------------------------------------------------------------------------- * https://github.com/Wiznet/ioLibrary_Driver/blob/b981401e7f3d07015619adf44c13998e13e777f9/Internet/DHCP/dhcp.c @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * SPDX-Licence-Identifier: BSD-3-Clause + * SPDX-License-Identifier: BSD-3-Clause * * ----------------------------------------------------------------------------- * https://github.com/Wiznet/ioLibrary_Driver/blob/b981401e7f3d07015619adf44c13998e13e777f9/license.txt @@ -61,7 +61,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * - * SPDX-Licence-Identifier: MIT + * SPDX-License-Identifier: MIT */ #include <string.h> /* for strlen(), memcpy(), memset() */ |