From fbb57da258424ba0915a1b24191c0dd034031413 Mon Sep 17 00:00:00 2001 From: Mohammad Naghavi Date: Mon, 15 Feb 2016 11:38:06 +0100 Subject: [PATCH] adding some docs to main JS file --- js/main.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/js/main.js b/js/main.js index b2a7297..04ff12f 100644 --- a/js/main.js +++ b/js/main.js @@ -1,4 +1,13 @@ /** + * Copyright (c) Mohammad Naghavi + * + * Licenced as stated by LICENSE file under root of this code. + * + * * NOTICE: + * If your nginx config varies from the default config + * provided in this code, you probably need to change + * value of filesBaseUrl on top of this module too. + * * Created by mohamnag on 11/02/16. */