We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af22c9 commit 0db8881Copy full SHA for 0db8881
bin/www
@@ -21,6 +21,14 @@ app.set('port', port);
21
22
let server = http.createServer(app);
23
24
+/**
25
+ * Log GPL license
26
+ */
27
+console.log(`
28
+ Copyright (C) 2018 Jacob MacDonald, Jacob Martin, Patrick Gingras,
29
+ Michael Dysart, Aweys Ahmed, Hassan Salami, Aritz Joseph Beobide-Cardinal
30
+ a-hack comes with ABSOLUTELY NO WARRANTY; For details see the GPL2 license.`);
31
+
32
/**
33
* Listen on provided port, on all network interfaces.
34
*/
0 commit comments