commit 71c8884f1368621eae4de67e5cde9e3aae13d172
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri May 3 23:46:01 2019 +0100

    Correct the Legal notice.

diff --git a/src/main/java/org/distorted/examples/TableOfContents.java b/src/main/java/org/distorted/examples/TableOfContents.java
index 46142fc..36738d3 100644
--- a/src/main/java/org/distorted/examples/TableOfContents.java
+++ b/src/main/java/org/distorted/examples/TableOfContents.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples;
diff --git a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldActivity.java b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldActivity.java
index 1324c85..2329db0 100644
--- a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldActivity.java
+++ b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.aroundtheworld;
diff --git a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
index 5338785..8d4baec 100644
--- a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
+++ b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.aroundtheworld;
diff --git a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java
index d7932ad..1047587 100644
--- a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java
+++ b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.aroundtheworld;
diff --git a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRendererPicker.java b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRendererPicker.java
index 002ec30..0ee5668 100644
--- a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRendererPicker.java
+++ b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRendererPicker.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.aroundtheworld;
diff --git a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceView.java b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceView.java
index da8af34..9b81ec9 100644
--- a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceView.java
+++ b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.aroundtheworld;
diff --git a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceViewPicker.java b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceViewPicker.java
index 372544a..298716e 100644
--- a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceViewPicker.java
+++ b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceViewPicker.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.aroundtheworld;
diff --git a/src/main/java/org/distorted/examples/bean/BeanActivity.java b/src/main/java/org/distorted/examples/bean/BeanActivity.java
index 994d0e1..a79338e 100644
--- a/src/main/java/org/distorted/examples/bean/BeanActivity.java
+++ b/src/main/java/org/distorted/examples/bean/BeanActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.bean;
diff --git a/src/main/java/org/distorted/examples/bean/BeanRenderer.java b/src/main/java/org/distorted/examples/bean/BeanRenderer.java
index d3019b9..0925af6 100644
--- a/src/main/java/org/distorted/examples/bean/BeanRenderer.java
+++ b/src/main/java/org/distorted/examples/bean/BeanRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.bean;
diff --git a/src/main/java/org/distorted/examples/bean/BeanSurfaceView.java b/src/main/java/org/distorted/examples/bean/BeanSurfaceView.java
index a2c1a5a..058b839 100644
--- a/src/main/java/org/distorted/examples/bean/BeanSurfaceView.java
+++ b/src/main/java/org/distorted/examples/bean/BeanSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.bean;
diff --git a/src/main/java/org/distorted/examples/blur/BlurActivity.java b/src/main/java/org/distorted/examples/blur/BlurActivity.java
index 0c04373..44e8a06 100644
--- a/src/main/java/org/distorted/examples/blur/BlurActivity.java
+++ b/src/main/java/org/distorted/examples/blur/BlurActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.blur;
diff --git a/src/main/java/org/distorted/examples/blur/BlurRenderer.java b/src/main/java/org/distorted/examples/blur/BlurRenderer.java
index fd283fa..266a0ce 100644
--- a/src/main/java/org/distorted/examples/blur/BlurRenderer.java
+++ b/src/main/java/org/distorted/examples/blur/BlurRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.blur;
diff --git a/src/main/java/org/distorted/examples/blur/BlurSurfaceView.java b/src/main/java/org/distorted/examples/blur/BlurSurfaceView.java
index a0cc03e..543979a 100644
--- a/src/main/java/org/distorted/examples/blur/BlurSurfaceView.java
+++ b/src/main/java/org/distorted/examples/blur/BlurSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.blur;
diff --git a/src/main/java/org/distorted/examples/catanddog/CatAndDogActivity.java b/src/main/java/org/distorted/examples/catanddog/CatAndDogActivity.java
index 9584cce..e0f33a0 100644
--- a/src/main/java/org/distorted/examples/catanddog/CatAndDogActivity.java
+++ b/src/main/java/org/distorted/examples/catanddog/CatAndDogActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.catanddog;
diff --git a/src/main/java/org/distorted/examples/catanddog/CatAndDogRenderer.java b/src/main/java/org/distorted/examples/catanddog/CatAndDogRenderer.java
index 2603fd3..3faa5da 100644
--- a/src/main/java/org/distorted/examples/catanddog/CatAndDogRenderer.java
+++ b/src/main/java/org/distorted/examples/catanddog/CatAndDogRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.catanddog;
diff --git a/src/main/java/org/distorted/examples/catanddog/CatAndDogSurfaceView.java b/src/main/java/org/distorted/examples/catanddog/CatAndDogSurfaceView.java
index ab0fe8d..ac00235 100644
--- a/src/main/java/org/distorted/examples/catanddog/CatAndDogSurfaceView.java
+++ b/src/main/java/org/distorted/examples/catanddog/CatAndDogSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.catanddog;
diff --git a/src/main/java/org/distorted/examples/check/CheckActivity.java b/src/main/java/org/distorted/examples/check/CheckActivity.java
index 7c0f625..833680a 100644
--- a/src/main/java/org/distorted/examples/check/CheckActivity.java
+++ b/src/main/java/org/distorted/examples/check/CheckActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.check;
diff --git a/src/main/java/org/distorted/examples/check/CheckRenderer.java b/src/main/java/org/distorted/examples/check/CheckRenderer.java
index e55cd59..349343f 100644
--- a/src/main/java/org/distorted/examples/check/CheckRenderer.java
+++ b/src/main/java/org/distorted/examples/check/CheckRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.check;
diff --git a/src/main/java/org/distorted/examples/check/CheckSurfaceView.java b/src/main/java/org/distorted/examples/check/CheckSurfaceView.java
index e7c6d94..82347c9 100644
--- a/src/main/java/org/distorted/examples/check/CheckSurfaceView.java
+++ b/src/main/java/org/distorted/examples/check/CheckSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.check;
diff --git a/src/main/java/org/distorted/examples/deform/DeformActivity.java b/src/main/java/org/distorted/examples/deform/DeformActivity.java
index 1bf4efe..f86fab5 100644
--- a/src/main/java/org/distorted/examples/deform/DeformActivity.java
+++ b/src/main/java/org/distorted/examples/deform/DeformActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.deform;
diff --git a/src/main/java/org/distorted/examples/deform/DeformRenderer.java b/src/main/java/org/distorted/examples/deform/DeformRenderer.java
index 677954d..52c094c 100644
--- a/src/main/java/org/distorted/examples/deform/DeformRenderer.java
+++ b/src/main/java/org/distorted/examples/deform/DeformRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.deform;
diff --git a/src/main/java/org/distorted/examples/deform/DeformSurfaceView.java b/src/main/java/org/distorted/examples/deform/DeformSurfaceView.java
index e1c2cbe..259315f 100644
--- a/src/main/java/org/distorted/examples/deform/DeformSurfaceView.java
+++ b/src/main/java/org/distorted/examples/deform/DeformSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.deform;
diff --git a/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsActivity.java b/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsActivity.java
index a168e86..194e06d 100644
--- a/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsActivity.java
+++ b/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.differentbitmaps;
diff --git a/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsRenderer.java b/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsRenderer.java
index 4765c80..5dc45d9 100644
--- a/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsRenderer.java
+++ b/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.differentbitmaps;
diff --git a/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsSurfaceView.java b/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsSurfaceView.java
index 8f8ef0f..07ab986 100644
--- a/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsSurfaceView.java
+++ b/src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.differentbitmaps;
diff --git a/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsActivity.java b/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsActivity.java
index 9d98259..66ca6f5 100644
--- a/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsActivity.java
+++ b/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.differenteffects;
diff --git a/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsRenderer.java b/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsRenderer.java
index 12ab8c8..3396581 100644
--- a/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsRenderer.java
+++ b/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.differenteffects;
diff --git a/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsSurfaceView.java b/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsSurfaceView.java
index 7ff57ec..1c8023a 100644
--- a/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsSurfaceView.java
+++ b/src/main/java/org/distorted/examples/differenteffects/DifferentEffectsSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.differenteffects;
diff --git a/src/main/java/org/distorted/examples/dynamic/DynamicActivity.java b/src/main/java/org/distorted/examples/dynamic/DynamicActivity.java
index cd9f886..0905e57 100644
--- a/src/main/java/org/distorted/examples/dynamic/DynamicActivity.java
+++ b/src/main/java/org/distorted/examples/dynamic/DynamicActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.dynamic;
diff --git a/src/main/java/org/distorted/examples/dynamic/DynamicRenderer.java b/src/main/java/org/distorted/examples/dynamic/DynamicRenderer.java
index d2502f5..d6d7724 100644
--- a/src/main/java/org/distorted/examples/dynamic/DynamicRenderer.java
+++ b/src/main/java/org/distorted/examples/dynamic/DynamicRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.dynamic;
diff --git a/src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java b/src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java
index 41750e3..2328e6b 100644
--- a/src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java
+++ b/src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.dynamic;
diff --git a/src/main/java/org/distorted/examples/earth/EarthActivity.java b/src/main/java/org/distorted/examples/earth/EarthActivity.java
index 153a99b..0ac31eb 100644
--- a/src/main/java/org/distorted/examples/earth/EarthActivity.java
+++ b/src/main/java/org/distorted/examples/earth/EarthActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.earth;
diff --git a/src/main/java/org/distorted/examples/earth/EarthRenderer.java b/src/main/java/org/distorted/examples/earth/EarthRenderer.java
index 721fe9f..2a1c5fa 100644
--- a/src/main/java/org/distorted/examples/earth/EarthRenderer.java
+++ b/src/main/java/org/distorted/examples/earth/EarthRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.earth;
diff --git a/src/main/java/org/distorted/examples/earth/EarthSurfaceView.java b/src/main/java/org/distorted/examples/earth/EarthSurfaceView.java
index 7fbb2d1..107a7f8 100644
--- a/src/main/java/org/distorted/examples/earth/EarthSurfaceView.java
+++ b/src/main/java/org/distorted/examples/earth/EarthSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.earth;
diff --git a/src/main/java/org/distorted/examples/earth/EarthSurfaceViewPicker.java b/src/main/java/org/distorted/examples/earth/EarthSurfaceViewPicker.java
index 56d0873..4655145 100644
--- a/src/main/java/org/distorted/examples/earth/EarthSurfaceViewPicker.java
+++ b/src/main/java/org/distorted/examples/earth/EarthSurfaceViewPicker.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.earth;
diff --git a/src/main/java/org/distorted/examples/effectqueue/EffectQueueActivity.java b/src/main/java/org/distorted/examples/effectqueue/EffectQueueActivity.java
index 9bb3da7..cdb3264 100644
--- a/src/main/java/org/distorted/examples/effectqueue/EffectQueueActivity.java
+++ b/src/main/java/org/distorted/examples/effectqueue/EffectQueueActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.effectqueue;
diff --git a/src/main/java/org/distorted/examples/effectqueue/EffectQueueRenderer.java b/src/main/java/org/distorted/examples/effectqueue/EffectQueueRenderer.java
index 7879d05..70abc41 100644
--- a/src/main/java/org/distorted/examples/effectqueue/EffectQueueRenderer.java
+++ b/src/main/java/org/distorted/examples/effectqueue/EffectQueueRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.effectqueue;
diff --git a/src/main/java/org/distorted/examples/effectqueue/EffectQueueSurfaceView.java b/src/main/java/org/distorted/examples/effectqueue/EffectQueueSurfaceView.java
index 1403056..c68c1ef 100644
--- a/src/main/java/org/distorted/examples/effectqueue/EffectQueueSurfaceView.java
+++ b/src/main/java/org/distorted/examples/effectqueue/EffectQueueSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.effectqueue;
diff --git a/src/main/java/org/distorted/examples/flag/FlagActivity.java b/src/main/java/org/distorted/examples/flag/FlagActivity.java
index 357135c..5a66940 100644
--- a/src/main/java/org/distorted/examples/flag/FlagActivity.java
+++ b/src/main/java/org/distorted/examples/flag/FlagActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.flag;
diff --git a/src/main/java/org/distorted/examples/flag/FlagRenderer.java b/src/main/java/org/distorted/examples/flag/FlagRenderer.java
index f01cfa5..70225c7 100644
--- a/src/main/java/org/distorted/examples/flag/FlagRenderer.java
+++ b/src/main/java/org/distorted/examples/flag/FlagRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.flag;
diff --git a/src/main/java/org/distorted/examples/flag/FlagSurfaceView.java b/src/main/java/org/distorted/examples/flag/FlagSurfaceView.java
index aa3b9bb..5460bf9 100644
--- a/src/main/java/org/distorted/examples/flag/FlagSurfaceView.java
+++ b/src/main/java/org/distorted/examples/flag/FlagSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.flag;
diff --git a/src/main/java/org/distorted/examples/generic/GenericActivity.java b/src/main/java/org/distorted/examples/generic/GenericActivity.java
index 4366948..7ba7b4f 100644
--- a/src/main/java/org/distorted/examples/generic/GenericActivity.java
+++ b/src/main/java/org/distorted/examples/generic/GenericActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.generic;
diff --git a/src/main/java/org/distorted/examples/generic/GenericActivity2.java b/src/main/java/org/distorted/examples/generic/GenericActivity2.java
index b27145e..3e3977d 100644
--- a/src/main/java/org/distorted/examples/generic/GenericActivity2.java
+++ b/src/main/java/org/distorted/examples/generic/GenericActivity2.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.generic;
@@ -315,4 +315,4 @@ public class GenericActivity2 extends AppCompatActivity
     DistortedLibrary.onDestroy();
     super.onDestroy();
     }
