diff --git a/ultragrid/src/audio/audio.c b/ultragrid/src/audio/audio.c index c4db021fb..9fb763137 100644 --- a/ultragrid/src/audio/audio.c +++ b/ultragrid/src/audio/audio.c @@ -1,5 +1,5 @@ /* - * FILE: audio.c + * FILE: audio/audio.c * AUTHORS: Martin Benes * Lukas Hejtmanek * Petr Holub diff --git a/ultragrid/src/audio/audio.h b/ultragrid/src/audio/audio.h index a55ba10f5..e2208e67c 100644 --- a/ultragrid/src/audio/audio.h +++ b/ultragrid/src/audio/audio.h @@ -1,5 +1,5 @@ /* - * FILE: audio.c + * FILE: audio/audio.h * AUTHORS: Martin Benes * Lukas Hejtmanek * Petr Holub diff --git a/ultragrid/src/ihdtv/ihdtv.c b/ultragrid/src/ihdtv/ihdtv.c index d318bfd13..a97067ed0 100644 --- a/ultragrid/src/ihdtv/ihdtv.c +++ b/ultragrid/src/ihdtv/ihdtv.c @@ -1,5 +1,5 @@ /* - * FILE: ihdtv.c + * FILE: ihdtv/ihdtv.c * AUTHORS: Martin Benes * Lukas Hejtmanek * Petr Holub diff --git a/ultragrid/src/ihdtv/ihdtv.h b/ultragrid/src/ihdtv/ihdtv.h index cd07989ea..b24cb3146 100644 --- a/ultragrid/src/ihdtv/ihdtv.h +++ b/ultragrid/src/ihdtv/ihdtv.h @@ -1,5 +1,5 @@ /* - * FILE: ihdtv.h + * FILE: ihdtv/ihdtv.h * AUTHORS: Martin Benes * Lukas Hejtmanek * Petr Holub diff --git a/ultragrid/src/video_display/dxt.c b/ultragrid/src/video_display/dxt.c index 3a932dc4f..626048fa3 100644 --- a/ultragrid/src/video_display/dxt.c +++ b/ultragrid/src/video_display/dxt.c @@ -1,8 +1,50 @@ -//Standard warning crap -// -// -// -// +/* + * FILE: video_display/dxt.c + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ #include "config.h" #include "config_unix.h" diff --git a/ultragrid/src/video_display/dxt.h b/ultragrid/src/video_display/dxt.h index 167fb787f..f96a2bf12 100644 --- a/ultragrid/src/video_display/dxt.h +++ b/ultragrid/src/video_display/dxt.h @@ -1,3 +1,51 @@ +/* + * FILE: video_display/dxt.h + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #define DISPLAY_DXT_ID 0xba370d2a display_type_t *display_dxt_probe(void); diff --git a/ultragrid/src/video_display/gl_sdl.c b/ultragrid/src/video_display/gl_sdl.c index 18e19a25a..2bb815804 100644 --- a/ultragrid/src/video_display/gl_sdl.c +++ b/ultragrid/src/video_display/gl_sdl.c @@ -1,8 +1,50 @@ -//Standard warning crap -// -// -// -// +/* + * FILE: video_display/gl_sdl.c + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ #include "host.h" #include "config.h" diff --git a/ultragrid/src/video_display/gl_sdl.h b/ultragrid/src/video_display/gl_sdl.h index c018c5cf9..e79dafbc7 100644 --- a/ultragrid/src/video_display/gl_sdl.h +++ b/ultragrid/src/video_display/gl_sdl.h @@ -1,3 +1,51 @@ +/* + * FILE: video_display/gl_sdl.h + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #define DISPLAY_GL_ID 0xba370a2a display_type_t *display_gl_probe(void); diff --git a/ultragrid/src/video_display/hdstation.c b/ultragrid/src/video_display/hdstation.c index 538fd1552..5eeeaa8fe 100644 --- a/ultragrid/src/video_display/hdstation.c +++ b/ultragrid/src/video_display/hdstation.c @@ -1,7 +1,15 @@ /* - * FILE: video_display/hdstation.c - * AUTHOR: Colin Perkins + * FILE: video_display/hdstation.c + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * Colin Perkins * + * Copyright (c) 2005-2010 CESNET z.s.p.o. * Copyright (c) 2001-2003 University of Southern California * * Redistribution and use in source and binary forms, with or without @@ -19,11 +27,12 @@ * must display the following acknowledgement: * * This product includes software developed by the University of Southern - * California Information Sciences Institute. + * California Information Sciences Institute. This product also includes + * software developed by CESNET z.s.p.o. * - * 4. Neither the name of the University nor of the Institute may be used - * to endorse or promote products derived from this software without - * specific prior written permission. + * 4. Neither the name of the University, Institute, CESNET nor the names of + * its contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, @@ -38,8 +47,8 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Revision: 1.2 $ - * $Date: 2007/12/11 19:16:45 $ + * $Revision: 1.3 $ + * $Date: 2009/12/11 15:27:17 $ * */ diff --git a/ultragrid/src/video_display/kona.c b/ultragrid/src/video_display/kona.c index 819fd3d0e..4032fd6de 100644 --- a/ultragrid/src/video_display/kona.c +++ b/ultragrid/src/video_display/kona.c @@ -1,3 +1,51 @@ +/* + * FILE: video_display/kona.c + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #include "config.h" #include "config_unix.h" #include "config_win32.h" diff --git a/ultragrid/src/video_display/kona.h b/ultragrid/src/video_display/kona.h index 10f651813..5a8ddc82c 100644 --- a/ultragrid/src/video_display/kona.h +++ b/ultragrid/src/video_display/kona.h @@ -1,3 +1,51 @@ +/* + * FILE: video_display/kona.h + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #define DISPLAY_KONA_ID 0xba370f2f display_type_t *display_kona_probe(void); diff --git a/ultragrid/src/video_display/sage.c b/ultragrid/src/video_display/sage.c index a9d377b05..b02b0a072 100644 --- a/ultragrid/src/video_display/sage.c +++ b/ultragrid/src/video_display/sage.c @@ -1,3 +1,51 @@ +/* + * FILE: video_display/sage.c + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #include "config.h" #include "config_unix.h" #include "config_win32.h" diff --git a/ultragrid/src/video_display/sage.h b/ultragrid/src/video_display/sage.h index 3d4c85501..03a35405b 100644 --- a/ultragrid/src/video_display/sage.h +++ b/ultragrid/src/video_display/sage.h @@ -1,3 +1,51 @@ +/* + * FILE: video_display/sage.h + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #define DISPLAY_SAGE_ID 0xba370a2f diff --git a/ultragrid/src/video_display/sage_wrapper.cxx b/ultragrid/src/video_display/sage_wrapper.cxx index 85b872e97..66d153cde 100644 --- a/ultragrid/src/video_display/sage_wrapper.cxx +++ b/ultragrid/src/video_display/sage_wrapper.cxx @@ -1,3 +1,51 @@ +/* + * FILE: video_display/sage_wrapper.cxx + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #include #include "sage_wrapper.h" #include diff --git a/ultragrid/src/video_display/sage_wrapper.h b/ultragrid/src/video_display/sage_wrapper.h index 71e064ce0..e1e562ac1 100644 --- a/ultragrid/src/video_display/sage_wrapper.h +++ b/ultragrid/src/video_display/sage_wrapper.h @@ -1,3 +1,51 @@ +/* + * FILE: video_display/sage_wrapper.h + * AUTHORS: Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith + * + * Copyright (c) 2005-2209 CESNET z.s.p.o. + * + * Redistribution and use in source and binary forms, with or without + * modification, is permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * + * This product includes software developed by CESNET z.s.p.o. + * + * 4. Neither the name of CESNET nor the names of its contributors may be used + * to endorse or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + * EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * + */ + #ifndef _SAGE_WRAPPER #define _SAGE_WRAPPER diff --git a/ultragrid/src/video_display/sdl.c b/ultragrid/src/video_display/sdl.c index d55f3ea03..e62e0593b 100644 --- a/ultragrid/src/video_display/sdl.c +++ b/ultragrid/src/video_display/sdl.c @@ -1,5 +1,13 @@ /* - * FILE: video_display/sdl.c + * FILE: video_display/sdl.c + * AUTHORS: Colin Perkins + * Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith * * Redistribution and use in source and binary forms, with or without * modification, is permitted provided that the following conditions @@ -16,7 +24,8 @@ * must display the following acknowledgement: * * This product includes software developed by the University of Southern - * California Information Sciences Institute. + * California Information Sciences Institute. This product also includes + * software developed by CESNET z.s.p.o. * * 4. Neither the name of the University nor of the Institute may be used * to endorse or promote products derived from this software without @@ -35,8 +44,8 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Revision: 1.14 $ - * $Date: 2009/12/02 16:29:21 $ + * $Revision: 1.15 $ + * $Date: 2009/12/11 15:27:17 $ * */ diff --git a/ultragrid/src/video_display/sdl.h b/ultragrid/src/video_display/sdl.h index 97ea0039a..0cfdc56eb 100644 --- a/ultragrid/src/video_display/sdl.h +++ b/ultragrid/src/video_display/sdl.h @@ -1,8 +1,13 @@ /* - * FILE: display_xv.h - * AUTHOR: Colin Perkins - * - * Copyright (c) 2001-2003 University of Southern California + * FILE: video_display/sdl.h + * AUTHORS: Colin Perkins + * Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith * * Redistribution and use in source and binary forms, with or without * modification, is permitted provided that the following conditions @@ -19,7 +24,8 @@ * must display the following acknowledgement: * * This product includes software developed by the University of Southern - * California Information Sciences Institute. + * California Information Sciences Institute. This product also includes + * software developed by CESNET z.s.p.o. * * 4. Neither the name of the University nor of the Institute may be used * to endorse or promote products derived from this software without @@ -38,8 +44,8 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Revision: 1.2 $ - * $Date: 2009/12/02 10:39:45 $ + * $Revision: 1.3 $ + * $Date: 2009/12/11 15:27:18 $ * */ diff --git a/ultragrid/src/video_display/x11.c b/ultragrid/src/video_display/x11.c index 994e6c0a9..ccd4313df 100644 --- a/ultragrid/src/video_display/x11.c +++ b/ultragrid/src/video_display/x11.c @@ -1,8 +1,13 @@ /* - * FILE: video_display/x11.c - * AUTHOR: Colin Perkins - * - * Copyright (c) 2001-2003 University of Southern California + * FILE: video_display/x11.c + * AUTHORS: Colin Perkins + * Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith * * Redistribution and use in source and binary forms, with or without * modification, is permitted provided that the following conditions @@ -19,7 +24,8 @@ * must display the following acknowledgement: * * This product includes software developed by the University of Southern - * California Information Sciences Institute. + * California Information Sciences Institute. This product also includes + * software developed by CESNET z.s.p.o. * * 4. Neither the name of the University nor of the Institute may be used * to endorse or promote products derived from this software without @@ -38,8 +44,8 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Revision: 1.2 $ - * $Date: 2007/12/11 19:16:45 $ + * $Revision: 1.3 $ + * $Date: 2009/12/11 15:27:18 $ * */ diff --git a/ultragrid/src/video_display/x11.h b/ultragrid/src/video_display/x11.h index b6680b053..6ace9ca7b 100644 --- a/ultragrid/src/video_display/x11.h +++ b/ultragrid/src/video_display/x11.h @@ -1,8 +1,13 @@ /* - * FILE: display_x11.h - * AUTHOR: Colin Perkins - * - * Copyright (c) 2001-2003 University of Southern California + * FILE: video_display/x11.h + * AUTHORS: Colin Perkins + * Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith * * Redistribution and use in source and binary forms, with or without * modification, is permitted provided that the following conditions @@ -19,7 +24,8 @@ * must display the following acknowledgement: * * This product includes software developed by the University of Southern - * California Information Sciences Institute. + * California Information Sciences Institute. This product also includes + * software developed by CESNET z.s.p.o. * * 4. Neither the name of the University nor of the Institute may be used * to endorse or promote products derived from this software without @@ -38,8 +44,8 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Revision: 1.1 $ - * $Date: 2007/11/08 09:48:59 $ + * $Revision: 1.2 $ + * $Date: 2009/12/11 15:27:18 $ * */ diff --git a/ultragrid/src/video_display/xv.c b/ultragrid/src/video_display/xv.c index c8ecb788d..bb43fd8fb 100644 --- a/ultragrid/src/video_display/xv.c +++ b/ultragrid/src/video_display/xv.c @@ -1,8 +1,13 @@ /* - * FILE: video_display/xv.c - * AUTHOR: Colin Perkins - * - * Copyright (c) 2001-2003 University of Southern California + * FILE: video_display/xv.c + * AUTHORS: Colin Perkins + * Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith * * Redistribution and use in source and binary forms, with or without * modification, is permitted provided that the following conditions @@ -19,7 +24,8 @@ * must display the following acknowledgement: * * This product includes software developed by the University of Southern - * California Information Sciences Institute. + * California Information Sciences Institute. This product also includes + * software developed by CESNET z.s.p.o. * * 4. Neither the name of the University nor of the Institute may be used * to endorse or promote products derived from this software without @@ -38,8 +44,8 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Revision: 1.2 $ - * $Date: 2008/01/10 07:11:15 $ + * $Revision: 1.3 $ + * $Date: 2009/12/11 15:27:18 $ * */ diff --git a/ultragrid/src/video_display/xv.h b/ultragrid/src/video_display/xv.h index 8d4efba02..32b157c16 100644 --- a/ultragrid/src/video_display/xv.h +++ b/ultragrid/src/video_display/xv.h @@ -1,8 +1,13 @@ /* - * FILE: display_xv.h - * AUTHOR: Colin Perkins - * - * Copyright (c) 2001-2003 University of Southern California + * FILE: video_display/xv.h + * AUTHORS: Colin Perkins + * Martin Benes + * Lukas Hejtmanek + * Petr Holub + * Milos Liska + * Jiri Matela + * Dalibor Matura <255899@mail.muni.cz> + * Ian Wesley-Smith * * Redistribution and use in source and binary forms, with or without * modification, is permitted provided that the following conditions @@ -19,7 +24,8 @@ * must display the following acknowledgement: * * This product includes software developed by the University of Southern - * California Information Sciences Institute. + * California Information Sciences Institute. This product also includes + * software developed by CESNET z.s.p.o. * * 4. Neither the name of the University nor of the Institute may be used * to endorse or promote products derived from this software without @@ -38,8 +44,8 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Revision: 1.1 $ - * $Date: 2007/11/08 09:48:59 $ + * $Revision: 1.2 $ + * $Date: 2009/12/11 15:27:18 $ * */