From 3f3accbc7ea09f0defbaf7e7914935e2951f9099 Mon Sep 17 00:00:00 2001 From: dimitr Date: Fri, 26 Sep 2003 14:25:24 +0000 Subject: [PATCH] Added license texts. --- doc/license/IDPL.txt | 21 +++++++++++++++++++++ doc/license/LGPL_w_exception.txt | 29 +++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 doc/license/IDPL.txt create mode 100644 doc/license/LGPL_w_exception.txt diff --git a/doc/license/IDPL.txt b/doc/license/IDPL.txt new file mode 100644 index 0000000000..cf72d06a29 --- /dev/null +++ b/doc/license/IDPL.txt @@ -0,0 +1,21 @@ +/* + * The contents of this file are subject to the Initial + * Developer's Public License Version 1.0 (the "License"); + * you may not use this file except in compliance with the + * License. You may obtain a copy of the License at + * http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl. + * + * Software distributed under the License is distributed AS IS, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. + * See the License for the specific language governing rights + * and limitations under the License. + * + * The Original Code was created by [Initial Developer's Name] + * for the Firebird Open Source RDBMS project. + * + * Copyright (c) [Year] [Initial Developer's Name] [Email] + * and all contributors signed below. + * + * All Rights Reserved. + * Contributor(s): ______________________________________. + */ diff --git a/doc/license/LGPL_w_exception.txt b/doc/license/LGPL_w_exception.txt new file mode 100644 index 0000000000..3695f80e0b --- /dev/null +++ b/doc/license/LGPL_w_exception.txt @@ -0,0 +1,29 @@ +/* + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * You may obtain a copy of the Licence at + * http://www.gnu.org/licences/lgpl.html + * + * As a special exception this file can also be included in modules + * with other source code as long as that source code has been + * released under an Open Source Initiative certificed licence. + * More information about OSI certification can be found at: + * http://www.opensource.org + * + * This module 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 Lesser General Public Licence for more details. + * + * This module was created by members of the Firebird Open Source + * RDBMS project. All individual contributions remain the + * Copyright (C) of those individuals and all rights are reserved. + * Contributors to this file are either listed below or can be + * obtained from a CVS history command. + * + * Created by: [Author's Name] [Email] + * + * Contributor(s): ______________________________________. + */