root/juggler/branches/2.2/modules/sonix/mtree/SNX.include.dist.in

Revision 19729, 1.6 kB (checked in by patrick, 2 years ago)

Copyright update.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # ***************** <SNX heading BEGIN do not edit this line> *****************
2 #
3 # sonix
4 #
5 # Original Authors:
6 #   Kevin Meinert, Carolina Cruz-Neira
7 #
8 # ****************** <SNX heading END do not edit this line> ******************
9 # ************** <auto-copyright.pl BEGIN do not edit this line> **************
10 #
11 # VR Juggler is (C) Copyright 1998-2007 by Iowa State University
12 #
13 # Original Authors:
14 #   Allen Bierbaum, Christopher Just,
15 #   Patrick Hartling, Kevin Meinert,
16 #   Carolina Cruz-Neira, Albert Baker
17 #
18 # This library is free software; you can redistribute it and/or
19 # modify it under the terms of the GNU Library General Public
20 # License as published by the Free Software Foundation; either
21 # version 2 of the License, or (at your option) any later version.
22 #
23 # This library is distributed in the hope that it will be useful,
24 # but WITHOUT ANY WARRANTY; without even the implied warranty of
25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
26 # Library General Public License for more details.
27 #
28 # You should have received a copy of the GNU Library General Public
29 # License along with this library; if not, write to the
30 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
31 # Boston, MA 02111-1307, USA.
32 #
33 # *************** <auto-copyright.pl END do not edit this line> ***************
34
35 # This file defines the specification for the base installation directory
36 # tree for Sonix.
37 #
38 # $Id$
39
40 /set type=dir mode=@DIR_PERMS@ uname=@OWNER_NAME@ gname=@GROUP_NAME@
41 .
42     include
43       @HEADER_VERSION@
44         snx
45             Util
46             ..
47         ..
48       @CLOSE_HEADER_VERSION@
49     ..
50 ..
Note: See TracBrowser for help on using the browser.