From 33cab035f8307f3e1e1b39b7571811c25152b81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sat, 23 Jul 2011 22:35:54 +0200 Subject: Added Apache 2 license notice to source files --- rsa/pkcs1.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'rsa/pkcs1.py') diff --git a/rsa/pkcs1.py b/rsa/pkcs1.py index d8d9dba..9a76e40 100644 --- a/rsa/pkcs1.py +++ b/rsa/pkcs1.py @@ -1,3 +1,19 @@ +# -*- coding: utf-8 -*- +# +# Copyright 2011 Sybren A. Stüvel +# +# 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. + '''Functions for PKCS1 version 1.5 encryption and signing This module implements certain functionality from PKCS1 version 1.5. For a -- cgit v1.2.1