File: copyright.c

package info (click to toggle)
cti-ifhp 2.1.8-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 932 kB
  • ctags: 845
  • sloc: ansic: 6,036; sh: 1,524; makefile: 318
file content (42 lines) | stat: -rw-r--r-- 2,191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**************************************************************************
 * LPRng IFHP Filter
 * Copyright 1994-1997 Patrick Powell, San Diego, CA <papowell@sdsu.edu>
 *
 * Based on the CTI printer filters.
 *  See COPYRIGHT for details.
 *
 * $Id: copyright.c,v 2.1 1997/01/05 18:41:38 papowell Exp $
 */

#include "portable.h"
#include "common.h"
#include "version.h"

char *copyright[] =  {

"hpif " VERSION,

" ===========================================================================",
" =                                                                         =",
" =  (C) Copyright 1995, Computer Technology Institute (CTI)                =",
" =                                                                         =",
" =  Permission to use, copy, modify and distribute this software and       =",
" =  its documentation for non-commercial use and without fee is hereby     =",
" =  granted, provided that the above copyright notice appear in all        =",
" =  copies and that both that copyright notice and this permission         =",
" =  notice and warranty disclaimer appear in supporting documentation,     =",
" =  and that the name of Computer Technology Institute (CTI) or any of     =",
" =  its entities not be used in advertising or publicity pertaining to     =",
" =  distribution of the software and its documentation without specific    =",
" =  prior permission.                                                      =",
" =                                                                         =",
" =  Computer Technology Institute (CTI) disclaims all warranties with      =",
" =  regard to this software and makes no representations about the         =",
" =  suitability of this software and its documentation for any purpose.    =",
" =  It is provided \"as is\" without expressed or implied warranty.          =",
" =                                                                         =",
"    (c) Copyright 1988-1995 Patrick Powell <papowell@sdsu.edu>              ",
"     Derived from LPRng and PLP code                                        ",
" ===========================================================================",
(char *)0
};