diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-29 21:05:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-29 21:05:47 +0000 |
commit | 3871666c4b1e9973f0e2ceb7b58cba5562652a46 (patch) | |
tree | 4d9fce723d700970eeea261437fe6f3d2f3d74f3 /defpager | |
parent | 14956f8a02c719f7e6e7da4e3769ed52f4fb0c4e (diff) |
Initial revision
Diffstat (limited to 'defpager')
-rw-r--r-- | defpager/defpager.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/defpager/defpager.c b/defpager/defpager.c new file mode 100644 index 00000000..7eb856f4 --- /dev/null +++ b/defpager/defpager.c @@ -0,0 +1,20 @@ +/* Default pager for GNU Hurd + Copyright (C) 1994 Free Software Foundation, Inc. + Written by Michael I. Bushnell. + + This file is part of the GNU Hurd. + + The GNU Hurd 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. + + The GNU Hurd 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; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + |