Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f110e39

Browse files
author
Philip Guo
committed
updated copyright notice
1 parent 43ca6b2 commit f110e39

13 files changed

+13
-13
lines changed

cgi-bin/load_question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python2.5
22

33
# Online Python Tutor
4-
# Copyright (C) 2010 Philip J. Guo ([email protected])
4+
# Copyright (C) 2010-2011 Philip J. Guo ([email protected])
55
# https://github.com/pgbovine/OnlinePythonTutor/
66
#
77
# This program is free software: you can redistribute it and/or modify

cgi-bin/parse_questions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Online Python Tutor
2-
# Copyright (C) 2010 Philip J. Guo
2+
# Copyright (C) 2010-2011 Philip J. Guo ([email protected])
33
# https://github.com/pgbovine/OnlinePythonTutor/
44
#
55
# This program is free software: you can redistribute it and/or modify

cgi-bin/pg_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Online Python Tutor
2-
# Copyright (C) 2010 Philip J. Guo
2+
# Copyright (C) 2010-2011 Philip J. Guo ([email protected])
33
# https://github.com/pgbovine/OnlinePythonTutor/
44
#
55
# This program is free software: you can redistribute it and/or modify

cgi-bin/pg_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Online Python Tutor
2-
# Copyright (C) 2010 Philip J. Guo ([email protected])
2+
# Copyright (C) 2010-2011 Philip J. Guo ([email protected])
33
# https://github.com/pgbovine/OnlinePythonTutor/
44
#
55
# This program is free software: you can redistribute it and/or modify

cgi-bin/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Online Python Tutor
2-
# Copyright (C) 2010 Philip J. Guo ([email protected])
2+
# Copyright (C) 2010-2011 Philip J. Guo ([email protected])
33
# https://github.com/pgbovine/OnlinePythonTutor/
44
#
55
# This program is free software: you can redistribute it and/or modify

cgi-bin/web_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python2.5
22

33
# Online Python Tutor
4-
# Copyright (C) 2010 Philip J. Guo ([email protected])
4+
# Copyright (C) 2010-2011 Philip J. Guo ([email protected])
55
# https://github.com/pgbovine/OnlinePythonTutor/
66
#
77
# This program is free software: you can redistribute it and/or modify

cgi-bin/web_run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python2.5
22

33
# Online Python Tutor
4-
# Copyright (C) 2010 Philip J. Guo ([email protected])
4+
# Copyright (C) 2010-2011 Philip J. Guo ([email protected])
55
# https://github.com/pgbovine/OnlinePythonTutor/
66
#
77
# This program is free software: you can redistribute it and/or modify

edu-python-questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
Online Python Tutor
4-
Copyright (C) 2010 Philip J. Guo ([email protected])
4+
Copyright (C) 2010-2011 Philip J. Guo ([email protected])
55
https://github.com/pgbovine/OnlinePythonTutor/
66
77
This program is free software: you can redistribute it and/or modify

edu-python-tutor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
Online Python Tutor
4-
Copyright (C) 2010 Philip J. Guo ([email protected])
4+
Copyright (C) 2010-2011 Philip J. Guo ([email protected])
55
https://github.com/pgbovine/OnlinePythonTutor/
66
77
This program is free software: you can redistribute it and/or modify

edu-python.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
Online Python Tutor
4-
Copyright (C) 2010 Philip J. Guo ([email protected])
4+
Copyright (C) 2010-2011 Philip J. Guo ([email protected])
55
https://github.com/pgbovine/OnlinePythonTutor/
66
77
This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)