Package: xarchie / 2.0.10-10

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
This is Debian/GNU Linux's prepackaged version of "xarchie".
xarchie is a X11-based client for the archie service.

This package was put together by Christian Linhart <chris@cosy.sbg.ac.at>
and taken over by me, Martin Schulze <joey@debian.or>, from sources obtained from 
  ftp.univie.ac.at:/packages/x11/contrib/applications/xarchie-2.0.10.tar.gz
  this is a mirror of ftp.x.org.

Important things to consider (look section Copying for details):
    Because of copyrights by University of Washington and 
    by the University of Southern California xarchie is not
    free for commercial purposes.

Copying:
* From the README ([...] describes left out parts)
                George Ferguson, ferguson@cs.rochester.edu

                         Last Change: 5 Jul 1994
[...]
     This is release 2.0 of xarchie -- an X browser interface to
     the Archie Internet information system.

     This software is provided as is with no warranty expressed or
     implied. I hope you find it useful, but I won't be held responsible
     for any damage that may occur from reading, compiling, installing,
     using, or even thinking about it.

     You are free to use any parts of the code that I wrote for other
     purposes. It would be nice if you could keep my name on some part of
     whatever the final product is. Parts of the code that are derived from
     the Prospero archie client are subject to their own copyright, which
     is included in "query.c" and in files that were not written by me.
     See the file "copyright.h" for details. Examples of other things
     Prospero can do are in the file "README.PROSP" in this distribution.

     The file "inet_ntoa.c" is part of the freely-redistributable BSD
     code, and is copyright (c) 1983 Regents of the University of
     California.

     The code in directory FWF for the MultiList widget and portable
     directory routines (Dir) was written by Brian Totty
     (totty@flute.cs.uiuc.edu) and is distributed by the Free Widget
     Foundation (contact free-widgets-request@kazoo.cs.uiuc.edu). This
     code is copyright 1990,1991,1992 Brian Totty. See the file
     FWF/COPYRIGHT for more details. The FileChooser widget was
     written by me based on Brian's code for FileSelector, and is
     subject to the same copyrights.
-------------------------------------------------------------------------
From the above mentioned query.c:
 * query.c : Programmatic Prospero interface to Archie
 *
 * Copyright (c) 1991 by the University of Washington
 *
 * For copying and distribution information, please see the file
 * <copyright.h>.
 *
 * Originally part of the Prospero Archie client by Clifford 
 * Neuman (bcn@isi.edu).  Modifications, addition of programmatic interface,
 * and new sorting code by George Ferguson (ferguson@cs.rochester.edu) 
 * and Brendan Kehoe (brendan@cs.widener.edu).
-------------------------------------------------------------------------
The above mentioned copyright.h:

/* These are the uw-copyright.h and usc-copyright.h files that appear in
   the Prospero distribution.  */

/* 
  Copyright (c) 1989, 1990, 1991 by the University of Washington

  Permission to use, copy, modify, and distribute this software and its
  documentation for non-commercial purposes and without fee is hereby
  granted, provided that the above copyright notice appear in all copies
  and that both the copyright notice and this permission notice appear in
  supporting documentation, and that the name of the University of
  Washington not be used in advertising or publicity pertaining to
  distribution of the software without specific, written prior
  permission.  The University of Washington makes no representations
  about the suitability of this software for any purpose.  It is
  provided "as is" without express or implied warranty.

  Prospero was written by Clifford Neuman (bcn@isi.edu).

  Questions concerning this software should be directed to 
  info-prospero@isi.edu.

  */

/* 
  Copyright (c) 1991, 1992 by the University of Southern California
  All rights reserved.

  Permission to use, copy, modify, and distribute this software and its
  documentation in source and binary forms for non-commercial purposes
  and without fee is hereby granted, provided that the above copyright
  notice appear in all copies and that both the copyright notice and
  this permission notice appear in supporting documentation. and that
  any documentation, advertising materials, and other materials related
  to such distribution and use acknowledge that the software was
  developed by the University of Southern California, Information
  Sciences Institute.  The name of the University may not be used to
  endorse or promote products derived from this software without
  specific prior written permission.

  THE UNIVERSITY OF SOUTHERN CALIFORNIA makes no representations about
  the suitability of this software for any purpose.  THIS SOFTWARE IS
  PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
  INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

  Other copyrights might apply to parts of the Prospero distribution
  and are so noted when applicable.

  Prospero was originally written by Clifford Neuman (bcn@isi.edu).
  Contributors include Benjamin Britt (britt@isi.edu)
  and others identified in individual modules.

  Questions concerning this software should be directed to 
  info-prospero@isi.edu.

  */
-------------------------------------------------------------------------
the above mentioned FWF/COPYRIGHT:
/*
 * Copyright 1990,1991,1992 Brian Totty
 * 
 * Permission to use, copy, modify, distribute, and sell this software
 * and its documentation for any purpose is hereby granted without fee,
 * provided that the above copyright notice appears in all copies and that
 * both that copyright notice and this permission notice appear in
 * supporting documentation, and that the name of Brian Totty or
 * University of Illinois not be used in advertising or publicity
 * pertaining to distribution of the software without specific, written
 * prior permission.  Brian Totty and University of Illinois make no
 * representations about the suitability of this software for any
 * purpose.  It is provided "as is" without express or implied warranty.
 *
 * Brian Totty and University of Illinois disclaim all warranties with
 * regard to this software, including all implied warranties of
 * merchantability and fitness, in no event shall Brian Totty or
 * University of Illinois be liable for any special, indirect or
 * consequential damages or any damages whatsoever resulting from loss of
 * use, data or profits, whether in an action of contract, negligence or
 * other tortious action, arising out of or in connection with the use or
 * performance of this software.
 *
 * Author:
 * 	Brian Totty
 * 	Department of Computer Science
 * 	University Of Illinois at Urbana-Champaign
 *	1304 West Springfield Avenue
 * 	Urbana, IL 61801
 * 
 * 	totty@cs.uiuc.edu
 * 	
 */ 
-------------------------------------------------------------------------

Mon Jan 15 22:53:45 MET 1996 Christian Linhart <chris@cosy.sbg.ac.at>