From 4c1b6febeddd51f77a92eb5f6ba8f975fa288f8d Mon Sep 17 00:00:00 2001 From: Ludovic Fauvet Date: Sun, 22 Mar 2009 00:02:13 +0100 Subject: [PATCH] add missing GPL headers --- src/gui/Timeline.cpp | 22 ++++++++++++++++++++++ src/gui/Timeline.h | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/src/gui/Timeline.cpp b/src/gui/Timeline.cpp index d9a948ba2..ff8714a10 100644 --- a/src/gui/Timeline.cpp +++ b/src/gui/Timeline.cpp @@ -1,3 +1,25 @@ +/***************************************************************************** + * Timeline.cpp: Widget that handle the tracks + ***************************************************************************** + * Copyright (C) 2008-2009 the VLMC team + * + * Authors: Ludovic Fauvet + * + * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + *****************************************************************************/ + #include "Timeline.h" Timeline::Timeline( QWidget *parent ) : diff --git a/src/gui/Timeline.h b/src/gui/Timeline.h index 24d74eedf..984f0edf5 100644 --- a/src/gui/Timeline.h +++ b/src/gui/Timeline.h @@ -1,3 +1,25 @@ +/***************************************************************************** + * Timeline.h: Widget that handle the tracks + ***************************************************************************** + * Copyright (C) 2008-2009 the VLMC team + * + * Authors: Ludovic Fauvet + * + * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + *****************************************************************************/ + #ifndef TIMELINE_H #define TIMELINE_H -- GitLab