From bb24591d489b2bbb5c2b77b2519d0411c0b14647 Mon Sep 17 00:00:00 2001 From: Zachary Lund Date: Sat, 11 Jan 2014 17:34:15 -0600 Subject: [PATCH] Add copyright and name to files it applies to. --- libobs-opengl/gl-subsystem.c | 1 + libobs-opengl/gl-x11.c | 16 ++++++++++++++++ libobs/obs-nix.c | 1 + obs/platform-x11.cpp | 1 + obs/window-basic-main.cpp | 1 + obs/wx-wrappers.cpp | 3 ++- 6 files changed, 22 insertions(+), 1 deletion(-) diff --git a/libobs-opengl/gl-subsystem.c b/libobs-opengl/gl-subsystem.c index 23a303ea4..e86c1028e 100644 --- a/libobs-opengl/gl-subsystem.c +++ b/libobs-opengl/gl-subsystem.c @@ -1,5 +1,6 @@ /****************************************************************************** Copyright (C) 2013 by Hugh Bailey + Copyright (C) 2014 by Zachary Lund 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 diff --git a/libobs-opengl/gl-x11.c b/libobs-opengl/gl-x11.c index 25dec58d3..0d1413c3f 100644 --- a/libobs-opengl/gl-x11.c +++ b/libobs-opengl/gl-x11.c @@ -1,3 +1,19 @@ +/****************************************************************************** + Copyright (C) 2014 by Zachary Lund + + 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 2 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 diff --git a/libobs/obs-nix.c b/libobs/obs-nix.c index 1a7237861..3b7398ed1 100644 --- a/libobs/obs-nix.c +++ b/libobs/obs-nix.c @@ -1,5 +1,6 @@ /****************************************************************************** Copyright (C) 2013 by Hugh Bailey + Copyright (C) 2014 by Zachary Lund 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 diff --git a/obs/platform-x11.cpp b/obs/platform-x11.cpp index a01198e22..e402e85b8 100644 --- a/obs/platform-x11.cpp +++ b/obs/platform-x11.cpp @@ -1,5 +1,6 @@ /****************************************************************************** Copyright (C) 2013 by Hugh Bailey + Copyright (C) 2014 by Zachary Lund 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 diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index f063c314c..fed8de301 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -1,5 +1,6 @@ /****************************************************************************** Copyright (C) 2013 by Hugh Bailey + Copyright (C) 2014 by Zachary Lund 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 diff --git a/obs/wx-wrappers.cpp b/obs/wx-wrappers.cpp index c07c79bd4..f2211cd74 100644 --- a/obs/wx-wrappers.cpp +++ b/obs/wx-wrappers.cpp @@ -1,6 +1,7 @@ /****************************************************************************** Copyright (C) 2013 by Hugh Bailey - + Copyright (C) 2014 by Zachary Lund + 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 2 of the License, or