diff --git a/src/yugecin/opsudance/Dancer.java b/src/yugecin/opsudance/Dancer.java index 0d847bb2..5b0197d3 100644 --- a/src/yugecin/opsudance/Dancer.java +++ b/src/yugecin/opsudance/Dancer.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/CircleMover.java b/src/yugecin/opsudance/movers/CircleMover.java index fd5c25dc..19037253 100644 --- a/src/yugecin/opsudance/movers/CircleMover.java +++ b/src/yugecin/opsudance/movers/CircleMover.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/HalfCircleMover.java b/src/yugecin/opsudance/movers/HalfCircleMover.java index e0a4bc75..49b227ea 100644 --- a/src/yugecin/opsudance/movers/HalfCircleMover.java +++ b/src/yugecin/opsudance/movers/HalfCircleMover.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/HalfEllipseMover.java b/src/yugecin/opsudance/movers/HalfEllipseMover.java index 7dff4803..0530208d 100644 --- a/src/yugecin/opsudance/movers/HalfEllipseMover.java +++ b/src/yugecin/opsudance/movers/HalfEllipseMover.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/JumpMover.java b/src/yugecin/opsudance/movers/JumpMover.java index 78c8e814..dad411b5 100644 --- a/src/yugecin/opsudance/movers/JumpMover.java +++ b/src/yugecin/opsudance/movers/JumpMover.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/LinearMover.java b/src/yugecin/opsudance/movers/LinearMover.java index d44086d0..66f29347 100644 --- a/src/yugecin/opsudance/movers/LinearMover.java +++ b/src/yugecin/opsudance/movers/LinearMover.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/Mover.java b/src/yugecin/opsudance/movers/Mover.java index 97ccc6e9..2f12f4e6 100644 --- a/src/yugecin/opsudance/movers/Mover.java +++ b/src/yugecin/opsudance/movers/Mover.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/QuartCircleMover.java b/src/yugecin/opsudance/movers/QuartCircleMover.java index 10527579..e5da3be0 100644 --- a/src/yugecin/opsudance/movers/QuartCircleMover.java +++ b/src/yugecin/opsudance/movers/QuartCircleMover.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/AutoEllipseMoverFactory.java b/src/yugecin/opsudance/movers/factories/AutoEllipseMoverFactory.java index b65a857b..e1cd5899 100644 --- a/src/yugecin/opsudance/movers/factories/AutoEllipseMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/AutoEllipseMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/AutoMoverFactory.java b/src/yugecin/opsudance/movers/factories/AutoMoverFactory.java index a0b329d0..aa08595f 100644 --- a/src/yugecin/opsudance/movers/factories/AutoMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/AutoMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/CircleMoverFactory.java b/src/yugecin/opsudance/movers/factories/CircleMoverFactory.java index b1fac5a9..668723e1 100644 --- a/src/yugecin/opsudance/movers/factories/CircleMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/CircleMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/HalfCircleMoverFactory.java b/src/yugecin/opsudance/movers/factories/HalfCircleMoverFactory.java index 4cc4730f..dfbe2bb9 100644 --- a/src/yugecin/opsudance/movers/factories/HalfCircleMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/HalfCircleMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/HalfEllipseMoverFactory.java b/src/yugecin/opsudance/movers/factories/HalfEllipseMoverFactory.java index 544ecbfc..35c874e8 100644 --- a/src/yugecin/opsudance/movers/factories/HalfEllipseMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/HalfEllipseMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/HalfLowEllipseMoverFactory.java b/src/yugecin/opsudance/movers/factories/HalfLowEllipseMoverFactory.java index 0779ecd8..a26c69e5 100644 --- a/src/yugecin/opsudance/movers/factories/HalfLowEllipseMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/HalfLowEllipseMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/JumpMoverFactory.java b/src/yugecin/opsudance/movers/factories/JumpMoverFactory.java index 429d166c..aed52e48 100644 --- a/src/yugecin/opsudance/movers/factories/JumpMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/JumpMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/LinearMoverFactory.java b/src/yugecin/opsudance/movers/factories/LinearMoverFactory.java index 6e042ecd..964f9435 100644 --- a/src/yugecin/opsudance/movers/factories/LinearMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/LinearMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/MoverFactory.java b/src/yugecin/opsudance/movers/factories/MoverFactory.java index 5c330750..95423b15 100644 --- a/src/yugecin/opsudance/movers/factories/MoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/MoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/movers/factories/QuartCircleMoverFactory.java b/src/yugecin/opsudance/movers/factories/QuartCircleMoverFactory.java index 45df3b3e..6d00138f 100644 --- a/src/yugecin/opsudance/movers/factories/QuartCircleMoverFactory.java +++ b/src/yugecin/opsudance/movers/factories/QuartCircleMoverFactory.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/spinners/RektSpinner.java b/src/yugecin/opsudance/spinners/RektSpinner.java index a089aedf..d531aad0 100644 --- a/src/yugecin/opsudance/spinners/RektSpinner.java +++ b/src/yugecin/opsudance/spinners/RektSpinner.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/spinners/Spinner.java b/src/yugecin/opsudance/spinners/Spinner.java index faf0e763..b59eee34 100644 --- a/src/yugecin/opsudance/spinners/Spinner.java +++ b/src/yugecin/opsudance/spinners/Spinner.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/yugecin/opsudance/ui/ItemList.java b/src/yugecin/opsudance/ui/ItemList.java index 6e74725e..b08c5185 100644 --- a/src/yugecin/opsudance/ui/ItemList.java +++ b/src/yugecin/opsudance/ui/ItemList.java @@ -7,7 +7,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * opsu! is distributed in the hope that it will be useful, + * opsu!dance is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.