Skip to content

Commit 8c513c6

Browse files
committed
Added Creative Commons BY-SA 2.5 license to all source code.
1 parent 75781e6 commit 8c513c6

30 files changed

+272
-17
lines changed

IngressLogoGL/GLwindow.cpp

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
/* GLwindow.cpp
1+
/* Copyright (C) 2012 Karl Phillip Buhr <karlphillip@gmail.com>
22
*
3-
* Karl Phillip Buhr, 2012, 2013
4-
* karlphillip@gmail.com
5-
* http://stackoverflow.com/users/176769/karlphillip
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
66
*
7-
* Ingress logo with glowing effect, based on Nehe lesson 36.
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*
10+
*
11+
* Ingress logo with glowing effect, based on Nehe lesson 36.
812
*/
913
#include "GLwindow.h"
1014

IngressLogoGL/GLwindow.h

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
/* GLwindow.h
1+
/* Copyright (C) 2012 Karl Phillip Buhr <karlphillip@gmail.com>
22
*
3-
* Karl Phillip Buhr, 2012, 2013
4-
* karlphillip@gmail.com
5-
* http://stackoverflow.com/users/176769/karlphillip
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
66
*
7-
* Ingress logo with glowing effect, based on Nehe lesson 36.
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*
10+
*
11+
* Ingress logo with glowing effect, based on Nehe lesson 36.
812
*/
913
#pragma once
1014

IngressLogoGL/main.cpp

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
/* main.cpp
1+
/* Copyright (C) 2012 Karl Phillip Buhr <karlphillip@gmail.com>
22
*
3-
* Karl Phillip Buhr, 2012, 2013
4-
* karlphillip@gmail.com
5-
* http://stackoverflow.com/users/176769/karlphillip
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
66
*
7-
* Ingress logo with glowing effect, based on Nehe lesson 36.
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*
10+
*
11+
* Ingress logo with glowing effect, based on Nehe lesson 36.
812
*/
913
#include <QApplication>
1014
#include "GLwindow.h"

QtFPSvsTIMEAnimation/fps_anim.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Copyright (C) 2014 Karl Phillip Buhr <karlphillip@gmail.com>
2+
*
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
6+
*
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*/
110
#include "fps_anim.h"
211

312
#include <QTimer>

QtFPSvsTIMEAnimation/fps_anim.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Copyright (C) 2014 Karl Phillip Buhr <karlphillip@gmail.com>
2+
*
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
6+
*
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*/
110
#pragma once
211
#include "fps_canvas.h"
312

QtFPSvsTIMEAnimation/fps_canvas.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Copyright (C) 2014 Karl Phillip Buhr <karlphillip@gmail.com>
2+
*
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
6+
*
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*/
110
#include "fps_canvas.h"
211

312
#include <QPainter>

QtFPSvsTIMEAnimation/fps_canvas.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Copyright (C) 2014 Karl Phillip Buhr <karlphillip@gmail.com>
2+
*
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
6+
*
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*/
110
#pragma once
211
#include <QFrame>
312

QtFPSvsTIMEAnimation/time_anim.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Copyright (C) 2014 Karl Phillip Buhr <karlphillip@gmail.com>
2+
*
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
6+
*
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*/
110
#include "time_anim.h"
211

312
#include <qDebug>

QtFPSvsTIMEAnimation/time_anim.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Copyright (C) 2014 Karl Phillip Buhr <karlphillip@gmail.com>
2+
*
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
6+
*
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*/
110
#pragma once
211
#include "time_canvas.h"
312

QtFPSvsTIMEAnimation/time_anim_improved.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Copyright (C) 2014 Karl Phillip Buhr <karlphillip@gmail.com>
2+
*
3+
* This work is licensed under the Creative Commons Attribution-ShareAlike License.
4+
* To view a copy of this license, visit:
5+
* https://creativecommons.org/licenses/by-sa/2.5/legalcode
6+
*
7+
* Or to read the human-readable summary of the license:
8+
* https://creativecommons.org/licenses/by-sa/2.5/
9+
*/
110
#include "time_anim_improved.h"
211

312
#include <qDebug>

0 commit comments

Comments
 (0)