From 23e7e3ae2b2adfa49635495c0950b76e17987c93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Tue, 13 Mar 2012 22:32:57 +0200 Subject: [PATCH] Update license header to all source files. --- AirTV-Qt/audiooutput.cpp | 14 ++++++++++++++ AirTV-Qt/audiooutput.h | 14 ++++++++++++++ AirTV-Qt/main.cpp | 14 ++++++++++++++ AirTV-Qt/mainapplication.h | 14 ++++++++++++++ AirTV-Qt/raopcallbackhandler.cpp | 14 ++++++++++++++ AirTV-Qt/raopcallbackhandler.h | 14 ++++++++++++++ AirTV-Qt/raopservice.cpp | 14 ++++++++++++++ AirTV-Qt/raopservice.h | 14 ++++++++++++++ src/lib/base64.c | 14 ++++++++++++++ src/lib/base64.h | 14 ++++++++++++++ src/lib/compat.h | 14 ++++++++++++++ src/lib/dnssd.c | 14 ++++++++++++++ src/lib/dnssd.m | 14 ++++++++++++++ src/lib/http_request.c | 14 ++++++++++++++ src/lib/http_request.h | 14 ++++++++++++++ src/lib/http_response.c | 14 ++++++++++++++ src/lib/http_response.h | 14 ++++++++++++++ src/lib/httpd.c | 14 ++++++++++++++ src/lib/httpd.h | 14 ++++++++++++++ src/lib/logger.c | 14 ++++++++++++++ src/lib/logger.h | 14 ++++++++++++++ src/lib/memalign.h | 14 ++++++++++++++ src/lib/netutils.c | 14 ++++++++++++++ src/lib/netutils.h | 14 ++++++++++++++ src/lib/raop.c | 14 ++++++++++++++ src/lib/raop_buffer.c | 14 ++++++++++++++ src/lib/raop_buffer.h | 14 ++++++++++++++ src/lib/raop_rtp.c | 14 ++++++++++++++ src/lib/raop_rtp.h | 14 ++++++++++++++ src/lib/rsakey.c | 14 ++++++++++++++ src/lib/rsakey.h | 14 ++++++++++++++ src/lib/rsapem.c | 14 ++++++++++++++ src/lib/rsapem.h | 14 ++++++++++++++ src/lib/sdp.c | 14 ++++++++++++++ src/lib/sdp.h | 14 ++++++++++++++ src/lib/sockets.h | 14 ++++++++++++++ src/lib/threads.h | 14 ++++++++++++++ src/lib/utils.c | 14 ++++++++++++++ src/lib/utils.h | 14 ++++++++++++++ 39 files changed, 546 insertions(+) diff --git a/AirTV-Qt/audiooutput.cpp b/AirTV-Qt/audiooutput.cpp index e87c60d..5b4bc2f 100644 --- a/AirTV-Qt/audiooutput.cpp +++ b/AirTV-Qt/audiooutput.cpp @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include "audiooutput.h" #include diff --git a/AirTV-Qt/audiooutput.h b/AirTV-Qt/audiooutput.h index 70b67bb..8a6bdf7 100644 --- a/AirTV-Qt/audiooutput.h +++ b/AirTV-Qt/audiooutput.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef AUDIOOUTPUT_H #define AUDIOOUTPUT_H diff --git a/AirTV-Qt/main.cpp b/AirTV-Qt/main.cpp index 0eaf1ce..6c1724f 100644 --- a/AirTV-Qt/main.cpp +++ b/AirTV-Qt/main.cpp @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include diff --git a/AirTV-Qt/mainapplication.h b/AirTV-Qt/mainapplication.h index eccdfb2..0e80c39 100644 --- a/AirTV-Qt/mainapplication.h +++ b/AirTV-Qt/mainapplication.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef MAINAPPLICATION_H #define MAINAPPLICATION_H diff --git a/AirTV-Qt/raopcallbackhandler.cpp b/AirTV-Qt/raopcallbackhandler.cpp index 0852fe8..752e185 100644 --- a/AirTV-Qt/raopcallbackhandler.cpp +++ b/AirTV-Qt/raopcallbackhandler.cpp @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include "raopcallbackhandler.h" RaopCallbackHandler::RaopCallbackHandler(QObject *parent) : diff --git a/AirTV-Qt/raopcallbackhandler.h b/AirTV-Qt/raopcallbackhandler.h index 3c253ed..0ff6f1f 100644 --- a/AirTV-Qt/raopcallbackhandler.h +++ b/AirTV-Qt/raopcallbackhandler.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef RAOPCALLBACKHANDLER_H #define RAOPCALLBACKHANDLER_H diff --git a/AirTV-Qt/raopservice.cpp b/AirTV-Qt/raopservice.cpp index 79472c1..43689c3 100644 --- a/AirTV-Qt/raopservice.cpp +++ b/AirTV-Qt/raopservice.cpp @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include "raopservice.h" #include diff --git a/AirTV-Qt/raopservice.h b/AirTV-Qt/raopservice.h index f82fec4..450cbb6 100644 --- a/AirTV-Qt/raopservice.h +++ b/AirTV-Qt/raopservice.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef RAOPSERVICE_H #define RAOPSERVICE_H diff --git a/src/lib/base64.c b/src/lib/base64.c index 786e445..d1bf680 100644 --- a/src/lib/base64.c +++ b/src/lib/base64.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/base64.h b/src/lib/base64.h index e362108..ff4b421 100644 --- a/src/lib/base64.h +++ b/src/lib/base64.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef BASE64_H #define BASE64_H diff --git a/src/lib/compat.h b/src/lib/compat.h index 4a48e0f..560e6cd 100644 --- a/src/lib/compat.h +++ b/src/lib/compat.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef COMPAT_H #define COMPAT_H diff --git a/src/lib/dnssd.c b/src/lib/dnssd.c index 96e32dc..d2186e9 100644 --- a/src/lib/dnssd.c +++ b/src/lib/dnssd.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/dnssd.m b/src/lib/dnssd.m index 1335a73..ef69178 100644 --- a/src/lib/dnssd.m +++ b/src/lib/dnssd.m @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include "dnssd.h" diff --git a/src/lib/http_request.c b/src/lib/http_request.c index 656ccee..6ed6c03 100644 --- a/src/lib/http_request.c +++ b/src/lib/http_request.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/http_request.h b/src/lib/http_request.h index 2323af5..9f4ae96 100644 --- a/src/lib/http_request.h +++ b/src/lib/http_request.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef HTTP_REQUEST_H #define HTTP_REQUEST_H diff --git a/src/lib/http_response.c b/src/lib/http_response.c index c3fe6c8..45ccea2 100644 --- a/src/lib/http_response.c +++ b/src/lib/http_response.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/http_response.h b/src/lib/http_response.h index 2e813f9..15b4d27 100644 --- a/src/lib/http_response.h +++ b/src/lib/http_response.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef HTTP_RESPONSE_H #define HTTP_RESPONSE_H diff --git a/src/lib/httpd.c b/src/lib/httpd.c index 5779c06..9a56997 100644 --- a/src/lib/httpd.c +++ b/src/lib/httpd.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/httpd.h b/src/lib/httpd.h index 08062ed..ef9fecc 100644 --- a/src/lib/httpd.h +++ b/src/lib/httpd.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef HTTPD_H #define HTTPD_H diff --git a/src/lib/logger.c b/src/lib/logger.c index 0ea1867..b344f4e 100644 --- a/src/lib/logger.c +++ b/src/lib/logger.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/logger.h b/src/lib/logger.h index ba8b95f..52c15e4 100644 --- a/src/lib/logger.h +++ b/src/lib/logger.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef LOGGER_H #define LOGGER_H diff --git a/src/lib/memalign.h b/src/lib/memalign.h index 422e241..33aafb6 100644 --- a/src/lib/memalign.h +++ b/src/lib/memalign.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef MEMALIGN_H #define MEMALIGN_H diff --git a/src/lib/netutils.c b/src/lib/netutils.c index 255822b..13ebce9 100644 --- a/src/lib/netutils.c +++ b/src/lib/netutils.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/netutils.h b/src/lib/netutils.h index c469162..eaef366 100644 --- a/src/lib/netutils.h +++ b/src/lib/netutils.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef NETUTILS_H #define NETUTILS_H diff --git a/src/lib/raop.c b/src/lib/raop.c index 484b3f4..850737e 100644 --- a/src/lib/raop.c +++ b/src/lib/raop.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/raop_buffer.c b/src/lib/raop_buffer.c index 45a1aeb..b9b52af 100644 --- a/src/lib/raop_buffer.c +++ b/src/lib/raop_buffer.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/raop_buffer.h b/src/lib/raop_buffer.h index 619d8b2..cfc6ab9 100644 --- a/src/lib/raop_buffer.h +++ b/src/lib/raop_buffer.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef RAOP_BUFFER_H #define RAOP_BUFFER_H diff --git a/src/lib/raop_rtp.c b/src/lib/raop_rtp.c index 03ae502..39ac7ab 100644 --- a/src/lib/raop_rtp.c +++ b/src/lib/raop_rtp.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/raop_rtp.h b/src/lib/raop_rtp.h index 25755e4..c62d87b 100644 --- a/src/lib/raop_rtp.h +++ b/src/lib/raop_rtp.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef RAOP_RTP_H #define RAOP_RTP_H diff --git a/src/lib/rsakey.c b/src/lib/rsakey.c index 485e21e..e28b02c 100644 --- a/src/lib/rsakey.c +++ b/src/lib/rsakey.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/rsakey.h b/src/lib/rsakey.h index 1bb69ef..f636108 100644 --- a/src/lib/rsakey.h +++ b/src/lib/rsakey.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef RSAKEY_H #define RSAKEY_H diff --git a/src/lib/rsapem.c b/src/lib/rsapem.c index 1090ffe..936823a 100644 --- a/src/lib/rsapem.c +++ b/src/lib/rsapem.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/rsapem.h b/src/lib/rsapem.h index 95ae5a8..c277154 100644 --- a/src/lib/rsapem.h +++ b/src/lib/rsapem.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef RSAPEM_H #define RSAPEM_H diff --git a/src/lib/sdp.c b/src/lib/sdp.c index 369de1c..ecd6214 100644 --- a/src/lib/sdp.c +++ b/src/lib/sdp.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/sdp.h b/src/lib/sdp.h index 474fae0..708cbf4 100644 --- a/src/lib/sdp.h +++ b/src/lib/sdp.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef SDP_H #define SDP_H diff --git a/src/lib/sockets.h b/src/lib/sockets.h index 58ef250..ece6d68 100644 --- a/src/lib/sockets.h +++ b/src/lib/sockets.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef SOCKETS_H #define SOCKETS_H diff --git a/src/lib/threads.h b/src/lib/threads.h index 7f79e6d..70dd416 100644 --- a/src/lib/threads.h +++ b/src/lib/threads.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef THREADS_H #define THREADS_H diff --git a/src/lib/utils.c b/src/lib/utils.c index 8057eec..96e3e00 100644 --- a/src/lib/utils.c +++ b/src/lib/utils.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #include #include #include diff --git a/src/lib/utils.h b/src/lib/utils.h index f1b0b5a..498786d 100644 --- a/src/lib/utils.h +++ b/src/lib/utils.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library 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 (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * 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. + */ + #ifndef UTILS_H #define UTILS_H -- 2.34.1