You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/14 01:25:53 UTC

svn commit: r1058813 - in /incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp: maxent/RealValueModelTest.java maxent/io/RealValueFileEventStreamTest.java model/IndexHashTableTest.java

Author: joern
Date: Fri Jan 14 00:25:52 2011
New Revision: 1058813

URL: http://svn.apache.org/viewvc?rev=1058813&view=rev
Log:
No Jira, added license header

Modified:
    incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/RealValueModelTest.java
    incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/io/RealValueFileEventStreamTest.java
    incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/model/IndexHashTableTest.java

Modified: incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/RealValueModelTest.java
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/RealValueModelTest.java?rev=1058813&r1=1058812&r2=1058813&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/RealValueModelTest.java (original)
+++ incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/RealValueModelTest.java Fri Jan 14 00:25:52 2011
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package opennlp.maxent;
 
 import java.io.IOException;

Modified: incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/io/RealValueFileEventStreamTest.java
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/io/RealValueFileEventStreamTest.java?rev=1058813&r1=1058812&r2=1058813&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/io/RealValueFileEventStreamTest.java (original)
+++ incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/maxent/io/RealValueFileEventStreamTest.java Fri Jan 14 00:25:52 2011
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package opennlp.maxent.io;
 
 import java.io.IOException;

Modified: incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/model/IndexHashTableTest.java
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/model/IndexHashTableTest.java?rev=1058813&r1=1058812&r2=1058813&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/model/IndexHashTableTest.java (original)
+++ incubator/opennlp/trunk/opennlp-maxent/src/test/java/opennlp/model/IndexHashTableTest.java Fri Jan 14 00:25:52 2011
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package opennlp.model;
 
 import junit.framework.TestCase;