Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
20ed7ebe
Commit
20ed7ebe
authored
Jun 26, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing license statements to the tops of these files.
parent
afe67a2b
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
26 additions
and
0 deletions
+26
-0
basic.cpp
tools/python/src/basic.cpp
+2
-0
cca.cpp
tools/python/src/cca.cpp
+2
-0
decision_functions.cpp
tools/python/src/decision_functions.cpp
+2
-0
dlib.cpp
tools/python/src/dlib.cpp
+2
-0
matrix.cpp
tools/python/src/matrix.cpp
+2
-0
other.cpp
tools/python/src/other.cpp
+2
-0
pyassert.h
tools/python/src/pyassert.h
+2
-0
sequence_segmenter.cpp
tools/python/src/sequence_segmenter.cpp
+2
-0
serialize_pickle.h
tools/python/src/serialize_pickle.h
+2
-0
svm_c_trainer.cpp
tools/python/src/svm_c_trainer.cpp
+2
-0
svm_rank_trainer.cpp
tools/python/src/svm_rank_trainer.cpp
+2
-0
testing_results.h
tools/python/src/testing_results.h
+2
-0
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