From bfb4951c2a25b99395665c01ed537b4e91df566b Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 9 Jul 2009 09:12:08 +0200 Subject: Licence -> License --- README | 4 ++-- atom.cgi | 4 ++-- atom_single.rb | 4 ++-- bzr.rb | 4 ++-- charset.rb | 4 ++-- config_poll.rb | 4 ++-- datepoll.rb | 4 ++-- dudle.css | 4 ++-- hash.rb | 4 ++-- index.cgi | 4 ++-- participate.rb | 4 ++-- poll.rb | 4 ++-- print.css | 4 ++-- timepoll.rb | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README b/README index 9dbc388..e0dc61c 100644 --- a/README +++ b/README @@ -3,9 +3,9 @@ Author: Requirements: * ruby, ruby-atom * bzr -Licence: +License: CC-by-sa 3.0 - see Licence + see License Just place this application into a directory where cgi-scripts are evaluated. diff --git a/atom.cgi b/atom.cgi index f4c07ab..eeb226e 100755 --- a/atom.cgi +++ b/atom.cgi @@ -2,8 +2,8 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "rubygems" diff --git a/atom_single.rb b/atom_single.rb index 4bdfd32..048b1d6 100755 --- a/atom_single.rb +++ b/atom_single.rb @@ -2,8 +2,8 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "rubygems" diff --git a/bzr.rb b/bzr.rb index beb0af4..3bec596 100644 --- a/bzr.rb +++ b/bzr.rb @@ -1,7 +1,7 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ BZRCMD="export LC_ALL=de_DE.UTF-8; bzr" diff --git a/charset.rb b/charset.rb index d88d75e..12cfa25 100644 --- a/charset.rb +++ b/charset.rb @@ -1,7 +1,7 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ $utfcookie = CGI::Cookie.new("utf", "true") diff --git a/config_poll.rb b/config_poll.rb index b20645c..f06100e 100755 --- a/config_poll.rb +++ b/config_poll.rb @@ -2,8 +2,8 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "yaml" diff --git a/datepoll.rb b/datepoll.rb index ed4a0ca..b14e46c 100644 --- a/datepoll.rb +++ b/datepoll.rb @@ -1,7 +1,7 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "date" diff --git a/dudle.css b/dudle.css index 179ae7a..01c129e 100644 --- a/dudle.css +++ b/dudle.css @@ -1,7 +1,7 @@ /******************************** * Author: Benjamin Kellermann * - * Licence: CC-by-sa 3.0 * - * see Licence * + * License: CC-by-sa 3.0 * + * see License * *******************************/ diff --git a/hash.rb b/hash.rb index 5a84abe..be290ed 100644 --- a/hash.rb +++ b/hash.rb @@ -1,7 +1,7 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ class Hash diff --git a/index.cgi b/index.cgi index 4c4f954..a4857e5 100755 --- a/index.cgi +++ b/index.cgi @@ -2,8 +2,8 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "yaml" diff --git a/participate.rb b/participate.rb index dfab3ba..e9f5e82 100755 --- a/participate.rb +++ b/participate.rb @@ -2,8 +2,8 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "yaml" diff --git a/poll.rb b/poll.rb index 3f762f6..c0d33e2 100644 --- a/poll.rb +++ b/poll.rb @@ -1,7 +1,7 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "hash" diff --git a/print.css b/print.css index 4bb2cc6..c9e09c4 100644 --- a/print.css +++ b/print.css @@ -1,7 +1,7 @@ /******************************** * Author: Benjamin Kellermann * - * Licence: CC-by-sa 3.0 * - * see Licence * + * License: CC-by-sa 3.0 * + * see License * *******************************/ td.yes, input.choosen { background-color:#0F0; } diff --git a/timepoll.rb b/timepoll.rb index 350510a..1b79d55 100644 --- a/timepoll.rb +++ b/timepoll.rb @@ -1,7 +1,7 @@ ################################ # Author: Benjamin Kellermann # -# Licence: CC-by-sa 3.0 # -# see Licence # +# License: CC-by-sa 3.0 # +# see License # ################################ require "date" -- cgit v1.2.3