NIHVIVO-70 Moved license text to top of all files, for consistency with Eclipse file templates to be created.

This commit is contained in:
rjy7 2010-01-31 04:38:14 +00:00
parent 4f2e303079
commit 076213cf5f
561 changed files with 1109 additions and 1110 deletions

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.testing;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.fail;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.testing;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import static edu.cornell.mannlib.vitro.testing.VitroTestRunner.ReportLevel.BRIEF;
import static edu.cornell.mannlib.vitro.testing.VitroTestRunner.ReportLevel.FULL;
import static edu.cornell.mannlib.vitro.testing.VitroTestRunner.ReportLevel.MORE;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.testing;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.io.File;
import java.util.ArrayList;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.HashSet;
import java.util.Set;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import java.io.InputStream;
import org.apache.log4j.Level;

View file

@ -1,7 +1,6 @@
package edu.cornell.mannlib.vitro.webapp.dao.filtering;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.filtering;
import java.util.Arrays;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.filtering;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.filtering;
import org.junit.Before;
import org.junit.Test;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
import java.util.Date;
import net.sf.jga.fn.UnaryFunctor;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
import java.util.ArrayList;
import java.util.Date;
import java.util.LinkedList;

View file

@ -1,7 +1,6 @@
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters;
import edu.cornell.mannlib.vitro.webapp.beans.Individual;
import edu.cornell.mannlib.vitro.webapp.beans.IndividualImpl;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.jena;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.jena;
import java.io.StringReader;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.jena;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.jena;
import com.hp.hpl.jena.ontology.OntModel;
import com.hp.hpl.jena.ontology.OntModelSpec;
import com.hp.hpl.jena.rdf.model.Model;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.jena;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.jena;
import java.io.StringReader;
import junit.framework.Assert;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.jena;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.jena;
import junit.framework.Assert;
import edu.cornell.mannlib.vitro.webapp.beans.DataProperty;
import edu.cornell.mannlib.vitro.webapp.beans.Individual;

View file

@ -1,7 +1,6 @@
package edu.cornell.mannlib.vitro.webapp.edit;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.edit;
import org.junit.Assert;
import org.junit.Before;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
import java.io.IOException;
import java.io.InputStream;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
import java.util.ArrayList;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.test;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.test;
import java.io.IOException;
import java.io.InputStream;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.utils;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils;
import net.sf.jga.fn.UnaryFunctor;
import org.joda.time.DateTime;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import static edu.cornell.mannlib.vitro.webapp.utils.FlagMathUtils.bits2Numeric;
import static edu.cornell.mannlib.vitro.webapp.utils.FlagMathUtils.numeric2Portalid;
import static edu.cornell.mannlib.vitro.webapp.utils.FlagMathUtils.numeric2numerics;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.utils;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils;
import org.junit.Before;
import org.junit.Test;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.web.jsptags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.web.jsptags;
import static org.junit.Assert.fail;
import org.junit.Assert;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package stubs.javax.servlet.http;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.io.BufferedReader;
import java.io.IOException;
import java.io.UnsupportedEncodingException;