mirror of https://github.com/mamba-org/mamba.git
Add copyright headers
This commit is contained in:
parent
dd08915b8c
commit
cf6017edd7
|
@ -1,3 +1,9 @@
|
|||
# Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
#
|
||||
# Distributed under the terms of the BSD 3-Clause License.
|
||||
#
|
||||
# The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
cmake_minimum_required (VERSION 2.8.11)
|
||||
if(POLICY CMP0025)
|
||||
cmake_policy(SET CMP0025 NEW)
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright 2020 QuantStack and the Mamba contributors.
|
||||
Copyright 2019 QuantStack and the Mamba contributors.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
|
|
|
@ -168,5 +168,10 @@ cmake .. \
|
|||
|
||||
### Support us
|
||||
|
||||
For questions, you can also join us on [QuantStack Chat](https://gitter.im/QuantStack/Lobby) or on the [conda channel](https://gitter.im/conda/conda) (note that this project is not officially affiliated with `conda` or Anaconda Inc.).
|
||||
For questions, you can also join us on the [QuantStack Chat](https://gitter.im/QuantStack/Lobby) or on the [conda channel](https://gitter.im/conda/conda) (note that this project is not officially affiliated with `conda` or Anaconda Inc.).
|
||||
|
||||
### License
|
||||
|
||||
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
|
||||
|
||||
This software is licensed under the BSD-3-Clause license. See the [LICENSE](LICENSE) file for details.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_ACTIVATION_HPP
|
||||
#define MAMBA_ACTIVATION_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_CHANNEL_HPP
|
||||
#define MAMBA_CHANNEL_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_CONTEXT_HPP
|
||||
#define MAMBA_CONTEXT_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_ENVIRONMENT_HPP
|
||||
#define MAMBA_ENVIRONMENT_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_ENVIRONMENT_MANAGER
|
||||
#define MAMBA_ENVIRONMENT_MANAGER
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_FETCH_HPP
|
||||
#define MAMBA_FETCH_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
|
||||
#ifndef MAMBA_FS_UTIL
|
||||
#define MAMBA_FS_UTIL
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_GRAPH_UTIL_HPP
|
||||
#define MAMBA_GRAPH_UTIL_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_HISTORY
|
||||
#define MAMBA_HISTORY
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_LINK
|
||||
#define MAMBA_LINK
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_MATCH_SPEC
|
||||
#define MAMBA_MATCH_SPEC
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_OUTPUT_HPP
|
||||
#define MAMBA_OUTPUT_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_PACKAGE_CACHE
|
||||
#define MAMBA_PACKAGE_CACHE
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_PACKAGE_HANDLING_HPP
|
||||
#define MAMBA_PACKAGE_HANDLING_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_PACKAGE_INFO
|
||||
#define MAMBA_PACKAGE_INFO
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_READ_PATHS_HPP
|
||||
#define MAMBA_READ_PATHS_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_POOL_HPP
|
||||
#define MAMBA_POOL_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_PREFIX_DATA_HPP
|
||||
#define MAMBA_PREFIX_DATA_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_QUERY_HPP
|
||||
#define MAMBA_QUERY_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_REPO_HPP
|
||||
#define MAMBA_REPO_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_SHELL_INIT
|
||||
#define MAMBA_SHELL_INIT
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_SOLVER_HPP
|
||||
#define MAMBA_SOLVER_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_SUBDIRDATA_HPP
|
||||
#define MAMBA_SUBDIRDATA_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_TRANSACTION_HPP
|
||||
#define MAMBA_TRANSACTION_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_TRANSACTION_CONTEXT
|
||||
#define MAMBA_TRANSACTION_CONTEXT
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_URL_HPP
|
||||
#define MAMBA_URL_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_UTIL_HPP
|
||||
#define MAMBA_UTIL_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifndef MAMBA_VALIDATE_HPP
|
||||
#define MAMBA_VALIDATE_HPP
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#define MAMBA_VERSION_MAJOR @MAMBA_VERSION_MAJOR@
|
||||
#define MAMBA_VERSION_MINOR @MAMBA_VERSION_MINOR@
|
||||
#define MAMBA_VERSION_PATCH @MAMBA_VERSION_PATCH@
|
||||
|
|
6
setup.py
6
setup.py
|
@ -1,3 +1,9 @@
|
|||
# Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
#
|
||||
# Distributed under the terms of the BSD 3-Clause License.
|
||||
#
|
||||
# The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from setuptools import setup, Extension
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "activation.hpp"
|
||||
#include "environment.hpp"
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <iostream>
|
||||
#include <regex>
|
||||
#include <set>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <csignal>
|
||||
|
||||
#include "output.hpp"
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "environments_manager.hpp"
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <string_view>
|
||||
#include <thread>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include "history.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <regex>
|
||||
|
||||
#include "link.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
// #include <cxxopts.hpp>
|
||||
#include <CLI/CLI.hpp>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "match_spec.hpp"
|
||||
#include "output.hpp"
|
||||
#include "url.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
|
||||
#include "validate.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include <archive.h>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <functional>
|
||||
#include <map>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "package_paths.hpp"
|
||||
|
||||
#include "util.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "pool.hpp"
|
||||
#include "output.hpp"
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "prefix_data.hpp"
|
||||
#include "output.hpp"
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
#include <pybind11/stl.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <numeric>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "repo.hpp"
|
||||
#include "package_info.hpp"
|
||||
#include "output.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "solver.hpp"
|
||||
#include "output.hpp"
|
||||
#include "util.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "openssl/md5.h"
|
||||
#include "thirdparty/filesystem.hpp"
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "transaction_context.hpp"
|
||||
#include "output.hpp"
|
||||
#include "util.hpp"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <iostream>
|
||||
#include <regex>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <cerrno>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include <iostream>
|
||||
#include "openssl/sha.h"
|
||||
#include "openssl/md5.h"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
// Copyright (c) 2019, QuantStack and Mamba Contributors
|
||||
//
|
||||
// Distributed under the terms of the BSD 3-Clause License.
|
||||
//
|
||||
// The full license is in the file LICENSE, distributed with this software.
|
||||
|
||||
#include "version.hpp"
|
||||
|
||||
const char mamba_version[] = MAMBA_VERSION_STRING;
|
||||
|
|
Loading…
Reference in New Issue