From 03c0ccb9990ba0b10c3b56509649cd0ffabd964e Mon Sep 17 00:00:00 2001 From: Ehsan Azarnasab Date: Wed, 19 Aug 2015 17:43:15 -0700 Subject: [PATCH] clean up module license --- tools/python/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/python/setup.py b/tools/python/setup.py index beaf77d6d..6126476f0 100644 --- a/tools/python/setup.py +++ b/tools/python/setup.py @@ -1,4 +1,6 @@ """setup for the dlib project + Copyright (C) 2015 Ehsan Azar (dashesy@linux.com) + License: Boost Software License See LICENSE.txt for the full license. To build the dlib: python setup.py build @@ -210,6 +212,7 @@ def read_version(): minor = readme('../../docs/.current_minor_release_number').strip() return major + '.' + minor + def rmtree(name): """remove a directory and its subdirectories. """