Updated Branches: refs/heads/master c5c5e2367 -> aca6c420b
follow up fix for CLOUDSTACK-1049 add license header to cloudstack-sccs Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aca6c420 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aca6c420 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aca6c420 Branch: refs/heads/master Commit: aca6c420b40a411aebcc2eecad00e8341222348e Parents: c5c5e23 Author: Frank.Zhang <[email protected]> Authored: Tue Oct 22 15:53:55 2013 -0700 Committer: Frank.Zhang <[email protected]> Committed: Tue Oct 22 15:53:55 2013 -0700 ---------------------------------------------------------------------- packaging/centos63/cloudstack-sccs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aca6c420/packaging/centos63/cloudstack-sccs ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloudstack-sccs b/packaging/centos63/cloudstack-sccs index ab6f543..e05d372 100644 --- a/packaging/centos63/cloudstack-sccs +++ b/packaging/centos63/cloudstack-sccs @@ -1 +1,20 @@ -cat /usr/share/cloudstack-common/scripts/gitrev.txt \ No newline at end of file +#!/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. + +cat /usr/share/cloudstack-common/scripts/gitrev.txt
