Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add licence
  • Loading branch information
NEDJIMAbelgacem committed Aug 2, 2020
1 parent 7f5c26c commit 9893975
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/3d/qgsskyboxentity.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgsskyboxentity.cpp
--------------------------------------
Date : August 2020
Copyright : (C) 2020 by Belgacem Nedjima
Email : gb uderscore nedjima at esi dot dz
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#include "qgsskyboxentity.h"

#include <Qt3DCore/QEntity>
Expand Down
15 changes: 15 additions & 0 deletions src/3d/qgsskyboxentity.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgsskyboxentity.h
--------------------------------------
Date : August 2020
Copyright : (C) 2020 by Belgacem Nedjima
Email : gb uderscore nedjima at esi dot dz
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#ifndef QGSSKYBOXENTITY_H
#define QGSSKYBOXENTITY_H

Expand Down
15 changes: 15 additions & 0 deletions src/3d/qgsskyboxsettings.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgsskyboxsettings.h
--------------------------------------
Date : August 2020
Copyright : (C) 2020 by Belgacem Nedjima
Email : gb uderscore nedjima at esi dot dz
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#ifndef QGSSKYBOXSETTINGS_H
#define QGSSKYBOXSETTINGS_H

Expand Down
15 changes: 15 additions & 0 deletions src/app/3d/qgsskyboxrenderingsettingswidget.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgsskyboxrenderingsettingswidget.cpp
--------------------------------------
Date : August 2020
Copyright : (C) 2020 by Belgacem Nedjima
Email : gb uderscore nedjima at esi dot dz
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#include "qgsskyboxrenderingsettingswidget.h"

#include <QCheckBox>
Expand Down
15 changes: 15 additions & 0 deletions src/app/3d/qgsskyboxrenderingsettingswidget.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgsskyboxrenderingsettingswidget.h
--------------------------------------
Date : August 2020
Copyright : (C) 2020 by Belgacem Nedjima
Email : gb uderscore nedjima at esi dot dz
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#ifndef SKYBOXRENDERINGSETTINGSWIDGET_H
#define SKYBOXRENDERINGSETTINGSWIDGET_H

Expand Down

0 comments on commit 9893975

Please sign in to comment.