From 0019d3b0555b3403ff1a7fb6c555f0c025d6db6b Mon Sep 17 00:00:00 2001 From: samhed Date: Wed, 17 Jul 2013 16:44:13 +0200 Subject: [PATCH] Added Copyright information to all modified files. --- include/base.css | 1 + include/black.css | 1 + include/blue.css | 1 + vnc.html | 1 + vnc_auto.html | 1 + 5 files changed, 5 insertions(+) diff --git a/include/base.css b/include/base.css index e941eec0..0578619e 100644 --- a/include/base.css +++ b/include/base.css @@ -1,6 +1,7 @@ /* * noVNC base CSS * Copyright (C) 2012 Joel Martin + * Copyright (C) 2013 Samuel Mannehed for Cendio AB * noVNC is licensed under the MPL 2.0 (see LICENSE.txt) * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). */ diff --git a/include/black.css b/include/black.css index e03ae862..7d940c5a 100644 --- a/include/black.css +++ b/include/black.css @@ -1,6 +1,7 @@ /* * noVNC black CSS * Copyright (C) 2012 Joel Martin + * Copyright (C) 2013 Samuel Mannehed for Cendio AB * noVNC is licensed under the MPL 2.0 (see LICENSE.txt) * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). */ diff --git a/include/blue.css b/include/blue.css index 70244969..b2a0adcc 100644 --- a/include/blue.css +++ b/include/blue.css @@ -1,6 +1,7 @@ /* * noVNC blue CSS * Copyright (C) 2012 Joel Martin + * Copyright (C) 2013 Samuel Mannehed for Cendio AB * noVNC is licensed under the MPL 2.0 (see LICENSE.txt) * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). */ diff --git a/vnc.html b/vnc.html index 16362519..66b70259 100644 --- a/vnc.html +++ b/vnc.html @@ -5,6 +5,7 @@