Updated Branches: refs/heads/master 000cc7204 -> 713418c0a
Fixed license headers in 2 files Signed-off-by: Chip Childers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/713418c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/713418c0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/713418c0 Branch: refs/heads/master Commit: 713418c0aaafbe297929f275e646198d5a29b0c5 Parents: 000cc72 Author: Chip Childers <[email protected]> Authored: Wed Oct 31 14:29:38 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Wed Oct 31 14:29:38 2012 -0400 ---------------------------------------------------------------------- packaging/centos63/package.sh | 16 ++++++++++++++ .../cloud/server/auth/test/AuthenticatorTest.java | 17 +++++++++++++++ 2 files changed, 33 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/713418c0/packaging/centos63/package.sh ---------------------------------------------------------------------- diff --git a/packaging/centos63/package.sh b/packaging/centos63/package.sh index f693f90..83c0e5e 100644 --- a/packaging/centos63/package.sh +++ b/packaging/centos63/package.sh @@ -1,4 +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. CWD=`pwd` RPMDIR=$CWD/../../dist/rpmbuild http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/713418c0/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java b/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java index cf99024..4e23d14 100644 --- a/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java +++ b/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java @@ -1,3 +1,20 @@ +// 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. + package src.com.cloud.server.auth.test; import static org.junit.Assert.*;
