From 6091d39ecad5b896713f893e9c6b5a8239a60a48 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 22 Apr 2024 13:45:50 +0200 Subject: [PATCH] ci: Remove invalid/non-unicode chars (2.2.0) --- contrib/ports/unix/posixlib/include/posix/inet.h | 2 +- contrib/ports/unix/posixlib/include/posix/sockets.h | 2 +- contrib/ports/unix/posixlib/lwipopts.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/ports/unix/posixlib/include/posix/inet.h b/contrib/ports/unix/posixlib/include/posix/inet.h index c7bc1249..d5776f47 100644 --- a/contrib/ports/unix/posixlib/include/posix/inet.h +++ b/contrib/ports/unix/posixlib/include/posix/inet.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Joan Lledó + * Copyright (C) 2023 Joan Lledó * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/contrib/ports/unix/posixlib/include/posix/sockets.h b/contrib/ports/unix/posixlib/include/posix/sockets.h index f3900666..0c166e4d 100644 --- a/contrib/ports/unix/posixlib/include/posix/sockets.h +++ b/contrib/ports/unix/posixlib/include/posix/sockets.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Joan Lledó + * Copyright (C) 2023 Joan Lledó * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/contrib/ports/unix/posixlib/lwipopts.h b/contrib/ports/unix/posixlib/lwipopts.h index 1b38aa3a..1c43d6f2 100644 --- a/contrib/ports/unix/posixlib/lwipopts.h +++ b/contrib/ports/unix/posixlib/lwipopts.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Joan Lledó + * Copyright (C) 2023 Joan Lledó * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: