Repository: commons-rng Updated Branches: refs/heads/1.1 f73546863 -> 406a41d33
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/b9089a83 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/b9089a83 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/b9089a83 Branch: refs/heads/1.1 Commit: b9089a83a9e738c348a1dff8b769f17fdd8b7079 Parents: f33ea24 Author: Gilles <[email protected]> Authored: Wed Aug 1 11:26:11 2018 +0200 Committer: Gilles <[email protected]> Committed: Wed Aug 1 11:36:49 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/b9089a83/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).
