From 2c3e5b45ecd89e37eed622dad1494f168e4e9e38 Mon Sep 17 00:00:00 2001 From: Alex Boisvert Date: Sun, 20 Sep 2009 19:45:56 +0000 Subject: [PATCH] Add missing Apache license headers git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@817088 13f79535-47bb-0310-9956-ffa450edef68 --- lib/buildr/core/shell.rb | 16 ++++++++++++++++ lib/buildr/groovy/shell.rb | 15 +++++++++++++++ lib/buildr/scala/shell.rb | 16 ++++++++++++++++ lib/buildr/shell.rb | 16 ++++++++++++++++ 4 files changed, 63 insertions(+) diff --git a/lib/buildr/core/shell.rb b/lib/buildr/core/shell.rb index 231625ff3..5f24ff8dd 100644 --- a/lib/buildr/core/shell.rb +++ b/lib/buildr/core/shell.rb @@ -1,3 +1,19 @@ +# 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 'buildr/shell' require 'buildr/java/commands' require 'buildr/core/util' diff --git a/lib/buildr/groovy/shell.rb b/lib/buildr/groovy/shell.rb index 5b96efcde..d7bd23f05 100644 --- a/lib/buildr/groovy/shell.rb +++ b/lib/buildr/groovy/shell.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 'buildr/shell' module Buildr diff --git a/lib/buildr/scala/shell.rb b/lib/buildr/scala/shell.rb index 548c929f5..46f1d516d 100644 --- a/lib/buildr/scala/shell.rb +++ b/lib/buildr/scala/shell.rb @@ -1,3 +1,19 @@ +# 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 'buildr/shell' require 'buildr/java/commands' diff --git a/lib/buildr/shell.rb b/lib/buildr/shell.rb index 7d45e113c..176c4d71c 100644 --- a/lib/buildr/shell.rb +++ b/lib/buildr/shell.rb @@ -1,3 +1,19 @@ +# 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. + + module Buildr module ShellProviders class << self