v0.6.4a: updated copyright

This commit is contained in:
Evan Debenham
2018-04-10 23:17:26 -04:00
parent f36c0b1b24
commit d9210a3a73
804 changed files with 1676 additions and 1652 deletions

View File

@@ -1,9 +1,9 @@
/*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2017 Evan Debenham
* Copyright (C) 2014-2018 Evan Debenham
*
* 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
@@ -21,11 +21,11 @@
package com.watabou.input;
import java.util.ArrayList;
import android.view.KeyEvent;
import com.watabou.utils.Signal;
import android.view.KeyEvent;
import java.util.ArrayList;
public class Keys {

View File

@@ -1,9 +1,9 @@
/*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2017 Evan Debenham
* Copyright (C) 2014-2018 Evan Debenham
*
* 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