From 1403274f72917f8b47923c359f9e1761843dc971 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 29 Jul 2010 15:33:36 +0000 Subject: [PATCH] NIHVIVO-564 Add license text --- .../webapp/web/directives/VitroTemplateDirectiveModel.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/web/directives/VitroTemplateDirectiveModel.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/web/directives/VitroTemplateDirectiveModel.java index 3c63bb97d..b02153c7d 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/web/directives/VitroTemplateDirectiveModel.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/web/directives/VitroTemplateDirectiveModel.java @@ -1,3 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + package edu.cornell.mannlib.vitro.webapp.web.directives; import freemarker.template.Configuration;