From c5fd979c54ba3b0e1dff7ca682ea5ec656e08a90 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Fri, 22 Feb 2019 15:53:51 +0100 Subject: [PATCH] [copying] add the obvious AliceVision dependency --- COPYING.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/COPYING.md b/COPYING.md index 9e579124..41257d24 100644 --- a/COPYING.md +++ b/COPYING.md @@ -4,21 +4,27 @@ Meshroom is licensed under the [MPL2 license](LICENSE-MPL2.md). ## Third parties licenses + * __AliceVision__ + [https://github.com/alicevision/AliceVision](https://github.com/alicevision/AliceVision) + Copyright (c) 2018 AliceVision contributors. + Distributed under the [MPL2 license](https://opensource.org/licenses/MPL-2.0). + See [COPYING](https://github.com/alicevision/AliceVision/blob/develop/COPYING.md) for full third parties licenses. + * __Python__ [https://www.python.org](https://www.python.org) Copyright (c) 2001-2018 Python Software Foundation - Distributed under the [PSFL V2](https://www.python.org/download/releases/2.7/license/). - + Distributed under the [PSFL V2 license](https://www.python.org/download/releases/2.7/license/). + * __Qt/PySide2__ [https://www.qt.io](https://www.qt.io) Copyright (C) 2018 The Qt Company Ltd and other contributors. - Distributed under the [LGPL V3](https://opensource.org/licenses/LGPL-3.0). - + Distributed under the [LGPL V3 license](https://opensource.org/licenses/LGPL-3.0). + * __qmlAlembic__ [https://github.com/alicevision/qmlAlembic](https://github.com/alicevision/qmlAlembic) Copyright (c) 2018 AliceVision contributors. Distributed under the [MPL2 license](https://opensource.org/licenses/MPL-2.0). - + * __QtOIIO__ [https://github.com/alicevision/QtOIIO](https://github.com/alicevision/QtOIIO) Copyright (c) 2018 AliceVision contributors.