-  }
\ No newline at end of file
+  }
diff --git a/src/main/java/org/distorted/examples/generic/GenericEffect.java b/src/main/java/org/distorted/examples/generic/GenericEffect.java
index 04bf934..324f053 100644
--- a/src/main/java/org/distorted/examples/generic/GenericEffect.java
+++ b/src/main/java/org/distorted/examples/generic/GenericEffect.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.generic;
diff --git a/src/main/java/org/distorted/examples/generic/GenericRenderer.java b/src/main/java/org/distorted/examples/generic/GenericRenderer.java
index 118d181..32ac1f1 100644
--- a/src/main/java/org/distorted/examples/generic/GenericRenderer.java
+++ b/src/main/java/org/distorted/examples/generic/GenericRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.generic;
diff --git a/src/main/java/org/distorted/examples/generic/GenericSurfaceView.java b/src/main/java/org/distorted/examples/generic/GenericSurfaceView.java
index 5a6d1ef..2d753ec 100644
--- a/src/main/java/org/distorted/examples/generic/GenericSurfaceView.java
+++ b/src/main/java/org/distorted/examples/generic/GenericSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.generic;
diff --git a/src/main/java/org/distorted/examples/generic/GenericTab.java b/src/main/java/org/distorted/examples/generic/GenericTab.java
index 87a106f..43612a5 100644
--- a/src/main/java/org/distorted/examples/generic/GenericTab.java
+++ b/src/main/java/org/distorted/examples/generic/GenericTab.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2018 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.generic;
diff --git a/src/main/java/org/distorted/examples/generic/GenericViewPager.java b/src/main/java/org/distorted/examples/generic/GenericViewPager.java
index ed23944..0037681 100644
--- a/src/main/java/org/distorted/examples/generic/GenericViewPager.java
+++ b/src/main/java/org/distorted/examples/generic/GenericViewPager.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2018 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.generic;
diff --git a/src/main/java/org/distorted/examples/girl/GirlActivity.java b/src/main/java/org/distorted/examples/girl/GirlActivity.java
index 1fa0e1e..34aabb9 100644
--- a/src/main/java/org/distorted/examples/girl/GirlActivity.java
+++ b/src/main/java/org/distorted/examples/girl/GirlActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.girl;
diff --git a/src/main/java/org/distorted/examples/girl/GirlRenderer.java b/src/main/java/org/distorted/examples/girl/GirlRenderer.java
index 5e528a6..8932066 100644
--- a/src/main/java/org/distorted/examples/girl/GirlRenderer.java
+++ b/src/main/java/org/distorted/examples/girl/GirlRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.girl;
diff --git a/src/main/java/org/distorted/examples/girl/GirlSurfaceView.java b/src/main/java/org/distorted/examples/girl/GirlSurfaceView.java
index 8f60c9c..2881a9d 100644
--- a/src/main/java/org/distorted/examples/girl/GirlSurfaceView.java
+++ b/src/main/java/org/distorted/examples/girl/GirlSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.girl;
diff --git a/src/main/java/org/distorted/examples/glow/GlowActivity.java b/src/main/java/org/distorted/examples/glow/GlowActivity.java
index a97f635..2332f59 100644
--- a/src/main/java/org/distorted/examples/glow/GlowActivity.java
+++ b/src/main/java/org/distorted/examples/glow/GlowActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.glow;
diff --git a/src/main/java/org/distorted/examples/glow/GlowRenderer.java b/src/main/java/org/distorted/examples/glow/GlowRenderer.java
index e57e8c0..923de70 100644
--- a/src/main/java/org/distorted/examples/glow/GlowRenderer.java
+++ b/src/main/java/org/distorted/examples/glow/GlowRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.glow;
diff --git a/src/main/java/org/distorted/examples/glow/GlowSurfaceView.java b/src/main/java/org/distorted/examples/glow/GlowSurfaceView.java
index dd92bd9..7cb2e79 100644
--- a/src/main/java/org/distorted/examples/glow/GlowSurfaceView.java
+++ b/src/main/java/org/distorted/examples/glow/GlowSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.glow;
diff --git a/src/main/java/org/distorted/examples/inflate/InflateActivity.java b/src/main/java/org/distorted/examples/inflate/InflateActivity.java
index dd9507e..488c924 100644
--- a/src/main/java/org/distorted/examples/inflate/InflateActivity.java
+++ b/src/main/java/org/distorted/examples/inflate/InflateActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.inflate;
diff --git a/src/main/java/org/distorted/examples/inflate/InflateActivity2.java b/src/main/java/org/distorted/examples/inflate/InflateActivity2.java
index 6887c9e..a79b25a 100644
--- a/src/main/java/org/distorted/examples/inflate/InflateActivity2.java
+++ b/src/main/java/org/distorted/examples/inflate/InflateActivity2.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.inflate;
diff --git a/src/main/java/org/distorted/examples/inflate/InflateRenderer.java b/src/main/java/org/distorted/examples/inflate/InflateRenderer.java
index 9416ce6..26e719f 100644
--- a/src/main/java/org/distorted/examples/inflate/InflateRenderer.java
+++ b/src/main/java/org/distorted/examples/inflate/InflateRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.inflate;
diff --git a/src/main/java/org/distorted/examples/inflate/InflateSurfaceView.java b/src/main/java/org/distorted/examples/inflate/InflateSurfaceView.java
index 33be118..c1efdbd 100644
--- a/src/main/java/org/distorted/examples/inflate/InflateSurfaceView.java
+++ b/src/main/java/org/distorted/examples/inflate/InflateSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.inflate;
diff --git a/src/main/java/org/distorted/examples/listener/ListenerActivity.java b/src/main/java/org/distorted/examples/listener/ListenerActivity.java
index 65d5e24..322de67 100644
--- a/src/main/java/org/distorted/examples/listener/ListenerActivity.java
+++ b/src/main/java/org/distorted/examples/listener/ListenerActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.listener;
diff --git a/src/main/java/org/distorted/examples/listener/ListenerRenderer.java b/src/main/java/org/distorted/examples/listener/ListenerRenderer.java
index 7aba710..284f3f8 100644
--- a/src/main/java/org/distorted/examples/listener/ListenerRenderer.java
+++ b/src/main/java/org/distorted/examples/listener/ListenerRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.listener;
diff --git a/src/main/java/org/distorted/examples/listener/ListenerSurfaceView.java b/src/main/java/org/distorted/examples/listener/ListenerSurfaceView.java
index f0265a4..0aea398 100644
--- a/src/main/java/org/distorted/examples/listener/ListenerSurfaceView.java
+++ b/src/main/java/org/distorted/examples/listener/ListenerSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.listener;
diff --git a/src/main/java/org/distorted/examples/mirror/MirrorActivity.java b/src/main/java/org/distorted/examples/mirror/MirrorActivity.java
index c43faf5..fa95cd3 100644
--- a/src/main/java/org/distorted/examples/mirror/MirrorActivity.java
+++ b/src/main/java/org/distorted/examples/mirror/MirrorActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.mirror;
diff --git a/src/main/java/org/distorted/examples/mirror/MirrorRenderer.java b/src/main/java/org/distorted/examples/mirror/MirrorRenderer.java
index 9545aae..2a48bd1 100644
--- a/src/main/java/org/distorted/examples/mirror/MirrorRenderer.java
+++ b/src/main/java/org/distorted/examples/mirror/MirrorRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.mirror;
diff --git a/src/main/java/org/distorted/examples/mirror/MirrorSurfaceView.java b/src/main/java/org/distorted/examples/mirror/MirrorSurfaceView.java
index 1ac3ce9..ae92223 100644
--- a/src/main/java/org/distorted/examples/mirror/MirrorSurfaceView.java
+++ b/src/main/java/org/distorted/examples/mirror/MirrorSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.mirror;
diff --git a/src/main/java/org/distorted/examples/monalisa/MonaLisaActivity.java b/src/main/java/org/distorted/examples/monalisa/MonaLisaActivity.java
index c2a0b83..74b4de0 100644
--- a/src/main/java/org/distorted/examples/monalisa/MonaLisaActivity.java
+++ b/src/main/java/org/distorted/examples/monalisa/MonaLisaActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.monalisa;
diff --git a/src/main/java/org/distorted/examples/monalisa/MonaLisaRenderer.java b/src/main/java/org/distorted/examples/monalisa/MonaLisaRenderer.java
index bd8cac3..5c00d4d 100644
--- a/src/main/java/org/distorted/examples/monalisa/MonaLisaRenderer.java
+++ b/src/main/java/org/distorted/examples/monalisa/MonaLisaRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.monalisa;
diff --git a/src/main/java/org/distorted/examples/monalisa/MonaLisaSurfaceView.java b/src/main/java/org/distorted/examples/monalisa/MonaLisaSurfaceView.java
index 71ca169..d6fe5b7 100644
--- a/src/main/java/org/distorted/examples/monalisa/MonaLisaSurfaceView.java
+++ b/src/main/java/org/distorted/examples/monalisa/MonaLisaSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.monalisa;
diff --git a/src/main/java/org/distorted/examples/movingeffects/MovingEffectsActivity.java b/src/main/java/org/distorted/examples/movingeffects/MovingEffectsActivity.java
index 0797193..c1ebc16 100644
--- a/src/main/java/org/distorted/examples/movingeffects/MovingEffectsActivity.java
+++ b/src/main/java/org/distorted/examples/movingeffects/MovingEffectsActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.movingeffects;
diff --git a/src/main/java/org/distorted/examples/movingeffects/MovingEffectsRenderer.java b/src/main/java/org/distorted/examples/movingeffects/MovingEffectsRenderer.java
index b4c74e9..0f27443 100644
--- a/src/main/java/org/distorted/examples/movingeffects/MovingEffectsRenderer.java
+++ b/src/main/java/org/distorted/examples/movingeffects/MovingEffectsRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.movingeffects;
diff --git a/src/main/java/org/distorted/examples/movingeffects/MovingEffectsSurfaceView.java b/src/main/java/org/distorted/examples/movingeffects/MovingEffectsSurfaceView.java
index 9b96699..abb680f 100644
--- a/src/main/java/org/distorted/examples/movingeffects/MovingEffectsSurfaceView.java
+++ b/src/main/java/org/distorted/examples/movingeffects/MovingEffectsSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.movingeffects;
diff --git a/src/main/java/org/distorted/examples/movingglow/MovingGlowActivity.java b/src/main/java/org/distorted/examples/movingglow/MovingGlowActivity.java
index 9d4824f..6442420 100644
--- a/src/main/java/org/distorted/examples/movingglow/MovingGlowActivity.java
+++ b/src/main/java/org/distorted/examples/movingglow/MovingGlowActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.movingglow;
diff --git a/src/main/java/org/distorted/examples/movingglow/MovingGlowRenderer.java b/src/main/java/org/distorted/examples/movingglow/MovingGlowRenderer.java
index d1108c6..262a25a 100644
--- a/src/main/java/org/distorted/examples/movingglow/MovingGlowRenderer.java
+++ b/src/main/java/org/distorted/examples/movingglow/MovingGlowRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.movingglow;
diff --git a/src/main/java/org/distorted/examples/movingglow/MovingGlowSurfaceView.java b/src/main/java/org/distorted/examples/movingglow/MovingGlowSurfaceView.java
index 163064d..9796e47 100644
--- a/src/main/java/org/distorted/examples/movingglow/MovingGlowSurfaceView.java
+++ b/src/main/java/org/distorted/examples/movingglow/MovingGlowSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.movingglow;
diff --git a/src/main/java/org/distorted/examples/multiblur/MultiblurActivity.java b/src/main/java/org/distorted/examples/multiblur/MultiblurActivity.java
index 2ae777d..b49a3b2 100644
--- a/src/main/java/org/distorted/examples/multiblur/MultiblurActivity.java
+++ b/src/main/java/org/distorted/examples/multiblur/MultiblurActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.multiblur;
diff --git a/src/main/java/org/distorted/examples/multiblur/MultiblurRenderer.java b/src/main/java/org/distorted/examples/multiblur/MultiblurRenderer.java
index 37ad1c8..74a139d 100644
--- a/src/main/java/org/distorted/examples/multiblur/MultiblurRenderer.java
+++ b/src/main/java/org/distorted/examples/multiblur/MultiblurRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.multiblur;
diff --git a/src/main/java/org/distorted/examples/multiblur/MultiblurSurfaceView.java b/src/main/java/org/distorted/examples/multiblur/MultiblurSurfaceView.java
index 3f2742c..b6276b9 100644
--- a/src/main/java/org/distorted/examples/multiblur/MultiblurSurfaceView.java
+++ b/src/main/java/org/distorted/examples/multiblur/MultiblurSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.multiblur;
diff --git a/src/main/java/org/distorted/examples/objecttree/ObjectTreeActivity.java b/src/main/java/org/distorted/examples/objecttree/ObjectTreeActivity.java
index 1e41302..50e9c6c 100644
--- a/src/main/java/org/distorted/examples/objecttree/ObjectTreeActivity.java
+++ b/src/main/java/org/distorted/examples/objecttree/ObjectTreeActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.objecttree;
diff --git a/src/main/java/org/distorted/examples/objecttree/ObjectTreeRenderer.java b/src/main/java/org/distorted/examples/objecttree/ObjectTreeRenderer.java
index 566ebb2..8920a27 100644
--- a/src/main/java/org/distorted/examples/objecttree/ObjectTreeRenderer.java
+++ b/src/main/java/org/distorted/examples/objecttree/ObjectTreeRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.objecttree;
diff --git a/src/main/java/org/distorted/examples/objecttree/ObjectTreeSurfaceView.java b/src/main/java/org/distorted/examples/objecttree/ObjectTreeSurfaceView.java
index f4b673a..11690c6 100644
--- a/src/main/java/org/distorted/examples/objecttree/ObjectTreeSurfaceView.java
+++ b/src/main/java/org/distorted/examples/objecttree/ObjectTreeSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.objecttree;
diff --git a/src/main/java/org/distorted/examples/olimpic/OlimpicActivity.java b/src/main/java/org/distorted/examples/olimpic/OlimpicActivity.java
index fc9698a..e96ce17 100644
--- a/src/main/java/org/distorted/examples/olimpic/OlimpicActivity.java
+++ b/src/main/java/org/distorted/examples/olimpic/OlimpicActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.olimpic;
diff --git a/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java b/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
index e5dbd6a..68deeb5 100644
--- a/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
+++ b/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.olimpic;
diff --git a/src/main/java/org/distorted/examples/olimpic/OlimpicSurfaceView.java b/src/main/java/org/distorted/examples/olimpic/OlimpicSurfaceView.java
index e3947ba..ab6d667 100644
--- a/src/main/java/org/distorted/examples/olimpic/OlimpicSurfaceView.java
+++ b/src/main/java/org/distorted/examples/olimpic/OlimpicSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.olimpic;
diff --git a/src/main/java/org/distorted/examples/plainmonalisa/EglCore.java b/src/main/java/org/distorted/examples/plainmonalisa/EglCore.java
index 33a9b8d..69054a4 100644
--- a/src/main/java/org/distorted/examples/plainmonalisa/EglCore.java
+++ b/src/main/java/org/distorted/examples/plainmonalisa/EglCore.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.plainmonalisa;
diff --git a/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaActivity.java b/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaActivity.java
index 0564e3f..3d07fea 100644
--- a/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaActivity.java
+++ b/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.plainmonalisa;
diff --git a/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaSurfaceView.java b/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaSurfaceView.java
index 92a5ab2..7b9b788 100644
--- a/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaSurfaceView.java
+++ b/src/main/java/org/distorted/examples/plainmonalisa/PlainMonaLisaSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.plainmonalisa;
diff --git a/src/main/java/org/distorted/examples/plainmonalisa/RenderHandler.java b/src/main/java/org/distorted/examples/plainmonalisa/RenderHandler.java
index 96f143d..d36965a 100644
--- a/src/main/java/org/distorted/examples/plainmonalisa/RenderHandler.java
+++ b/src/main/java/org/distorted/examples/plainmonalisa/RenderHandler.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.plainmonalisa;
diff --git a/src/main/java/org/distorted/examples/plainmonalisa/RenderThread.java b/src/main/java/org/distorted/examples/plainmonalisa/RenderThread.java
index c9e97e1..97a8edc 100644
--- a/src/main/java/org/distorted/examples/plainmonalisa/RenderThread.java
+++ b/src/main/java/org/distorted/examples/plainmonalisa/RenderThread.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.plainmonalisa;
diff --git a/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeActivity.java b/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeActivity.java
index 39d6a21..68971ff 100644
--- a/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeActivity.java
+++ b/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.postprocesstree;
diff --git a/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeRenderer.java b/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeRenderer.java
index 5a177de..1a527e3 100644
--- a/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeRenderer.java
+++ b/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.postprocesstree;
diff --git a/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeSurfaceView.java b/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeSurfaceView.java
index acf7c96..21a776d 100644
--- a/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeSurfaceView.java
+++ b/src/main/java/org/distorted/examples/postprocesstree/PostprocessTreeSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.postprocesstree;
diff --git a/src/main/java/org/distorted/examples/projection/ProjectionActivity.java b/src/main/java/org/distorted/examples/projection/ProjectionActivity.java
index 18ebd49..b7f9180 100644
--- a/src/main/java/org/distorted/examples/projection/ProjectionActivity.java
+++ b/src/main/java/org/distorted/examples/projection/ProjectionActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.projection;
diff --git a/src/main/java/org/distorted/examples/projection/ProjectionRenderer.java b/src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
index a8b123a..9acbf3f 100644
--- a/src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
+++ b/src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.projection;
diff --git a/src/main/java/org/distorted/examples/projection/ProjectionSurfaceView.java b/src/main/java/org/distorted/examples/projection/ProjectionSurfaceView.java
index b7a553d..e45300c 100644
--- a/src/main/java/org/distorted/examples/projection/ProjectionSurfaceView.java
+++ b/src/main/java/org/distorted/examples/projection/ProjectionSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.projection;
diff --git a/src/main/java/org/distorted/examples/quaternion/QuaternionActivity.java b/src/main/java/org/distorted/examples/quaternion/QuaternionActivity.java
index bf6507b..782edf5 100644
--- a/src/main/java/org/distorted/examples/quaternion/QuaternionActivity.java
+++ b/src/main/java/org/distorted/examples/quaternion/QuaternionActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.quaternion;
diff --git a/src/main/java/org/distorted/examples/quaternion/QuaternionRenderer.java b/src/main/java/org/distorted/examples/quaternion/QuaternionRenderer.java
index 6cd4895..190ab60 100644
--- a/src/main/java/org/distorted/examples/quaternion/QuaternionRenderer.java
+++ b/src/main/java/org/distorted/examples/quaternion/QuaternionRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.quaternion;
diff --git a/src/main/java/org/distorted/examples/quaternion/QuaternionSurfaceView.java b/src/main/java/org/distorted/examples/quaternion/QuaternionSurfaceView.java
index a423af8..ab76609 100644
--- a/src/main/java/org/distorted/examples/quaternion/QuaternionSurfaceView.java
+++ b/src/main/java/org/distorted/examples/quaternion/QuaternionSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.quaternion;
diff --git a/src/main/java/org/distorted/examples/rubik/RubikActivity.java b/src/main/java/org/distorted/examples/rubik/RubikActivity.java
index 5f65647..e782596 100644
--- a/src/main/java/org/distorted/examples/rubik/RubikActivity.java
+++ b/src/main/java/org/distorted/examples/rubik/RubikActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2019 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.rubik;
diff --git a/src/main/java/org/distorted/examples/rubik/RubikCube.java b/src/main/java/org/distorted/examples/rubik/RubikCube.java
index b8090ca..d75226b 100644
--- a/src/main/java/org/distorted/examples/rubik/RubikCube.java
+++ b/src/main/java/org/distorted/examples/rubik/RubikCube.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2019 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.rubik;
diff --git a/src/main/java/org/distorted/examples/rubik/RubikRenderer.java b/src/main/java/org/distorted/examples/rubik/RubikRenderer.java
index 3b71b4f..f61623e 100644
--- a/src/main/java/org/distorted/examples/rubik/RubikRenderer.java
+++ b/src/main/java/org/distorted/examples/rubik/RubikRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2019 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.rubik;
diff --git a/src/main/java/org/distorted/examples/rubik/RubikSurfaceView.java b/src/main/java/org/distorted/examples/rubik/RubikSurfaceView.java
index 136fa70..bd0db97 100644
--- a/src/main/java/org/distorted/examples/rubik/RubikSurfaceView.java
+++ b/src/main/java/org/distorted/examples/rubik/RubikSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2019 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.rubik;
diff --git a/src/main/java/org/distorted/examples/save/SaveActivity.java b/src/main/java/org/distorted/examples/save/SaveActivity.java
index 690bf41..3110758 100644
--- a/src/main/java/org/distorted/examples/save/SaveActivity.java
+++ b/src/main/java/org/distorted/examples/save/SaveActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.save;
diff --git a/src/main/java/org/distorted/examples/save/SaveRenderer.java b/src/main/java/org/distorted/examples/save/SaveRenderer.java
index 9931b4b..be5d12b 100644
--- a/src/main/java/org/distorted/examples/save/SaveRenderer.java
+++ b/src/main/java/org/distorted/examples/save/SaveRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.save;
diff --git a/src/main/java/org/distorted/examples/save/SaveSurfaceView.java b/src/main/java/org/distorted/examples/save/SaveSurfaceView.java
index 849aefb..44d265f 100644
--- a/src/main/java/org/distorted/examples/save/SaveSurfaceView.java
+++ b/src/main/java/org/distorted/examples/save/SaveSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.save;
diff --git a/src/main/java/org/distorted/examples/save/SaveWorkerThread.java b/src/main/java/org/distorted/examples/save/SaveWorkerThread.java
index ebf578c..2ff4a28 100644
--- a/src/main/java/org/distorted/examples/save/SaveWorkerThread.java
+++ b/src/main/java/org/distorted/examples/save/SaveWorkerThread.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.save;
diff --git a/src/main/java/org/distorted/examples/sink/SinkActivity.java b/src/main/java/org/distorted/examples/sink/SinkActivity.java
index b72c58c..2328667 100644
--- a/src/main/java/org/distorted/examples/sink/SinkActivity.java
+++ b/src/main/java/org/distorted/examples/sink/SinkActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.sink;
diff --git a/src/main/java/org/distorted/examples/sink/SinkRenderer.java b/src/main/java/org/distorted/examples/sink/SinkRenderer.java
index e5c7dd3..7f2838c 100644
--- a/src/main/java/org/distorted/examples/sink/SinkRenderer.java
+++ b/src/main/java/org/distorted/examples/sink/SinkRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.sink;
diff --git a/src/main/java/org/distorted/examples/sink/SinkSurfaceView.java b/src/main/java/org/distorted/examples/sink/SinkSurfaceView.java
index 170cdcd..a86fd98 100644
--- a/src/main/java/org/distorted/examples/sink/SinkSurfaceView.java
+++ b/src/main/java/org/distorted/examples/sink/SinkSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.sink;
diff --git a/src/main/java/org/distorted/examples/starwars/StarWarsActivity.java b/src/main/java/org/distorted/examples/starwars/StarWarsActivity.java
index 836e3ec..cd5af2c 100644
--- a/src/main/java/org/distorted/examples/starwars/StarWarsActivity.java
+++ b/src/main/java/org/distorted/examples/starwars/StarWarsActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.starwars;
diff --git a/src/main/java/org/distorted/examples/starwars/StarWarsRenderer.java b/src/main/java/org/distorted/examples/starwars/StarWarsRenderer.java
index c6a9197..d2874fb 100644
--- a/src/main/java/org/distorted/examples/starwars/StarWarsRenderer.java
+++ b/src/main/java/org/distorted/examples/starwars/StarWarsRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.starwars;
diff --git a/src/main/java/org/distorted/examples/starwars/StarWarsSurfaceView.java b/src/main/java/org/distorted/examples/starwars/StarWarsSurfaceView.java
index 8213f28..1528356 100644
--- a/src/main/java/org/distorted/examples/starwars/StarWarsSurfaceView.java
+++ b/src/main/java/org/distorted/examples/starwars/StarWarsSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.starwars;
diff --git a/src/main/java/org/distorted/examples/stencil/StencilActivity.java b/src/main/java/org/distorted/examples/stencil/StencilActivity.java
index 90c6f66..c985887 100644
--- a/src/main/java/org/distorted/examples/stencil/StencilActivity.java
+++ b/src/main/java/org/distorted/examples/stencil/StencilActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.stencil;
diff --git a/src/main/java/org/distorted/examples/stencil/StencilRenderer.java b/src/main/java/org/distorted/examples/stencil/StencilRenderer.java
index dd75ef1..9334536 100644
--- a/src/main/java/org/distorted/examples/stencil/StencilRenderer.java
+++ b/src/main/java/org/distorted/examples/stencil/StencilRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.stencil;
diff --git a/src/main/java/org/distorted/examples/stencil/StencilSurfaceView.java b/src/main/java/org/distorted/examples/stencil/StencilSurfaceView.java
index d3df3fc..9f4fada 100644
--- a/src/main/java/org/distorted/examples/stencil/StencilSurfaceView.java
+++ b/src/main/java/org/distorted/examples/stencil/StencilSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.stencil;
diff --git a/src/main/java/org/distorted/examples/transparency/TransparencyActivity.java b/src/main/java/org/distorted/examples/transparency/TransparencyActivity.java
index ee618bf..b8f889b 100644
--- a/src/main/java/org/distorted/examples/transparency/TransparencyActivity.java
+++ b/src/main/java/org/distorted/examples/transparency/TransparencyActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.transparency;
diff --git a/src/main/java/org/distorted/examples/transparency/TransparencyRenderer.java b/src/main/java/org/distorted/examples/transparency/TransparencyRenderer.java
index 9c56feb..1d5175c 100644
--- a/src/main/java/org/distorted/examples/transparency/TransparencyRenderer.java
+++ b/src/main/java/org/distorted/examples/transparency/TransparencyRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.transparency;
diff --git a/src/main/java/org/distorted/examples/transparency/TransparencySurfaceView.java b/src/main/java/org/distorted/examples/transparency/TransparencySurfaceView.java
index d08b9b6..82ce6c3 100644
--- a/src/main/java/org/distorted/examples/transparency/TransparencySurfaceView.java
+++ b/src/main/java/org/distorted/examples/transparency/TransparencySurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.transparency;
diff --git a/src/main/java/org/distorted/examples/triblur/TriblurActivity.java b/src/main/java/org/distorted/examples/triblur/TriblurActivity.java
index a73a162..500db9d 100644
--- a/src/main/java/org/distorted/examples/triblur/TriblurActivity.java
+++ b/src/main/java/org/distorted/examples/triblur/TriblurActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.triblur;
diff --git a/src/main/java/org/distorted/examples/triblur/TriblurRenderer.java b/src/main/java/org/distorted/examples/triblur/TriblurRenderer.java
index 46b29db..454938c 100644
--- a/src/main/java/org/distorted/examples/triblur/TriblurRenderer.java
+++ b/src/main/java/org/distorted/examples/triblur/TriblurRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.triblur;
diff --git a/src/main/java/org/distorted/examples/triblur/TriblurSurfaceView.java b/src/main/java/org/distorted/examples/triblur/TriblurSurfaceView.java
index a19aa09..dea618e 100644
--- a/src/main/java/org/distorted/examples/triblur/TriblurSurfaceView.java
+++ b/src/main/java/org/distorted/examples/triblur/TriblurSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.triblur;
diff --git a/src/main/java/org/distorted/examples/wind/WindActivity.java b/src/main/java/org/distorted/examples/wind/WindActivity.java
index 11cc709..b8fc51c 100644
--- a/src/main/java/org/distorted/examples/wind/WindActivity.java
+++ b/src/main/java/org/distorted/examples/wind/WindActivity.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.wind;
diff --git a/src/main/java/org/distorted/examples/wind/WindEffectsManager.java b/src/main/java/org/distorted/examples/wind/WindEffectsManager.java
index 199006d..6e3066a 100644
--- a/src/main/java/org/distorted/examples/wind/WindEffectsManager.java
+++ b/src/main/java/org/distorted/examples/wind/WindEffectsManager.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.wind;
diff --git a/src/main/java/org/distorted/examples/wind/WindGust.java b/src/main/java/org/distorted/examples/wind/WindGust.java
index 1d5936a..9a91c09 100644
--- a/src/main/java/org/distorted/examples/wind/WindGust.java
+++ b/src/main/java/org/distorted/examples/wind/WindGust.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2019 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.wind;
diff --git a/src/main/java/org/distorted/examples/wind/WindRenderer.java b/src/main/java/org/distorted/examples/wind/WindRenderer.java
index a28d649..b39a02a 100644
--- a/src/main/java/org/distorted/examples/wind/WindRenderer.java
+++ b/src/main/java/org/distorted/examples/wind/WindRenderer.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.wind;
diff --git a/src/main/java/org/distorted/examples/wind/WindSurfaceView.java b/src/main/java/org/distorted/examples/wind/WindSurfaceView.java
index d3e95c3..84900d2 100644
--- a/src/main/java/org/distorted/examples/wind/WindSurfaceView.java
+++ b/src/main/java/org/distorted/examples/wind/WindSurfaceView.java
@@ -1,20 +1,20 @@
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // Copyright 2016 Leszek Koltunski                                                               //
 //                                                                                               //
-// This file is part of DistortedLibrary.                                                               //
+// This file is part of Distorted.                                                               //
 //                                                                                               //
-// DistortedLibrary is free software: you can redistribute it and/or modify                             //
+// Distorted is free software: you can redistribute it and/or modify                             //
 // it under the terms of the GNU General Public License as published by                          //
 // the Free Software Foundation, either version 2 of the License, or                             //
 // (at your option) any later version.                                                           //
 //                                                                                               //
-// DistortedLibrary is distributed in the hope that it will be useful,                                  //
+// Distorted 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.                                                  //
 //                                                                                               //
 // You should have received a copy of the GNU General Public License                             //
-// along with DistortedLibrary.  If not, see <http://www.gnu.org/licenses/>.                            //
+// along with Distorted.  If not, see <http://www.gnu.org/licenses/>.                            //
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 package org.distorted.examples.wind;
