Skip to content

Commit

Permalink
Added copyright and license to all files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mleotta committed Aug 19, 2010
1 parent 6df5c66 commit c6b1489
Show file tree
Hide file tree
Showing 137 changed files with 879 additions and 121 deletions.
6 changes: 6 additions & 0 deletions cmd/extract_features.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/python

# Copyright Matthew Leotta 2006 - 2010.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file ../LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

import os, sys, glob, re

Expand Down
8 changes: 7 additions & 1 deletion cmd/fit_mesh_body.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
// This is mleotta/cmd/mesh/fit_mesh_body.cxx
// This is cmd/fit_mesh_body.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)



#include <vcl_iostream.h>
Expand Down
6 changes: 6 additions & 0 deletions cmd/fit_meshes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/python

# Copyright Matthew Leotta 2006 - 2010.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file ../LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

import os, sys, glob, re

Expand Down
7 changes: 6 additions & 1 deletion cmd/fit_parts.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/fit_parts.cxx
// This is cmd/fit_parts.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
6 changes: 6 additions & 0 deletions cmd/fit_parts.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/python

# Copyright Matthew Leotta 2006 - 2010.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file ../LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

import os, sys, glob, re

Expand Down
6 changes: 6 additions & 0 deletions cmd/make_meshes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/python

# Copyright Matthew Leotta 2006 - 2010.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file ../LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

import os, sys, glob, re

Expand Down
7 changes: 6 additions & 1 deletion cmd/make_vehicle_mesh.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/mesh_make_vehicle.cxx
// This is cmd/mesh_make_vehicle.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
7 changes: 6 additions & 1 deletion cmd/mesh_exterior.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/mesh_exterior.cxx
// This is cmd/mesh_exterior.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
7 changes: 6 additions & 1 deletion cmd/mesh_extract_features.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/mesh_extract_features.cxx
// This is cmd/mesh_extract_features.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
7 changes: 6 additions & 1 deletion cmd/mesh_pca.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/mesh_pca.cxx
// This is cmd/mesh_pca.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
7 changes: 6 additions & 1 deletion cmd/mesh_subdivide.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/mesh_subdivide.cxx
// This is cmd/mesh_subdivide.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
7 changes: 6 additions & 1 deletion cmd/parts2svg.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/parts2svg.cxx
// This is cmd/parts2svg.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
7 changes: 6 additions & 1 deletion cmd/parts_pca.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/mesh_pca.cxx
// This is cmd/mesh_pca.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
7 changes: 6 additions & 1 deletion cmd/pca_fit_mesh_body.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is mleotta/cmd/mesh/pca_fit_mesh_body.cxx
// This is cmd/pca_fit_mesh_body.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


#include <vcl_iostream.h>
Expand Down
6 changes: 6 additions & 0 deletions cmd/pca_refit_meshes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/python

# Copyright Matthew Leotta 2006 - 2010.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file ../LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

import os, sys, glob, re

Expand Down
5 changes: 5 additions & 0 deletions dbpro/Templates/dbpro_parameters+bool-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_parameters.txx>

DBPRO_PARAMETERS_INSTANTIATE(bool);
5 changes: 5 additions & 0 deletions dbpro/Templates/dbpro_parameters+dbpro_filepath-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_parameters.txx>

DBPRO_PARAMETERS_INSTANTIATE(dbpro_filepath);
5 changes: 5 additions & 0 deletions dbpro/Templates/dbpro_parameters+float-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_parameters.txx>

DBPRO_PARAMETERS_INSTANTIATE(float);
5 changes: 5 additions & 0 deletions dbpro/Templates/dbpro_parameters+int-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_parameters.txx>

DBPRO_PARAMETERS_INSTANTIATE(int);
5 changes: 5 additions & 0 deletions dbpro/Templates/dbpro_parameters+vcl_string-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <vcl_string.h>
#include <dbpro/dbpro_parameters.txx>

Expand Down
5 changes: 5 additions & 0 deletions dbpro/Templates/vbl_smart_ptr+dbpro_observer-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_observer.h>
#include <vbl/vbl_smart_ptr.txx>

