From e2357bd68784f92cba15f52369e800d3f5d045cf Mon Sep 17 00:00:00 2001 From: "F. Duncanh" Date: Thu, 9 Feb 2023 10:32:36 -0500 Subject: [PATCH] add change statement: authorship, dates to LGPL v2.1 files --- lib/byteutils.c | 4 ++++ lib/crypto.c | 3 +++ lib/dnssd.c | 3 +++ lib/dnssdint.h | 3 +++ lib/global.h | 3 +++ lib/http_request.c | 3 +++ lib/httpd.c | 3 +++ lib/mirror_buffer.c | 3 +++ lib/mirror_buffer.h | 3 +++ lib/netutils.c | 3 +++ lib/pairing.c | 2 ++ lib/raop.c | 3 +++ lib/raop.h | 3 +++ lib/raop_buffer.c | 3 +++ lib/raop_buffer.h | 3 +++ lib/raop_handlers.h | 3 +++ lib/raop_ntp.c | 3 +++ lib/raop_ntp.h | 3 +++ lib/raop_rtp.c | 3 +++ lib/raop_rtp.h | 3 +++ lib/raop_rtp_mirror.c | 3 +++ lib/raop_rtp_mirror.h | 3 +++ lib/stream.h | 3 +++ lib/threads.h | 3 +++ lib/utils.c | 3 +++ lib/utils.h | 3 +++ 26 files changed, 78 insertions(+) diff --git a/lib/byteutils.c b/lib/byteutils.c index 4798922..1687fb5 100644 --- a/lib/byteutils.c +++ b/lib/byteutils.c @@ -10,7 +10,11 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2021-23 */ + #define SECOND_IN_NSECS 1000000000UL diff --git a/lib/crypto.c b/lib/crypto.c index 34efb1b..80bc8e7 100644 --- a/lib/crypto.c +++ b/lib/crypto.c @@ -16,6 +16,9 @@ * 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 + * + *=================================================================== + * modified by fduncanh 2021-2022 */ #include "crypto.h" diff --git a/lib/dnssd.c b/lib/dnssd.c index 2a93790..4f0e35e 100644 --- a/lib/dnssd.c +++ b/lib/dnssd.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2022 */ /* These defines allow us to compile on iOS */ diff --git a/lib/dnssdint.h b/lib/dnssdint.h index 0879b0b..1c1abec 100644 --- a/lib/dnssdint.h +++ b/lib/dnssdint.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2022 */ #ifndef DNSSDINT_H diff --git a/lib/global.h b/lib/global.h index 62be812..03f2dcb 100644 --- a/lib/global.h +++ b/lib/global.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2021-2022 */ #ifndef GLOBAL_H diff --git a/lib/http_request.c b/lib/http_request.c index 0997db5..cdce53b 100644 --- a/lib/http_request.c +++ b/lib/http_request.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2021 */ #include diff --git a/lib/httpd.c b/lib/httpd.c index ab5b20b..70e607d 100644 --- a/lib/httpd.c +++ b/lib/httpd.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *=================================================================== + * modified by fduncanh 2022 */ #include diff --git a/lib/mirror_buffer.c b/lib/mirror_buffer.c index 0942457..94c7f68 100644 --- a/lib/mirror_buffer.c +++ b/lib/mirror_buffer.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================ + * modified by fduncanh 2022 */ #include "mirror_buffer.h" diff --git a/lib/mirror_buffer.h b/lib/mirror_buffer.h index a970d04..2b65ab0 100644 --- a/lib/mirror_buffer.h +++ b/lib/mirror_buffer.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2022 */ #ifndef MIRROR_BUFFER_H diff --git a/lib/netutils.c b/lib/netutils.c index df54b64..5832c43 100644 --- a/lib/netutils.c +++ b/lib/netutils.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2022 */ #include diff --git a/lib/pairing.c b/lib/pairing.c index a39d491..1ffdae9 100644 --- a/lib/pairing.c +++ b/lib/pairing.c @@ -11,6 +11,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + *================================================================== + * modified by fduncanh 2021 */ #include diff --git a/lib/raop.c b/lib/raop.c index 3137b63..7c63e69 100644 --- a/lib/raop.c +++ b/lib/raop.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *=================================================================== + * modified by fduncanh 2021-23 */ #include diff --git a/lib/raop.h b/lib/raop.h index 85f30e2..8c50b61 100644 --- a/lib/raop.h +++ b/lib/raop.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *=================================================================== + * modified by fduncanh 2021-23 */ #ifndef RAOP_H diff --git a/lib/raop_buffer.c b/lib/raop_buffer.c index b0728ef..e18ca20 100644 --- a/lib/raop_buffer.c +++ b/lib/raop_buffer.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2021-2023 */ #include diff --git a/lib/raop_buffer.h b/lib/raop_buffer.h index 3905793..1093188 100644 --- a/lib/raop_buffer.h +++ b/lib/raop_buffer.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2021-23 */ #ifndef RAOP_BUFFER_H diff --git a/lib/raop_handlers.h b/lib/raop_handlers.h index 261e3aa..6bfc823 100644 --- a/lib/raop_handlers.h +++ b/lib/raop_handlers.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *=================================================================== + * modfied by fduncanh 2021-2023 */ /* This file should be only included from raop.c as it defines static handler diff --git a/lib/raop_ntp.c b/lib/raop_ntp.c index 5823e54..636f4f8 100644 --- a/lib/raop_ntp.c +++ b/lib/raop_ntp.c @@ -11,6 +11,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2021-23 */ // Some of the code in here comes from https://github.com/juhovh/shairplay/pull/25/files diff --git a/lib/raop_ntp.h b/lib/raop_ntp.h index cd95dda..dc90cc1 100644 --- a/lib/raop_ntp.h +++ b/lib/raop_ntp.h @@ -11,6 +11,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2021-2023 */ #ifndef RAOP_NTP_H diff --git a/lib/raop_rtp.c b/lib/raop_rtp.c index 1789b99..6ee0e1d 100644 --- a/lib/raop_rtp.c +++ b/lib/raop_rtp.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2021-2023 */ #include diff --git a/lib/raop_rtp.h b/lib/raop_rtp.h index 675d619..7f66be1 100644 --- a/lib/raop_rtp.h +++ b/lib/raop_rtp.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2021-2023 */ #ifndef RAOP_RTP_H diff --git a/lib/raop_rtp_mirror.c b/lib/raop_rtp_mirror.c index ad725ba..3a7d223 100644 --- a/lib/raop_rtp_mirror.c +++ b/lib/raop_rtp_mirror.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2021-2023 */ #include "raop_rtp_mirror.h" diff --git a/lib/raop_rtp_mirror.h b/lib/raop_rtp_mirror.h index 01aec2b..de88bfe 100644 --- a/lib/raop_rtp_mirror.h +++ b/lib/raop_rtp_mirror.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2021-2023 */ #ifndef RAOP_RTP_MIRROR_H diff --git a/lib/stream.h b/lib/stream.h index 834484c..be5c5ed 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2022-2023 */ #ifndef AIRPLAYSERVER_STREAM_H diff --git a/lib/threads.h b/lib/threads.h index d9f6638..d9881da 100644 --- a/lib/threads.h +++ b/lib/threads.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2022 */ #ifndef THREADS_H diff --git a/lib/utils.c b/lib/utils.c index c100aed..633d01a 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================= + * modified by fduncanh 2021-2022 */ #include diff --git a/lib/utils.h b/lib/utils.h index 17c1e2d..78e1884 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -10,6 +10,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. + * + *================================================================== + * modified by fduncanh 2021-2022 */ #ifndef UTILS_H