Repository: stratos Updated Branches: refs/heads/master c6eafd261 -> c7bac9b4e
adding licience to a ruby file Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c7bac9b4 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c7bac9b4 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c7bac9b4 Branch: refs/heads/master Commit: c7bac9b4ec75cbba8d273bdbdbba8b8bc4e5dbb2 Parents: c6eafd2 Author: R-Rajkumar <[email protected]> Authored: Sat Oct 25 10:49:44 2014 +0530 Committer: R-Rajkumar <[email protected]> Committed: Sat Oct 25 10:49:44 2014 +0530 ---------------------------------------------------------------------- .../lib/puppet/parser/functions/difference.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c7bac9b4/tools/puppet3/modules/agent/lib/puppet/parser/functions/difference.rb ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/agent/lib/puppet/parser/functions/difference.rb b/tools/puppet3/modules/agent/lib/puppet/parser/functions/difference.rb index 9be6e08..dbfc6ef 100755 --- a/tools/puppet3/modules/agent/lib/puppet/parser/functions/difference.rb +++ b/tools/puppet3/modules/agent/lib/puppet/parser/functions/difference.rb @@ -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. + # difference.rb module Puppet::Parser::Functions newfunction(:difference, :type => :rvalue
