From 16b7d7b60a901ee6e2e11581729e5c19095ae0d6 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 31 Jul 2005 18:47:12 +0000 Subject: [PATCH] Added standard file header. --- src/ecs.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/ecs.c b/src/ecs.c index b4a9b2075..93f5fc42e 100644 --- a/src/ecs.c +++ b/src/ecs.c @@ -1,3 +1,27 @@ +/* + Basic support for extended character sets. + + Written by: + Roland Illig , 2005. + + This file is part of the Midnight Commander. + + The Midnight Commander 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. + + The Midnight Commander 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 #include