blob: 80d1b295ef93e22315e7c40c641758783e572de2 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/*
2 * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
3 * (Student Information Processing Board)
4 *
5 * Permission to use, copy, modify, and distribute this software and
6 * its documentation for any purpose is hereby granted, provided that
7 * the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
8 * advertising or publicity pertaining to distribution of the software
9 * without specific, written prior permission. M.I.T. and the
10 * M.I.T. S.I.P.B. make no representations about the suitability of
11 * this software for any purpose. It is provided "as is" without
12 * express or implied warranty.
13 */
14
15#include "config.h"
16#include <stdio.h>
17#include "ss_internal.h"
18
19static const char copyright[] =
20 "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
21
22ss_data **_ss_table = (ss_data **)NULL;
23char *_ss_pager_name = (char *)NULL;