source: web/old/remctl-2.14/LICENSE @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 12.4 KB
Line 
1The remctl package as a whole is:
2
3  Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Board of
4  Trustees, Leland Stanford Jr. University.  All rights reserved.
5
6and released under the following license:
7
8  Permission to use, copy, modify, and distribute this software and its
9  documentation for any purpose and without fee is hereby granted,
10  provided that the above copyright notice appear in all copies and that
11  both that copyright notice and this permission notice appear in
12  supporting documentation, and that the name of Stanford University not
13  be used in advertising or publicity pertaining to distribution of the
14  software without specific, written prior permission.  Stanford
15  University makes no representations about the suitability of this
16  software for any purpose.  It is provided "as is" without express or
17  implied warranty.
18
19  THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
20  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
21  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
22
23All individual files with no other license statement are released under
24this license.  Some files have additional copyright dates from earlier
25releases or may be owned by other copyright holders as noted in those
26files.  Some files are individually released under different licenses,
27all of which are compatible with the above general package license.
28
29Collected copyright notices for the entire package:
30
31  Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
32      Board of Trustees, Leland Stanford Jr. University
33  Copyright 2008 Carnegie Mellon University
34  Copyright 2007 Marcus Watts
35  Copyright 2008 Andrew Mortensen <admorten@umich.edu>
36  Copyright 2008 Thomas L. Kula <kula@tproa.net>
37  Copyright 2004, 2005, 2006, 2007
38      by Internet Systems Consortium, Inc. ("ISC")
39  Copyright 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
40      2002, 2003 by The Internet Software Consortium and Rich Salz
41  Copyright 1997, 2000, 2001, 2002 Benjamin Sittler
42  Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009
43      Russ Allbery <rra@stanford.edu>
44  Copyright 1995 Patrick Powell
45  Copyright 1996, 1997 Brandon Long <blong@fiction.net>
46  Copyright 1998 Thomas Roessler <roessler@guug.de>
47  Copyright 1998 Michael Elkins <me@cs.hmc.edu>
48  Copyright 1998 Andrew Tridgell <tridge@samba.org>
49  Copyright 2000, 2005 Hrvoje Niksic <hniksic@xemacs.org>
50  Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
51      2002, 2003, 2004, 2005, 2006, 2007, 2008
52      Free Software Foundation, Inc.
53  Copyright 1994 X Consortium
54
55The files m4/inet-nota.m4, m4/socket.m4, portable/socket.h,
56tests/libtest.c, tests/libtest.h, tests/portable/getaddrinfo-t.c,
57tests/portable/getnameinfo-t.c, tests/portable/inet_aton-t.c,
58tests/portable/inet_ntoa-t.c, tests/portable/inet_ntop-t.c,
59tests/portable/setenv-t.c, tests/portable/snprintf-t.c,
60tests/portable/strlcat-t.c, tests/portable/strlcpy-t.c,
61tests/util/concat-t.c, tests/util/fakewrite.c, tests/util/messages-t.c,
62tests/util/network-t.c, tests/util/vector-t.c, tests/util/xmalloc.c,
63tests/util/xmalloc-t, tests/util/xwrite-t.c, util/fdflag.c,
64util/messages-die.c, util/messages.c, util/network.c, util/util.h,
65util/xmalloc.c, and util/xwrite.c are released under the following
66copyright and license:
67
68  Copyright 2009 Russ Allbery <rra@stanford.edu>
69  Copyright 2006, 2007, 2008, 2009
70      Board of Trustees, Leland Stanford Jr. University
71  Copyright (c) 2004, 2005, 2006, 2007
72      by Internet Systems Consortium, Inc. ("ISC")
73  Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
74      2002, 2003 by The Internet Software Consortium and Rich Salz
75
76  This code is derived from software contributed to the Internet Software
77  Consortium by Rich Salz.
78
79  Permission to use, copy, modify, and distribute this software for any
80  purpose with or without fee is hereby granted, provided that the above
81  copyright notice and this permission notice appear in all copies.
82
83  THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
84  REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
85  MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY
86  SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
87  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
88  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
89  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
90
91The files portable/asprintf.c, portable/daemon.c, portable/dummy.c,
92portable/getaddrinfo.c, portable/getaddrinfo.h, portable/getnameinfo.c,
93portable/getnameinfo.h, portable/inet_aton.c, portable/inet_ntoa.c,
94portable/inet_ntop.c, portable/macros.h, portable/setenv.c,
95portable/stdbool.h, portable/strlcat.c, portable/strlcpy.c,
96portable/system.h, portable/uio.h, portable/winsock.c, util/concat.c, and
97util/vector.c have been placed in the public domain by their author.
98
99The files portable/getopt.c and portable/getopt.h are released under the
100following copyright and license:
101
102  Copyright 1997, 2000, 2001, 2002 Benjamin Sittler
103  Copyright 2008 Russ Allbery <rra@stanford.edu>
104
105  Permission is hereby granted, free of charge, to any person obtaining a
106  copy of this software and associated documentation files (the
107  "Software"), to deal in the Software without restriction, including
108  without limitation the rights to use, copy, modify, merge, publish,
109  distribute, sublicense, and/or sell copies of the Software, and to
110  permit persons to whom the Software is furnished to do so, subject to
111  the following conditions:
112
113  The above copyright notice and this permission notice shall be included
114  in all copies or substantial portions of the Software.
115
116  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
117  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
118  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
119  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
120  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
121  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
122  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
123
124The file portable/snprintf.c is released under the following license:
125
126  This code is based on code written by Patrick Powell (papowell@astart.com)
127  It may be used for any purpose as long as this notice remains intact
128  on all source code distributions
129
130The file tests/runtests.c is released under the following copyright and
131license:
132
133  Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009
134      Russ Allbery <rra@stanford.edu>
135
136  Permission is hereby granted, free of charge, to any person obtaining a
137  copy of this software and associated documentation files (the
138  "Software"), to deal in the Software without restriction, including
139  without limitation the rights to use, copy, modify, merge, publish,
140  distribute, sublicense, and/or sell copies of the Software, and to
141  permit persons to whom the Software is furnished to do so, subject to
142  the following conditions:
143
144  The above copyright notice and this permission notice shall be included
145  in all copies or substantial portions of the Software.
146
147  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
148  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
149  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
150  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
151  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
152  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
153  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
154
155The files Makefile.in and aclocal.m4 are generated by GNU Automake and
156released under the following copyright and license:
157
158  Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
159  2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
160  This file is free software; the Free Software Foundation
161  gives unlimited permission to copy and/or distribute it,
162  with or without modifications, as long as this notice is preserved.
163
164  This program is distributed in the hope that it will be useful,
165  but WITHOUT ANY WARRANTY, to the extent permitted by law; without
166  even the implied warranty of MERCHANTABILITY or FITNESS FOR A
167  PARTICULAR PURPOSE.
168
169The file configure is generated by GNU Autoconf and is released under the
170following copyright and license:
171
172  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
173  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
174  This configure script is free software; the Free Software Foundation
175  gives unlimited permission to copy, distribute and modify it.
176
177The files build-aux/compile, build-aux/depcomp, and build-aux/missing are
178taken from GNU Automake.  The files build-aux/config.guess and
179build-aux/config.sub are taken from the Debian autotools-dev package.  The
180file build-aux/ltmain.sh is taken from GNU Libtool.  All of these files
181are released under the following copyright and license:
182
183  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002,
184  2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
185
186  This program is free software; you can redistribute it and/or modify it
187  under the terms of the GNU General Public License as published by the
188  Free Software Foundation; either version 2, or (at your option) any
189  later version.
190
191  This program is distributed in the hope that it will be useful, but
192  WITHOUT ANY WARRANTY; without even the implied warranty of
193  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
194  General Public License for more details.
195
196  As a special exception to the GNU General Public License, if you
197  distribute this file as part of a program that contains a configuration
198  script generated by Autoconf, you may include it under the same
199  distribution terms that you use for the rest of that program.
200
201For the remctl distribution, the option described in the last paragraph
202has been accepted and these files are distributed under the same terms as
203the remctl package as a whole, as described at the top of this file.
204
205The file build-aux/install-sh is released under the following copyright
206and license:
207
208  Copyright (C) 1994 X Consortium
209
210  Permission is hereby granted, free of charge, to any person obtaining a
211  copy of this software and associated documentation files (the
212  "Software"), to deal in the Software without restriction, including
213  without limitation the rights to use, copy, modify, merge, publish,
214  distribute, sublicense, and/or sell copies of the Software, and to
215  permit persons to whom the Software is furnished to do so, subject to
216  the following conditions:
217
218  The above copyright notice and this permission notice shall be included
219  in all copies or substantial portions of the Software.
220
221  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
222  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
223  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
224  IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
225  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
226  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
227  OTHER DEALINGS IN THE SOFTWARE.
228
229  Except as contained in this notice, the name of the X Consortium shall
230  not be used in advertising or otherwise to promote the sale, use or
231  other dealings in this Software without prior written authorization
232  from the X Consortium.
233
234  FSF changes to this file are in the public domain.
235
236The files python/_remctlmodule.c, python/remctl.py, and python/setup.py
237are covered by the following license, which is almost identical to the
238general remctl package license:
239
240  Copyright 2008, Thomas L. Kula. All rights reserved.
241
242  Permission to use, copy, modify, and distribute this software and its
243  documentation for any purpose and without fee is hereby granted,
244  provided that the above copyright notice appear in all copies and that
245  both that copyright notice and this permission notice appear in
246  supporting documentation, and that the name of Thomas L. Kula not be
247  used in advertising or publicity pertaining to distribution of the
248  software without specific, written prior permission. Thomas L. Kula
249  makes no representations about the suitability of this software for any
250  purpose.  It is provided "as is" without express or implied warranty.
251
252  THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
253  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
254  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Note: See TracBrowser for help on using the repository browser.