Add missing file header

This commit is contained in:
Paul van Tilburg 2014-11-16 00:07:46 +01:00
parent 97e39f333f
commit 2d1899a935
1 changed files with 9 additions and 0 deletions

9
huec
View File

@ -1,4 +1,13 @@
#!/usr/bin/env ruby
#
# huec - Philips (friends of) hue command-line utility
#
# Hued is Copyright © 2011 Paul van Tilburg <paul@luon.net>
#
# 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"