diff --git a/LICENSE b/LICENSE index 68d4261..c08c4ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Cassowary Constraint Solving Toolkit Copyright (C) 1998-2000 Greg J. Badros -Parts Copyright (C) 2011-2012, Alex Rusell (slightlyoff@chromium.org) +Parts Copyright (C) 2011-2012, Alex Russell (slightlyoff@chromium.org) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/demos/panels/panels.html b/demos/panels/panels.html index 86d3e6e..4e9b7d3 100644 --- a/demos/panels/panels.html +++ b/demos/panels/panels.html @@ -1,7 +1,7 @@ diff --git a/demos/quad/quaddemo.html b/demos/quad/quaddemo.html index 9ea0473..721c99f 100644 --- a/demos/quad/quaddemo.html +++ b/demos/quad/quaddemo.html @@ -6,7 +6,7 @@ Use of this source code is governed by the LGPL, which can be found in the COPYING.LGPL file. -Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) --> diff --git a/demos/quad/quaddemo.js b/demos/quad/quaddemo.js index 42c9f2c..13b0c53 100644 --- a/demos/quad/quaddemo.js +++ b/demos/quad/quaddemo.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) DraggableBox = c.inherit({ diff --git a/demos/table/table.html b/demos/table/table.html index a8105cd..dd0eee8 100644 --- a/demos/table/table.html +++ b/demos/table/table.html @@ -1,6 +1,6 @@ - + diff --git a/demos/table/table.js b/demos/table/table.js index b6e8d02..58f4466 100644 --- a/demos/table/table.js +++ b/demos/table/table.js @@ -1,4 +1,4 @@ -// Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) // // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. diff --git a/src/Constraint.js b/src/Constraint.js index 6aed331..2022024 100644 --- a/src/Constraint.js +++ b/src/Constraint.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) // FILE: EDU.Washington.grad.gjb.cassowary // package EDU.Washington.grad.gjb.cassowary; diff --git a/src/EditInfo.js b/src/EditInfo.js index 972eedb..198683f 100644 --- a/src/EditInfo.js +++ b/src/EditInfo.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c) { "use strict"; diff --git a/src/Error.js b/src/Error.js index 3a4c7b5..bcc4864 100644 --- a/src/Error.js +++ b/src/Error.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c){ "use strict"; diff --git a/src/LinearConstraint.js b/src/LinearConstraint.js index aa6a740..a8b1a58 100644 --- a/src/LinearConstraint.js +++ b/src/LinearConstraint.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c) { "use strict"; diff --git a/src/LinearExpression.js b/src/LinearExpression.js index 9b735ae..c5930d0 100644 --- a/src/LinearExpression.js +++ b/src/LinearExpression.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) // FILE: EDU.Washington.grad.gjb.cassowary // package EDU.Washington.grad.gjb.cassowary; diff --git a/src/Point.js b/src/Point.js index b95f94c..68ae731 100644 --- a/src/Point.js +++ b/src/Point.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c) { "use strict"; diff --git a/src/SimplexSolver.js b/src/SimplexSolver.js index c133365..fef3b69 100644 --- a/src/SimplexSolver.js +++ b/src/SimplexSolver.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c) { var t = c.Tableau; diff --git a/src/Strength.js b/src/Strength.js index 15a7a8f..7b308da 100644 --- a/src/Strength.js +++ b/src/Strength.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) // FILE: EDU.Washington.grad.gjb.cassowary // package EDU.Washington.grad.gjb.cassowary; diff --git a/src/SymbolicWeight.js b/src/SymbolicWeight.js index d0b2f05..9faeace 100644 --- a/src/SymbolicWeight.js +++ b/src/SymbolicWeight.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c) { diff --git a/src/Tableau.js b/src/Tableau.js index d3711cf..0b0c53b 100644 --- a/src/Tableau.js +++ b/src/Tableau.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c) { "use strict"; diff --git a/src/Timer.js b/src/Timer.js index fecfdfe..4b86c80 100644 --- a/src/Timer.js +++ b/src/Timer.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(scope, c) { "use strict"; diff --git a/src/Variable.js b/src/Variable.js index 938819d..94825fa 100644 --- a/src/Variable.js +++ b/src/Variable.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011, Alex Russell (slightlyoff@chromium.org) (function(c) { "use strict"; diff --git a/src/c.js b/src/c.js index 0bdd7b0..fdd1e2b 100644 --- a/src/c.js +++ b/src/c.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2011-2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2011-2012, Alex Russell (slightlyoff@chromium.org) (function(scope){ "use strict"; diff --git a/tests/End-To-End-test.js b/tests/End-To-End-test.js index 8070cc8..1183fe9 100644 --- a/tests/End-To-End-test.js +++ b/tests/End-To-End-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) (function() { diff --git a/tests/LinearConstraint-test.js b/tests/LinearConstraint-test.js index a84a22b..4be15ff 100644 --- a/tests/LinearConstraint-test.js +++ b/tests/LinearConstraint-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/LinearExpression-test.js b/tests/LinearExpression-test.js index a05e51b..d2876a5 100644 --- a/tests/LinearExpression-test.js +++ b/tests/LinearExpression-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/PerfTest.js b/tests/PerfTest.js index bac0a26..6843aa4 100644 --- a/tests/PerfTest.js +++ b/tests/PerfTest.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) (function(c){ "use strict"; diff --git a/tests/Point-test.js b/tests/Point-test.js index a90dc5b..e59aa4a 100644 --- a/tests/Point-test.js +++ b/tests/Point-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/SimplexSolver-test.js b/tests/SimplexSolver-test.js index b1bcd40..676e047 100644 --- a/tests/SimplexSolver-test.js +++ b/tests/SimplexSolver-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; @@ -11,5 +11,8 @@ doh.add("c.SimplexSolver", [ new c.SimplexSolver(); }, + function addPointStays(t) { + }, + // FIXME(slightlyoff): MOAR TESTS ]); diff --git a/tests/Strength-test.js b/tests/Strength-test.js index 84efdda..e655c48 100644 --- a/tests/Strength-test.js +++ b/tests/Strength-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/SymbolicWeight-test.js b/tests/SymbolicWeight-test.js index de4ee73..d2defb8 100644 --- a/tests/SymbolicWeight-test.js +++ b/tests/SymbolicWeight-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/Tableau-test.js b/tests/Tableau-test.js index 143daf3..6fbeaa1 100644 --- a/tests/Tableau-test.js +++ b/tests/Tableau-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/Variable-test.js b/tests/Variable-test.js index 7010ce7..bf841f4 100644 --- a/tests/Variable-test.js +++ b/tests/Variable-test.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/WorkerPerfTest.js b/tests/WorkerPerfTest.js index 8534ac4..1d4dd53 100644 --- a/tests/WorkerPerfTest.js +++ b/tests/WorkerPerfTest.js @@ -3,7 +3,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/run-perf.js b/tests/run-perf.js index 5cef5a0..f81b231 100644 --- a/tests/run-perf.js +++ b/tests/run-perf.js @@ -2,7 +2,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) "use strict"; diff --git a/tests/run.sh b/tests/run.sh index 092eb33..23d7082 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -3,7 +3,7 @@ # Use of this source code is governed by the LGPL, which can be found in the # COPYING.LGPL file. # -# Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +# Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) DOH='../util/doh/runner.js' JSCPATH='/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc' diff --git a/tests/test.js b/tests/test.js index 28a39b2..41d8a3d 100644 --- a/tests/test.js +++ b/tests/test.js @@ -1,7 +1,7 @@ // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // -// Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +// Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) load("../src/c.js"); load("../src/HashTable.js"); diff --git a/tests/unittests.html b/tests/unittests.html index cd79fe8..03b0838 100644 --- a/tests/unittests.html +++ b/tests/unittests.html @@ -6,7 +6,7 @@ Use of this source code is governed by the LGPL, which can be found in the COPYING.LGPL file. -Parts Copyright (C) 2012, Alex Rusell (slightlyoff@chromium.org) +Parts Copyright (C) 2012, Alex Russell (slightlyoff@chromium.org) --> Cassowary Javascript Tests diff --git a/util/ometa-js b/util/ometa-js index d75e81c..22b9255 160000 --- a/util/ometa-js +++ b/util/ometa-js @@ -1 +1 @@ -Subproject commit d75e81cca0cbb49e3f24c96338745b5bc5b25a85 +Subproject commit 22b925511bbec82cbea44c5c29d5775c31d52f6a