X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-pki-cgi.in;h=3ef900ef52b7d4e4b9df052c88fa8a0573c34944;hb=7525e578b697c4c3d274736c98f1efd0be43dc09;hp=837b3f92bef8bf5784c861b74166923e93dac2a9;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/utilities/ovs-pki-cgi.in b/utilities/ovs-pki-cgi.in index 837b3f92..3ef900ef 100755 --- a/utilities/ovs-pki-cgi.in +++ b/utilities/ovs-pki-cgi.in @@ -1,5 +1,19 @@ #! @PERL@ +# Copyright (c) 2008, 2009 Nicira, Inc. +# +# 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 CGI; use Digest::SHA1; use Fcntl;