Skip to content

Commit e5de7d0

Browse files
committed
updated copyright notice and other docs
1 parent 8ea4831 commit e5de7d0

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ http://pythontutor.com/
44
https://github.com/pgbovine/OnlinePythonTutor/
55

66

7-
Copyright (C) 2010-2012 Philip J. Guo ([email protected])
7+
Copyright (C) 2010-2013 Philip J. Guo ([email protected])
88

99
Permission is hereby granted, free of charge, to any person obtaining a
1010
copy of this software and associated documentation files (the

v3/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Online Python Tutor
77
https://github.com/pgbovine/OnlinePythonTutor/
88
9-
Copyright (C) 2010-2012 Philip J. Guo ([email protected])
9+
Copyright (C) 2010-2013 Philip J. Guo ([email protected])
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a
1212
copy of this software and associated documentation files (the
@@ -107,9 +107,9 @@ <h1><span id="learnHeading">LEARN</span> <span class="smallH1">programming by vi
107107
introductory CS course.</p>
108108

109109
<p>
110-
We are actively <b>seeking partnerships</b> with
110+
I am actively <b>seeking partnerships</b> with
111111
educators at all grade levels to deploy and <a href="https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/docs/project-ideas.md">improve</a> this tool. Email
112-
[email protected] if you are interested in collaborating.
112+
me, <a href="http://www.pgbovine.net/">Philip Guo</a>, at [email protected] if you are interested in collaborating.
113113
</p>
114114

115115
<div id="startLink">
@@ -176,7 +176,7 @@ <h1><span id="shareHeading">SHARE</span> <span class="smallH1">visualizations on
176176
link</a> brings you directly to step 44 of 57 in a program that finds
177177
prime numbers using the Python <tt>for-else</tt> construct.</p>
178178

179-
<p>In the near future, we plan to add an online <b>authoring environment</b> so
179+
<p>In the near future, I plan to add an online <b>authoring environment</b> so
180180
that you can save code examples and then create annotations,
181181
discussion threads, lessons, and interactive exercises on top of your
182182
visualizations.</p>
@@ -209,7 +209,7 @@ <h1><span id="shareHeading">SHARE</span> <span class="smallH1">visualizations on
209209
href="http://pgbovine.net/projects/pubs/guo-sigcse-preprint_2012-11-13.pdf">SIGCSE
210210
2013 paper</a> for more details.
211211

212-
<li/>Want to help out? <a href="https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/docs/project-ideas.md">We have ideas</a> for student thesis projects or
212+
<li/>Want to help out? <a href="https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/docs/project-ideas.md">I have ideas</a> for student thesis projects or
213213
for anyone else who loves to hack. Email [email protected] for
214214
more info.
215215

@@ -236,7 +236,7 @@ <h1><span id="shareHeading">SHARE</span> <span class="smallH1">visualizations on
236236
<br/>
237237
(Your name and email address will be kept private; only the list owner can see them.)</p>
238238

239-
<p>Copyright &copy; 2010-2012 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.</p>
239+
<p>Copyright &copy; 2010-2013 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.</p>
240240

241241
</div>
242242

v3/js/iframe-embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Online Python Tutor
44
https://github.com/pgbovine/OnlinePythonTutor/
55
6-
Copyright (C) 2010-2012 Philip J. Guo ([email protected])
6+
Copyright (C) 2010-2013 Philip J. Guo ([email protected])
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the

v3/js/opt-frontend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Online Python Tutor
44
https://github.com/pgbovine/OnlinePythonTutor/
55
6-
Copyright (C) 2010-2012 Philip J. Guo ([email protected])
6+
Copyright (C) 2010-2013 Philip J. Guo ([email protected])
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the

v3/js/opt-lessons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Online Python Tutor
44
https://github.com/pgbovine/OnlinePythonTutor/
55
6-
Copyright (C) 2010-2012 Philip J. Guo ([email protected])
6+
Copyright (C) 2010-2013 Philip J. Guo ([email protected])
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the

v3/js/pytutor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Online Python Tutor
44
https://github.com/pgbovine/OnlinePythonTutor/
55
6-
Copyright (C) 2010-2012 Philip J. Guo ([email protected])
6+
Copyright (C) 2010-2013 Philip J. Guo ([email protected])
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the

v3/pg_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Online Python Tutor
22
# https://github.com/pgbovine/OnlinePythonTutor/
33
#
4-
# Copyright (C) 2010-2012 Philip J. Guo ([email protected])
4+
# Copyright (C) 2010-2013 Philip J. Guo ([email protected])
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a
77
# copy of this software and associated documentation files (the

v3/pg_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Online Python Tutor
22
# https://github.com/pgbovine/OnlinePythonTutor/
33
#
4-
# Copyright (C) 2010-2012 Philip J. Guo ([email protected])
4+
# Copyright (C) 2010-2013 Philip J. Guo ([email protected])
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a
77
# copy of this software and associated documentation files (the

v3/pythontutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Online Python Tutor
22
# https://github.com/pgbovine/OnlinePythonTutor/
33
#
4-
# Copyright (C) 2010-2012 Philip J. Guo ([email protected])
4+
# Copyright (C) 2010-2013 Philip J. Guo ([email protected])
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a
77
# copy of this software and associated documentation files (the

v3/visualize.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Online Python Tutor
77
https://github.com/pgbovine/OnlinePythonTutor/
88
9-
Copyright (C) 2010-2012 Philip J. Guo ([email protected])
9+
Copyright (C) 2010-2013 Philip J. Guo ([email protected])
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a
1212
copy of this software and associated documentation files (the
@@ -224,7 +224,7 @@
224224
(Your name and email address will be kept private; only the list owner can see them.)</p>
225225

226226
<p style="margin-top: 8px;">
227-
Copyright &copy; 2010-2012 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
227+
Copyright &copy; 2010-2013 <a href="http://www.pgbovine.net/">Philip Guo</a>. All rights reserved.
228228
</p>
229229

230230
</div>

0 commit comments

Comments
 (0)