summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSolly Ross <directxman12+github@gmail.com>2018-10-09 06:15:35 -0400
committerSamuel Mannehed <samuel@cendio.se>2018-10-09 12:15:35 +0200
commit84586c0f174c722b18f7934d448e26577d42dfdb (patch)
tree19d599917c32ddf7460754ed0271c76eac9785e7 /utils
parentd1050405813412a684636522f8daddb5ad913fe2 (diff)
downloadnovnc-84586c0f174c722b18f7934d448e26577d42dfdb.tar.gz
Change copyright header (#1138)
* Change copyright header This updates the copyright header to say "The noVNC Authors". People who previously had copyright listings are now under the AUTHORS file.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/genkeysymdef.js3
-rwxr-xr-xutils/img2js.py2
-rwxr-xr-xutils/json2graph.py2
-rwxr-xr-xutils/launch.sh3
4 files changed, 4 insertions, 6 deletions
diff --git a/utils/genkeysymdef.js b/utils/genkeysymdef.js
index d29cc2c..d21773f 100755
--- a/utils/genkeysymdef.js
+++ b/utils/genkeysymdef.js
@@ -1,8 +1,7 @@
#!/usr/bin/env node
/*
* genkeysymdef: X11 keysymdef.h to JavaScript converter
- * Copyright 2013 jalf <git@jalf.dk>
- * Copyright 2017 Pierre Ossman for Cendio AB
+ * Copyright (C) 2018 The noVNC Authors
* Licensed under MPL 2.0 (see LICENSE.txt)
*/
diff --git a/utils/img2js.py b/utils/img2js.py
index 4d21342..ceab6bf 100755
--- a/utils/img2js.py
+++ b/utils/img2js.py
@@ -2,7 +2,7 @@
#
# Convert image to Javascript compatible base64 Data URI
-# Copyright 2011 Joel Martin
+# Copyright (C) 2018 The noVNC Authors
# Licensed under MPL 2.0 (see docs/LICENSE.MPL-2.0)
#
diff --git a/utils/json2graph.py b/utils/json2graph.py
index 8992382..bdaeecc 100755
--- a/utils/json2graph.py
+++ b/utils/json2graph.py
@@ -2,7 +2,7 @@
'''
Use matplotlib to generate performance charts
-Copyright 2011 Joel Martin
+Copyright (C) 2018 The noVNC Authors
Licensed under MPL-2.0 (see docs/LICENSE.MPL-2.0)
'''
diff --git a/utils/launch.sh b/utils/launch.sh
index ee2ca5e..162607e 100755
--- a/utils/launch.sh
+++ b/utils/launch.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
-# Copyright 2016 Joel Martin
-# Copyright 2016 Solly Ross
+# Copyright (C) 2018 The noVNC Authors
# Licensed under MPL 2.0 or any later version (see LICENSE.txt)
usage() {