diff options
Diffstat (limited to 'public/scripts/chat.js')
-rw-r--r-- | public/scripts/chat.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/scripts/chat.js b/public/scripts/chat.js index 580c818..35e75db 100644 --- a/public/scripts/chat.js +++ b/public/scripts/chat.js @@ -1,3 +1,10 @@ +/* + * chat.js + * Copyright (c) 2019, Texx + * License: MIT + * See https://github.com/texxme/Texx/blob/master/LICENSE + */ + // general imports const $ = require('jquery'); const crypto = require('crypto'); |