From 4b809b4622e8aebbd3a5078d76c3946e3a0e286c Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Mon, 16 Dec 2013 19:08:13 +0000 Subject: 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 --- cpp/bindings/qpid/perl/Makefile.PL | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'cpp') 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; -- cgit v1.2.1