Skip to content

Commit

Permalink
switch to LGPL
Browse files Browse the repository at this point in the history
svn path=/trunk/yarp2/; revision=8004
  • Loading branch information
paulfitz committed Jun 13, 2010
1 parent 414448d commit a429adc
Show file tree
Hide file tree
Showing 621 changed files with 622 additions and 622 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009, 2010 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

cmake_minimum_required(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion conf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009, 2010 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# Cannot APPEND here due to CMake 2.6.0 bug
#set_property(GLOBAL APPEND PROPERTY YARP_TREE_INCLUDE_DIRS
Expand Down
2 changes: 1 addition & 1 deletion conf/FindACE.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Alexandre Bernardino, Paul Fitzpatrick, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# Variables set:
# ACE_FOUND
Expand Down
2 changes: 1 addition & 1 deletion conf/FindGthread.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Alessandro Scalzo, Lorenzo Natale, Paul Fitzpatrick, Gianluca Massera
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# Tried to make variables uniform with cmake "standards"
# Now set Gthread_* variables (respect capitalization rule).
Expand Down
2 changes: 1 addition & 1 deletion conf/FindGtkPlus.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Alessandro Scalzo, Lorenzo Natale, Paul Fitzpatrick, Gianluca Massera
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# Tried to make variables uniform with cmake "standards"
# Now set GtkPlus_* variables (respect capitalization rule).
Expand Down
2 changes: 1 addition & 1 deletion conf/YarpDescribe.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2010 RobotCub Consortium
# Authors: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# Let's see what we built, and record it to facilitate in-tree
# ("uninstalled") use of YARP.
Expand Down
2 changes: 1 addition & 1 deletion conf/YarpOptions.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT


#########################################################################
Expand Down
2 changes: 1 addition & 1 deletion conf/YarpPackage.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

#
# Packing stuff
Expand Down
2 changes: 1 addition & 1 deletion conf/YarpPlugin.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009, 2010 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

#########################################################################
##
Expand Down
2 changes: 1 addition & 1 deletion conf/YarpSystemCheck.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale, Alessandro Scalzo
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

#########################################################################
# Check whether system is big- or little- endian
Expand Down
2 changes: 1 addition & 1 deletion conf/YarpVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# This file is the official location of the current YARP version number.

Expand Down
2 changes: 1 addition & 1 deletion conf/template/DEVICEConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# Welcome to the configuration file for "@YARPY_DEV_LIB_NAME@".
#
Expand Down
2 changes: 1 addition & 1 deletion conf/template/YARPConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009, 2010 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

IF (NOT YARP_FOUND)

Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarp_config_options.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#ifndef YARP_CONFIG_OPTIONS_H
Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarp_config_system.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#ifndef YARP_CONFIG_SYSTEM_H
Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarp_config_version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#ifndef YARP_CONFIG_VERSION_H
Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarp_plugin_carrier.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#define ENABLE_@YARPDEV_NAME@ (@ENABLE_YARPDEV_NAME@)
Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarp_plugin_device.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#define ENABLE_@YARPDEV_NAME@ (@ENABLE_YARPDEV_NAME@)
Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarpdev_import.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#ifndef YARPDEV_IMPORTS
Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarpdev_lib.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

@YARP_CODE_PRE@
Expand Down
2 changes: 1 addition & 1 deletion conf/template/yarpdev_lib.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright: (C) 2009 RobotCub Consortium
* Author: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#ifndef YARPDEV_INCLUDE_@YARP_LIB_NAME@
Expand Down
2 changes: 1 addition & 1 deletion example/ace_check/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/ace_check/timers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# This is a small project to check if ace is working
PROJECT(timers)
Expand Down
2 changes: 1 addition & 1 deletion example/attachable/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/bottle/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/carrier/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/cuda/cuda_gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* Copyright (C) 2007 Giacomo Spigler
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion example/dev/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giacomo Spigler
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

cmake_minimum_required(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/dev/fake_motor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* Copyright (C) 2006 Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*
*/

Expand Down
2 changes: 1 addition & 1 deletion example/dev_check/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/baz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/baz/bazBot/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/baz/bazBot/bazbot.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* Copyright (C) 2007 Lorenzo Natale
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*
*/

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/baz/bazDevice/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/baz/bazDevice/bazdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* Copyright (C) 2007 Lorenzo Natale
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*
*/

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/foo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/foo/fooBot/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/foo/fooBot/foobot.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* Copyright (C) 2007 Lorenzo Natale
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*
*/

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/foo/fooDevice/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/externalmodules/foo/fooDevice/foodevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* Copyright (C) 2007 Lorenzo Natale
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*
*/

Expand Down
2 changes: 1 addition & 1 deletion example/framerate/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

# Make sure that YARP_DIR is set in your environment to wherever you
# compiled YARP.
Expand Down
2 changes: 1 addition & 1 deletion example/game/game_client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/game/game_clientmt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

PROJECT(clientmt)

Expand Down
2 changes: 1 addition & 1 deletion example/game/game_server/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/game/maze_maker/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/game/minimal_client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
2 changes: 1 addition & 1 deletion example/gtk/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: (C) 2009 RobotCub Consortium
# Author: Paul Fitzpatrick
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Expand Down
Loading

0 comments on commit a429adc

Please sign in to comment.