orlikowski 2004/06/14 10:29:42 Modified: . build.xml src/org/apache/bsf BSFDeclaredBean.java BSFEngine.java BSFException.java BSFManager.java Main.java src/org/apache/bsf/engines/activescript ActiveScriptEngine.java COMIDispatchBean.java JavaBean.java JavaBeanAddEventListener.java JavaOLEENUMVAR.java vbEmpty.java src/org/apache/bsf/engines/jacl BSFCommand.java JaclEngine.java src/org/apache/bsf/engines/java JavaEngine.java src/org/apache/bsf/engines/javaclass JavaClassEngine.java src/org/apache/bsf/engines/javascript JavaScriptEngine.java src/org/apache/bsf/engines/jython JythonEngine.java src/org/apache/bsf/engines/netrexx NetRexxEngine.java src/org/apache/bsf/engines/xslt XSLTEngine.java XSLTResultNode.java src/org/apache/bsf/util BSFClassLoader.java BSFEngineImpl.java BSFEventProcessor.java BSFFunctions.java Bean.java CodeBuffer.java DebugLog.java EngineUtils.java IOUtils.java IndentWriter.java JavaUtils.java MethodUtils.java ObjInfo.java ObjectRegistry.java ReflectionUtils.java ScriptSymbolTable.java StringUtils.java src/org/apache/bsf/util/cf CFDriver.java CodeFormatter.java src/org/apache/bsf/util/event EventAdapter.java EventAdapterImpl.java EventAdapterRegistry.java EventProcessor.java src/org/apache/bsf/util/event/adapters java_awt_event_ActionAdapter.java java_awt_event_AdjustmentAdapter.java java_awt_event_ComponentAdapter.java java_awt_event_ContainerAdapter.java java_awt_event_FocusAdapter.java java_awt_event_ItemAdapter.java java_awt_event_KeyAdapter.java java_awt_event_MouseAdapter.java java_awt_event_MouseMotionAdapter.java java_awt_event_TextAdapter.java java_awt_event_WindowAdapter.java java_beans_PropertyChangeAdapter.java java_beans_VetoableChangeAdapter.java src/org/apache/bsf/util/event/generator AdapterClassLoader.java ByteUtility.java Bytecode.java EventAdapterGenerator.java src/org/apache/bsf/util/type TypeConvertor.java TypeConvertorRegistry.java Log: Sheesh - it's the *middle* of 2004. Revision Changes Path 1.9 +1 -1 jakarta-bsf/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-bsf/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.xml 14 Jun 2004 17:21:12 -0000 1.8 +++ build.xml 14 Jun 2004 17:29:39 -0000 1.9 @@ -53,7 +53,7 @@ Olivier Gruber <[EMAIL PROTECTED]> Copyright: - Copyright (c) Apache Software Foundation 2003. All Rights Reserved + Copyright (c) Apache Software Foundation 2004. All Rights Reserved ==================================================================== --> 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/BSFDeclaredBean.java Index: BSFDeclaredBean.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/BSFDeclaredBean.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BSFDeclaredBean.java 25 Jun 2003 09:14:17 -0000 1.1 +++ BSFDeclaredBean.java 14 Jun 2004 17:29:39 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/BSFEngine.java Index: BSFEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/BSFEngine.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- BSFEngine.java 10 Jul 2003 05:33:37 -0000 1.3 +++ BSFEngine.java 14 Jun 2004 17:29:39 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/BSFException.java Index: BSFException.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/BSFException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BSFException.java 25 Jun 2003 09:14:17 -0000 1.1 +++ BSFException.java 14 Jun 2004 17:29:39 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.5 +1 -1 jakarta-bsf/src/org/apache/bsf/BSFManager.java Index: BSFManager.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/BSFManager.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- BSFManager.java 10 Jul 2003 05:33:37 -0000 1.4 +++ BSFManager.java 14 Jun 2004 17:29:39 -0000 1.5 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/Main.java Index: Main.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/Main.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Main.java 10 Jul 2003 05:33:37 -0000 1.3 +++ Main.java 14 Jun 2004 17:29:39 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/activescript/ActiveScriptEngine.java Index: ActiveScriptEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/activescript/ActiveScriptEngine.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ActiveScriptEngine.java 25 Jun 2003 09:14:19 -0000 1.1 +++ ActiveScriptEngine.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/activescript/COMIDispatchBean.java Index: COMIDispatchBean.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/activescript/COMIDispatchBean.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- COMIDispatchBean.java 25 Jun 2003 09:14:19 -0000 1.1 +++ COMIDispatchBean.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/activescript/JavaBean.java Index: JavaBean.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/activescript/JavaBean.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JavaBean.java 25 Jun 2003 09:14:19 -0000 1.1 +++ JavaBean.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/activescript/JavaBeanAddEventListener.java Index: JavaBeanAddEventListener.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/activescript/JavaBeanAddEventListener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JavaBeanAddEventListener.java 25 Jun 2003 09:14:19 -0000 1.1 +++ JavaBeanAddEventListener.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/activescript/JavaOLEENUMVAR.java Index: JavaOLEENUMVAR.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/activescript/JavaOLEENUMVAR.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JavaOLEENUMVAR.java 25 Jun 2003 09:14:19 -0000 1.1 +++ JavaOLEENUMVAR.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/activescript/vbEmpty.java Index: vbEmpty.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/activescript/vbEmpty.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vbEmpty.java 25 Jun 2003 09:14:19 -0000 1.1 +++ vbEmpty.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/jacl/BSFCommand.java Index: BSFCommand.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/jacl/BSFCommand.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BSFCommand.java 25 Jun 2003 09:14:20 -0000 1.1 +++ BSFCommand.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/jacl/JaclEngine.java Index: JaclEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/jacl/JaclEngine.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- JaclEngine.java 10 Jul 2003 05:33:37 -0000 1.3 +++ JaclEngine.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/java/JavaEngine.java Index: JavaEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/java/JavaEngine.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- JavaEngine.java 10 Jul 2003 05:33:37 -0000 1.3 +++ JavaEngine.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/javaclass/JavaClassEngine.java Index: JavaClassEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/javaclass/JavaClassEngine.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- JavaClassEngine.java 10 Jul 2003 05:33:37 -0000 1.3 +++ JavaClassEngine.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.9 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/javascript/JavaScriptEngine.java Index: JavaScriptEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/javascript/JavaScriptEngine.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- JavaScriptEngine.java 14 Jun 2004 17:08:21 -0000 1.8 +++ JavaScriptEngine.java 14 Jun 2004 17:29:40 -0000 1.9 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.8 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/jython/JythonEngine.java Index: JythonEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/jython/JythonEngine.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- JythonEngine.java 26 Apr 2004 18:00:50 -0000 1.7 +++ JythonEngine.java 14 Jun 2004 17:29:40 -0000 1.8 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/netrexx/NetRexxEngine.java Index: NetRexxEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/netrexx/NetRexxEngine.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NetRexxEngine.java 10 Jul 2003 05:33:37 -0000 1.3 +++ NetRexxEngine.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/xslt/XSLTEngine.java Index: XSLTEngine.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/xslt/XSLTEngine.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- XSLTEngine.java 10 Jul 2003 05:33:37 -0000 1.3 +++ XSLTEngine.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/engines/xslt/XSLTResultNode.java Index: XSLTResultNode.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/engines/xslt/XSLTResultNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XSLTResultNode.java 25 Jun 2003 09:14:21 -0000 1.1 +++ XSLTResultNode.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/BSFClassLoader.java Index: BSFClassLoader.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/BSFClassLoader.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BSFClassLoader.java 25 Jun 2003 09:14:21 -0000 1.1 +++ BSFClassLoader.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.5 +1 -1 jakarta-bsf/src/org/apache/bsf/util/BSFEngineImpl.java Index: BSFEngineImpl.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/BSFEngineImpl.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- BSFEngineImpl.java 26 Apr 2004 17:37:47 -0000 1.4 +++ BSFEngineImpl.java 14 Jun 2004 17:29:40 -0000 1.5 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/util/BSFEventProcessor.java Index: BSFEventProcessor.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/BSFEventProcessor.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- BSFEventProcessor.java 10 Jul 2003 05:33:37 -0000 1.3 +++ BSFEventProcessor.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/util/BSFFunctions.java Index: BSFFunctions.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/BSFFunctions.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- BSFFunctions.java 10 Jul 2003 05:33:37 -0000 1.3 +++ BSFFunctions.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/Bean.java Index: Bean.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/Bean.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Bean.java 25 Jun 2003 09:14:21 -0000 1.1 +++ Bean.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/CodeBuffer.java Index: CodeBuffer.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/CodeBuffer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CodeBuffer.java 25 Jun 2003 09:14:21 -0000 1.1 +++ CodeBuffer.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/DebugLog.java Index: DebugLog.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/DebugLog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DebugLog.java 25 Jun 2003 09:14:21 -0000 1.1 +++ DebugLog.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.4 +1 -1 jakarta-bsf/src/org/apache/bsf/util/EngineUtils.java Index: EngineUtils.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/EngineUtils.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- EngineUtils.java 10 Jul 2003 05:33:37 -0000 1.3 +++ EngineUtils.java 14 Jun 2004 17:29:40 -0000 1.4 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/IOUtils.java Index: IOUtils.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/IOUtils.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- IOUtils.java 25 Jun 2003 09:14:21 -0000 1.1 +++ IOUtils.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/IndentWriter.java Index: IndentWriter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/IndentWriter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- IndentWriter.java 25 Jun 2003 09:14:21 -0000 1.1 +++ IndentWriter.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/JavaUtils.java Index: JavaUtils.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/JavaUtils.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JavaUtils.java 25 Jun 2003 09:14:21 -0000 1.1 +++ JavaUtils.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/MethodUtils.java Index: MethodUtils.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/MethodUtils.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MethodUtils.java 25 Jun 2003 09:14:21 -0000 1.1 +++ MethodUtils.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/ObjInfo.java Index: ObjInfo.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/ObjInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ObjInfo.java 25 Jun 2003 09:14:21 -0000 1.1 +++ ObjInfo.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/ObjectRegistry.java Index: ObjectRegistry.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/ObjectRegistry.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ObjectRegistry.java 25 Jun 2003 09:14:21 -0000 1.1 +++ ObjectRegistry.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/ReflectionUtils.java Index: ReflectionUtils.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/ReflectionUtils.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ReflectionUtils.java 25 Jun 2003 09:14:21 -0000 1.1 +++ ReflectionUtils.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/ScriptSymbolTable.java Index: ScriptSymbolTable.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/ScriptSymbolTable.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ScriptSymbolTable.java 25 Jun 2003 09:14:21 -0000 1.1 +++ ScriptSymbolTable.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/StringUtils.java Index: StringUtils.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/StringUtils.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StringUtils.java 25 Jun 2003 09:14:21 -0000 1.1 +++ StringUtils.java 14 Jun 2004 17:29:40 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/cf/CFDriver.java Index: CFDriver.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/cf/CFDriver.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CFDriver.java 25 Jun 2003 09:14:23 -0000 1.1 +++ CFDriver.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/cf/CodeFormatter.java Index: CodeFormatter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/cf/CodeFormatter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CodeFormatter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ CodeFormatter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/EventAdapter.java Index: EventAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/EventAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- EventAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ EventAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/EventAdapterImpl.java Index: EventAdapterImpl.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/EventAdapterImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- EventAdapterImpl.java 25 Jun 2003 09:14:23 -0000 1.1 +++ EventAdapterImpl.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/EventAdapterRegistry.java Index: EventAdapterRegistry.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/EventAdapterRegistry.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- EventAdapterRegistry.java 25 Jun 2003 09:14:23 -0000 1.1 +++ EventAdapterRegistry.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/EventProcessor.java Index: EventProcessor.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/EventProcessor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- EventProcessor.java 25 Jun 2003 09:14:23 -0000 1.1 +++ EventProcessor.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ActionAdapter.java Index: java_awt_event_ActionAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ActionAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_ActionAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_ActionAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_AdjustmentAdapter.java Index: java_awt_event_AdjustmentAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_AdjustmentAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_AdjustmentAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_AdjustmentAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ComponentAdapter.java Index: java_awt_event_ComponentAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ComponentAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_ComponentAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_ComponentAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ContainerAdapter.java Index: java_awt_event_ContainerAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ContainerAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_ContainerAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_ContainerAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_FocusAdapter.java Index: java_awt_event_FocusAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_FocusAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_FocusAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_FocusAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ItemAdapter.java Index: java_awt_event_ItemAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_ItemAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_ItemAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_ItemAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_KeyAdapter.java Index: java_awt_event_KeyAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_KeyAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_KeyAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_KeyAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_MouseAdapter.java Index: java_awt_event_MouseAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_MouseAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_MouseAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_MouseAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_MouseMotionAdapter.java Index: java_awt_event_MouseMotionAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_MouseMotionAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_MouseMotionAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_MouseMotionAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_TextAdapter.java Index: java_awt_event_TextAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_TextAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_TextAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_TextAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_WindowAdapter.java Index: java_awt_event_WindowAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_awt_event_WindowAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_awt_event_WindowAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_awt_event_WindowAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_beans_PropertyChangeAdapter.java Index: java_beans_PropertyChangeAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_beans_PropertyChangeAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_beans_PropertyChangeAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_beans_PropertyChangeAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_beans_VetoableChangeAdapter.java Index: java_beans_VetoableChangeAdapter.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/adapters/java_beans_VetoableChangeAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- java_beans_VetoableChangeAdapter.java 25 Jun 2003 09:14:23 -0000 1.1 +++ java_beans_VetoableChangeAdapter.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/generator/AdapterClassLoader.java Index: AdapterClassLoader.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/generator/AdapterClassLoader.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AdapterClassLoader.java 25 Jun 2003 09:14:24 -0000 1.1 +++ AdapterClassLoader.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/generator/ByteUtility.java Index: ByteUtility.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/generator/ByteUtility.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ByteUtility.java 25 Jun 2003 09:14:24 -0000 1.1 +++ ByteUtility.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/generator/Bytecode.java Index: Bytecode.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/generator/Bytecode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Bytecode.java 25 Jun 2003 09:14:24 -0000 1.1 +++ Bytecode.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/event/generator/EventAdapterGenerator.java Index: EventAdapterGenerator.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/event/generator/EventAdapterGenerator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- EventAdapterGenerator.java 25 Jun 2003 09:14:24 -0000 1.1 +++ EventAdapterGenerator.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/type/TypeConvertor.java Index: TypeConvertor.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/type/TypeConvertor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TypeConvertor.java 25 Jun 2003 09:14:24 -0000 1.1 +++ TypeConvertor.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.2 +1 -1 jakarta-bsf/src/org/apache/bsf/util/type/TypeConvertorRegistry.java Index: TypeConvertorRegistry.java =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/util/type/TypeConvertorRegistry.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TypeConvertorRegistry.java 25 Jun 2003 09:14:24 -0000 1.1 +++ TypeConvertorRegistry.java 14 Jun 2004 17:29:41 -0000 1.2 @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]