Changeset 11391 for trunk/j/src/org
- Timestamp:
- 11/15/08 22:38:34 (15 years ago)
- Location:
- trunk/j/src/org/armedbear/lisp
- Files:
-
- 424 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/AbstractArray.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/AbstractBitVector.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/AbstractString.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/AbstractVector.java
r11297 r11391 17 17 * along with this program; if not, write to the Free Software 18 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 * 20 * As a special exception, the copyright holders of this library give you 21 * permission to link this library with independent modules to produce an 22 * executable, regardless of the license terms of these independent 23 * modules, and to copy and distribute the resulting executable under 24 * terms of your choice, provided that you also meet, for each linked 25 * independent module, the terms and conditions of the license of that 26 * module. An independent module is a module which is not derived from 27 * or based on this library. If you modify this library, you may extend 28 * this exception to your version of the library, but you are not 29 * obligated to do so. If you do not wish to do so, delete this 30 * exception statement from your version. 19 31 */ 20 32 -
trunk/j/src/org/armedbear/lisp/ArithmeticError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Autoload.java
r11377 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/AutoloadMacro.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/BasicVector_UnsignedByte16.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/BasicVector_UnsignedByte32.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/BasicVector_UnsignedByte8.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Bignum.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Binding.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/BroadcastStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/BuiltInClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CapitalizeFirstStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CapitalizeStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CaseFrobStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CellError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CharacterFunctions.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Closure.java
r11361 r11391 19 19 * along with this program; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 21 * 22 * As a special exception, the copyright holders of this library give you 23 * permission to link this library with independent modules to produce an 24 * executable, regardless of the license terms of these independent 25 * modules, and to copy and distribute the resulting executable under 26 * terms of your choice, provided that you also meet, for each linked 27 * independent module, the terms and conditions of the license of that 28 * module. An independent module is a module which is not derived from 29 * or based on this library. If you modify this library, you may extend 30 * this exception to your version of the library, but you are not 31 * obligated to do so. If you do not wish to do so, delete this 32 * exception statement from your version. 21 33 */ 22 34 -
trunk/j/src/org/armedbear/lisp/ClosureTemplateFunction.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CompiledClosure.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CompiledFunction.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CompilerError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/CompilerUnsupportedFeatureError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Complex.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexArray.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexArray_UnsignedByte32.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexArray_UnsignedByte8.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexBitVector.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexString.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexVector.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexVector_UnsignedByte32.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ComplexVector_UnsignedByte8.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ConcatenatedStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Condition.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ConditionThrowable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Cons.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ControlError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Debug.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/DispatchMacroFunction.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/DivisionByZero.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Do.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/DoubleFloat.java
r11366 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/DowncaseStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/EchoStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/EndOfFile.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Environment.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/EqHashTable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/EqlHashTable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/EqualHashTable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/EqualpHashTable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Extensions.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FaslReader.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FaslReadtable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FastStringBuffer.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FileError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FileStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FillPointerOutputStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Fixnum.java
r11366 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FloatFunctions.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FloatingPointInexact.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FloatingPointInvalidOperation.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FloatingPointOverflow.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FloatingPointUnderflow.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ForwardReferencedClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Function.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/FunctionBinding.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/GenericFunction.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Go.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/HashTable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/HashTableFunctions.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Interpreter.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/JHandler.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/JProxy.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Java.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/JavaClassLoader.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/JavaException.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/JavaObject.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Keyword.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Layout.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Lisp.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/LispCharacter.java
r11366 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/LispClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/LispError.java
r11367 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/LispObject.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/LispReader.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/LispThread.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Load.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/LogicalPathname.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/MacroObject.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Mailbox.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Main.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/MathFunctions.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Mutex.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Native.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Nil.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/NilVector.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Operator.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Package.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/PackageError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/PackageFunctions.java
r11301 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Packages.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ParseError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Pathname.java
r11307 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Primitive.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Primitive0R.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Primitive1R.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Primitive2R.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Primitives.java
r11377 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/PrintNotReadable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Profiler.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ProgramError.java
r11298 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/RandomState.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Ratio.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ReaderError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ReaderMacroFunction.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Readtable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Return.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/RuntimeClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SeriousCondition.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ShellCommand.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleArray_T.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleArray_UnsignedByte16.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleArray_UnsignedByte32.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleArray_UnsignedByte8.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleBitVector.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleCondition.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleString.java
r11366 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleTypeError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleVector.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SimpleWarning.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SingleFloat.java
r11366 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Site.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SiteName.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SlimeInputStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SlimeOutputStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SlotClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SlotDefinition.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SlotDefinitionClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SocketStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SpecialBinding.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SpecialOperator.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SpecialOperators.java
r11333 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardGenericFunction.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardGenericFunctionClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardMethod.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardMethodClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardObject.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardObjectFunctions.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardReaderMethod.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StandardReaderMethodClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StorageCondition.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Stream.java
r11388 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StreamError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StringFunctions.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StringInputStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StringOutputStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StructureClass.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StructureObject.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/StyleWarning.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Symbol.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SymbolHashTable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SymbolMacro.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/SynonymStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ThreadDestroyed.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ThreadLock.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Throw.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Time.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/TwoWayStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/TypeError.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/UnboundSlot.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/UnboundVariable.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/UndefinedFunction.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/UpcaseStream.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Utilities.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Version.java
r11373 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/Warning.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/WrongNumberOfArgumentsException.java
r11363 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/ZeroRankArray.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/adjoin.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (defun adjoin (item list &key key (test #'eql testp) (test-not nil notp)) -
trunk/j/src/org/armedbear/lisp/adjust_array.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/and.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from CMUCL. -
trunk/j/src/org/armedbear/lisp/apropos.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from SBCL. -
trunk/j/src/org/armedbear/lisp/arglist.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/arrays.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "SYSTEM") -
trunk/j/src/org/armedbear/lisp/ash.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/assert.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from CMUCL. -
trunk/j/src/org/armedbear/lisp/assoc.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; From CMUCL. -
trunk/j/src/org/armedbear/lisp/assq.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/assql.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/autoloads.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "SYSTEM") -
trunk/j/src/org/armedbear/lisp/aver.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from SBCL. -
trunk/j/src/org/armedbear/lisp/backquote.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from SBCL. -
trunk/j/src/org/armedbear/lisp/bit-array-ops.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from CMUCL. -
trunk/j/src/org/armedbear/lisp/boole.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (defun boole (op n1 n2) -
trunk/j/src/org/armedbear/lisp/boot.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (sys:%in-package "SYSTEM") -
trunk/j/src/org/armedbear/lisp/butlast.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "COMMON-LISP") -
trunk/j/src/org/armedbear/lisp/byte-io.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package #:system) -
trunk/j/src/org/armedbear/lisp/case.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from SBCL. -
trunk/j/src/org/armedbear/lisp/ceiling.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/cell_error_name.java
r11297 r11391 18 18 * along with this program; if not, write to the Free Software 19 19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * 21 * As a special exception, the copyright holders of this library give you 22 * permission to link this library with independent modules to produce an 23 * executable, regardless of the license terms of these independent 24 * modules, and to copy and distribute the resulting executable under 25 * terms of your choice, provided that you also meet, for each linked 26 * independent module, the terms and conditions of the license of that 27 * module. An independent module is a module which is not derived from 28 * or based on this library. If you modify this library, you may extend 29 * this exception to your version of the library, but you are not 30 * obligated to do so. If you do not wish to do so, delete this 31 * exception statement from your version. 20 32 */ 21 33 -
trunk/j/src/org/armedbear/lisp/chars.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package #:system) -
trunk/j/src/org/armedbear/lisp/check-type.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Adapted from CMUCL. -
trunk/j/src/org/armedbear/lisp/clos.lisp
r11306 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Originally based on Closette. -
trunk/j/src/org/armedbear/lisp/coerce.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package #:system) -
trunk/j/src/org/armedbear/lisp/collect.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "EXT") -
trunk/j/src/org/armedbear/lisp/compile-file-pathname.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package #:system) -
trunk/j/src/org/armedbear/lisp/compile-file.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package #:system) -
trunk/j/src/org/armedbear/lisp/compile-system.lisp
r11376 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "SYSTEM") -
trunk/j/src/org/armedbear/lisp/compiler-error.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package #:system) -
trunk/j/src/org/armedbear/lisp/compiler-macro.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "SYSTEM") -
trunk/j/src/org/armedbear/lisp/compiler-types.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 ;;; Type information that matters to the compiler. -
trunk/j/src/org/armedbear/lisp/concatenate.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package #:system) -
trunk/j/src/org/armedbear/lisp/cond.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "SYSTEM") -
trunk/j/src/org/armedbear/lisp/copy-seq.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from 27 ;;; or based on this library. If you modify this library, you may extend 28 ;;; this exception to your version of the library, but you are not 29 ;;; obligated to do so. If you do not wish to do so, delete this 30 ;;; exception statement from your version. 19 31 20 32 (in-package "SYSTEM") -
trunk/j/src/org/armedbear/lisp/copy-symbol.lisp
r11297 r11391 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 ;;; 20 ;;; As a special exception, the copyright holders of this library give you 21 ;;; permission to link this library with independent modules to produce an 22 ;;; executable, regardless of the license terms of these independent 23 ;;; modules, and to copy and distribute the resulting executable under 24 ;;; terms of your choice, provided that you also meet, for each linked 25 ;;; independent module, the terms and conditions of the license of that 26 ;;; module. An independent module is a module which is not derived from