From 151911d4a0b130b9db1469be18c06ef55b383566 Mon Sep 17 00:00:00 2001 From: Margaret Wasserman Date: Fri, 29 May 2015 11:02:35 -0400 Subject: [PATCH] Add copyrights to files that didn't have them. --- .../chrome/host/com.painlesssecurity.jsongss.json | 2 +- navigator.gssweb.js | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/browsers/chrome/host/com.painlesssecurity.jsongss.json b/browsers/chrome/host/com.painlesssecurity.jsongss.json index 221e19b..7fd7122 100644 --- a/browsers/chrome/host/com.painlesssecurity.jsongss.json +++ b/browsers/chrome/host/com.painlesssecurity.jsongss.json @@ -1,7 +1,7 @@ { "name": "com.painlesssecurity.jsongss", "description": "GSSAPI Extension", - "path": "/home/mark/projects/gssweb.git/json_gssapi/debug/json_gssapi", + "path": "/home/margaret/moonshot/gssweb/json_gssapi/build/json_gssapi", "type": "stdio", "allowed_origins": [ "chrome-extension://bhaockekcfjjdmbalaanalballokgedd/" diff --git a/navigator.gssweb.js b/navigator.gssweb.js index cd17389..61a61ed 100644 --- a/navigator.gssweb.js +++ b/navigator.gssweb.js @@ -1,3 +1,36 @@ +/* + * Copyright (c) 2015, JANET(UK) + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * 3. Neither the name of JANET(UK) nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ console.log("Loading navigator.gssweb.js - #4"); -- 2.1.4