Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
20ed7ebe
Commit
20ed7ebe
authored
Jun 26, 2013
by
Davis King
Browse files
Added missing license statements to the tops of these files.
parent
afe67a2b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
26 additions
and
0 deletions
+26
-0
tools/python/src/basic.cpp
tools/python/src/basic.cpp
+2
-0
tools/python/src/cca.cpp
tools/python/src/cca.cpp
+2
-0
tools/python/src/decision_functions.cpp
tools/python/src/decision_functions.cpp
+2
-0
tools/python/src/dlib.cpp
tools/python/src/dlib.cpp
+2
-0
tools/python/src/matrix.cpp
tools/python/src/matrix.cpp
+2
-0
tools/python/src/other.cpp
tools/python/src/other.cpp
+2
-0
tools/python/src/pyassert.h
tools/python/src/pyassert.h
+2
-0
tools/python/src/sequence_segmenter.cpp
tools/python/src/sequence_segmenter.cpp
+2
-0
tools/python/src/serialize_pickle.h
tools/python/src/serialize_pickle.h
+2
-0
tools/python/src/svm_c_trainer.cpp
tools/python/src/svm_c_trainer.cpp
+2
-0
tools/python/src/svm_rank_trainer.cpp
tools/python/src/svm_rank_trainer.cpp
+2
-0
tools/python/src/testing_results.h
tools/python/src/testing_results.h
+2
-0
tools/python/src/vector.cpp
tools/python/src/vector.cpp
+2
-0
No files found.
tools/python/src/basic.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
#include <dlib/matrix.h>
#include <sstream>
...
...
tools/python/src/cca.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
...
...
tools/python/src/decision_functions.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include "testing_results.h"
#include <boost/python.hpp>
...
...
tools/python/src/dlib.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
...
...
tools/python/src/matrix.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
...
...
tools/python/src/other.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
#include <dlib/matrix.h>
...
...
tools/python/src/pyassert.h
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#define pyassert(_exp,_message) \
...
...
tools/python/src/sequence_segmenter.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
...
...
tools/python/src/serialize_pickle.h
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SERIALIZE_PiCKLE_H__
#define DLIB_SERIALIZE_PiCKLE_H__
...
...
tools/python/src/svm_c_trainer.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include "testing_results.h"
#include <boost/python.hpp>
...
...
tools/python/src/svm_rank_trainer.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
...
...
tools/python/src/testing_results.h
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_TESTING_ReSULTS_H__
#define DLIB_TESTING_ReSULTS_H__
...
...
tools/python/src/vector.cpp
View file @
20ed7ebe
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment