$ git clone https://socialnetwork.ion.nu/socialnetwork-web.git
commit 23ea85614fccd86b16029a96aa1f8ad6c7e94b6f
Author: Alicia <...>
Date:   Sat Jul 15 22:53:46 2017 +0200

    Added a missing copyright/license notice.

diff --git a/websocial.js b/websocial.js
index 035fc43..9c7a80b 100644
--- a/websocial.js
+++ b/websocial.js
@@ -1,3 +1,19 @@
+/*
+    socialnetwork-web, peer-to-peer social network web client
+    Copyright (C) 2017  alicia@ion.nu
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
 function chdisplay(old,newview)
 {
   if(old){document.getElementById(old).style.display='none';}