diff --git a/aleksis/core/assets/index.js b/aleksis/core/assets/index.js
index ac9c36e45184410a2ee7347a13b1c770c6f8211b..1c9c7a832478868408ab9366d28386d458213b50 100644
--- a/aleksis/core/assets/index.js
+++ b/aleksis/core/assets/index.js
@@ -12,6 +12,9 @@ import VueApollo from "@/vue-apollo";
 
 import AleksisVue from "./plugins/aleksis.js";
 
+console.info("🎒 Welcome to AlekSIS®, the Free School Information System!");
+console.info("AlekSIS® is Free Software, licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany)");
+
 // Install the AleksisVue plugin first and let it do early setup
 Vue.use(AleksisVue);
 Vue.$configureSentry();