diff --git a/Build.sh b/Build.sh
index b79487d..c626b2b 100755
--- a/Build.sh
+++ b/Build.sh
@@ -9,10 +9,10 @@ cd $CAKELISP_DIR
cd ../..
-echo "\n\nGameLib Project\n\n"
+echo "\n\nPresentation\n\n"
CAKELISP=./Dependencies/cakelisp/bin/cakelisp
$CAKELISP --verbose-processes --execute \
src/Config_Linux.cake \
- src/Main.cake || exit $?
+ src/Presentation.cake || exit $?
diff --git a/COPYING b/COPYING
index ec692e2..c1f8a35 100644
--- a/COPYING
+++ b/COPYING
@@ -1,16 +1,16 @@
-Copyright (c) 2021 Macoy Madson
+Copyright (c) 2022 Macoy Madson
-This file is part of GameLib Project.
+This file is part of Presentation.
-GameLib Project is free software: you can redistribute it and/or modify
+Presentation 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 3 of the License, or
(at your option) any later version.
-GameLib Project is distributed in the hope that it will be useful,
+Presentation 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 GameLib Project. If not, see .
\ No newline at end of file
+along with Presentation. If not, see .
\ No newline at end of file
diff --git a/Dependencies/cakelisp b/Dependencies/cakelisp
new file mode 160000
index 0000000..6c1f7ff
--- /dev/null
+++ b/Dependencies/cakelisp
@@ -0,0 +1 @@
+Subproject commit 6c1f7ff13644d7fe3934e6d1ccb6c292673fd8f1
diff --git a/Dependencies/gamelib b/Dependencies/gamelib
new file mode 160000
index 0000000..5d167c0
--- /dev/null
+++ b/Dependencies/gamelib
@@ -0,0 +1 @@
+Subproject commit 5d167c0220bfc3031c54983ee4b0373b0c39c207
diff --git a/ReadMe.org b/ReadMe.org
index 87ecb8b..f265dc7 100644
--- a/ReadMe.org
+++ b/ReadMe.org
@@ -1,3 +1,3 @@
-#+title: GameLib Project
+#+title: Presentation
-This is a template repository for gamelib-based projects.
+An interactive slide-based presentation program.
diff --git a/src/Main.cake b/src/Presentation.cake
similarity index 100%
rename from src/Main.cake
rename to src/Presentation.cake