1
0
Fork 0
This commit is contained in:
Frank Celler 2016-01-13 18:10:30 +01:00
parent 23e050ab8e
commit 4795546023
1 changed files with 2 additions and 10 deletions

View File

@ -2,12 +2,9 @@
'use strict'; 'use strict';
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// @brief ArangoDB Application Launcher
///
/// @file
///
/// DISCLAIMER /// DISCLAIMER
/// ///
/// Copyright 2016 ArangoDB GmbH, Cologne, Germany
/// Copyright 2013 triAGENS GmbH, Cologne, Germany /// Copyright 2013 triAGENS GmbH, Cologne, Germany
/// ///
/// Licensed under the Apache License, Version 2.0 (the "License"); /// Licensed under the Apache License, Version 2.0 (the "License");
@ -22,16 +19,13 @@
/// See the License for the specific language governing permissions and /// See the License for the specific language governing permissions and
/// limitations under the License. /// limitations under the License.
/// ///
/// Copyright holder is triAGENS GmbH, Cologne, Germany /// Copyright holder is ArangoDB GmbH, Cologne, Germany
/// ///
/// @author Jan Steemann /// @author Jan Steemann
/// @author Michael Hackstein /// @author Michael Hackstein
/// @author Dr. Frank Celler /// @author Dr. Frank Celler
/// @author Copyright 2013, triAGENS GmbH, Cologne, Germany
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
var arangodb = require("@arangodb"); var arangodb = require("@arangodb");
var arangosh = require("@arangodb/arangosh"); var arangosh = require("@arangodb/arangosh");
var errors = arangodb.errors; var errors = arangodb.errors;
@ -761,5 +755,3 @@ exports.search = store.search;
exports.searchJson = store.searchJson; exports.searchJson = store.searchJson;
exports.update = store.update; exports.update = store.update;
exports.info = store.info; exports.info = store.info;