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.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public class BeanDependency {
private Object bean;

View file

@ -1,6 +1,6 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
import java.util.HashMap;
public class ButtonForm {

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public class Checkbox {
private String name = null;

View file

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

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.util.Map;
public class DynamicFieldRow {

View file

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

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public class FieldHelp {
private String description = null;

View file

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

View file

@ -1,6 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.*;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.io.Serializable;
public class Option implements Serializable {

View file

@ -1,8 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/**
* User Session information
* @author John Fereira

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.controller;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.controller;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.controller;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.controller;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.forwarder;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import edu.cornell.mannlib.vedit.beans.EditProcessObject;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.forwarder.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.io.IOException;
import java.net.URLEncoder;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.listener;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import edu.cornell.mannlib.vedit.beans.EditProcessObject;
public interface ChangeListener {

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.listener;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.listener;
import edu.cornell.mannlib.vedit.beans.EditProcessObject;
public interface EditPreProcessor {

View file

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

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.util.HashMap;
import javax.servlet.jsp.JspException;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.TagSupport;
import javax.servlet.jsp.JspWriter;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import org.apache.commons.collections.map.ListOrderedMap;
import org.apache.commons.collections.OrderedMapIterator;
import java.util.List;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.util.HashMap;
import javax.servlet.jsp.JspException;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.util;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.lang.reflect.Method;
import java.text.ParseException;
import java.text.SimpleDateFormat;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.util;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;

View file

@ -1,6 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.util;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*
Porter stemmer in Java. The original paper is in

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public class ValidationObject {
private boolean valid = false;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public interface Validator {
public ValidationObject validate(Object obj) throws IllegalArgumentException;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import edu.cornell.mannlib.vedit.validator.*;
import java.util.HashSet;
import java.util.Iterator;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import edu.cornell.mannlib.vedit.validator.Validator;
import edu.cornell.mannlib.vedit.validator.ValidationObject;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
import edu.cornell.mannlib.vedit.validator.Validator;
import edu.cornell.mannlib.vedit.validator.ValidationObject;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import edu.cornell.mannlib.vedit.validator.Validator;
import edu.cornell.mannlib.vedit.validator.ValidationObject;
import java.util.regex.*;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import java.util.regex.Matcher;
import java.util.regex.Pattern;