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/25 18:08:07 UTC

[03/15] incubator-joshua git commit: added license header

added license header


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

Branch: refs/heads/master
Commit: b11b2514f845657ea2815d0c0ab569d6fafdec0f
Parents: afa66ef
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed May 25 00:19:21 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed May 25 00:19:21 2016 +0200

----------------------------------------------------------------------
 test/decoder/phrase/decode/test.sh | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/b11b2514/test/decoder/phrase/decode/test.sh
----------------------------------------------------------------------
diff --git a/test/decoder/phrase/decode/test.sh b/test/decoder/phrase/decode/test.sh
index 4732f73..7703aa4 100755
--- a/test/decoder/phrase/decode/test.sh
+++ b/test/decoder/phrase/decode/test.sh
@@ -1,5 +1,20 @@
 #!/bin/bash
-
+#
+# 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.
+#
 set -u
 
 cat corpus.es | $JOSHUA/bin/joshua-decoder -threads 1 -c config > output 2> log