From 70c023626a43baa788e84e56824673b7b8368f08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 19 Mar 2012 10:56:53 +0000 Subject: [PATCH] ges-pitivi-formatter: add copyright/license headers https://bugzilla.gnome.org/show_bug.cgi?id=644943 --- ges/ges-pitivi-formatter.c | 19 +++++++++++++++++++ ges/ges-pitivi-formatter.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/ges/ges-pitivi-formatter.c b/ges/ges-pitivi-formatter.c index 540fd10..f828eec 100644 --- a/ges/ges-pitivi-formatter.c +++ b/ges/ges-pitivi-formatter.c @@ -1,3 +1,22 @@ +/* GStreamer Editing Services Pitivi Formatter + * Copyright (C) 2011-2012 Mathieu Duponchelle + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + #include #include #include diff --git a/ges/ges-pitivi-formatter.h b/ges/ges-pitivi-formatter.h index 4dffafa..80751aa 100644 --- a/ges/ges-pitivi-formatter.h +++ b/ges/ges-pitivi-formatter.h @@ -1,3 +1,22 @@ +/* GStreamer Editing Services Pitivi Formatter + * Copyright (C) 2011-2012 Mathieu Duponchelle + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + #ifndef _GES_PITIVI_FORMATTER #define _GES_PITIVI_FORMATTER -- 2.7.4