Skip to content

Commit bfc8ef7

Browse files
committed
Change name to Vanessa / codefrau
1 parent 6906034 commit bfc8ef7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+54144
-54148
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2019 Bert Freudenberg
3+
Copyright (c) 2013-2020 Vanessa Freudenberg
44
Copyright (c) 2016 Fabio Niephaus, Google Inc.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

benchmark/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# File: Makefile
2-
# Author: Bert Freudenberg
2+
# Author: Vanessa Freudenberg
33
#
44
# copy files to publishing directory and create an offline manifest
55

@@ -21,4 +21,3 @@ $(TARGET): $(FILES)
2121
@mkdir -pv $@ $@/../lib $@/../plugins
2222
@for f in $^ ; do install -pvm 444 $$f $@/$$f ; done
2323
@touch $@
24-

benchmark/benchmark.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<!--
4-
Copyright (c) 2013,2014 Bert Freudenberg
4+
Copyright (c) 2013-2020 Vanessa Freudenberg
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,7 @@
3333
<h1>SqueakJS Benchmarks</h1>
3434
<p id="results">
3535
This is Tim Felgentreff's page for <a href="../">SqueakJS</a> benchmarking.
36-
Please wait until the runs are finished.
36+
Please wait until the runs are finished.
3737
</p>
3838
<canvas id="sqCanvas" width="800" height="600"></canvas>
3939
<div id="sqSpinner"><div></div></div>

benchmark/benchmark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013,2014 Bert Freudenberg
2+
* Copyright (c) 2013-2020 Vanessa Freudenberg
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal
@@ -44,7 +44,7 @@ window.onload = function() {
4444
}
4545

4646
function saveToLively(contents) {
47-
var address = (window.google &&
47+
var address = (window.google &&
4848
google.loader &&
4949
google.loader.ClientLocation &&
5050
google.loader.ClientLocation.address) || {city: "unknown city", country: "unknown country"};

demo/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# File: Makefile
2-
# Author: Bert Freudenberg
2+
# Author: Vanessa Freudenberg
33
#
44
# copy files to publishing directory and create an offline manifest
55

@@ -9,7 +9,7 @@ FILES=../squeak.js ../globals.js ../vm.*.js ../jit.js ../plugins/*.js \
99
simple.html simple.css simple.js SimplePlugin.js \
1010
squeakjs.image squeakjs.changes JSBridge.st icon.png \
1111
../lib/lz-string.js ../lib/jszip.js ../lib/sha1.js ../lib/gh-fork-ribbon.css \
12-
../lib/addtohomescreen.css ../lib/addtohomescreen.js
12+
../lib/addtohomescreen.css ../lib/addtohomescreen.js
1313
EXTRA=
1414

1515
$(MANIFEST): Makefile $(TARGET)
@@ -24,4 +24,3 @@ $(TARGET): $(FILES)
2424
@mkdir -pv $@ $@/../lib $@/../plugins
2525
@for f in $^ ; do install -pvm 444 $$f $@/$$f ; done
2626
@touch $@
27-

demo/simple.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>SqueakJS</title>
66
<!--
7-
Copyright (c) 2013-2016 Bert Freudenberg
7+
Copyright (c) 2013-2020 Vanessa Freudenberg
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal
@@ -47,13 +47,13 @@ <h1>SqueakJS</h1>
4747
<label title="Make Squeak as large as possible"><input id="sqFullscreen" type="checkbox">full screen</label>
4848
<div class="github-fork-ribbon-wrapper right">
4949
<div class="github-fork-ribbon">
50-
<a href="https://github.com/bertfreudenberg/SqueakJS" target="_blank">Fork me on GitHub</a>
50+
<a href="https://github.com/codefrau/SqueakJS" target="_blank">Fork me on GitHub</a>
5151
</div>
5252
</div>
5353
</div>
5454
<div id="sqFooter">
5555
<p><a href="../" target="_blank">SqueakJS</a> is a Virtual Machine
56-
for the Squeak dialect of Smalltalk, written in pure JavaScript by Bert Freudenberg.
56+
for the Squeak dialect of Smalltalk, written in pure JavaScript by Vanessa Freudenberg.
5757
Above is a stripped-down version of Squeak 2.2, which was released in 1998.
5858
Modern Squeak versions are much more advanced, but more demanding, too. You can try
5959
them on the SqueakJS <a href="../run">launcher page</a>.

demo/simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013-2016 Bert Freudenberg
2+
* Copyright (c) 2013-2020 Vanessa Freudenberg
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

demo/updatecache.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/sh
22
# File: updatecache.sh
3-
# Author: Bert Freudenberg
3+
# Author: Vanessa Freudenberg
44
#
55
# Repeatedly run make to update the offline cache
66

7-
echo "Starting to watch for changes (press ctrl-c to quit)"
7+
echo "Starting to watch for changes (press ctrl-c to quit)"
88
# use XCode if needed
99
XCRUN=`which xcrun`
10-
while true; do
10+
while true; do
1111
$XCRUN make | grep -v ' is up to date'
1212
sleep 1
1313
done

0 commit comments

Comments
 (0)