From 27aec6bbe8022274e48cb61b3b74adb6607fcb69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pr=C3=A9vost?= Date: Sat, 5 Feb 2011 13:16:23 -0500 Subject: [PATCH] Add License --- LICENSE | 3 +++ teamocil.gemspec | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..11eb3e1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Copyright 2011 Rémi Prévost. +You may use this work without restrictions, as long as this notice is included. +The work is provided "as is" without warranty of any kind, neither express nor implied. diff --git a/teamocil.gemspec b/teamocil.gemspec index 698c061..141ca00 100644 --- a/teamocil.gemspec +++ b/teamocil.gemspec @@ -11,4 +11,3 @@ spec = Gem::Specification.new do |s| s.require_path = "lib" s.executables << 'teamocil' end -