diff -r 715f854a93cd -r 4fbbacbbca34 gmyth-stream/gmencoder/src/gmencoder.c --- a/gmyth-stream/gmencoder/src/gmencoder.c Tue Jan 29 20:12:30 2008 +0000 +++ b/gmyth-stream/gmencoder/src/gmencoder.c Wed Jan 30 03:36:13 2008 +0000 @@ -1,3 +1,24 @@ +/* + * arch-tag: Implementation gmencoder engine + * + * Copyright (C) 2007 INdT - Renato Filho + * + * 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 St, Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif