From 4d7a424c2e6dca25ad09fa2ec4f9839b727596b2 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sat, 8 Oct 2011 12:26:03 +0200 Subject: [PATCH] License - files in scripts/extensions --- scripts/extensions/command.lua | 2 +- scripts/extensions/dom.lua | 2 +- scripts/extensions/format.lua | 2 +- scripts/extensions/program_hook.lua | 2 +- scripts/extensions/task_hook.lua | 2 +- scripts/extensions/uda.lua | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/extensions/command.lua b/scripts/extensions/command.lua index 8839a8113..ef5073ef0 100644 --- a/scripts/extensions/command.lua +++ b/scripts/extensions/command.lua @@ -11,7 +11,7 @@ function install () 'Displays a random pending task', -- Description 'Paul Beckingham', -- Author 'paul@beckingham.net', -- Contact - 'GPLv2', -- License + 'MIT', -- License '© 2011, Göteborg Bit Factory' -- Copyright end diff --git a/scripts/extensions/dom.lua b/scripts/extensions/dom.lua index f218fc166..2161775c5 100644 --- a/scripts/extensions/dom.lua +++ b/scripts/extensions/dom.lua @@ -11,7 +11,7 @@ function install () 'Provides access to system load', -- Description 'Paul Beckingham', -- Author 'paul@beckingham.net', -- Contact - 'GPLv2', -- License + 'MIT', -- License '© 2011, Göteborg Bit Factory' -- Copyright end diff --git a/scripts/extensions/format.lua b/scripts/extensions/format.lua index f65305255..9b6b5f8be 100644 --- a/scripts/extensions/format.lua +++ b/scripts/extensions/format.lua @@ -11,7 +11,7 @@ function install () 'Provides short formatted UUIDs', -- Description 'Paul Beckingham', -- Author 'paul@beckingham.net', -- Contact - 'GPLv2', -- License + 'MIT', -- License '© 2011, Göteborg Bit Factory' -- Copyright end diff --git a/scripts/extensions/program_hook.lua b/scripts/extensions/program_hook.lua index acac0de65..0d09fef29 100644 --- a/scripts/extensions/program_hook.lua +++ b/scripts/extensions/program_hook.lua @@ -11,7 +11,7 @@ function install () 'Simply says goodbye', -- Description 'Paul Beckingham', -- Author 'paul@beckingham.net', -- Contact - 'GPLv2', -- License + 'MIT', -- License '© 2011, Göteborg Bit Factory' -- Copyright end diff --git a/scripts/extensions/task_hook.lua b/scripts/extensions/task_hook.lua index 193b5296c..986d5d363 100644 --- a/scripts/extensions/task_hook.lua +++ b/scripts/extensions/task_hook.lua @@ -11,7 +11,7 @@ function install () 'Positive feedback', -- Description 'Paul Beckingham', -- Author 'paul@beckingham.net', -- Contact - 'GPLv2', -- License + 'MIT', -- License '© 2011, Göteborg Bit Factory' -- Copyright end diff --git a/scripts/extensions/uda.lua b/scripts/extensions/uda.lua index 8b74df83b..cc116abe8 100644 --- a/scripts/extensions/uda.lua +++ b/scripts/extensions/uda.lua @@ -11,7 +11,7 @@ function install () 'Implements priority attribute', -- Description 'Paul Beckingham', -- Author 'paul@beckingham.net', -- Contact - 'GPLv2', -- License + 'MIT', -- License '© 2011, Göteborg Bit Factory' -- Copyright end