diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-12-16 19:08:13 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-12-16 19:08:13 +0000 |
| commit | 4b809b4622e8aebbd3a5078d76c3946e3a0e286c (patch) | |
| tree | 9d740ba01bb1e8252471c1de30e6e2be23169d69 /cpp | |
| parent | 0f10c45cf72a761731b08a13fa4a47438aff470a (diff) | |
| download | qpid-python-4b809b4622e8aebbd3a5078d76c3946e3a0e286c.tar.gz | |
NO-JIRA: Added licensing prologs to the Perl Makefile
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1551313 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qpid/perl/Makefile.PL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/perl/Makefile.PL b/cpp/bindings/qpid/perl/Makefile.PL index db9737a1dd..91686a89e5 100644 --- a/cpp/bindings/qpid/perl/Makefile.PL +++ b/cpp/bindings/qpid/perl/Makefile.PL @@ -1,4 +1,20 @@ #!/usr/bin/env perl -w +# 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 use strict; |
