diff --git a/include/shairplay/dnssd.h b/include/shairplay/dnssd.h index 19e6e64..3b2954d 100644 --- a/include/shairplay/dnssd.h +++ b/include/shairplay/dnssd.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 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 DNSSD_H #define DNSSD_H diff --git a/include/shairplay/raop.h b/include/shairplay/raop.h index 172ecf8..0652a64 100644 --- a/include/shairplay/raop.h +++ b/include/shairplay/raop.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2012-2015 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_H #define RAOP_H diff --git a/src/lib/dnssdint.h b/src/lib/dnssdint.h index 9097d70..97f9617 100644 --- a/src/lib/dnssdint.h +++ b/src/lib/dnssdint.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 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 DNSSDINT_H #define DNSSDINT_H diff --git a/src/lib/fairplay.h b/src/lib/fairplay.h index d520817..2b7c30f 100644 --- a/src/lib/fairplay.h +++ b/src/lib/fairplay.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2018 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 FAIRPLAY_H #define FAIRPLAY_H diff --git a/src/lib/fairplay_dummy.c b/src/lib/fairplay_dummy.c index 3b8f2b7..7b132d8 100644 --- a/src/lib/fairplay_dummy.c +++ b/src/lib/fairplay_dummy.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2018 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 "fairplay.h" diff --git a/src/lib/fairplay_playfair.c b/src/lib/fairplay_playfair.c index e6e5a75..e4edb42 100644 --- a/src/lib/fairplay_playfair.c +++ b/src/lib/fairplay_playfair.c @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2018 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/global.h b/src/lib/global.h index 4f022b4..03504be 100644 --- a/src/lib/global.h +++ b/src/lib/global.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 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 GLOBAL_H #define GLOBAL_H