diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-13 19:43:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-13 19:43:14 +0000 |
commit | b643948e1fddb54f5a8b580704237e4e09432a69 (patch) | |
tree | b96c976f8ce9e114e6e3a2494322f22bba8f4659 /libpager/data-request.c | |
parent | 360761f040baee2424cb35fa936f2ce6d30f7eea (diff) |
Initial revision
Diffstat (limited to 'libpager/data-request.c')
-rw-r--r-- | libpager/data-request.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libpager/data-request.c b/libpager/data-request.c new file mode 100644 index 00000000..4280b4e2 --- /dev/null +++ b/libpager/data-request.c @@ -0,0 +1,17 @@ +/* Implementation of + Copyright (C) 1994 Free Software Foundation + + 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; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + |