Skip to content

Commit 79b9011

Browse files
committed
Update copyright
1 parent d37d308 commit 79b9011

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

2.7.10/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Compile minimal Python for Emscripten and native local testing
44

5-
# Copyright (C) 2018, 2019 Sylvain Beucler
5+
# Copyright (C) 2018, 2019, 2020 Sylvain Beucler
66

77
# Copying and distribution of this file, with or without modification,
88
# are permitted in any medium without royalty provided the copyright

2.7.10/webprompt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Simple Python prompt for the browser, for smoke testing
44

5-
# Copyright (C) 2019 Sylvain Beucler
5+
# Copyright (C) 2019, 2020 Sylvain Beucler
66

77
# Copying and distribution of this file, with or without modification,
88
# are permitted in any medium without royalty provided the copyright

3.8/package-pythonhome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Creates a minimal Python file hierarchy at $PACKAGEDIR
44

5-
# Copyright (C) 2018, 2019, 2020 Sylvain Beucler
5+
# Copyright (C) 2018, 2019, 2020 Sylvain Beucler
66

77
# Copying and distribution of this file, with or without modification,
88
# are permitted in any medium without royalty provided the copyright

emscripten.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python wrapper for emscripten_* C functions
22

3-
# Copyright (C) 2018, 2019 Sylvain Beucler
3+
# Copyright (C) 2018, 2019, 2020 Sylvain Beucler
44

55
# Copying and distribution of this file, with or without modification,
66
# are permitted in any medium without royalty provided the copyright

webprompt-main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Simple Python prompt with static emscripten module available
33
*
4-
* Copyright (C) 2019 Sylvain Beucler
4+
* Copyright (C) 2019, 2020 Sylvain Beucler
55
*
66
* Copying and distribution of this file, with or without
77
* modification, are permitted in any medium without royalty provided

0 commit comments

Comments
 (0)