summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-22 20:48:53 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-22 20:49:49 +0200
commit1bcdef965838405fdb1fe0779b40d6299d821d69 (patch)
tree8e259c025cc051e4fb921d493d44d0c2c15a55c0 /include
parent62e74ac2fc407c24c96c6ef5c9c36af3a27bc340 (diff)
parentcb44d79564db216af18d9beb632700e40634f166 (diff)
downloadacl-1bcdef965838405fdb1fe0779b40d6299d821d69.tar.gz
Merge branch 'misc'
Diffstat (limited to 'include')
-rw-r--r--include/misc.h26
-rw-r--r--include/walk_tree.h19
2 files changed, 19 insertions, 26 deletions
diff --git a/include/misc.h b/include/misc.h
index b66f6e2..58c2640 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -1,25 +1,19 @@
/*
- Copyright (C) 2009 Andreas Gruenbacher, <agruen@suse.de>
+ Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 2.1 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
- Lesser General Public License for more details.
+ 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 Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*/
-
-extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
-
-extern const char *quote(const char *str);
-extern char *unquote(char *str);
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
diff --git a/include/walk_tree.h b/include/walk_tree.h
index 2c0102f..53a8fc5 100644
--- a/include/walk_tree.h
+++ b/include/walk_tree.h
@@ -3,19 +3,18 @@
Copyright (C) 2007 Andreas Gruenbacher <a.gruenbacher@computer.org>
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 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
- Lesser General Public License for more details.
+ 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 Lesser General Public
+ License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __WALK_TREE_H