From 94de1ee0027859adea18bee27a8d82b512ac650c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 27 Oct 2012 01:25:21 +0100 Subject: [PATCH] GPL boilerplate. --- src/lib/filter_graph.cc | 20 +++++++++++++++++++- src/lib/filter_graph.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index 7d627b1b0..1418384b8 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -1,3 +1,22 @@ +/* + Copyright (C) 2012 Carl Hetherington + + 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, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + extern "C" { #include #include @@ -181,4 +200,3 @@ FilterGraph::can_process (Size s, AVPixelFormat p) const { return (_size == s && _pixel_format == p); } - diff --git a/src/lib/filter_graph.h b/src/lib/filter_graph.h index c6ae15e48..53908738e 100644 --- a/src/lib/filter_graph.h +++ b/src/lib/filter_graph.h @@ -1,3 +1,22 @@ +/* + Copyright (C) 2012 Carl Hetherington + + 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, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + #ifndef DVDOMATIC_FILTER_GRAPH_H #define DVDOMATIC_FILTER_GRAPH_H -- 2.30.2