Modified:
branches/bsd/LICENCE.txt
branches/bsd/src/builtin.rb
branches/bsd/src/com/xruby/CommandLineOptions.java
branches/bsd/src/com/xruby/CommandLineOptionsTest.java
branches/bsd/src/com/xruby/Example.java
branches/bsd/src/com/xruby/Main.java
branches/bsd/src/com/xruby/TestingPerformance.java
branches/bsd/src/com/xruby/compiler/RubyCompiler.java
branches/bsd/src/com/xruby/compiler/RubyCompilerTest.java
branches/bsd/src/com/xruby/compiler/codedom/AliasStatement.java
branches/bsd/src/com/xruby/compiler/codedom/AliasStatementTest.java
branches/bsd/src/com/xruby/compiler/codedom/AndOrBinaryOperatorExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ArrayExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ArrayExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/AsciiValueExpression.java
branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpression.java
branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/BEGINBlock.java
branches/bsd/src/com/xruby/compiler/codedom/BEGINBlockTest.java
branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpression.java
branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/Block.java
branches/bsd/src/com/xruby/compiler/codedom/BlockFarm.java
branches/bsd/src/com/xruby/compiler/codedom/BlockTest.java
branches/bsd/src/com/xruby/compiler/codedom/BodyStatement.java
branches/bsd/src/com/xruby/compiler/codedom/BodyStatementTest.java
branches/bsd/src/com/xruby/compiler/codedom/BreakExpression.java
branches/bsd/src/com/xruby/compiler/codedom/BreakExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/CaseExpression.java
branches/bsd/src/com/xruby/compiler/codedom/CaseExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/ClassVariableExpression.java
branches/bsd/src/com/xruby/compiler/codedom/CodePrinter.java
branches/bsd/src/com/xruby/compiler/codedom/CodeVisitor.java
branches/bsd/src/com/xruby/compiler/codedom/Colon2Expression.java
branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpression.java
branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpressionWithExpressionSubstitution.java
branches/bsd/src/com/xruby/compiler/codedom/CompoundStatement.java
branches/bsd/src/com/xruby/compiler/codedom/CompoundStatementTest.java
branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpression.java
branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/DefinedExpression.java
branches/bsd/src/com/xruby/compiler/codedom/DefinedExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/ENDBlock.java
branches/bsd/src/com/xruby/compiler/codedom/ExceptionHandlingExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ExceptionList.java
branches/bsd/src/com/xruby/compiler/codedom/Expression.java
branches/bsd/src/com/xruby/compiler/codedom/ExpressionStatement.java
branches/bsd/src/com/xruby/compiler/codedom/ExpressionWithExpressionSubstitution.java
branches/bsd/src/com/xruby/compiler/codedom/FalseExpression.java
branches/bsd/src/com/xruby/compiler/codedom/FloatExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ForInExpression.java
branches/bsd/src/com/xruby/compiler/codedom/GlobalVariableExpression.java
branches/bsd/src/com/xruby/compiler/codedom/HashExpression.java
branches/bsd/src/com/xruby/compiler/codedom/HashExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/IfExpression.java
branches/bsd/src/com/xruby/compiler/codedom/IfExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/InstanceVariableExpression.java
branches/bsd/src/com/xruby/compiler/codedom/IntegerExpression.java
branches/bsd/src/com/xruby/compiler/codedom/LocalVariableExpression.java
branches/bsd/src/com/xruby/compiler/codedom/MethodCallArguments.java
branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpression.java
branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpression.java
branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/ModuleDefinationExpression.java
branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatement.java
branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatementTest.java
branches/bsd/src/com/xruby/compiler/codedom/NestedVariableExpression.java
branches/bsd/src/com/xruby/compiler/codedom/NextExpression.java
branches/bsd/src/com/xruby/compiler/codedom/NextExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/NilExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ParameterVariableExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ParenthesisExpression.java
branches/bsd/src/com/xruby/compiler/codedom/Program.java
branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpression.java
branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/RedoExpression.java
branches/bsd/src/com/xruby/compiler/codedom/RegexpExpression.java
branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitution.java
branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitutionTest.java
branches/bsd/src/com/xruby/compiler/codedom/RetryExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ReturnArguments.java
branches/bsd/src/com/xruby/compiler/codedom/ReturnExpression.java
branches/bsd/src/com/xruby/compiler/codedom/ReturnExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/SelfExpression.java
branches/bsd/src/com/xruby/compiler/codedom/Statement.java
branches/bsd/src/com/xruby/compiler/codedom/StringExpression.java
branches/bsd/src/com/xruby/compiler/codedom/StringExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/StringExpressionWithExpressionSubstitution.java
branches/bsd/src/com/xruby/compiler/codedom/StringGroupExpression.java
branches/bsd/src/com/xruby/compiler/codedom/SuperExpression.java
branches/bsd/src/com/xruby/compiler/codedom/SymbolExpression.java
branches/bsd/src/com/xruby/compiler/codedom/SymbolExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/TestingAstTestCase.java
branches/bsd/src/com/xruby/compiler/codedom/TrueExpression.java
branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpression.java
branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/UndefStatement.java
branches/bsd/src/com/xruby/compiler/codedom/UndefStatementTest.java
branches/bsd/src/com/xruby/compiler/codedom/UnlessExpression.java
branches/bsd/src/com/xruby/compiler/codedom/UnlessExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/VariableExpression.java
branches/bsd/src/com/xruby/compiler/codedom/Visitable.java
branches/bsd/src/com/xruby/compiler/codedom/WArrayExpression.java
branches/bsd/src/com/xruby/compiler/codedom/When.java
branches/bsd/src/com/xruby/compiler/codedom/WhileExpression.java
branches/bsd/src/com/xruby/compiler/codedom/WhileExpressionTest.java
branches/bsd/src/com/xruby/compiler/codedom/YieldExpression.java
branches/bsd/src/com/xruby/compiler/codedom/YieldExpressionTest.java
branches/bsd/src/com/xruby/compiler/codegen/CgUtil.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGenerator.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForClassModuleBuilder.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForNoArgRubyMethod.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForOneArgRubyMethod.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlock.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockHelper.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockTest.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethod.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethodFactory.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyProgram.java
branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForVarArgRubyMethod.java
branches/bsd/src/com/xruby/compiler/codegen/CompilationResults.java
branches/bsd/src/com/xruby/compiler/codegen/IntegerTable.java
branches/bsd/src/com/xruby/compiler/codegen/LabelManager.java
branches/bsd/src/com/xruby/compiler/codegen/MethodGenerator.java
branches/bsd/src/com/xruby/compiler/codegen/NameFactory.java
branches/bsd/src/com/xruby/compiler/codegen/NameFactoryTest.java
branches/bsd/src/com/xruby/compiler/codegen/RubyCompilerImpl.java
branches/bsd/src/com/xruby/compiler/codegen/RubyIDClassGenerator.java
branches/bsd/src/com/xruby/compiler/codegen/SymbolTable.java
branches/bsd/src/com/xruby/compiler/codegen/Types.java
branches/bsd/src/com/xruby/compiler/codegen/TypesTest.java
branches/bsd/src/com/xruby/compiler/parser/ASTWithLineNumber.java
branches/bsd/src/com/xruby/compiler/parser/InputBufferWithHereDocSupport.java
branches/bsd/src/com/xruby/compiler/parser/RubyLexer.java
branches/bsd/src/com/xruby/compiler/parser/RubyLexerSmokeTest.java
branches/bsd/src/com/xruby/compiler/parser/RubyLexerTest.java
branches/bsd/src/com/xruby/compiler/parser/RubyParser.java
branches/bsd/src/com/xruby/compiler/parser/RubyParserSmokeTest.java
branches/bsd/src/com/xruby/compiler/parser/RubyParserTest.java
branches/bsd/src/com/xruby/compiler/parser/RubyTreeParserTest.java
branches/bsd/src/com/xruby/compiler/parser/SymbolTable.java
branches/bsd/src/com/xruby/compiler/parser/SymbolTableManager.java
branches/bsd/src/com/xruby/compiler/parser/ruby.g
branches/bsd/src/com/xruby/compiler/parser/ruby.tree.g
branches/bsd/src/com/xruby/debug/ContinueInsn.java
branches/bsd/src/com/xruby/debug/DebugCommandLineOptions.java
branches/bsd/src/com/xruby/debug/DebugConstant.java
branches/bsd/src/com/xruby/debug/DebugContext.java
branches/bsd/src/com/xruby/debug/EventHandler.java
branches/bsd/src/com/xruby/debug/EventRequestHandler.java
branches/bsd/src/com/xruby/debug/FrontEnd.java
branches/bsd/src/com/xruby/debug/Instruction.java
branches/bsd/src/com/xruby/debug/JVMConnection.java
branches/bsd/src/com/xruby/debug/MessageCenter.java
branches/bsd/src/com/xruby/debug/NextInsn.java
branches/bsd/src/com/xruby/debug/Result.java
branches/bsd/src/com/xruby/debug/RunInsn.java
branches/bsd/src/com/xruby/debug/SmapMgr.java
branches/bsd/src/com/xruby/debug/SourceCodeMgr.java
branches/bsd/src/com/xruby/debug/StopInsn.java
branches/bsd/src/com/xruby/debug/ThreadInfo.java
branches/bsd/src/com/xruby/debug/XRubyDebugException.java
branches/bsd/src/com/xruby/debug/cmd/CommandLineFrontEnd.java
branches/bsd/src/com/xruby/debug/cmd/DefaultJVMEventNotifier.java
branches/bsd/src/com/xruby/debug/cmd/DefaultMessageCenter.java
branches/bsd/src/com/xruby/debug/cmd/ListInsn.java
branches/bsd/src/com/xruby/debug/cmd/LocalVariablesInsn.java
branches/bsd/src/com/xruby/debug/cmd/WhereInsn.java
branches/bsd/src/com/xruby/runtime/builtin/ArrayPacker.java
branches/bsd/src/com/xruby/runtime/builtin/ArrayPackerTest.java
branches/bsd/src/com/xruby/runtime/builtin/AttrReader.java
branches/bsd/src/com/xruby/runtime/builtin/AttrWriter.java
branches/bsd/src/com/xruby/runtime/builtin/ErrnoModuleBuilder.java
branches/bsd/src/com/xruby/runtime/builtin/IErrno.java
branches/bsd/src/com/xruby/runtime/builtin/ObjectFactory.java
branches/bsd/src/com/xruby/runtime/builtin/RubyArray.java
branches/bsd/src/com/xruby/runtime/builtin/RubyArrayTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyBignum.java
branches/bsd/src/com/xruby/runtime/builtin/RubyBignumTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyData.java
branches/bsd/src/com/xruby/runtime/builtin/RubyDir.java
branches/bsd/src/com/xruby/runtime/builtin/RubyFile.java
branches/bsd/src/com/xruby/runtime/builtin/RubyFixnum.java
branches/bsd/src/com/xruby/runtime/builtin/RubyFixnumTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyFloat.java
branches/bsd/src/com/xruby/runtime/builtin/RubyGC.java
branches/bsd/src/com/xruby/runtime/builtin/RubyHash.java
branches/bsd/src/com/xruby/runtime/builtin/RubyHashTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyIO.java
branches/bsd/src/com/xruby/runtime/builtin/RubyIOExecutor.java
branches/bsd/src/com/xruby/runtime/builtin/RubyIOFileExecutor.java
branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutor.java
branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutorTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutor.java
branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutorTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyInteger.java
branches/bsd/src/com/xruby/runtime/builtin/RubyKernelModule.java
branches/bsd/src/com/xruby/runtime/builtin/RubyMatchData.java
branches/bsd/src/com/xruby/runtime/builtin/RubyMethodValue.java
branches/bsd/src/com/xruby/runtime/builtin/RubyNumeric.java
branches/bsd/src/com/xruby/runtime/builtin/RubyNumericTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyProc.java
branches/bsd/src/com/xruby/runtime/builtin/RubyRandom.java
branches/bsd/src/com/xruby/runtime/builtin/RubyRange.java
branches/bsd/src/com/xruby/runtime/builtin/RubyRegexp.java
branches/bsd/src/com/xruby/runtime/builtin/RubyRegexpTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyString.java
branches/bsd/src/com/xruby/runtime/builtin/RubyStringTest.java
branches/bsd/src/com/xruby/runtime/builtin/RubyStruct.java
branches/bsd/src/com/xruby/runtime/builtin/RubyThread.java
branches/bsd/src/com/xruby/runtime/builtin/RubyThreadGroup.java
branches/bsd/src/com/xruby/runtime/builtin/RubyTime.java
branches/bsd/src/com/xruby/runtime/builtin/RubyTopSelf.java
branches/bsd/src/com/xruby/runtime/builtin/RubyTypesUtil.java
branches/bsd/src/com/xruby/runtime/javasupport/JavaClass.java
branches/bsd/src/com/xruby/runtime/javasupport/JavaMethod.java
branches/bsd/src/com/xruby/runtime/javasupport/JavaUtil.java
branches/bsd/src/com/xruby/runtime/javasupport/RequireExample.java
branches/bsd/src/com/xruby/runtime/lang/AtExitBlocks.java
branches/bsd/src/com/xruby/runtime/lang/ClassFactory.java
branches/bsd/src/com/xruby/runtime/lang/GlobalVariables.java
branches/bsd/src/com/xruby/runtime/lang/GlobalVariablesTest.java
branches/bsd/src/com/xruby/runtime/lang/MethodBlockBase.java
branches/bsd/src/com/xruby/runtime/lang/MethodCache.java
branches/bsd/src/com/xruby/runtime/lang/ObjectSpace.java
branches/bsd/src/com/xruby/runtime/lang/RubyAPI.java
branches/bsd/src/com/xruby/runtime/lang/RubyAPITest.java
branches/bsd/src/com/xruby/runtime/lang/RubyBasic.java
branches/bsd/src/com/xruby/runtime/lang/RubyBinding.java
branches/bsd/src/com/xruby/runtime/lang/RubyBlock.java
branches/bsd/src/com/xruby/runtime/lang/RubyClass.java
branches/bsd/src/com/xruby/runtime/lang/RubyException.java
branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValue.java
branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValueForThrow.java
branches/bsd/src/com/xruby/runtime/lang/RubyID.java
branches/bsd/src/com/xruby/runtime/lang/RubyIDTest.java
branches/bsd/src/com/xruby/runtime/lang/RubyIncludeClass.java
branches/bsd/src/com/xruby/runtime/lang/RubyMethod.java
branches/bsd/src/com/xruby/runtime/lang/RubyMethodTest.java
branches/bsd/src/com/xruby/runtime/lang/RubyModule.java
branches/bsd/src/com/xruby/runtime/lang/RubyNoArgBlock.java
branches/bsd/src/com/xruby/runtime/lang/RubyNoArgMethod.java
branches/bsd/src/com/xruby/runtime/lang/RubyObject.java
branches/bsd/src/com/xruby/runtime/lang/RubyOneArgBlock.java
branches/bsd/src/com/xruby/runtime/lang/RubyOneArgMethod.java
branches/bsd/src/com/xruby/runtime/lang/RubyProgram.java
branches/bsd/src/com/xruby/runtime/lang/RubyProgramTest.java
branches/bsd/src/com/xruby/runtime/lang/RubyRuntime.java
branches/bsd/src/com/xruby/runtime/lang/RubySingletonClass.java
branches/bsd/src/com/xruby/runtime/lang/RubySymbol.java
branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgBlock.java
branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgMethod.java
branches/bsd/src/com/xruby/runtime/lang/RubyValue.java
branches/bsd/src/com/xruby/runtime/lang/RubyValueTest.java
branches/bsd/src/com/xruby/runtime/lang/RubyVarArgBlock.java
branches/bsd/src/com/xruby/runtime/lang/RubyVarArgMethod.java
branches/bsd/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelClass.java
branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelConstant.java
branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelMethod.java
branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelModule.java
branches/bsd/src/com/xruby/runtime/lang/annotation/UndefMethod.java
branches/bsd/src/com/xruby/runtime/lang/util/CgMethodItem.java
branches/bsd/src/com/xruby/runtime/lang/util/MethodFactory.java
branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryHelper.java
branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryTest.java
branches/bsd/src/com/xruby/runtime/lang/util/MethodType.java
branches/bsd/src/com/xruby/runtime/lang/util/ModuleMethodFactoryTest.java
branches/bsd/src/com/xruby/runtime/lang/util/NoArgRunMethodHelper.java
branches/bsd/src/com/xruby/runtime/lang/util/OneArgRunMethodHelper.java
branches/bsd/src/com/xruby/runtime/lang/util/RubyClassBuilder.java
branches/bsd/src/com/xruby/runtime/lang/util/RubyClassFactory.java
branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleBuilder.java
branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleFactory.java
branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactory.java
branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactoryTest.java
branches/bsd/src/com/xruby/runtime/lang/util/RunMethodHelper.java
branches/bsd/src/com/xruby/runtime/lang/util/TwoArgRunMethodHelper.java
branches/bsd/src/com/xruby/runtime/lang/util/VarArgRunMethodHelper.java
branches/bsd/src/com/xruby/runtime/stdlib/RubyStringIO.java
Log:
BSD license
Modified: branches/bsd/LICENCE.txt
==============================================================================
--- branches/bsd/LICENCE.txt (original)
+++ branches/bsd/LICENCE.txt Sun Mar 23 20:00:18 2008
@@ -1,341 +1,25 @@
-
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) year name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- <signature of Ty Coon>, 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Library General
-Public License instead of this License.
\ No newline at end of file
+[The "BSD licence"]
+Copyright (c) 2006-2008 XRuby Team
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of the XRuby nor the names of its contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
+THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
Modified: branches/bsd/src/builtin.rb
==============================================================================
--- branches/bsd/src/builtin.rb (original)
+++ branches/bsd/src/builtin.rb Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
#
# Copyright 2005-2007 Xue Yong Zhi, Jie Li, Ye Zheng, Yu Zhang
-# Distributed under the GNU General Public License 2.0
+# Distributed under the BSD License
#
#
@@ -13,9 +13,9 @@
#Some built-in functions can be implemented in pure ruby, so they are implemented here.
#
-$: = ["./lib/ruby/site_ruby/1.8",
- "./lib/ruby/1.8",
- "./lib/ruby/1.8/xruby",
+$: = ["./lib/ruby/site_ruby/1.8",
+ "./lib/ruby/1.8",
+ "./lib/ruby/1.8/xruby",
"."]
$" = []
$* = ARGV
@@ -274,16 +274,16 @@
def each
ks = keys
ks.each {|k| yield([k, self[k]])}
- end
-
- def each_key
- ks = keys
- ks.each {|k| yield(k)}
- end
-
- def each_value
- vs = values
- vs.each {|k| yield(k)}
+ end
+
+ def each_key
+ ks = keys
+ ks.each {|k| yield(k)}
+ end
+
+ def each_value
+ vs = values
+ vs.each {|k| yield(k)}
end
def empty?
@@ -318,10 +318,10 @@
self
end
- alias merge! update
-
- def merge other
- clone.merge!(other)
+ alias merge! update
+
+ def merge other
+ clone.merge!(other)
end
def index value
Modified: branches/bsd/src/com/xruby/CommandLineOptions.java
==============================================================================
--- branches/bsd/src/com/xruby/CommandLineOptions.java (original)
+++ branches/bsd/src/com/xruby/CommandLineOptions.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby;
Modified: branches/bsd/src/com/xruby/CommandLineOptionsTest.java
==============================================================================
--- branches/bsd/src/com/xruby/CommandLineOptionsTest.java (original)
+++ branches/bsd/src/com/xruby/CommandLineOptionsTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby;
Modified: branches/bsd/src/com/xruby/Example.java
==============================================================================
--- branches/bsd/src/com/xruby/Example.java (original)
+++ branches/bsd/src/com/xruby/Example.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby;
Modified: branches/bsd/src/com/xruby/Main.java
==============================================================================
--- branches/bsd/src/com/xruby/Main.java (original)
+++ branches/bsd/src/com/xruby/Main.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby;
Modified: branches/bsd/src/com/xruby/TestingPerformance.java
==============================================================================
--- branches/bsd/src/com/xruby/TestingPerformance.java (original)
+++ branches/bsd/src/com/xruby/TestingPerformance.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby;
Modified: branches/bsd/src/com/xruby/compiler/RubyCompiler.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/RubyCompiler.java (original)
+++ branches/bsd/src/com/xruby/compiler/RubyCompiler.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Yu Su, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler;
Modified: branches/bsd/src/com/xruby/compiler/RubyCompilerTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/RubyCompilerTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/RubyCompilerTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler;
Modified: branches/bsd/src/com/xruby/compiler/codedom/AliasStatement.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/AliasStatement.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/AliasStatement.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/AliasStatementTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/AliasStatementTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/AliasStatementTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/AndOrBinaryOperatorExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/AndOrBinaryOperatorExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/AndOrBinaryOperatorExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ArrayExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ArrayExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ArrayExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ArrayExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ArrayExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ArrayExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/AsciiValueExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/AsciiValueExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/AsciiValueExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/AssignmentOperatorExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BEGINBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BEGINBlock.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BEGINBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BEGINBlockTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BEGINBlockTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BEGINBlockTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BinaryOperatorExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/Block.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/Block.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/Block.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Yu Su, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BlockFarm.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BlockFarm.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BlockFarm.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BlockTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BlockTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BlockTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BodyStatement.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BodyStatement.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BodyStatement.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BodyStatementTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BodyStatementTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BodyStatementTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BreakExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BreakExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BreakExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/BreakExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/BreakExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/BreakExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CaseExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CaseExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CaseExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CaseExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CaseExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CaseExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ClassDefinationExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ClassVariableExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ClassVariableExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ClassVariableExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CodePrinter.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CodePrinter.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CodePrinter.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CodeVisitor.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CodeVisitor.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CodeVisitor.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/Colon2Expression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/Colon2Expression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/Colon2Expression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpressionWithExpressionSubstitution.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpressionWithExpressionSubstitution.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CommandOutputExpressionWithExpressionSubstitution.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CompoundStatement.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CompoundStatement.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CompoundStatement.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CompoundStatementTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CompoundStatementTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CompoundStatementTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/CurrentNamespaceConstantExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/DefinedExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/DefinedExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/DefinedExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/DefinedExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/DefinedExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/DefinedExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ENDBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ENDBlock.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ENDBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ExceptionHandlingExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ExceptionHandlingExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ExceptionHandlingExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ExceptionList.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ExceptionList.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ExceptionList.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/Expression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/Expression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/Expression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ExpressionStatement.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ExpressionStatement.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ExpressionStatement.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ExpressionWithExpressionSubstitution.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ExpressionWithExpressionSubstitution.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ExpressionWithExpressionSubstitution.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/FalseExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/FalseExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/FalseExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/FloatExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/FloatExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/FloatExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ForInExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ForInExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ForInExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/GlobalVariableExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/GlobalVariableExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/GlobalVariableExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/HashExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/HashExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/HashExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/HashExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/HashExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/HashExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/IfExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/IfExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/IfExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/IfExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/IfExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/IfExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/InstanceVariableExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/InstanceVariableExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/InstanceVariableExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/IntegerExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/IntegerExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/IntegerExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/LocalVariableExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/LocalVariableExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/LocalVariableExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/MethodCallArguments.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/MethodCallArguments.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/MethodCallArguments.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/MethodCallExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/MethodDefinationExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ModuleDefinationExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ModuleDefinationExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ModuleDefinationExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatement.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatement.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatement.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatementTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatementTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/MultipleAssignmentStatementTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/NestedVariableExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/NestedVariableExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/NestedVariableExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/NextExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/NextExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/NextExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/NextExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/NextExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/NextExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/NilExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/NilExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/NilExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ParameterVariableExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ParameterVariableExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ParameterVariableExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ParenthesisExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ParenthesisExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ParenthesisExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/Program.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/Program.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/Program.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RangeOperatorExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RedoExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RedoExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RedoExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RegexpExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RegexpExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RegexpExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitution.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitution.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitution.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitutionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitutionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RegexpExpressionWithExpressionSubstitutionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/RetryExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/RetryExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/RetryExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ReturnArguments.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ReturnArguments.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ReturnArguments.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ReturnExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ReturnExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ReturnExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/ReturnExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/ReturnExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/ReturnExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/SelfExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/SelfExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/SelfExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/Statement.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/Statement.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/Statement.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/StringExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/StringExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/StringExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/StringExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/StringExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/StringExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/StringExpressionWithExpressionSubstitution.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/StringExpressionWithExpressionSubstitution.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/StringExpressionWithExpressionSubstitution.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/StringGroupExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/StringGroupExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/StringGroupExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/SuperExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/SuperExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/SuperExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/SymbolExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/SymbolExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/SymbolExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/SymbolExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/SymbolExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/SymbolExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/TestingAstTestCase.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/TestingAstTestCase.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/TestingAstTestCase.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/TrueExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/TrueExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/TrueExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/UnaryOperatorExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/UndefStatement.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/UndefStatement.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/UndefStatement.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/UndefStatementTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/UndefStatementTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/UndefStatementTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/UnlessExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/UnlessExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/UnlessExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/UnlessExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/UnlessExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/UnlessExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/VariableExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/VariableExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/VariableExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/Visitable.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/Visitable.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/Visitable.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/WArrayExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/WArrayExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/WArrayExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/When.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/When.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/When.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/WhileExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/WhileExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/WhileExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/WhileExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/WhileExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/WhileExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/YieldExpression.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/YieldExpression.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/YieldExpression.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codedom/YieldExpressionTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codedom/YieldExpressionTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codedom/YieldExpressionTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codedom;
Modified: branches/bsd/src/com/xruby/compiler/codegen/CgUtil.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/CgUtil.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/CgUtil.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGenerator.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGenerator.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGenerator.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
@@ -87,7 +87,7 @@
if (getSymbolTable().getLocalVariable(name) >= 0) {
mg.storeRubyLocalVariable(name);
- return;
+ return;
}
int i = getSymbolTable().getAsteriskOrBlockMethodParameter(name);
@@ -96,10 +96,10 @@
return;
}
- int index = getSymbolTable().getMethodParameter(name);
- if (index >= 0) {
+ int index = getSymbolTable().getMethodParameter(name);
+ if (index >= 0) {
storeMethodParameter(index);
- return;
+ return;
}
mg.storeNewLocalVariable(name);
@@ -114,10 +114,10 @@
return;
}
- //check if this is local variable
- if (getSymbolTable().getLocalVariable(name) >= 0) {
+ //check if this is local variable
+ if (getSymbolTable().getLocalVariable(name) >= 0) {
mg.loadRubyLocalVariable(name);
- return;
+ return;
}
int i = getSymbolTable().getAsteriskOrBlockMethodParameter(name);
@@ -125,15 +125,15 @@
mg.loadLocal(i);
return;
}
-
- //check if this is normal method parameter
- int index = getSymbolTable().getMethodParameter(name);
- if (index >= 0) {
- loadMethodPrameter(index);
- return;
+
+ //check if this is normal method parameter
+ int index = getSymbolTable().getMethodParameter(name);
+ if (index >= 0) {
+ loadMethodPrameter(index);
+ return;
}
- // never used, for example a = a + 1
+ // never used, for example a = a + 1
mg.loadNil();
}
@@ -209,7 +209,7 @@
}
mg.invokeVirtual(Types.RUBY_BINDING_TYPE,
CgUtil.getMethod("setScope", Types.RUBY_BINDING_TYPE, Types.RUBY_MODULE_TYPE));
-
+
addVariableToBinding();
}
@@ -220,14 +220,14 @@
for (String s : vars) {
mg.push(s);
loadVariable(s);
- mg.invokeVirtual(Types.RUBY_BINDING_TYPE, addVarMethod);
+ mg.invokeVirtual(Types.RUBY_BINDING_TYPE, addVarMethod);
}
-
+
Collection<String> params = getSymbolTable().getParameters();
- for (String s : params) {
+ for (String s : params) {
mg.push(s);
loadMethodPrameter(getSymbolTable().getMethodParameter(s));
- mg.invokeVirtual(Types.RUBY_BINDING_TYPE, addVarMethod);
+ mg.invokeVirtual(Types.RUBY_BINDING_TYPE, addVarMethod);
}
}
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForClassModuleBuilder.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForClassModuleBuilder.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForClassModuleBuilder.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForNoArgRubyMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForNoArgRubyMethod.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForNoArgRubyMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForOneArgRubyMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForOneArgRubyMethod.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForOneArgRubyMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlock.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockHelper.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockHelper.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockHelper.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyBlockTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethod.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethodFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethodFactory.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyMethodFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyProgram.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyProgram.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForRubyProgram.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForVarArgRubyMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForVarArgRubyMethod.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/ClassGeneratorForVarArgRubyMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/CompilationResults.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/CompilationResults.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/CompilationResults.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/IntegerTable.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/IntegerTable.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/IntegerTable.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/LabelManager.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/LabelManager.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/LabelManager.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/MethodGenerator.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/MethodGenerator.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/MethodGenerator.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng, Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/NameFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/NameFactory.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/NameFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/NameFactoryTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/NameFactoryTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/NameFactoryTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/RubyCompilerImpl.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/RubyCompilerImpl.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/RubyCompilerImpl.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng, Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/RubyIDClassGenerator.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/RubyIDClassGenerator.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/RubyIDClassGenerator.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/SymbolTable.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/SymbolTable.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/SymbolTable.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/codegen/Types.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/Types.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/Types.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
@@ -66,51 +66,51 @@
public static final Type GLOBAL_VARIABLES_TYPE = Type.getType(GlobalVariables.class);
public static boolean isBuiltinClass(String name) {
- final String[] builtin_classes = {
- "Array", "Bignum", "Binding", "Class",
- //"Continuation",
- "Dir", "Exception",
- //"File::Stat",
- "FalseClass", "File", "Fixnum", "Float", "Hash", "Integer", "IO", "MatchData", "Method",
- "Module", "NilClass", "Numeric", "Object", "Proc", "Range", "Regexp", "String", "Struct",
- //"Struct::Tms"
- "Symbol", "ThreadGroup", "Thread", "ArgumentError",
- "Time", "TrueClass", "UnboundMethod",
-
- "Exception", "StandardError", "TypeError", "IndexError", "RangeError", "NameError", "NoMethodError", "IOError", "RuntimeError", "LocalJumpError","SystemCallError",
- "ScriptError", "SyntaxError", "LoadError", "NotImplementedError","ThreadError",
- };
-
- for (String s : builtin_classes) {
- if (s.equals(name)) {
- return true;
- }
- }
-
- return false;
- }
-
- public static boolean isBuiltinModule(String name) {
- final String[] builtin_classes = {
- "Comparable",
- "Enumerable",
- "Errno",
- "FileTest",
- "GC",
- "Kernel",
- "Marshal",
- "Math",
- "ObjectSpace",
- "Process ",
- };
-
- for (String s : builtin_classes) {
- if (s.equals(name)) {
- return true;
- }
- }
-
- return false;
+ final String[] builtin_classes = {
+ "Array", "Bignum", "Binding", "Class",
+ //"Continuation",
+ "Dir", "Exception",
+ //"File::Stat",
+ "FalseClass", "File", "Fixnum", "Float", "Hash", "Integer", "IO", "MatchData", "Method",
+ "Module", "NilClass", "Numeric", "Object", "Proc", "Range", "Regexp", "String", "Struct",
+ //"Struct::Tms"
+ "Symbol", "ThreadGroup", "Thread", "ArgumentError",
+ "Time", "TrueClass", "UnboundMethod",
+
+ "Exception", "StandardError", "TypeError", "IndexError", "RangeError", "NameError", "NoMethodError", "IOError", "RuntimeError", "LocalJumpError","SystemCallError",
+ "ScriptError", "SyntaxError", "LoadError", "NotImplementedError","ThreadError",
+ };
+
+ for (String s : builtin_classes) {
+ if (s.equals(name)) {
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ public static boolean isBuiltinModule(String name) {
+ final String[] builtin_classes = {
+ "Comparable",
+ "Enumerable",
+ "Errno",
+ "FileTest",
+ "GC",
+ "Kernel",
+ "Marshal",
+ "Math",
+ "ObjectSpace",
+ "Process ",
+ };
+
+ for (String s : builtin_classes) {
+ if (s.equals(name)) {
+ return true;
+ }
+ }
+
+ return false;
}
private Types() {}
Modified: branches/bsd/src/com/xruby/compiler/codegen/TypesTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/codegen/TypesTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/codegen/TypesTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.codegen;
Modified: branches/bsd/src/com/xruby/compiler/parser/ASTWithLineNumber.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/ASTWithLineNumber.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/ASTWithLineNumber.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/InputBufferWithHereDocSupport.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/InputBufferWithHereDocSupport.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/InputBufferWithHereDocSupport.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/RubyLexer.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/RubyLexer.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/RubyLexer.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/RubyLexerSmokeTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/RubyLexerSmokeTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/RubyLexerSmokeTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/RubyLexerTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/RubyLexerTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/RubyLexerTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/RubyParser.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/RubyParser.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/RubyParser.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/RubyParserSmokeTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/RubyParserSmokeTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/RubyParserSmokeTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/RubyParserTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/RubyParserTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/RubyParserTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/RubyTreeParserTest.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/RubyTreeParserTest.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/RubyTreeParserTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/SymbolTable.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/SymbolTable.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/SymbolTable.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/SymbolTableManager.java
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/SymbolTableManager.java (original)
+++ branches/bsd/src/com/xruby/compiler/parser/SymbolTableManager.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.compiler.parser;
Modified: branches/bsd/src/com/xruby/compiler/parser/ruby.g
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/ruby.g (original)
+++ branches/bsd/src/com/xruby/compiler/parser/ruby.g Sun Mar 23 20:00:18 2008
@@ -4,7 +4,7 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
//----------------------------------------------------------------------------
Modified: branches/bsd/src/com/xruby/compiler/parser/ruby.tree.g
==============================================================================
--- branches/bsd/src/com/xruby/compiler/parser/ruby.tree.g (original)
+++ branches/bsd/src/com/xruby/compiler/parser/ruby.tree.g Sun Mar 23 20:00:18 2008
@@ -6,7 +6,7 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
class RubyTreeParser extends TreeParser;
Modified: branches/bsd/src/com/xruby/debug/ContinueInsn.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/ContinueInsn.java (original)
+++ branches/bsd/src/com/xruby/debug/ContinueInsn.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/DebugCommandLineOptions.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/DebugCommandLineOptions.java (original)
+++ branches/bsd/src/com/xruby/debug/DebugCommandLineOptions.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/DebugConstant.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/DebugConstant.java (original)
+++ branches/bsd/src/com/xruby/debug/DebugConstant.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/DebugContext.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/DebugContext.java (original)
+++ branches/bsd/src/com/xruby/debug/DebugContext.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/EventHandler.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/EventHandler.java (original)
+++ branches/bsd/src/com/xruby/debug/EventHandler.java Sun Mar 23 20:00:18 2008
@@ -33,7 +33,7 @@
*/
/*
* Copyright 2006-2007
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*
* Attention !!!:
* This implementation is based on the ThreadInfo in com.sun.tools.example.debug.tty package
Modified: branches/bsd/src/com/xruby/debug/EventRequestHandler.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/EventRequestHandler.java (original)
+++ branches/bsd/src/com/xruby/debug/EventRequestHandler.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/FrontEnd.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/FrontEnd.java (original)
+++ branches/bsd/src/com/xruby/debug/FrontEnd.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/Instruction.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/Instruction.java (original)
+++ branches/bsd/src/com/xruby/debug/Instruction.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/JVMConnection.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/JVMConnection.java (original)
+++ branches/bsd/src/com/xruby/debug/JVMConnection.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/MessageCenter.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/MessageCenter.java (original)
+++ branches/bsd/src/com/xruby/debug/MessageCenter.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/NextInsn.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/NextInsn.java (original)
+++ branches/bsd/src/com/xruby/debug/NextInsn.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/Result.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/Result.java (original)
+++ branches/bsd/src/com/xruby/debug/Result.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/RunInsn.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/RunInsn.java (original)
+++ branches/bsd/src/com/xruby/debug/RunInsn.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/SmapMgr.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/SmapMgr.java (original)
+++ branches/bsd/src/com/xruby/debug/SmapMgr.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/SourceCodeMgr.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/SourceCodeMgr.java (original)
+++ branches/bsd/src/com/xruby/debug/SourceCodeMgr.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/StopInsn.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/StopInsn.java (original)
+++ branches/bsd/src/com/xruby/debug/StopInsn.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/ThreadInfo.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/ThreadInfo.java (original)
+++ branches/bsd/src/com/xruby/debug/ThreadInfo.java Sun Mar 23 20:00:18 2008
@@ -33,7 +33,7 @@
*/
/*
* Copyright 2006-2007
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*
* Attention !!!:
* This implementation is based on the ThreadInfo in com.sun.tools.example.debug.tty package
Modified: branches/bsd/src/com/xruby/debug/XRubyDebugException.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/XRubyDebugException.java (original)
+++ branches/bsd/src/com/xruby/debug/XRubyDebugException.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug;
Modified: branches/bsd/src/com/xruby/debug/cmd/CommandLineFrontEnd.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/cmd/CommandLineFrontEnd.java (original)
+++ branches/bsd/src/com/xruby/debug/cmd/CommandLineFrontEnd.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug.cmd;
Modified: branches/bsd/src/com/xruby/debug/cmd/DefaultJVMEventNotifier.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/cmd/DefaultJVMEventNotifier.java (original)
+++ branches/bsd/src/com/xruby/debug/cmd/DefaultJVMEventNotifier.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug.cmd;
Modified: branches/bsd/src/com/xruby/debug/cmd/DefaultMessageCenter.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/cmd/DefaultMessageCenter.java (original)
+++ branches/bsd/src/com/xruby/debug/cmd/DefaultMessageCenter.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug.cmd;
Modified: branches/bsd/src/com/xruby/debug/cmd/ListInsn.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/cmd/ListInsn.java (original)
+++ branches/bsd/src/com/xruby/debug/cmd/ListInsn.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug.cmd;
Modified: branches/bsd/src/com/xruby/debug/cmd/LocalVariablesInsn.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/cmd/LocalVariablesInsn.java (original)
+++ branches/bsd/src/com/xruby/debug/cmd/LocalVariablesInsn.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug.cmd;
Modified: branches/bsd/src/com/xruby/debug/cmd/WhereInsn.java
==============================================================================
--- branches/bsd/src/com/xruby/debug/cmd/WhereInsn.java (original)
+++ branches/bsd/src/com/xruby/debug/cmd/WhereInsn.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/*
* Copyright 2006-2007 Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.debug.cmd;
Modified: branches/bsd/src/com/xruby/runtime/builtin/ArrayPacker.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/ArrayPacker.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/ArrayPacker.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Jie Li
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/ArrayPackerTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/ArrayPackerTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/ArrayPackerTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/AttrReader.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/AttrReader.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/AttrReader.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/AttrWriter.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/AttrWriter.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/AttrWriter.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/ErrnoModuleBuilder.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/ErrnoModuleBuilder.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/ErrnoModuleBuilder.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/IErrno.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/IErrno.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/IErrno.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/ObjectFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/ObjectFactory.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/ObjectFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng, Jie Li
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyArray.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyArray.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyArray.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng, Jie Li, Yu Su
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
@@ -474,11 +474,11 @@
}
a.setRubyClass((RubyClass) receiver);
return a;
- }
-
- @RubyLevelMethod(name="empty?")
- public RubyValue empty_p() {
- return ObjectFactory.createBoolean(this.array_.isEmpty());
+ }
+
+ @RubyLevelMethod(name="empty?")
+ public RubyValue empty_p() {
+ return ObjectFactory.createBoolean(this.array_.isEmpty());
}
@RubyLevelMethod(name="to_s")
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyArrayTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyArrayTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyArrayTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyBignum.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyBignum.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyBignum.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Jie Li
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyBignumTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyBignumTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyBignumTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Jie Li
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyData.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyData.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyData.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyDir.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyDir.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyDir.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyFile.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyFile.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyFile.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Jie Li
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyFixnum.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyFixnum.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyFixnum.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng, Jie Li
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyFixnumTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyFixnumTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyFixnumTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyFloat.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyFloat.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyFloat.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Jie Li, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyGC.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyGC.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyGC.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyHash.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyHash.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyHash.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Yu Su, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyHashTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyHashTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyHashTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyIO.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyIO.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyIO.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Jie Li, Ye Zheng, Michael Chen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyIOExecutor.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyIOExecutor.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyIOExecutor.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Michael Chen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyIOFileExecutor.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyIOFileExecutor.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyIOFileExecutor.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Michael Chen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutor.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutor.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutor.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Michael Chen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutorTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutorTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSinkExecutorTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Michael Chen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutor.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutor.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutor.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Michael Chen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutorTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutorTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyIOPipeSourceExecutorTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Michael Chen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyInteger.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyInteger.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyInteger.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi, Jie Li, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyKernelModule.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyKernelModule.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyKernelModule.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyMatchData.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyMatchData.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyMatchData.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyMethodValue.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyMethodValue.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyMethodValue.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyNumeric.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyNumeric.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyNumeric.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyNumericTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyNumericTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyNumericTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyProc.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyProc.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyProc.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyRandom.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyRandom.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyRandom.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Sishen
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyRange.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyRange.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyRange.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Jie Li, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyRegexp.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyRegexp.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyRegexp.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyRegexpTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyRegexpTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyRegexpTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyString.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyString.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyString.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Jie Li, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyStringTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyStringTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyStringTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyStruct.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyStruct.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyStruct.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyThread.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyThread.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyThread.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyThreadGroup.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyThreadGroup.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyThreadGroup.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Yu Zhang, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyTime.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyTime.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyTime.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyTopSelf.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyTopSelf.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyTopSelf.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/builtin/RubyTypesUtil.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/builtin/RubyTypesUtil.java (original)
+++ branches/bsd/src/com/xruby/runtime/builtin/RubyTypesUtil.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Jie Li, Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.builtin;
Modified: branches/bsd/src/com/xruby/runtime/javasupport/JavaClass.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/javasupport/JavaClass.java (original)
+++ branches/bsd/src/com/xruby/runtime/javasupport/JavaClass.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Yu Su, Ye Zheng, Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.javasupport;
Modified: branches/bsd/src/com/xruby/runtime/javasupport/JavaMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/javasupport/JavaMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/javasupport/JavaMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Yu Su, Ye Zheng, Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.javasupport;
Modified: branches/bsd/src/com/xruby/runtime/javasupport/JavaUtil.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/javasupport/JavaUtil.java (original)
+++ branches/bsd/src/com/xruby/runtime/javasupport/JavaUtil.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Yu Su, Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.javasupport;
Modified: branches/bsd/src/com/xruby/runtime/javasupport/RequireExample.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/javasupport/RequireExample.java (original)
+++ branches/bsd/src/com/xruby/runtime/javasupport/RequireExample.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Yu Su, Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.javasupport;
Modified: branches/bsd/src/com/xruby/runtime/lang/AtExitBlocks.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/AtExitBlocks.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/AtExitBlocks.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/ClassFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/ClassFactory.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/ClassFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/GlobalVariables.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/GlobalVariables.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/GlobalVariables.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/GlobalVariablesTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/GlobalVariablesTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/GlobalVariablesTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/MethodBlockBase.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/MethodBlockBase.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/MethodBlockBase.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/MethodCache.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/MethodCache.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/MethodCache.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/ObjectSpace.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/ObjectSpace.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/ObjectSpace.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyAPI.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyAPI.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyAPI.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyAPITest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyAPITest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyAPITest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyBasic.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyBasic.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyBasic.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyBinding.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyBinding.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyBinding.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyBlock.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyClass.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyClass.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyClass.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyException.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyException.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyException.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValue.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValue.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValue.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValueForThrow.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValueForThrow.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyExceptionValueForThrow.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyID.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyID.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyID.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2006-2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyIDTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyIDTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyIDTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyIncludeClass.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyIncludeClass.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyIncludeClass.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyMethodTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyMethodTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyMethodTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyModule.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyModule.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyModule.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyNoArgBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyNoArgBlock.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyNoArgBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyNoArgMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyNoArgMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyNoArgMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyObject.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyObject.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyObject.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Yu Zhang
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyOneArgBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyOneArgBlock.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyOneArgBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyOneArgMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyOneArgMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyOneArgMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyProgram.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyProgram.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyProgram.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyProgramTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyProgramTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyProgramTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyRuntime.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyRuntime.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyRuntime.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubySingletonClass.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubySingletonClass.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubySingletonClass.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubySymbol.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubySymbol.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubySymbol.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgBlock.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyTwoArgMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyValue.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyValue.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyValue.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyValueTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyValueTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyValueTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2005-2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyVarArgBlock.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyVarArgBlock.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyVarArgBlock.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/RubyVarArgMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/RubyVarArgMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/RubyVarArgMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang;
Modified: branches/bsd/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.annotation;
Modified: branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelClass.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelClass.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelClass.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.annotation;
Modified: branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelConstant.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelConstant.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelConstant.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.annotation;
Modified: branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.annotation;
Modified: branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelModule.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelModule.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/annotation/RubyLevelModule.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.annotation;
Modified: branches/bsd/src/com/xruby/runtime/lang/annotation/UndefMethod.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/annotation/UndefMethod.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/annotation/UndefMethod.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.annotation;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/CgMethodItem.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/CgMethodItem.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/CgMethodItem.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/MethodFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/MethodFactory.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/MethodFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryHelper.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryHelper.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryHelper.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/MethodFactoryTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/MethodType.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/MethodType.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/MethodType.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/ModuleMethodFactoryTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/ModuleMethodFactoryTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/ModuleMethodFactoryTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/NoArgRunMethodHelper.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/NoArgRunMethodHelper.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/NoArgRunMethodHelper.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/OneArgRunMethodHelper.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/OneArgRunMethodHelper.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/OneArgRunMethodHelper.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/RubyClassBuilder.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/RubyClassBuilder.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/RubyClassBuilder.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/RubyClassFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/RubyClassFactory.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/RubyClassFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleBuilder.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleBuilder.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleBuilder.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleFactory.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/RubyModuleFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactory.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactory.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactory.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactoryTest.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactoryTest.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/RubyTypeFactoryTest.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/RunMethodHelper.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/RunMethodHelper.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/RunMethodHelper.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/TwoArgRunMethodHelper.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/TwoArgRunMethodHelper.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/TwoArgRunMethodHelper.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/lang/util/VarArgRunMethodHelper.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/lang/util/VarArgRunMethodHelper.java (original)
+++ branches/bsd/src/com/xruby/runtime/lang/util/VarArgRunMethodHelper.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Ye Zheng
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.lang.util;
Modified: branches/bsd/src/com/xruby/runtime/stdlib/RubyStringIO.java
==============================================================================
--- branches/bsd/src/com/xruby/runtime/stdlib/RubyStringIO.java (original)
+++ branches/bsd/src/com/xruby/runtime/stdlib/RubyStringIO.java Sun Mar 23 20:00:18 2008
@@ -1,6 +1,6 @@
/**
* Copyright 2007 Xue Yong Zhi
- * Distributed under the GNU General Public License 2.0
+ * Distributed under the BSD License
*/
package com.xruby.runtime.stdlib;