From 566ca1c79e4a5811cfa76bf6c8578586c5a98e38 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 4 Oct 2021 09:26:48 +0200 Subject: [PATCH] Added file comment-banner --- assets/js/login.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/js/login.js b/assets/js/login.js index 15a33d6d..46a19c24 100644 --- a/assets/js/login.js +++ b/assets/js/login.js @@ -1,3 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.4.0 + * ---------------------------------------------------------------------------- */ + $(function () { 'use strict';