From 1b07173e7c360b40f639020ef3221adbbf78267f Mon Sep 17 00:00:00 2001 From: Brian Caruso Date: Wed, 10 Jul 2013 16:49:01 -0400 Subject: [PATCH] Adding license --- .../cornell/mannlib/vitro/webapp/search/solr/SolrQueryTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/test/edu/cornell/mannlib/vitro/webapp/search/solr/SolrQueryTest.java b/webapp/test/edu/cornell/mannlib/vitro/webapp/search/solr/SolrQueryTest.java index 52efc0570..69c50f53e 100644 --- a/webapp/test/edu/cornell/mannlib/vitro/webapp/search/solr/SolrQueryTest.java +++ b/webapp/test/edu/cornell/mannlib/vitro/webapp/search/solr/SolrQueryTest.java @@ -1,3 +1,4 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ package edu.cornell.mannlib.vitro.webapp.search.solr; import static org.junit.Assert.*;