8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Fix license of file that I created

This commit is contained in:
skidder 2003-09-10 15:09:18 +00:00
parent a69fd30aed
commit a70a93adb9

View File

@ -1,26 +1,39 @@
/* /*
* PROGRAM: JRD Access Method * PROGRAM: JRD Access Method
* MODULE: guid.cpp * MODULE: guid.h
* DESCRIPTION: Portable GUID (win32) * DESCRIPTION: Portable GUID (posix)
* *
* The contents of this file are subject to the Interbase Public * This library is free software; you can redistribute it and/or
* License Version 1.0 (the "License"); you may not use this file * modify it under the terms of the GNU Lesser General Public
* except in compliance with the License. You may obtain a copy * License as published by the Free Software Foundation; either
* of the License at http://www.Inprise.com/IPL.html * 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
* *
* Software distributed under the License is distributed on an * As a special exception this file can also be included in modules
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express * with other source code as long as that source code has been
* or implied. See the License for the specific language governing * released under an Open Source Initiative certificed licence.
* rights and limitations under the License. * More information about OSI certification can be found at:
* http://www.opensource.org
* *
* The Original Code was created by Inprise Corporation * This module is distributed in the hope that it will be useful,
* and its predecessors. Portions created by Inprise Corporation are * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Copyright (C) Inprise Corporation. * 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 development
* team. 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: Nickolay Samofatov <skidder@bssys.com> * Created by: Nickolay Samofatov <skidder@bssys.com>
* *
* All Rights Reserved. * Contributor(s):
* Contributor(s): ______________________________________. *
*
* $Id: guid.cpp,v 1.3 2003-09-10 15:09:18 skidder Exp $
*
*/ */
#include "../jrd/os/guid.h" #include "../jrd/os/guid.h"