Skip to content

Commit

Permalink
Added license/copyright statements to all CMakeLists.txt files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mleotta committed Aug 18, 2010
1 parent ab9f32e commit 6df5c66
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# 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)

cmake_minimum_required(VERSION 2.8)

project(vehicle)
Expand Down
6 changes: 6 additions & 0 deletions cmake/Findgl2ps.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# 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)

# - Find GL2PS
# Find the native GL2PS includes and library
# This module defines
Expand Down
8 changes: 7 additions & 1 deletion cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# contrib/mleotta/cmd/mesh/CMakeLists.txt

# 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)

# cmd/CMakeLists.txt
# Command line programs for mesh computations

INCLUDE_DIRECTORIES( ${VXL_GEL_INCLUDE_DIR} )
Expand Down
6 changes: 6 additions & 0 deletions dbpro/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# 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)

# dbpro/CMakeLists.txt

project(dbpro)
Expand Down
6 changes: 6 additions & 0 deletions dbpro/filters/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# 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)

# dbpro/filters/CMakeLists.txt


Expand Down
8 changes: 7 additions & 1 deletion dbpro/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# basic/dbpro/tests/CMakeLists.txt

# 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)

# dbpro/tests/CMakeLists.txt


ADD_EXECUTABLE( dbpro_test_all
Expand Down
6 changes: 6 additions & 0 deletions dbpro/vis/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# 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)

# dbpro/vis/CMakeLists.txt


Expand Down
8 changes: 7 additions & 1 deletion dbul/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# /basic/dbul/CMakeLists.txt

# 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)

# /dbul/CMakeLists.txt
# Development Brown Utility Library


Expand Down
8 changes: 7 additions & 1 deletion dbul/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# basic/dbul/tests/CMakeLists.txt

# 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)

# dbul/tests/CMakeLists.txt
# Tests for dbul library

ADD_EXECUTABLE( dbul_test_all
Expand Down
6 changes: 6 additions & 0 deletions gui/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# 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)

PROJECT(pca_vehicle_wxgui)

FIND_PACKAGE(wxWidgets COMPONENTS base core gl xrc)
Expand Down
10 changes: 10 additions & 0 deletions klt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

# 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)
#
# Note: The rest of the code in this directory has a separate Copyright.
# See the the accompanying file README
# Only this CMakeLists.txt file was added to aid compilation.

# klt/CMakeLists.txt

set(klt_sources
Expand Down
6 changes: 6 additions & 0 deletions modrec/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# 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)

# modrec/CMakeLists.txt


Expand Down

0 comments on commit 6df5c66

Please sign in to comment.