diff --git a/resources/themes/pterodactyl/layouts/auth.blade.php b/resources/themes/pterodactyl/layouts/auth.blade.php
index a6fbf86f5..f92a7902e 100644
--- a/resources/themes/pterodactyl/layouts/auth.blade.php
+++ b/resources/themes/pterodactyl/layouts/auth.blade.php
@@ -44,7 +44,7 @@
@yield('content')
- Copyright © 2015 - {{ date('Y') }} Pterodactyl Software & Design.
+ Copyright © 2015 - {{ date('Y') }} Pterodactyl Software.
{!! Theme::js('js/vendor/jquery/jquery.min.js') !!}
diff --git a/resources/themes/pterodactyl/layouts/error.blade.php b/resources/themes/pterodactyl/layouts/error.blade.php
index fd78fd81e..bf254fda9 100644
--- a/resources/themes/pterodactyl/layouts/error.blade.php
+++ b/resources/themes/pterodactyl/layouts/error.blade.php
@@ -60,7 +60,7 @@
v {{ config('app.version') }}
- Copyright © 2015 - {{ date('Y') }} Pterodactyl Software & Design.
+ Copyright © 2015 - {{ date('Y') }} Pterodactyl Software.
@section('footer-scripts')
diff --git a/resources/themes/pterodactyl/layouts/master.blade.php b/resources/themes/pterodactyl/layouts/master.blade.php
index d478bd372..ad8644648 100644
--- a/resources/themes/pterodactyl/layouts/master.blade.php
+++ b/resources/themes/pterodactyl/layouts/master.blade.php
@@ -236,7 +236,7 @@
v {{ config('app.version') }}
- Copyright © 2015 - {{ date('Y') }} Pterodactyl Software & Design.
+ Copyright © 2015 - {{ date('Y') }} Pterodactyl Software.