From c9c4614ae669013d050e21ef474d61fa2b50ed23 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 21 May 2018 18:23:03 -0600 Subject: [PATCH] Add missing license headers --- static/js/home.js | 4 ++++ unsubscribe.php | 4 ++++ view.php | 3 +++ 3 files changed, 11 insertions(+) diff --git a/static/js/home.js b/static/js/home.js index a0d4310..fd1cd13 100644 --- a/static/js/home.js +++ b/static/js/home.js @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + if ($("#grid").length) { window.shuffleInstance = new window.Shuffle(document.getElementById('grid'), { itemSelector: '.pub__brick', diff --git a/unsubscribe.php b/unsubscribe.php index ba59dcc..5435ac8 100644 --- a/unsubscribe.php +++ b/unsubscribe.php @@ -1,5 +1,9 @@