]> xenbits.xensource.com Git - unikraft/libs/python3.git/commitdiff
Correct license headers introduced by University Politehnica of Bucharest RELEASE-0.6
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Tue, 13 Jul 2021 19:21:45 +0000 (21:21 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 10 Aug 2021 09:13:54 +0000 (12:13 +0300)
This commit removes the additional clause
"THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY"
from BSD license headers that got introduced by mistake
with the following commits:
 5772e54 - Add stubs.c for stubbed functions (Vlad-Andrei Badoiu)
 2b241d4 - Add Makefile.uk (Vlad-Andrei Badoiu)
 ab18836 - Add init.c for initialization (Vlad-Andrei Badoiu)

On the one hand, this additional clause is redundant because
the BSD license already states that it must remain and the
copyright notice must be kept.
On the other hand, the clause freezes the file header
and prohibits future contributors from extending the
copyright notice for their contributions. This additional
clause is not part of the official BSD 3-clause.

The original author(s) or an authorized representative from
the author's affiliation consents to the change with a
`Reviewed-by` tag to this commit.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Makefile.uk
include/Python.h
init.c
stubs.c

index efd58a16c22bb9f45bfd21b00c3d1731e0925636..d0bde0b0cf478f03947490fe7bde933ac03042b1 100644 (file)
@@ -32,8 +32,6 @@
 #  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 #  POSSIBILITY OF SUCH DAMAGE.
 #
-#  THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
-#
 
 ################################################################################
 # Library registration
index 936895548ef6bb5cd160155cb25185bd58e69055..9d7981414fd69e3789b70d29de3777ec165275fb 100644 (file)
@@ -28,8 +28,6 @@
  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
  */
 
 #ifndef __GLUE_Python_H__
diff --git a/init.c b/init.c
index bc062797ce1b8ce420ec538d43f98a9a45a842b9..2ae151bb49b15d981256ecfbea06570b26b33484 100644 (file)
--- a/init.c
+++ b/init.c
@@ -28,8 +28,6 @@
  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
  */
 
 #include <uk/config.h>
diff --git a/stubs.c b/stubs.c
index e39079290d90be5921c285bd6591f23bb13ba7bb..409b2be57e3ef18c9007d5139bcce1e6c64aafef 100644 (file)
--- a/stubs.c
+++ b/stubs.c
@@ -28,8 +28,6 @@
  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY.
  */
 
 void PyOS_BeforeFork(void)