Skip to content

Commit 0db8881

Browse files
authored
Add license print out when program is started
1 parent 1af22c9 commit 0db8881

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/www

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ app.set('port', port);
2121

2222
let server = http.createServer(app);
2323

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+
2432
/**
2533
* Listen on provided port, on all network interfaces.
2634
*/

0 commit comments

Comments
 (0)