From ec2cecc1fbf157cbed88e5bcbc939bed783abff2 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 20 Nov 2009 11:12:19 +0100 Subject: License changed --- charset.rb | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'charset.rb') diff --git a/charset.rb b/charset.rb index f50a415..c208dd6 100644 --- a/charset.rb +++ b/charset.rb @@ -1,8 +1,21 @@ -################################ -# Author: Benjamin Kellermann # -# License: CC-by-sa 3.0 # -# see License # -################################ +############################################################################ +# Copyright 2009 Benjamin Kellermann # +# # +# This file is part of dudle. # +# # +# Dudle is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Affero General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# Dudle is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or # +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public # +# License for more details. # +# # +# You should have received a copy of the GNU Affero General Public License # +# along with dudle. If not, see . # +############################################################################ if ($cgi.include?("utf") || $cgi.cookies["utf"][0]) && !$cgi.include?("ascii") expiretime = Time.now+1*60*60*24*365 -- cgit v1.2.3