From 2d1899a935c9f4c79b68c060a3d489a2ae6f8074 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 16 Nov 2014 00:07:46 +0100 Subject: [PATCH] Add missing file header --- huec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/huec b/huec index 5cb6c9c..99b3467 100755 --- a/huec +++ b/huec @@ -1,4 +1,13 @@ #!/usr/bin/env ruby +# +# huec - Philips (friends of) hue command-line utility +# +# Hued is Copyright © 2011 Paul van Tilburg +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; either version 2 of the License, or (at your +# option) any later version. require "huey" require "logger"