aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/protocol.h
diff options
context:
space:
mode:
authorRichard Brooksby2002-06-06 11:44:23 +0100
committerRichard Brooksby2002-06-06 11:44:23 +0100
commit4301a6db0a2ddd0c2856b667e9fd61c21e2dcf4c (patch)
tree0a18639ce92af50ed5d6a2cfa5dd8bfa7b0feec8 /mps/code/protocol.h
parent734dad45a43b33da14c5aac7e40479a3c5a2e786 (diff)
downloademacs-4301a6db0a2ddd0c2856b667e9fd61c21e2dcf4c.tar.gz
emacs-4301a6db0a2ddd0c2856b667e9fd61c21e2dcf4c.zip
Adding licenses to source code files.
Copied from Perforce Change: 29836 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/protocol.h')
-rw-r--r--mps/code/protocol.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/mps/code/protocol.h b/mps/code/protocol.h
index 44d3605703c..30e5c3f01ad 100644
--- a/mps/code/protocol.h
+++ b/mps/code/protocol.h
@@ -182,3 +182,45 @@ extern Bool ProtocolIsSubclass(ProtocolClass sub, ProtocolClass super);
182 182
183 183
184#endif /* protocol_h */ 184#endif /* protocol_h */
185
186
187/* C. COPYRIGHT AND LICENSE
188 *
189 * Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
190 * All rights reserved. This is an open source license. Contact
191 * Ravenbrook for commercial licensing options.
192 *
193 * Redistribution and use in source and binary forms, with or without
194 * modification, are permitted provided that the following conditions are
195 * met:
196 *
197 * 1. Redistributions of source code must retain the above copyright
198 * notice, this list of conditions and the following disclaimer.
199 *
200 * 2. Redistributions in binary form must reproduce the above copyright
201 * notice, this list of conditions and the following disclaimer in the
202 * documentation and/or other materials provided with the distribution.
203 *
204 * 3. Redistributions in any form must be accompanied by information on how
205 * to obtain complete source code for this software and any accompanying
206 * software that uses this software. The source code must either be
207 * included in the distribution or be available for no more than the cost
208 * of distribution plus a nominal fee, and must be freely redistributable
209 * under reasonable conditions. For an executable file, complete source
210 * code means the source code for all modules it contains. It does not
211 * include source code for modules or files that typically accompany the
212 * major components of the operating system on which the executable file
213 * runs.
214 *
215 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
216 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
217 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
218 * PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE
219 * COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
220 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
221 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
222 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
223 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
224 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
225 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
226 */