|
From: Brenda L. <asp...@us...> - 2003-05-13 22:33:24
|
Update of /cvsroot/squeak/squeak/platforms/unix/plugins/SqueakFFIPrims In directory sc8-pr-cvs1:/tmp/cvs-serv21322/SqueakFFIPrims Modified Files: any-libffi.c x86-sysv.c Log Message: Ian Piumarta's release 3.5-1devel Index: any-libffi.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/plugins/SqueakFFIPrims/any-libffi.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Index: x86-sysv.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/plugins/SqueakFFIPrims/x86-sysv.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** x86-sysv.c 12 May 2003 07:26:28 -0000 1.1 --- x86-sysv.c 13 May 2003 22:27:10 -0000 1.2 *************** *** 9,12 **** --- 9,16 ---- * All rights reserved. * + * You are NOT ALLOWED to distribute modified versions of this file + * under its original name. If you want to modify it and then make + * your modifications available publicly, rename the file first. + * * This file is part of Unix Squeak. * *************** *** 17,21 **** * You may use and/or distribute this file ONLY as part of Squeak, under * the terms of the Squeak License as described in `LICENSE' in the base of ! * this distribution, subject to the following restrictions: * * 1. The origin of this software must not be misrepresented; you must not --- 21,25 ---- * You may use and/or distribute this file ONLY as part of Squeak, under * the terms of the Squeak License as described in `LICENSE' in the base of ! * this distribution, subject to the following additional restrictions: * * 1. The origin of this software must not be misrepresented; you must not *************** *** 25,37 **** * would be appreciated but is not required. * ! * 2. This notice must not be removed or altered in any source distribution. * * Using (or modifying this file for use) in any context other than Squeak * changes these copyright conditions. Read the file `COPYING' in the * directory `platforms/unix/doc' before proceeding with any such use. - * - * You are not allowed to distribute a modified version of this file - * under its original name without explicit permission to do so. If - * you change it, rename it. * * BUGS: --- 29,40 ---- * would be appreciated but is not required. * ! * 2. You must not distribute (or make publicly available by any ! * means) a modified copy of this file unless you first rename it. ! * ! * 3. This notice must not be removed or altered in any source distribution. * * Using (or modifying this file for use) in any context other than Squeak * changes these copyright conditions. Read the file `COPYING' in the * directory `platforms/unix/doc' before proceeding with any such use. * * BUGS: |