Repository: deltaspike Updated Branches: refs/heads/master b4dd2ba9c -> 7cee58435
DELTASPIKE-777 - Added license headers to javadoc.sh Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7cee5843 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7cee5843 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/7cee5843 Branch: refs/heads/master Commit: 7cee58435df3ff295ed02974cfc840960c044a6d Parents: b4dd2ba Author: Rafael Benevides <[email protected]> Authored: Mon Nov 17 10:04:49 2014 -0200 Committer: Rafael Benevides <[email protected]> Committed: Mon Nov 17 10:04:49 2014 -0200 ---------------------------------------------------------------------- deltaspike/javadoc.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7cee5843/deltaspike/javadoc.sh ---------------------------------------------------------------------- diff --git a/deltaspike/javadoc.sh b/deltaspike/javadoc.sh index 7c8c714..d0bb742 100755 --- a/deltaspike/javadoc.sh +++ b/deltaspike/javadoc.sh @@ -1 +1,20 @@ +#!/bin/sh +##################################################################################### +# 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. +##################################################################################### mvn clean javadoc:aggregate scm-publish:publish-scm \ No newline at end of file
