Added licensing comments to the example programs.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402875
This commit is contained in:
Davis King 2009-02-17 01:45:57 +00:00
parent 6f7b7211c3
commit 49532acf87
39 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,22 @@
The intent of the example programs supplied with the dlib C++ library is
to both instruct users and to also provide a simple body of code they
may copy and paste from. To make this as painless as possible all the
example programs have been placed into the public domain.
This work is hereby released into the Public Domain.
To view a copy of the public domain dedication, visit
http://creativecommons.org/licenses/publicdomain/ or send a
letter to
Creative Commons
171 Second Street
Suite 300,
San Francisco, California, 94105, USA.
Public domain dedications are not recognized by some countries. So
if you live in an area where the above dedication isn't valid then
you can consider the example programs to be licensed under the Boost
Software License.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the Bayesian Network
inference utilities found in the dlib C++ library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the Bayesian Network
inference utilities found in the dlib C++ library. In this example

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is a rather involved example illustrating the use of the GUI api from
the dlib C++ Library. This program is a fully functional utility for

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the compress_stream and

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the dir_nav component from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the compress_stream and
base64 components from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the gui api from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the GUI API as well as some

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the kcentroid object
from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the kkmeans object
from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the krls object
from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the krls object
from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the matrix object

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the member_function_pointer object

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the multilayer perceptron

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the multithreaded_object.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use the optimization

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the quantum computing
simulation classes from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the queue component (and

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the rank_features() function

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the relevance vector machine

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the RVM regression object
from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This example illustrates the use of the HTTP extension to the server object

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the sockets and

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the sockets and

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the sockets,

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the dlib::std_allocator object.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the support vector machine

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is a very simple example that illustrates the use of the
thread_function object from the dlib C++ Library.

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the thread_pool

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the threaded_object

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*

View File

@ -1,3 +1,4 @@
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the xml_parser component in