From e62ae1bb40e6842552fe031cd69c3fd27a96641f Mon Sep 17 00:00:00 2001 From: pmoulon Date: Tue, 11 Jul 2017 04:59:54 +0200 Subject: [PATCH] Fit license to github requirements. https://help.github.com/articles/adding-a-license-to-a-repository/ --- license.openMVG => LICENSE | 0 license.libmv | 19 ------------------- 2 files changed, 19 deletions(-) rename license.openMVG => LICENSE (100%) delete mode 100644 license.libmv diff --git a/license.openMVG b/LICENSE similarity index 100% rename from license.openMVG rename to LICENSE diff --git a/license.libmv b/license.libmv deleted file mode 100644 index 2b1f8fe67a..0000000000 --- a/license.libmv +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2007-2011 libmv authors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE.