Repository: buildr Updated Branches: refs/heads/master 6c660221c -> c1a19729a
Add license header Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c1a19729 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c1a19729 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c1a19729 Branch: refs/heads/master Commit: c1a19729a3ca53f9e9466baffaa8dbe68acc4778 Parents: 6c66022 Author: Peter Donald <[email protected]> Authored: Sun May 3 20:45:45 2015 +1000 Committer: Peter Donald <[email protected]> Committed: Sun May 3 20:45:45 2015 +1000 ---------------------------------------------------------------------- spec/addon/checkstyle_spec.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/c1a19729/spec/addon/checkstyle_spec.rb ---------------------------------------------------------------------- diff --git a/spec/addon/checkstyle_spec.rb b/spec/addon/checkstyle_spec.rb index 5e4079e..a8a5d3f 100644 --- a/spec/addon/checkstyle_spec.rb +++ b/spec/addon/checkstyle_spec.rb @@ -1,3 +1,18 @@ +# 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. + require File.expand_path('../spec_helpers', File.dirname(__FILE__)) Sandbox.require_optional_extension 'buildr/checkstyle' artifacts(Buildr::Checkstyle::dependencies).map(&:invoke)
