Skip to content

Commit d9210a3

Browse files
committed
v0.6.4a: updated copyright
1 parent f36c0b1 commit d9210a3

File tree

804 files changed

+1676
-1652
lines changed

Some content is hidden

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

804 files changed

+1676
-1652
lines changed

SPD-classes/src/main/java/com/watabou/glscripts/Script.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/gltextures/Atlas.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/gltextures/BufferTexture.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/gltextures/SmartTexture.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/gltextures/TextureCache.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Attribute.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -21,11 +21,11 @@
2121

2222
package com.watabou.glwrap;
2323

24-
import java.nio.FloatBuffer;
25-
2624
import android.opengl.GLES20;
2725
import android.os.Build;
2826

27+
import java.nio.FloatBuffer;
28+
2929
public class Attribute {
3030

3131
private int location;

SPD-classes/src/main/java/com/watabou/glwrap/Blending.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Framebuffer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/FroyoGLES20Fix.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Matrix.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Program.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Quad.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Renderbuffer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/ScreenConfigChooser.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Shader.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Texture.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -21,14 +21,14 @@
2121

2222
package com.watabou.glwrap;
2323

24-
import java.nio.ByteBuffer;
25-
import java.nio.ByteOrder;
26-
import java.nio.IntBuffer;
27-
2824
import android.graphics.Bitmap;
2925
import android.opengl.GLES20;
3026
import android.opengl.GLUtils;
3127

28+
import java.nio.ByteBuffer;
29+
import java.nio.ByteOrder;
30+
import java.nio.IntBuffer;
31+
3232
public class Texture {
3333

3434
public static final int NEAREST = GLES20.GL_NEAREST;

SPD-classes/src/main/java/com/watabou/glwrap/Uniform.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/glwrap/Vertexbuffer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/input/Keys.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -21,11 +21,11 @@
2121

2222
package com.watabou.input;
2323

24-
import java.util.ArrayList;
24+
import android.view.KeyEvent;
2525

2626
import com.watabou.utils.Signal;
2727

28-
import android.view.KeyEvent;
28+
import java.util.ArrayList;
2929

3030
public class Keys {
3131

SPD-classes/src/main/java/com/watabou/input/Touchscreen.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/BitmapText.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/BitmapTextMultiline.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/Camera.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/ColorBlock.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/Game.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/Gizmo.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/Group.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/Image.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

SPD-classes/src/main/java/com/watabou/noosa/MovieClip.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* Pixel Dungeon
3-
* Copyright (C) 2012-2015 Oleg Dolya
3+
* Copyright (C) 2012-2015 Oleg Dolya
44
*
55
* Shattered Pixel Dungeon
6-
* Copyright (C) 2014-2017 Evan Debenham
6+
* Copyright (C) 2014-2018 Evan Debenham
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)