You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/08/01 09:27:29 UTC

commons-rng git commit: Add license text.

Repository: commons-rng
Updated Branches:
  refs/heads/1.1 b2c99eb42 -> 8edbb4b1b


Add license text.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/8edbb4b1
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/8edbb4b1
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/8edbb4b1

Branch: refs/heads/1.1
Commit: 8edbb4b1b90ff557554540be662d7e6f4daf2a84
Parents: b2c99eb
Author: Gilles <er...@apache.org>
Authored: Wed Aug 1 11:26:11 2018 +0200
Committer: Gilles <er...@apache.org>
Committed: Wed Aug 1 11:26:11 2018 +0200

----------------------------------------------------------------------
 commons-rng-examples/examples-jpms/runApp.sh | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/8edbb4b1/commons-rng-examples/examples-jpms/runApp.sh
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-jpms/runApp.sh b/commons-rng-examples/examples-jpms/runApp.sh
index d55ba4f..886209d 100755
--- a/commons-rng-examples/examples-jpms/runApp.sh
+++ b/commons-rng-examples/examples-jpms/runApp.sh
@@ -1,5 +1,20 @@
 #!/bin/bash -e
 
+# 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.
+
 # Script assumes that the JAR files have all been generated (e.g. by calling
 # "mvn package" from the top level project directory).