Dear Wiki user,

You have subscribed to a wiki page or wiki category on "James Wiki" for change 
notification.

The following page has been changed by GuillermoGrandes:
http://wiki.apache.org/james/BeanShell

The comment on the change is:
License ASF v2.0

------------------------------------------------------------------------------
  
  {{{
  #!java
+ /*
+  BeanShell Mailet for James
+  Author: Guillermo Grandes
+ 
+  The ASF licenses this file to you under the Apache License v2.0
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+  */
  package bsh.james.mailet;
  
  import java.io.File;
@@ -89, +98 @@

  import bsh.NameSpace;
  import bsh.EvalError;
  
- /**
-  * James Mailet via BeanShell
-  * @author Guillermo Grandes
-  */
  public class BeanShell extends GenericMailet {
    private String script = "";         // Script Filename
    private String method = "";         // Script Method name
@@ -145, +150 @@

  
  {{{
  #!java
+ /*
+  BeanShell Matcher for James
+  Author: Guillermo Grandes
+ 
+  The ASF licenses this file to you under the Apache License v2.0
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+  */
  package bsh.james.matcher;
  
  import java.io.File;
@@ -162, +176 @@

  import bsh.NameSpace;
  import bsh.EvalError;
  
- /**
-  * James Matcher via BeanShell
-  * @author Guillermo Grandes
-  */
  public class BeanShell extends GenericMatcher {
    private String condition = "";
    private String script = "";         // Script Filename

Reply via email to