-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLICENSE
37 lines (26 loc) · 1.44 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Act - A Conference Toolkit
Copyright (C) 2004-2007, by Philippe Bruhat and Éric Cholet
Copyright (C) 2019 Harald Jörg
This program is free software distributed under the same terms as
Perl itself; you can redistribute it and/or modify it under the
terms of either:
a) the GNU General Public License version 1 or any later
version, or
b) the Artistic License.
This program 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 either the
GNU General Public License or the Artistic License for more details.
You should have received a copy of the Artistic License with this Kit,
in the file named "Artistic". If not, I'll be glad to provide one.
You should also have received a copy of the GNU General Public License
along with this program in the file named "Copying". If not, write
to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307, USA or visit their web page on the internet
at http://www.gnu.org/copyleft/gpl.html.
----
The component lib/Wiki/Toolkit/Store/Database.pm has been taken and
modified from the Wiki-Toolkit distriution at CPAN:
https://metacpan.org/release/Wiki-Toolkit
Copyright (C) 2002-2004 Kake Pugh. All Rights Reserved.
Copyright (C) 2006-2013 the Wiki::Toolkit team. All Rights Reserved.