From a86c457f64bde96a95ac0a376f4e24546ac62926 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 Aug 2004 07:16:54 +0000 Subject: Merge from gnulib. --- lib/canonicalize.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lib/canonicalize.h') diff --git a/lib/canonicalize.h b/lib/canonicalize.h index 3cc083ae8..2f73de0ea 100644 --- a/lib/canonicalize.h +++ b/lib/canonicalize.h @@ -1,3 +1,21 @@ +/* Return the canonical absolute name of a given file. + Copyright (C) 1996-2004 Free Software Foundation, Inc. + + 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, 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; see the file COPYING. + If not, write to the Free Software Foundation, + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + #ifndef CANONICALIZE_H_ # define CANONICALIZE_H_ -- cgit v1.2.3-54-g00ecf