~ubuntu-branches/ubuntu/lucid/texinfo/lucid

« back to all changes in this revision

Viewing changes to info/filesys.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-02-20 08:24:18 UTC
  • mfrom: (3.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080220082418-v0mwknqadr1gzkzm
Tags: 4.11.dfsg.1-4
fix bashism in texi2dvi (Closes: #461352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* filesys.c -- filesystem specific functions.
2
 
   $Id: filesys.c,v 1.6 2004/07/30 17:17:40 karl Exp $
3
 
 
4
 
   Copyright (C) 1993, 1997, 1998, 2000, 2002, 2003, 2004 Free Software
5
 
   Foundation, Inc.
6
 
 
7
 
   This program is free software; you can redistribute it and/or modify
 
2
   $Id: filesys.c,v 1.9 2007/07/01 21:20:29 karl Exp $
 
3
 
 
4
   Copyright (C) 1993, 1997, 1998, 2000, 2002, 2003, 2004, 2007
 
5
   Free Software Foundation, Inc.
 
6
 
 
7
   This program is free software: you can redistribute it and/or modify
8
8
   it under the terms of the GNU General Public License as published by
9
 
   the Free Software Foundation; either version 2, or (at your option)
10
 
   any later version.
 
9
   the Free Software Foundation, either version 3 of the License, or
 
10
   (at your option) any later version.
11
11
 
12
12
   This program is distributed in the hope that it will be useful,
13
13
   but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
   GNU General Public License for more details.
16
16
 
17
17
   You should have received a copy of the GNU General Public License
18
 
   along with this program; if not, write to the Free Software
19
 
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
18
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
19
 
21
20
   Written by Brian Fox (bfox@ai.mit.edu). */
22
21