X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fcharmap.c;h=093681e7b04abd5c641c31414f2ea5c385876328;hb=9d9266bfed4daa001a3f038f0d5b6e8c51a37373;hp=cb9d0b41803a24a0ba5e18d91a9d42d20d0fbcdc;hpb=dc58eff985d645a38b3945aa248a4e2b8070ab98;p=idzebra-moved-to-github.git diff --git a/util/charmap.c b/util/charmap.c index cb9d0b4..093681e 100644 --- a/util/charmap.c +++ b/util/charmap.c @@ -1,5 +1,5 @@ -/* $Id: charmap.c,v 1.39 2005-08-22 08:17:01 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: charmap.c,v 1.41 2006-08-14 10:40:34 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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 Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ @@ -763,3 +763,11 @@ void chrmaptab_destroy(chrmaptab tab) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +