summaryrefslogtreecommitdiff
path: root/lib/canonicalize.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-07 07:16:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-07 07:16:54 +0000
commita86c457f64bde96a95ac0a376f4e24546ac62926 (patch)
tree1465af8a18efb7a319bc94ddc7569d1841b03a08 /lib/canonicalize.h
parenta3538ea055d68218c32918bf390ac5cb36d38c09 (diff)
downloadcoreutils-a86c457f64bde96a95ac0a376f4e24546ac62926.tar.xz
Merge from gnulib.
Diffstat (limited to 'lib/canonicalize.h')
-rw-r--r--lib/canonicalize.h18
1 files changed, 18 insertions, 0 deletions
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_