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 | 3b7def613c16e1f65d966e76c23fb20ca82f4e58 (patch) | |
| tree | afe3cee5e39c253f36a7817ecbf5c2123f5bee52 /qpid/cpp/bindings | |
| parent | 2f013cef1d98724b72244fb3342ac700a84ad896 (diff) | |
| download | qpid-python-3b7def613c16e1f65d966e76c23fb20ca82f4e58.tar.gz | |
NO-JIRA: Added licensing prologs to the Perl Makefile
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551313 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
| -rw-r--r-- | qpid/cpp/bindings/qpid/perl/Makefile.PL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qpid/cpp/bindings/qpid/perl/Makefile.PL b/qpid/cpp/bindings/qpid/perl/Makefile.PL index db9737a1dd..91686a89e5 100644 --- a/qpid/cpp/bindings/qpid/perl/Makefile.PL +++ b/qpid/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; |
