# HG changeset patch # User John Tsiombikas # Date 1320350232 -7200 # Node ID acf3d25f23cb4b34c4a5b3c65b85ed3b2fecccdf # Parent 0d9a1e23726cb2b30c79785a0f933d0d0e33442c added license headings diff -r 0d9a1e23726c -r acf3d25f23cb src/sdr.c --- a/src/sdr.c Thu Nov 03 21:54:30 2011 +0200 +++ b/src/sdr.c Thu Nov 03 21:57:12 2011 +0200 @@ -1,3 +1,21 @@ +/* +Stereoplay - an OpenGL stereoscopic video player. +Copyright (C) 2011 John Tsiombikas + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + #include #include #include diff -r 0d9a1e23726c -r acf3d25f23cb src/sdr.h --- a/src/sdr.h Thu Nov 03 21:54:30 2011 +0200 +++ b/src/sdr.h Thu Nov 03 21:57:12 2011 +0200 @@ -1,3 +1,21 @@ +/* +Stereoplay - an OpenGL stereoscopic video player. +Copyright (C) 2011 John Tsiombikas + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + #ifndef _SDR_H_ #define _SDR_H_ diff -r 0d9a1e23726c -r acf3d25f23cb src/stereoplay.c --- a/src/stereoplay.c Thu Nov 03 21:54:30 2011 +0200 +++ b/src/stereoplay.c Thu Nov 03 21:57:12 2011 +0200 @@ -1,3 +1,20 @@ +/* +Stereoplay - an OpenGL stereoscopic video player. +Copyright (C) 2011 John Tsiombikas + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ #include #include #include diff -r 0d9a1e23726c -r acf3d25f23cb src/vid.c --- a/src/vid.c Thu Nov 03 21:54:30 2011 +0200 +++ b/src/vid.c Thu Nov 03 21:57:12 2011 +0200 @@ -1,3 +1,21 @@ +/* +Stereoplay - an OpenGL stereoscopic video player. +Copyright (C) 2011 John Tsiombikas + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + #include #include #include diff -r 0d9a1e23726c -r acf3d25f23cb src/vid.h --- a/src/vid.h Thu Nov 03 21:54:30 2011 +0200 +++ b/src/vid.h Thu Nov 03 21:57:12 2011 +0200 @@ -1,3 +1,21 @@ +/* +Stereoplay - an OpenGL stereoscopic video player. +Copyright (C) 2011 John Tsiombikas + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + #ifndef VID_H_ #define VID_H_