Skip to content
Snippets Groups Projects
Commit 6bfd8102 authored by Karsten Rink's avatar Karsten Rink
Browse files

added license information

parent 9042d5e1
No related branches found
No related tags found
No related merge requests found
/**
* \file FileListDialog.cpp
* 2012/04/04 KR Initial implementation
* \file FileListDialog.cpp
* \author Karsten Rink
* \date 2012-04-04
* \brief Implementation of FileListDialog class.
*
* \copyright
* Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "FileListDialog.h"
......
/**
* \file FileListDialog.h
* 2012/04/04 KR Initial implementation
* \file FileListDialog.h
* \author Karsten Rink
* \date 2012-04-04
* \brief Definition of FileListDialog class.
*
* \copyright
* Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#ifndef FILELISTDIALOG_H
......
/**
* \file OGSFileConverter.cpp
* 2012/04/04 KR Initial implementation
* \file OGSFileConverter.cpp
* \author Karsten Rink
* \date 2012-04-04
* \brief Implementation of OGSFileConverter class.
*
* \copyright
* Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#define BOOST_FILESYSTEM_VERSION 3
#include "OGSFileConverter.h"
......
/**
* \file OGSFileConverter.h
* 2012/04/04 KR Initial implementation
* \file OGSFileConverter.h
* \author Karsten Rink
* \date 2012-04-04
* \brief Definition of OGSFileConverter class.
*
* \copyright
* Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#ifndef OGSFILECONVERTER_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment