You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/05/03 05:07:42 UTC

[5/6] incubator-joshua git commit: Update Vocabulary.java

Update Vocabulary.java

Restore the apache Header (lost in a cherry-pick)


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/fb5f720c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/fb5f720c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/fb5f720c

Branch: refs/heads/master
Commit: fb5f720cde3c8b937e2473017689667b07ff4f19
Parents: ef6d568
Author: Kellen Sunderland <ke...@gmail.com>
Authored: Mon May 2 14:54:41 2016 -0700
Committer: Kellen Sunderland <ke...@amazon.com>
Committed: Mon May 2 14:59:32 2016 -0700

----------------------------------------------------------------------
 src/joshua/corpus/Vocabulary.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/fb5f720c/src/joshua/corpus/Vocabulary.java
----------------------------------------------------------------------
diff --git a/src/joshua/corpus/Vocabulary.java b/src/joshua/corpus/Vocabulary.java
index 12d184d..d79170d 100644
--- a/src/joshua/corpus/Vocabulary.java
+++ b/src/joshua/corpus/Vocabulary.java
@@ -1,3 +1,21 @@
+/*
+ * 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 joshua.corpus;
 
 import java.io.BufferedInputStream;