From 689adc927f8fbf7c295cbc6d8fb820e2a1e00907 Mon Sep 17 00:00:00 2001 From: Darlingnotin Date: Wed, 16 Dec 2020 10:46:59 -0500 Subject: [PATCH] Update videoSyncServerScript.js --- videoSyncServerScript.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/videoSyncServerScript.js b/videoSyncServerScript.js index 2e68dbd..141cda2 100644 --- a/videoSyncServerScript.js +++ b/videoSyncServerScript.js @@ -1,3 +1,10 @@ +// Copyright (c) 2020 Danielle Arlington. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3. +// https://www.gnu.org/licenses/gpl-3.0.en.html + (function () { var videoSyncServerScriptUrl = Script.resolvePath("videoSyncServerScript.js"); var sourceUrl = Script.resolvePath("videoSync.html");