X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-pki-cgi.in;h=c8c53d09c1c2e0bf36c14aeea7557a11f947aa90;hb=15f1f1b63ab5514f8dfafa8f4c90ecee44693e1d;hp=837b3f92bef8bf5784c861b74166923e93dac2a9;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=sliver-openvswitch.git diff --git a/utilities/ovs-pki-cgi.in b/utilities/ovs-pki-cgi.in index 837b3f92b..c8c53d09c 100755 --- a/utilities/ovs-pki-cgi.in +++ b/utilities/ovs-pki-cgi.in @@ -1,5 +1,19 @@ #! @PERL@ +# Copyright (c) 2008, 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 CGI; use Digest::SHA1; use Fcntl;