Skip to content

Commit 2e1fb44

Browse files
committed
Updated license headers for GITechDemo and Synesthesia3D
1 parent cf37f14 commit 2e1fb44

File tree

192 files changed

+263
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+263
-224
lines changed

GITechDemo/Build/build_data_win.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#=============================================================================
22
# This file is part of the "GITechDemo" application
3-
# Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
# Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
#
55
# File: build_data_win.py
66
# Author: Bogdan Iftode

GITechDemo/Build/build_project_win.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#=============================================================================
22
# This file is part of the "GITechDemo" application
3-
# Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
# Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
#
55
# File: build_project_win.py
66
# Author: Bogdan Iftode

GITechDemo/Build/build_tools_win.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#=============================================================================
22
# This file is part of the "GITechDemo" application
3-
# Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
# Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
#
55
# File: build_tools_win.py
66
# Author: Bogdan Iftode

GITechDemo/Build/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#=============================================================================
22
# This file is part of the "GITechDemo" application
3-
# Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
# Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
#
55
# File: utils.py
66
# Author: Bogdan Iftode

GITechDemo/Code/AppMain/Framework/App.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*=============================================================================
22
* This file is part of the "GITechDemo" application
3-
* Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
* Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
*
55
* File: App.h
66
* Author: Bogdan Iftode

GITechDemo/Code/AppMain/Framework/Framework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*=============================================================================
22
* This file is part of the "GITechDemo" application
3-
* Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
* Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
*
55
* File: Framework.h
66
* Author: Bogdan Iftode

GITechDemo/Code/AppMain/Framework/Timestamp.cpp

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*=============================================================================
2+
* This file is part of the "GITechDemo" application
3+
* Copyright (C) Iftode Bogdan-Marius <[email protected]>
4+
*
5+
* File: Timestamp.cpp
6+
* Author: Bogdan Iftode
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU General Public License
19+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
=============================================================================*/
21+
122
#include "stdafx.h"
223

324
#include "Timestamp.h"

GITechDemo/Code/AppMain/Framework/Timestamp.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*=============================================================================
2+
* This file is part of the "GITechDemo" application
3+
* Copyright (C) Iftode Bogdan-Marius <[email protected]>
4+
*
5+
* File: Timestamp.h
6+
* Author: Bogdan Iftode
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU General Public License for more details.
17+
*
18+
* You should have received a copy of the GNU General Public License
19+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
=============================================================================*/
21+
122
#ifndef TIMESTAMP_H_
223
#define TIMESTAMP_H_
324

GITechDemo/Code/AppMain/Framework/Windows/FrameworkWin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*=============================================================================
22
* This file is part of the "GITechDemo" application
3-
* Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
* Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
*
55
* File: FrameworkWin.cpp
66
* Author: Bogdan Iftode

GITechDemo/Code/AppMain/Framework/Windows/FrameworkWin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*=============================================================================
22
* This file is part of the "GITechDemo" application
3-
* Copyright (C) 2015 Iftode Bogdan-Marius <[email protected]>
3+
* Copyright (C) Iftode Bogdan-Marius <[email protected]>
44
*
55
* File: FrameworkWin.h
66
* Author: Bogdan Iftode

0 commit comments

Comments
 (0)