From: Brian Matherly Date: Sun, 12 Jan 2014 04:41:14 +0000 (-0600) Subject: File header consistency X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3242e659faf8706412d953c117d93f6cec16369e;p=mlt File header consistency --- diff --git a/src/modules/vid.stab/common.h b/src/modules/vid.stab/common.h index b373dbdd..c9a060bf 100644 --- a/src/modules/vid.stab/common.h +++ b/src/modules/vid.stab/common.h @@ -1,8 +1,20 @@ /* * common.h + * Copyright (C) 2013 Jakub Ksiezniak * - * Created on: 20 gru 2013 - * Author: Jakub Ksiezniak + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef VIDSTAB_COMMON_H_ diff --git a/src/modules/vid.stab/factory.c b/src/modules/vid.stab/factory.c index ca416a5a..d8df2759 100644 --- a/src/modules/vid.stab/factory.c +++ b/src/modules/vid.stab/factory.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 Dan Dennedy * factory.c -- the factory method interfaces + * Copyright (C) 2013 Dan Dennedy * * 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/src/modules/vid.stab/filter_deshake.cpp b/src/modules/vid.stab/filter_deshake.cpp index 9ca5cacd..0dd13cc2 100644 --- a/src/modules/vid.stab/filter_deshake.cpp +++ b/src/modules/vid.stab/filter_deshake.cpp @@ -1,8 +1,7 @@ /* * filter_deshake.cpp - * Copyright (C) 2013 - * Marco Gittler - * Jakub Ksiezniak + * Copyright (C) 2013 Marco Gittler + * Copyright (C) 2013 Jakub Ksiezniak * * 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/src/modules/vid.stab/filter_vidstab.cpp b/src/modules/vid.stab/filter_vidstab.cpp index 5bc44977..32e06679 100644 --- a/src/modules/vid.stab/filter_vidstab.cpp +++ b/src/modules/vid.stab/filter_vidstab.cpp @@ -1,8 +1,7 @@ /* * filter_vidstab.cpp - * Copyright (C) 2013 - * Marco Gittler - * Jakub Ksiezniak + * Copyright (C) 2013 Marco Gittler + * Copyright (C) 2013 Jakub Ksiezniak * * 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