Expand Down
5 changes: 5 additions & 0 deletions dbpro/Templates/vbl_smart_ptr+dbpro_parameters-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_parameters.h>
#include <vbl/vbl_smart_ptr.txx>

Expand Down
5 changes: 5 additions & 0 deletions dbpro/Templates/vbl_smart_ptr+dbpro_process-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_process.h>
#include <dbpro/dbpro_storage.h>
#include <dbpro/dbpro_observer.h>
Expand Down
5 changes: 5 additions & 0 deletions dbpro/Templates/vbl_smart_ptr+dbpro_storage-.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#include <dbpro/dbpro_storage.h>
#include <vbl/vbl_smart_ptr.txx>

Expand Down
8 changes: 7 additions & 1 deletion dbpro/dbpro_basic_processes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is basic/dbpro/dbpro_basic_processes.h
// This is dbpro/dbpro_basic_processes.h
#ifndef dbpro_basic_processes_h_
#define dbpro_basic_processes_h_
//--------------------------------------------------------------------------------
Expand All @@ -9,6 +9,12 @@
// \author Matt Leotta ([email protected])
// \date 6/07/06
//
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
//
// \verbatim
// Modifications:
// \endverbatim
Expand Down
6 changes: 6 additions & 0 deletions dbpro/dbpro_config.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#ifndef dbpro_config_h_
#define dbpro_config_h_

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)


// If the suffix of this file is ".in", this is the source file used
// to generate the actual configuration file. To examine the actual
// configuration of the library, look at the dbpro_config.h file in
Expand Down
7 changes: 6 additions & 1 deletion dbpro/dbpro_connector.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is basic/dbpro/dbpro_connector.cxx
// This is dbpro/dbpro_connector.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

//:
// \file
Expand Down
8 changes: 7 additions & 1 deletion dbpro/dbpro_connector.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is basic/dbpro/dbpro_connector.h
// This is dbpro/dbpro_connector.h
#ifndef dbpro_connector_h_
#define dbpro_connector_h_
//--------------------------------------------------------------------------------
Expand All @@ -11,6 +11,12 @@
// \author Matt Leotta ([email protected])
// \date 5/30/06
//
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
//
// \verbatim
// Modifications:
// \endverbatim
Expand Down
20 changes: 18 additions & 2 deletions dbpro/dbpro_connector_sptr.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
// This is basic/dbpro/dbpro_connector_sptr.h
// This is dbpro/dbpro_connector_sptr.h
#ifndef dbpro_connector_sptr_h
#define dbpro_connector_sptr_h

//--------------------------------------------------------------------------------
//:
// \file
// \brief Defines a smart pointer to a connector.
//
// \author Matt Leotta ([email protected])
// \date 5/30/06
//
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
//
// \verbatim
// Modifications:
// \endverbatim
//--------------------------------------------------------------------------------


class dbpro_connector;

Expand Down
7 changes: 6 additions & 1 deletion dbpro/dbpro_delay.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is basic/dbpro/dbpro_delay.cxx
// This is dbpro/dbpro_delay.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

//:
// \file
Expand Down
7 changes: 6 additions & 1 deletion dbpro/dbpro_delay.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is basic/dbpro/dbpro_delay.h
// This is dbpro/dbpro_delay.h
#ifndef dbpro_delay_h_
#define dbpro_delay_h_

Expand All @@ -8,6 +8,11 @@
// \author Matt Leotta
// \date 6/2/06
//
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// \verbatim
// Modifications
// \endverbatim
Expand Down
7 changes: 6 additions & 1 deletion dbpro/dbpro_executive.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// This is basic/dbpro/dbpro_executive.cxx
// This is dbpro/dbpro_executive.cxx

// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

//:
// \file
Expand Down
7 changes: 6 additions & 1 deletion dbpro/dbpro_executive.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is basic/dbpro/dbpro_executive.h
// This is dbpro/dbpro_executive.h
#ifndef dbpro_executive_h_
#define dbpro_executive_h_

Expand All @@ -8,6 +8,11 @@
// \author Matt Leotta
// \date 6/7/06
//
// Copyright Matthew Leotta 2006 - 2010.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file ../LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// \verbatim
// Modifications
// \endverbatim
Expand Down
Loading

0 comments on commit c6b1489

Please sign in to comment.