You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2001/03/19 20:04:43 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity VelocityContext.java

geirm       01/03/19 11:04:43

  Modified:    src/java/org/apache/velocity VelocityContext.java
  Log:
  license and format tweak
  
  Revision  Changes    Path
  1.3       +2 -3      jakarta-velocity/src/java/org/apache/velocity/VelocityContext.java
  
  Index: VelocityContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/VelocityContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VelocityContext.java	2001/03/05 11:44:24	1.2
  +++ VelocityContext.java	2001/03/19 19:04:42	1.3
  @@ -3,7 +3,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -79,9 +79,8 @@
    *  @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
    *  @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    *  @author <a href="mailto:fedor.karpelevitch@home.com">Fedor Karpelevitch</a>
  - *  @version $Id: VelocityContext.java,v 1.2 2001/03/05 11:44:24 jvanzyl Exp $
  + *  @version $Id: VelocityContext.java,v 1.3 2001/03/19 19:04:42 geirm Exp $
    */
  -
   public class VelocityContext extends AbstractContext implements Cloneable
   {
       /** storage for key/value pairs */