X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-parse-leaks.in;h=6e4f139ff08185ebeb28f3e6de65f512cee77cce;hb=01845ce8caf0f284b802209fd17ebc61f8e758c0;hp=4e06847c21fde47fc5d77e1058bbb4fa3c50408b;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/utilities/ovs-parse-leaks.in b/utilities/ovs-parse-leaks.in index 4e06847c..6e4f139f 100755 --- a/utilities/ovs-parse-leaks.in +++ b/utilities/ovs-parse-leaks.in @@ -1,5 +1,19 @@ #! @PERL@ +# Copyright (c) 2009 Nicira Networks. +# +# Licensed 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; use warnings;