diff --git a/include/psyc.h b/include/psyc.h index 7be4ff8..17b105d 100644 --- a/include/psyc.h +++ b/include/psyc.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + /** * @file psyc.h * @brief Main PSYC interface providing crucial functionality. diff --git a/include/psyc/match.h b/include/psyc/match.h index b3c8c11..f94aad2 100644 --- a/include/psyc/match.h +++ b/include/psyc/match.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef PSYC_MATCH_H #define PSYC_MATCH_H diff --git a/include/psyc/method.h b/include/psyc/method.h index 2827cdd..8375c19 100644 --- a/include/psyc/method.h +++ b/include/psyc/method.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef PSYC_METHOD_H #define PSYC_METHOD_H diff --git a/include/psyc/packet.h b/include/psyc/packet.h index 9cb04cd..a319196 100644 --- a/include/psyc/packet.h +++ b/include/psyc/packet.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef PSYC_PACKET_H #define PSYC_PACKET_H diff --git a/include/psyc/parse.h b/include/psyc/parse.h index 71c32b0..0ae1ca8 100644 --- a/include/psyc/parse.h +++ b/include/psyc/parse.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef PSYC_PARSE_H #define PSYC_PARSE_H diff --git a/include/psyc/render.h b/include/psyc/render.h index 17c794c..5226e68 100644 --- a/include/psyc/render.h +++ b/include/psyc/render.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef PSYC_RENDER_H #define PSYC_RENDER_H diff --git a/include/psyc/text.h b/include/psyc/text.h index 0588b65..1766cb3 100644 --- a/include/psyc/text.h +++ b/include/psyc/text.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef PSYC_TEXT_H #define PSYC_TEXT_H diff --git a/include/psyc/uniform.h b/include/psyc/uniform.h index 1164c8f..80488cf 100644 --- a/include/psyc/uniform.h +++ b/include/psyc/uniform.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef PSYC_UNIFORM_H #define PSYC_UNIFORM_H diff --git a/include/psyc/variable.h b/include/psyc/variable.h index 6005aef..38981ba 100644 --- a/include/psyc/variable.h +++ b/include/psyc/variable.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + /** * @file psyc/variable.h */ diff --git a/src/debug.h b/src/debug.h index 6d9f081..2494232 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef DEBUG_H # define DEBUG_H diff --git a/src/itoa.c b/src/itoa.c index 3af833a..e5fd8e5 100644 --- a/src/itoa.c +++ b/src/itoa.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #define ALPHANUMS "zyxwvutsrqponmlkjihgfedcba9876543210123456789abcdefghijklmnopqrstuvwxyz" /** diff --git a/src/lib.h b/src/lib.h index f24beae..f447adb 100644 --- a/src/lib.h +++ b/src/lib.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + /* this is needed to compile the library, not to use it */ #ifndef PSYC_LIB_H diff --git a/src/match.c b/src/match.c index ff811b2..4eb9f41 100644 --- a/src/match.c +++ b/src/match.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include "lib.h" int diff --git a/src/memmem.c b/src/memmem.c index 609e656..3387c38 100644 --- a/src/memmem.c +++ b/src/memmem.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + /*- * Copyright (c) 2005 Pascal Gloor * diff --git a/src/packet.c b/src/packet.c index 98310fc..db2ac6c 100644 --- a/src/packet.c +++ b/src/packet.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include "lib.h" #include diff --git a/src/parse.c b/src/parse.c index 3b13d0c..8534465 100644 --- a/src/parse.c +++ b/src/parse.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include diff --git a/src/psyc_parser_cb.h b/src/psyc_parser_cb.h index 427a7bb..9e8e645 100644 --- a/src/psyc_parser_cb.h +++ b/src/psyc_parser_cb.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include struct PsycParser; diff --git a/src/render.c b/src/render.c index 8dd4829..c77a7ed 100644 --- a/src/render.c +++ b/src/render.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include "lib.h" diff --git a/src/templates.h b/src/templates.h index bb701dd..ee8e64d 100644 --- a/src/templates.h +++ b/src/templates.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #define _ PSYC_C2STRI ._notice_alias_add = diff --git a/src/text.c b/src/text.c index 390460d..cd90ae6 100644 --- a/src/text.c +++ b/src/text.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include "lib.h" #include diff --git a/src/uniform.c b/src/uniform.c index 084574b..67a3621 100644 --- a/src/uniform.c +++ b/src/uniform.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include "lib.h" #include "psyc/uniform.h" diff --git a/src/variable.c b/src/variable.c index e1d1c3f..c34473b 100644 --- a/src/variable.c +++ b/src/variable.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include "lib.h" #include diff --git a/test/method.c b/test/method.c index 408f1ab..990f5c1 100644 --- a/test/method.c +++ b/test/method.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test.c b/test/test.c index af20530..9101992 100644 --- a/test/test.c +++ b/test/test.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + /** * test server for packet parsing & rendering * diff --git a/test/test.h b/test/test.h index e8bf2c0..05242da 100644 --- a/test/test.h +++ b/test/test.h @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #ifndef TEST_H # define TEST_H diff --git a/test/test_index.c b/test/test_index.c index 340a7ae..b26e0ed 100644 --- a/test/test_index.c +++ b/test/test_index.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test_json.c b/test/test_json.c index 7d47a8d..ab5ff1b 100644 --- a/test/test_json.c +++ b/test/test_json.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test_json_glib.c b/test/test_json_glib.c index 5fd2577..f967b7f 100644 --- a/test/test_json_glib.c +++ b/test/test_json_glib.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test_list.c b/test/test_list.c index 560a52b..cb223e5 100644 --- a/test/test_list.c +++ b/test/test_list.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test_match.c b/test/test_match.c index 1a490b8..808a823 100644 --- a/test/test_match.c +++ b/test/test_match.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include diff --git a/test/test_packet_id.c b/test/test_packet_id.c index 88710c5..ccdbcd8 100644 --- a/test/test_packet_id.c +++ b/test/test_packet_id.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include diff --git a/test/test_parser.c b/test/test_parser.c index d317903..4071138 100644 --- a/test/test_parser.c +++ b/test/test_parser.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test_psyc.c b/test/test_psyc.c index 447c7b7..8760da7 100644 --- a/test/test_psyc.c +++ b/test/test_psyc.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test_psyc_speed.c b/test/test_psyc_speed.c index e24cb67..eecabef 100644 --- a/test/test_psyc_speed.c +++ b/test/test_psyc_speed.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/test_render.c b/test/test_render.c index e02ab25..0762564 100644 --- a/test/test_render.c +++ b/test/test_render.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include diff --git a/test/test_strlen.c b/test/test_strlen.c index 2686aba..88a7023 100644 --- a/test/test_strlen.c +++ b/test/test_strlen.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #define _GNU_SOURCE #include diff --git a/test/test_table.c b/test/test_table.c index 01759b2..618a242 100644 --- a/test/test_table.c +++ b/test/test_table.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include diff --git a/test/test_text.c b/test/test_text.c index cd6bf46..c0efc5c 100644 --- a/test/test_text.c +++ b/test/test_text.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include diff --git a/test/test_update.c b/test/test_update.c index 2eeb8a5..7022497 100644 --- a/test/test_update.c +++ b/test/test_update.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/uniform_parse.c b/test/uniform_parse.c index 5b22a2b..2c55e4a 100644 --- a/test/uniform_parse.c +++ b/test/uniform_parse.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/var_routing.c b/test/var_routing.c index c6b131d..b0288ee 100644 --- a/test/var_routing.c +++ b/test/var_routing.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include diff --git a/test/var_type.c b/test/var_type.c index cc8a1dc..3aa606f 100644 --- a/test/var_type.c +++ b/test/var_type.c @@ -1,3 +1,23 @@ +/* + This file is part of libpsyc. + Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann, + and other contributing authors. + + libpsyc is free software: you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. As a special exception, libpsyc is distributed with additional + permissions to link libpsyc libraries with non-AGPL works. + + libpsyc 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 Affero General Public License for more + details. + + You should have received a copy of the GNU Affero General Public License and + the linking exception along with libpsyc in a COPYING file. +*/ + #include #include #include