mirror of https://gitee.com/bigwinds/arangodb
updated disclaimer
This commit is contained in:
parent
224c99ff99
commit
bd3dae1f06
|
@ -5,19 +5,29 @@
|
||||||
///
|
///
|
||||||
/// DISCLAIMER
|
/// DISCLAIMER
|
||||||
///
|
///
|
||||||
/// Copyright 2010-2011 triagens GmbH, Cologne, Germany
|
/// Copyright by triAGENS GmbH - All rights reserved.
|
||||||
///
|
///
|
||||||
/// Licensed under the Apache License, Version 2.0 (the "License");
|
/// The Programs (which include both the software and documentation)
|
||||||
/// you may not use this file except in compliance with the License.
|
/// contain proprietary information of triAGENS GmbH; they are
|
||||||
/// You may obtain a copy of the License at
|
/// provided under a license agreement containing restrictions on use and
|
||||||
|
/// disclosure and are also protected by copyright, patent and other
|
||||||
|
/// intellectual and industrial property laws. Reverse engineering,
|
||||||
|
/// disassembly or decompilation of the Programs, except to the extent
|
||||||
|
/// required to obtain interoperability with other independently created
|
||||||
|
/// software or as specified by law, is prohibited.
|
||||||
///
|
///
|
||||||
/// http://www.apache.org/licenses/LICENSE-2.0
|
/// The Programs are not intended for use in any nuclear, aviation, mass
|
||||||
|
/// transit, medical, or other inherently dangerous applications. It shall
|
||||||
|
/// be the licensee's responsibility to take all appropriate fail-safe,
|
||||||
|
/// backup, redundancy, and other measures to ensure the safe use of such
|
||||||
|
/// applications if the Programs are used for such purposes, and triAGENS
|
||||||
|
/// GmbH disclaims liability for any damages caused by such use of
|
||||||
|
/// the Programs.
|
||||||
///
|
///
|
||||||
/// Unless required by applicable law or agreed to in writing, software
|
/// This software is the confidential and proprietary information of
|
||||||
/// distributed under the License is distributed on an "AS IS" BASIS,
|
/// triAGENS GmbH. You shall not disclose such confidential and
|
||||||
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/// proprietary information and shall use it only in accordance with the
|
||||||
/// See the License for the specific language governing permissions and
|
/// terms of the license agreement you entered into with triAGENS GmbH.
|
||||||
/// limitations under the License.
|
|
||||||
///
|
///
|
||||||
/// Copyright holder is triAGENS GmbH, Cologne, Germany
|
/// Copyright holder is triAGENS GmbH, Cologne, Germany
|
||||||
///
|
///
|
||||||
|
|
|
@ -5,19 +5,29 @@
|
||||||
///
|
///
|
||||||
/// DISCLAIMER
|
/// DISCLAIMER
|
||||||
///
|
///
|
||||||
/// Copyright 2010-2011 triagens GmbH, Cologne, Germany
|
/// Copyright by triAGENS GmbH - All rights reserved.
|
||||||
///
|
///
|
||||||
/// Licensed under the Apache License, Version 2.0 (the "License");
|
/// The Programs (which include both the software and documentation)
|
||||||
/// you may not use this file except in compliance with the License.
|
/// contain proprietary information of triAGENS GmbH; they are
|
||||||
/// You may obtain a copy of the License at
|
/// provided under a license agreement containing restrictions on use and
|
||||||
|
/// disclosure and are also protected by copyright, patent and other
|
||||||
|
/// intellectual and industrial property laws. Reverse engineering,
|
||||||
|
/// disassembly or decompilation of the Programs, except to the extent
|
||||||
|
/// required to obtain interoperability with other independently created
|
||||||
|
/// software or as specified by law, is prohibited.
|
||||||
///
|
///
|
||||||
/// http://www.apache.org/licenses/LICENSE-2.0
|
/// The Programs are not intended for use in any nuclear, aviation, mass
|
||||||
|
/// transit, medical, or other inherently dangerous applications. It shall
|
||||||
|
/// be the licensee's responsibility to take all appropriate fail-safe,
|
||||||
|
/// backup, redundancy, and other measures to ensure the safe use of such
|
||||||
|
/// applications if the Programs are used for such purposes, and triAGENS
|
||||||
|
/// GmbH disclaims liability for any damages caused by such use of
|
||||||
|
/// the Programs.
|
||||||
///
|
///
|
||||||
/// Unless required by applicable law or agreed to in writing, software
|
/// This software is the confidential and proprietary information of
|
||||||
/// distributed under the License is distributed on an "AS IS" BASIS,
|
/// triAGENS GmbH. You shall not disclose such confidential and
|
||||||
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/// proprietary information and shall use it only in accordance with the
|
||||||
/// See the License for the specific language governing permissions and
|
/// terms of the license agreement you entered into with triAGENS GmbH.
|
||||||
/// limitations under the License.
|
|
||||||
///
|
///
|
||||||
/// Copyright holder is triAGENS GmbH, Cologne, Germany
|
/// Copyright holder is triAGENS GmbH, Cologne, Germany
|
||||||
///
|
///
|
||||||
|
@ -29,7 +39,7 @@
|
||||||
/* Version 2.0 3.12.2011 R. A. Parker */
|
/* Version 2.0 3.12.2011 R. A. Parker */
|
||||||
|
|
||||||
#ifdef GEO_TRIAGENS
|
#ifdef GEO_TRIAGENS
|
||||||
#include <BasicsC/Common.h>
|
#include <BasicsC/common.h>
|
||||||
#else
|
#else
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue