From 684c2caacb1775c98db4fb82306b5893a0c824a3 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 12 Jun 2015 16:44:04 -0400 Subject: [PATCH] updated license information --- .../shatteredpixeldungeon/Assets.java | 5 ++++- .../shatteredpixeldungeon/Badges.java | 5 ++++- .../shatteredpixeldungeon/Bones.java | 5 ++++- .../shatteredpixeldungeon/Challenges.java | 5 ++++- .../shatteredpixeldungeon/Chrome.java | 5 ++++- .../shatteredpixeldungeon/Dungeon.java | 5 ++++- .../shatteredpixeldungeon/DungeonTilemap.java | 5 ++++- .../shatteredpixeldungeon/FogOfWar.java | 5 ++++- .../GamesInProgress.java | 5 ++++- .../shatteredpixeldungeon/Journal.java | 5 ++++- .../shatteredpixeldungeon/Preferences.java | 5 ++++- .../shatteredpixeldungeon/QuickSlot.java | 20 +++++++++++++++++++ .../shatteredpixeldungeon/Rankings.java | 5 ++++- .../ResultDescriptions.java | 5 ++++- .../ShatteredPixelDungeon.java | 5 ++++- .../shatteredpixeldungeon/Statistics.java | 5 ++++- .../shatteredpixeldungeon/actors/Actor.java | 5 ++++- .../shatteredpixeldungeon/actors/Char.java | 5 ++++- .../actors/blobs/Alchemy.java | 5 ++++- .../actors/blobs/Blob.java | 5 ++++- .../actors/blobs/ConfusionGas.java | 5 ++++- .../actors/blobs/Fire.java | 5 ++++- .../actors/blobs/Foliage.java | 5 ++++- .../actors/blobs/Freezing.java | 5 ++++- .../actors/blobs/GooWarn.java | 20 +++++++++++++++++++ .../actors/blobs/ParalyticGas.java | 5 ++++- .../actors/blobs/Regrowth.java | 5 ++++- .../actors/blobs/StenchGas.java | 20 +++++++++++++++++++ .../actors/blobs/ToxicGas.java | 5 ++++- .../actors/blobs/VenomGas.java | 20 +++++++++++++++++++ .../actors/blobs/WaterOfAwareness.java | 5 ++++- .../actors/blobs/WaterOfHealth.java | 5 ++++- .../actors/blobs/WaterOfTransmutation.java | 5 ++++- .../actors/blobs/Web.java | 5 ++++- .../actors/blobs/WellWater.java | 5 ++++- .../actors/buffs/Amok.java | 5 ++++- .../actors/buffs/Awareness.java | 5 ++++- .../actors/buffs/Barkskin.java | 5 ++++- .../actors/buffs/Bleeding.java | 5 ++++- .../actors/buffs/Bless.java | 20 +++++++++++++++++++ .../actors/buffs/Blindness.java | 5 ++++- .../actors/buffs/Buff.java | 5 ++++- .../actors/buffs/Burning.java | 5 ++++- .../actors/buffs/Charm.java | 5 ++++- .../actors/buffs/Chill.java | 20 +++++++++++++++++++ .../actors/buffs/Combo.java | 5 ++++- .../actors/buffs/Corruption.java | 20 +++++++++++++++++++ .../actors/buffs/Cripple.java | 5 ++++- .../actors/buffs/Drowsy.java | 5 ++++- .../actors/buffs/EarthImbue.java | 20 +++++++++++++++++++ .../actors/buffs/FireImbue.java | 20 +++++++++++++++++++ .../actors/buffs/FlavourBuff.java | 5 ++++- .../actors/buffs/Frost.java | 5 ++++- .../actors/buffs/Fury.java | 5 ++++- .../actors/buffs/GasesImmunity.java | 5 ++++- .../actors/buffs/Hunger.java | 5 ++++- .../actors/buffs/Invisibility.java | 5 ++++- .../actors/buffs/Levitation.java | 5 ++++- .../actors/buffs/Light.java | 5 ++++- .../actors/buffs/LockedFloor.java | 20 +++++++++++++++++++ .../actors/buffs/MagicalSleep.java | 5 ++++- .../actors/buffs/MindVision.java | 5 ++++- .../actors/buffs/Ooze.java | 5 ++++- .../actors/buffs/Paralysis.java | 5 ++++- .../actors/buffs/PinCushion.java | 20 +++++++++++++++++++ .../actors/buffs/Poison.java | 5 ++++- .../actors/buffs/Regeneration.java | 5 ++++- .../actors/buffs/Roots.java | 5 ++++- .../actors/buffs/Shadows.java | 5 ++++- .../actors/buffs/Sleep.java | 5 ++++- .../actors/buffs/Slow.java | 5 ++++- .../actors/buffs/SnipersMark.java | 5 ++++- .../actors/buffs/Speed.java | 5 ++++- .../actors/buffs/Terror.java | 5 ++++- .../actors/buffs/ToxicImbue.java | 20 +++++++++++++++++++ .../actors/buffs/Venom.java | 20 +++++++++++++++++++ .../actors/buffs/Vertigo.java | 2 +- .../actors/buffs/Weakness.java | 5 ++++- .../actors/hero/Belongings.java | 5 ++++- .../actors/hero/Hero.java | 5 ++++- .../actors/hero/HeroAction.java | 5 ++++- .../actors/hero/HeroClass.java | 5 ++++- .../actors/hero/HeroSubClass.java | 5 ++++- .../actors/mobs/Acidic.java | 5 ++++- .../actors/mobs/Albino.java | 5 ++++- .../actors/mobs/Bandit.java | 5 ++++- .../actors/mobs/Bat.java | 5 ++++- .../actors/mobs/Bee.java | 3 +++ .../actors/mobs/Bestiary.java | 5 ++++- .../actors/mobs/Brute.java | 5 ++++- .../actors/mobs/Crab.java | 5 ++++- .../actors/mobs/DM300.java | 5 ++++- .../actors/mobs/Elemental.java | 5 ++++- .../actors/mobs/Eye.java | 5 ++++- .../actors/mobs/Gnoll.java | 5 ++++- .../actors/mobs/Golem.java | 5 ++++- .../actors/mobs/Goo.java | 5 ++++- .../actors/mobs/King.java | 5 ++++- .../actors/mobs/Mimic.java | 3 +++ .../actors/mobs/Mob.java | 5 ++++- .../actors/mobs/Monk.java | 5 ++++- .../actors/mobs/Piranha.java | 5 ++++- .../actors/mobs/Rat.java | 5 ++++- .../actors/mobs/Scorpio.java | 5 ++++- .../actors/mobs/Senior.java | 5 ++++- .../actors/mobs/Shaman.java | 5 ++++- .../actors/mobs/Shielded.java | 5 ++++- .../actors/mobs/Skeleton.java | 5 ++++- .../actors/mobs/Spinner.java | 5 ++++- .../actors/mobs/Statue.java | 5 ++++- .../actors/mobs/Succubus.java | 5 ++++- .../actors/mobs/Swarm.java | 5 ++++- .../actors/mobs/Tengu.java | 5 ++++- .../actors/mobs/Thief.java | 5 ++++- .../actors/mobs/Warlock.java | 5 ++++- .../actors/mobs/Wraith.java | 5 ++++- .../actors/mobs/Yog.java | 5 ++++- .../actors/mobs/npcs/Blacksmith.java | 5 ++++- .../actors/mobs/npcs/Ghost.java | 5 ++++- .../actors/mobs/npcs/Imp.java | 5 ++++- .../actors/mobs/npcs/ImpShopkeeper.java | 5 ++++- .../actors/mobs/npcs/MirrorImage.java | 5 ++++- .../actors/mobs/npcs/NPC.java | 5 ++++- .../actors/mobs/npcs/RatKing.java | 5 ++++- .../actors/mobs/npcs/Sheep.java | 20 +++++++++++++++++++ .../actors/mobs/npcs/Shopkeeper.java | 5 ++++- .../actors/mobs/npcs/Wandmaker.java | 5 ++++- .../effects/BadgeBanner.java | 5 ++++- .../effects/BannerSprites.java | 5 ++++- .../shatteredpixeldungeon/effects/Beam.java | 5 ++++- .../effects/BlobEmitter.java | 5 ++++- .../effects/CellEmitter.java | 5 ++++- .../shatteredpixeldungeon/effects/Chains.java | 20 +++++++++++++++++++ .../effects/CheckedCell.java | 5 ++++- .../effects/DarkBlock.java | 20 +++++++++++++++++++ .../effects/Degradation.java | 3 +++ .../effects/Effects.java | 5 ++++- .../effects/EmoIcon.java | 5 ++++- .../effects/Fireball.java | 5 ++++- .../shatteredpixeldungeon/effects/Flare.java | 5 ++++- .../effects/FloatingText.java | 5 ++++- .../shatteredpixeldungeon/effects/Halo.java | 5 ++++- .../effects/IceBlock.java | 5 ++++- .../effects/Identification.java | 5 ++++- .../effects/Lightning.java | 5 ++++- .../effects/MagicMissile.java | 5 ++++- .../effects/Pushing.java | 5 ++++- .../shatteredpixeldungeon/effects/Ripple.java | 5 ++++- .../effects/ShadowBox.java | 3 +++ .../shatteredpixeldungeon/effects/Speck.java | 5 ++++- .../effects/SpellSprite.java | 5 ++++- .../shatteredpixeldungeon/effects/Splash.java | 5 ++++- .../effects/Surprise.java | 20 +++++++++++++++++++ .../effects/TorchHalo.java | 5 ++++- .../shatteredpixeldungeon/effects/Wound.java | 5 ++++- .../effects/particles/BlastParticle.java | 3 +++ .../effects/particles/BloodParticle.java | 5 ++++- .../effects/particles/EarthParticle.java | 5 ++++- .../effects/particles/ElmoParticle.java | 5 ++++- .../effects/particles/EnergyParticle.java | 5 ++++- .../effects/particles/FlameParticle.java | 5 ++++- .../effects/particles/FlowParticle.java | 5 ++++- .../effects/particles/LeafParticle.java | 5 ++++- .../effects/particles/PoisonParticle.java | 5 ++++- .../effects/particles/PurpleParticle.java | 5 ++++- .../effects/particles/RainbowParticle.java | 20 +++++++++++++++++++ .../effects/particles/ShadowParticle.java | 5 ++++- .../effects/particles/ShaftParticle.java | 5 ++++- .../effects/particles/SmokeParticle.java | 3 +++ .../effects/particles/SnowParticle.java | 5 ++++- .../effects/particles/SparkParticle.java | 5 ++++- .../effects/particles/WebParticle.java | 5 ++++- .../effects/particles/WindParticle.java | 5 ++++- .../effects/particles/WoolParticle.java | 5 ++++- .../shatteredpixeldungeon/items/Amulet.java | 5 ++++- .../shatteredpixeldungeon/items/Ankh.java | 5 ++++- .../shatteredpixeldungeon/items/ArmorKit.java | 5 ++++- .../shatteredpixeldungeon/items/Bomb.java | 3 +++ .../shatteredpixeldungeon/items/DewVial.java | 5 ++++- .../shatteredpixeldungeon/items/Dewdrop.java | 5 ++++- .../items/EquipableItem.java | 5 ++++- .../items/Generator.java | 5 ++++- .../shatteredpixeldungeon/items/Gold.java | 5 ++++- .../shatteredpixeldungeon/items/Heap.java | 5 ++++- .../shatteredpixeldungeon/items/Honeypot.java | 3 +++ .../shatteredpixeldungeon/items/Item.java | 5 ++++- .../items/ItemStatusHandler.java | 5 ++++- .../items/KindOfWeapon.java | 5 ++++- .../items/KindofMisc.java | 20 +++++++++++++++++++ .../items/MerchantsBeacon.java | 20 +++++++++++++++++++ .../shatteredpixeldungeon/items/Stylus.java | 5 ++++- .../items/TomeOfMastery.java | 5 ++++- .../shatteredpixeldungeon/items/Torch.java | 5 ++++- .../items/Weightstone.java | 5 ++++- .../items/armor/Armor.java | 5 ++++- .../items/armor/ClassArmor.java | 5 ++++- .../items/armor/ClothArmor.java | 5 ++++- .../items/armor/HuntressArmor.java | 5 ++++- .../items/armor/LeatherArmor.java | 5 ++++- .../items/armor/MageArmor.java | 5 ++++- .../items/armor/MailArmor.java | 5 ++++- .../items/armor/PlateArmor.java | 5 ++++- .../items/armor/RogueArmor.java | 5 ++++- .../items/armor/ScaleArmor.java | 5 ++++- .../items/armor/WarriorArmor.java | 5 ++++- .../items/armor/glyphs/Affection.java | 5 ++++- .../items/armor/glyphs/AntiEntropy.java | 5 ++++- .../items/armor/glyphs/Bounce.java | 5 ++++- .../items/armor/glyphs/Displacement.java | 5 ++++- .../items/armor/glyphs/Entanglement.java | 5 ++++- .../items/armor/glyphs/Metabolism.java | 5 ++++- .../items/armor/glyphs/Multiplicity.java | 5 ++++- .../items/armor/glyphs/Potential.java | 5 ++++- .../items/armor/glyphs/Stench.java | 5 ++++- .../items/armor/glyphs/Viscosity.java | 5 ++++- .../items/artifacts/AlchemistsToolkit.java | 20 +++++++++++++++++++ .../items/artifacts/Artifact.java | 20 +++++++++++++++++++ .../items/artifacts/CapeOfThorns.java | 20 +++++++++++++++++++ .../items/artifacts/ChaliceOfBlood.java | 20 +++++++++++++++++++ .../items/artifacts/CloakOfShadows.java | 20 +++++++++++++++++++ .../items/artifacts/DriedRose.java | 20 +++++++++++++++++++ .../items/artifacts/EtherealChains.java | 20 +++++++++++++++++++ .../items/artifacts/HornOfPlenty.java | 20 +++++++++++++++++++ .../items/artifacts/LloydsBeacon.java | 5 ++++- .../items/artifacts/MasterThievesArmband.java | 20 +++++++++++++++++++ .../items/artifacts/SandalsOfNature.java | 20 +++++++++++++++++++ .../items/artifacts/TalismanOfForesight.java | 20 +++++++++++++++++++ .../items/artifacts/TimekeepersHourglass.java | 20 +++++++++++++++++++ .../items/artifacts/UnstableSpellbook.java | 20 +++++++++++++++++++ .../shatteredpixeldungeon/items/bags/Bag.java | 5 ++++- .../items/bags/PotionBandolier.java | 20 +++++++++++++++++++ .../items/bags/ScrollHolder.java | 5 ++++- .../items/bags/SeedPouch.java | 5 ++++- .../items/bags/WandHolster.java | 5 ++++- .../items/food/Blandfruit.java | 20 +++++++++++++++++++ .../items/food/ChargrilledMeat.java | 5 ++++- .../items/food/Food.java | 5 ++++- .../items/food/FrozenCarpaccio.java | 5 ++++- .../items/food/MysteryMeat.java | 5 ++++- .../items/food/OverpricedRation.java | 5 ++++- .../items/food/Pasty.java | 5 ++++- .../items/keys/GoldenKey.java | 5 ++++- .../items/keys/IronKey.java | 5 ++++- .../shatteredpixeldungeon/items/keys/Key.java | 5 ++++- .../items/keys/SkeletonKey.java | 5 ++++- .../items/potions/Potion.java | 5 ++++- .../items/potions/PotionOfExperience.java | 5 ++++- .../items/potions/PotionOfFrost.java | 5 ++++- .../items/potions/PotionOfHealing.java | 5 ++++- .../items/potions/PotionOfInvisibility.java | 5 ++++- .../items/potions/PotionOfLevitation.java | 5 ++++- .../items/potions/PotionOfLiquidFlame.java | 5 ++++- .../items/potions/PotionOfMight.java | 5 ++++- .../items/potions/PotionOfMindVision.java | 5 ++++- .../items/potions/PotionOfParalyticGas.java | 5 ++++- .../items/potions/PotionOfPurity.java | 5 ++++- .../items/potions/PotionOfStrength.java | 5 ++++- .../items/potions/PotionOfToxicGas.java | 5 ++++- .../items/quest/CorpseDust.java | 5 ++++- .../items/quest/DarkGold.java | 5 ++++- .../items/quest/DwarfToken.java | 5 ++++- .../items/quest/Pickaxe.java | 5 ++++- .../items/quest/RatSkull.java | 5 ++++- .../items/rings/Ring.java | 5 ++++- .../items/rings/RingOfAccuracy.java | 5 ++++- .../items/rings/RingOfElements.java | 5 ++++- .../items/rings/RingOfEvasion.java | 5 ++++- .../items/rings/RingOfForce.java | 20 +++++++++++++++++++ .../items/rings/RingOfFuror.java | 20 +++++++++++++++++++ .../items/rings/RingOfHaste.java | 5 ++++- .../items/rings/RingOfMagic.java | 5 ++++- .../items/rings/RingOfMight.java | 20 +++++++++++++++++++ .../items/rings/RingOfSharpshooting.java | 20 +++++++++++++++++++ .../items/rings/RingOfTenacity.java | 20 +++++++++++++++++++ .../items/rings/RingOfWealth.java | 20 +++++++++++++++++++ .../items/scrolls/InventoryScroll.java | 5 ++++- .../items/scrolls/Scroll.java | 5 ++++- .../items/scrolls/ScrollOfIdentify.java | 5 ++++- .../items/scrolls/ScrollOfLullaby.java | 5 ++++- .../items/scrolls/ScrollOfMagicMapping.java | 5 ++++- .../scrolls/ScrollOfMagicalInfusion.java | 5 ++++- .../items/scrolls/ScrollOfMirrorImage.java | 5 ++++- .../items/scrolls/ScrollOfPsionicBlast.java | 5 ++++- .../items/scrolls/ScrollOfRage.java | 5 ++++- .../items/scrolls/ScrollOfRecharging.java | 5 ++++- .../items/scrolls/ScrollOfRemoveCurse.java | 5 ++++- .../items/scrolls/ScrollOfTeleportation.java | 5 ++++- .../items/scrolls/ScrollOfTerror.java | 5 ++++- .../items/scrolls/ScrollOfUpgrade.java | 5 ++++- .../items/wands/CursedWand.java | 20 +++++++++++++++++++ .../items/wands/Wand.java | 5 ++++- .../items/wands/WandOfBlastWave.java | 20 +++++++++++++++++++ .../items/wands/WandOfCorruption.java | 20 +++++++++++++++++++ .../items/wands/WandOfDisintegration.java | 5 ++++- .../items/wands/WandOfFireblast.java | 5 ++++- .../items/wands/WandOfFrost.java | 20 +++++++++++++++++++ .../items/wands/WandOfLightning.java | 5 ++++- .../items/wands/WandOfMagicMissile.java | 5 ++++- .../items/wands/WandOfPrismaticLight.java | 20 +++++++++++++++++++ .../items/wands/WandOfRegrowth.java | 5 ++++- .../items/wands/WandOfTransfusion.java | 20 +++++++++++++++++++ .../items/wands/WandOfVenom.java | 20 +++++++++++++++++++ .../items/weapon/Weapon.java | 5 ++++- .../items/weapon/enchantments/Death.java | 5 ++++- .../items/weapon/enchantments/Fire.java | 5 ++++- .../items/weapon/enchantments/Horror.java | 5 ++++- .../weapon/enchantments/Instability.java | 5 ++++- .../items/weapon/enchantments/Leech.java | 5 ++++- .../items/weapon/enchantments/Luck.java | 5 ++++- .../items/weapon/enchantments/Paralysis.java | 5 ++++- .../items/weapon/enchantments/Poison.java | 5 ++++- .../items/weapon/enchantments/Shock.java | 3 +++ .../items/weapon/enchantments/Slow.java | 5 ++++- .../items/weapon/melee/BattleAxe.java | 5 ++++- .../items/weapon/melee/Dagger.java | 5 ++++- .../items/weapon/melee/Glaive.java | 5 ++++- .../items/weapon/melee/Knuckles.java | 5 ++++- .../items/weapon/melee/Longsword.java | 5 ++++- .../items/weapon/melee/Mace.java | 5 ++++- .../items/weapon/melee/MagesStaff.java | 20 +++++++++++++++++++ .../items/weapon/melee/MeleeWeapon.java | 5 ++++- .../items/weapon/melee/Quarterstaff.java | 5 ++++- .../items/weapon/melee/ShortSword.java | 5 ++++- .../items/weapon/melee/Spear.java | 5 ++++- .../items/weapon/melee/Sword.java | 5 ++++- .../items/weapon/melee/WarHammer.java | 5 ++++- .../items/weapon/missiles/Boomerang.java | 5 ++++- .../items/weapon/missiles/CurareDart.java | 5 ++++- .../items/weapon/missiles/Dart.java | 5 ++++- .../items/weapon/missiles/IncendiaryDart.java | 5 ++++- .../items/weapon/missiles/Javelin.java | 5 ++++- .../items/weapon/missiles/MissileWeapon.java | 5 ++++- .../items/weapon/missiles/Shuriken.java | 5 ++++- .../items/weapon/missiles/Tamahawk.java | 5 ++++- .../levels/CavesBossLevel.java | 5 ++++- .../levels/CavesLevel.java | 5 ++++- .../levels/CityBossLevel.java | 5 ++++- .../levels/CityLevel.java | 5 ++++- .../levels/DeadEndLevel.java | 5 ++++- .../levels/HallsBossLevel.java | 5 ++++- .../levels/HallsLevel.java | 5 ++++- .../levels/LastLevel.java | 5 ++++- .../levels/LastShopLevel.java | 5 ++++- .../shatteredpixeldungeon/levels/Level.java | 5 ++++- .../shatteredpixeldungeon/levels/Patch.java | 5 ++++- .../levels/PrisonBossLevel.java | 5 ++++- .../levels/PrisonLevel.java | 5 ++++- .../levels/RegularLevel.java | 5 ++++- .../shatteredpixeldungeon/levels/Room.java | 5 ++++- .../levels/SewerBossLevel.java | 5 ++++- .../levels/SewerLevel.java | 5 ++++- .../shatteredpixeldungeon/levels/Terrain.java | 5 ++++- .../levels/features/AlchemyPot.java | 5 ++++- .../levels/features/Chasm.java | 5 ++++- .../levels/features/Door.java | 5 ++++- .../levels/features/HighGrass.java | 5 ++++- .../levels/features/Sign.java | 3 +++ .../levels/painters/ArmoryPainter.java | 5 ++++- .../levels/painters/BlacksmithPainter.java | 5 ++++- .../levels/painters/BossExitPainter.java | 5 ++++- .../levels/painters/CryptPainter.java | 5 ++++- .../levels/painters/EntrancePainter.java | 5 ++++- .../levels/painters/ExitPainter.java | 5 ++++- .../levels/painters/GardenPainter.java | 5 ++++- .../levels/painters/LaboratoryPainter.java | 5 ++++- .../levels/painters/LibraryPainter.java | 5 ++++- .../levels/painters/MagicWellPainter.java | 5 ++++- .../levels/painters/Painter.java | 5 ++++- .../levels/painters/PassagePainter.java | 5 ++++- .../levels/painters/PitPainter.java | 5 ++++- .../levels/painters/PoolPainter.java | 5 ++++- .../levels/painters/RatKingPainter.java | 5 ++++- .../levels/painters/ShopPainter.java | 5 ++++- .../levels/painters/StandardPainter.java | 5 ++++- .../levels/painters/StatuePainter.java | 5 ++++- .../levels/painters/StoragePainter.java | 5 ++++- .../levels/painters/TrapsPainter.java | 5 ++++- .../levels/painters/TreasuryPainter.java | 5 ++++- .../levels/painters/TunnelPainter.java | 5 ++++- .../levels/painters/VaultPainter.java | 5 ++++- .../levels/painters/WeakFloorPainter.java | 5 ++++- .../levels/traps/AlarmTrap.java | 5 ++++- .../levels/traps/FireTrap.java | 5 ++++- .../levels/traps/GrippingTrap.java | 5 ++++- .../levels/traps/LightningTrap.java | 5 ++++- .../levels/traps/ParalyticTrap.java | 5 ++++- .../levels/traps/PoisonTrap.java | 5 ++++- .../levels/traps/SummoningTrap.java | 5 ++++- .../levels/traps/ToxicTrap.java | 5 ++++- .../levels/traps/Trap.java | 20 +++++++++++++++++++ .../mechanics/ShadowCaster.java | 5 ++++- .../plants/BlandfruitBush.java | 20 +++++++++++++++++++ .../plants/Blindweed.java | 5 ++++- .../plants/Dreamfoil.java | 5 ++++- .../plants/Earthroot.java | 5 ++++- .../plants/Fadeleaf.java | 5 ++++- .../plants/Firebloom.java | 5 ++++- .../shatteredpixeldungeon/plants/Icecap.java | 5 ++++- .../shatteredpixeldungeon/plants/Plant.java | 5 ++++- .../plants/Sorrowmoss.java | 5 ++++- .../plants/Starflower.java | 20 +++++++++++++++++++ .../plants/Stormvine.java | 20 +++++++++++++++++++ .../plants/Sungrass.java | 5 ++++- .../scenes/AboutScene.java | 5 ++++- .../scenes/AmuletScene.java | 5 ++++- .../scenes/BadgesScene.java | 5 ++++- .../scenes/CellSelector.java | 5 ++++- .../scenes/GameScene.java | 5 ++++- .../scenes/InterlevelScene.java | 5 ++++- .../scenes/IntroScene.java | 5 ++++- .../scenes/PixelScene.java | 5 ++++- .../scenes/RankingsScene.java | 5 ++++- .../scenes/StartScene.java | 5 ++++- .../scenes/SurfaceScene.java | 5 ++++- .../scenes/TitleScene.java | 5 ++++- .../scenes/WelcomeScene.java | 20 +++++++++++++++++++ .../sprites/AcidicSprite.java | 5 ++++- .../sprites/AlbinoSprite.java | 5 ++++- .../sprites/BanditSprite.java | 5 ++++- .../sprites/BatSprite.java | 5 ++++- .../sprites/BeeSprite.java | 3 +++ .../sprites/BlacksmithSprite.java | 5 ++++- .../sprites/BruteSprite.java | 5 ++++- .../sprites/BurningFistSprite.java | 5 ++++- .../sprites/CharSprite.java | 5 ++++- .../sprites/CrabSprite.java | 5 ++++- .../sprites/DM300Sprite.java | 5 ++++- .../sprites/DiscardedItemSprite.java | 5 ++++- .../sprites/ElementalSprite.java | 5 ++++- .../sprites/EyeSprite.java | 5 ++++- .../sprites/FetidRatSprite.java | 5 ++++- .../sprites/GhostSprite.java | 5 ++++- .../sprites/GnollSprite.java | 5 ++++- .../sprites/GnollTricksterSprite.java | 20 +++++++++++++++++++ .../sprites/GolemSprite.java | 5 ++++- .../sprites/GooSprite.java | 5 ++++- .../sprites/GreatCrabSprite.java | 20 +++++++++++++++++++ .../sprites/HeroSprite.java | 5 ++++- .../sprites/ImpSprite.java | 5 ++++- .../sprites/ItemSprite.java | 5 ++++- .../sprites/ItemSpriteSheet.java | 5 ++++- .../sprites/KingSprite.java | 5 ++++- .../sprites/LarvaSprite.java | 5 ++++- .../sprites/MimicSprite.java | 3 +++ .../sprites/MirrorSprite.java | 5 ++++- .../sprites/MissileSprite.java | 5 ++++- .../sprites/MobSprite.java | 5 ++++- .../sprites/MonkSprite.java | 5 ++++- .../sprites/PiranhaSprite.java | 5 ++++- .../sprites/PlantSprite.java | 5 ++++- .../sprites/RatKingSprite.java | 5 ++++- .../sprites/RatSprite.java | 5 ++++- .../sprites/RottingFistSprite.java | 5 ++++- .../sprites/ScorpioSprite.java | 5 ++++- .../sprites/SeniorSprite.java | 5 ++++- .../sprites/ShamanSprite.java | 5 ++++- .../sprites/SheepSprite.java | 5 ++++- .../sprites/ShieldedSprite.java | 5 ++++- .../sprites/ShopkeeperSprite.java | 5 ++++- .../sprites/SkeletonSprite.java | 5 ++++- .../sprites/SpinnerSprite.java | 5 ++++- .../sprites/StatueSprite.java | 5 ++++- .../sprites/SuccubusSprite.java | 5 ++++- .../sprites/SwarmSprite.java | 5 ++++- .../sprites/TenguSprite.java | 5 ++++- .../sprites/ThiefSprite.java | 5 ++++- .../sprites/TrapSprite.java | 20 +++++++++++++++++++ .../sprites/UndeadSprite.java | 5 ++++- .../sprites/WandmakerSprite.java | 5 ++++- .../sprites/WarlockSprite.java | 5 ++++- .../sprites/WraithSprite.java | 5 ++++- .../sprites/YogSprite.java | 5 ++++- .../shatteredpixeldungeon/ui/Archs.java | 5 ++++- .../ui/AttackIndicator.java | 5 ++++- .../shatteredpixeldungeon/ui/BadgesList.java | 5 ++++- .../shatteredpixeldungeon/ui/Banner.java | 5 ++++- .../ui/BuffIndicator.java | 5 ++++- .../ui/BusyIndicator.java | 5 ++++- .../shatteredpixeldungeon/ui/CheckBox.java | 5 ++++- .../shatteredpixeldungeon/ui/Compass.java | 5 ++++- .../ui/DangerIndicator.java | 5 ++++- .../shatteredpixeldungeon/ui/ExitButton.java | 5 ++++- .../shatteredpixeldungeon/ui/GameLog.java | 5 ++++- .../ui/GoldIndicator.java | 5 ++++- .../shatteredpixeldungeon/ui/HealthBar.java | 3 +++ .../ui/HealthIndicator.java | 5 ++++- .../shatteredpixeldungeon/ui/Icons.java | 5 ++++- .../shatteredpixeldungeon/ui/ItemSlot.java | 5 ++++- .../ui/LootIndicator.java | 5 ++++- .../shatteredpixeldungeon/ui/PrefsButton.java | 5 ++++- .../ui/QuickSlotButton.java | 5 ++++- .../shatteredpixeldungeon/ui/RedButton.java | 5 ++++- .../ui/ResumeIndicator.java | 20 +++++++++++++++++++ .../shatteredpixeldungeon/ui/ScrollPane.java | 5 ++++- .../ui/SimpleButton.java | 5 ++++- .../shatteredpixeldungeon/ui/StatusPane.java | 5 ++++- .../shatteredpixeldungeon/ui/Tag.java | 5 ++++- .../shatteredpixeldungeon/ui/Toast.java | 5 ++++- .../shatteredpixeldungeon/ui/Toolbar.java | 5 ++++- .../shatteredpixeldungeon/ui/Window.java | 5 ++++- .../shatteredpixeldungeon/utils/BArray.java | 5 ++++- .../shatteredpixeldungeon/utils/GLog.java | 5 ++++- .../shatteredpixeldungeon/utils/Utils.java | 5 ++++- .../windows/IconTitle.java | 5 ++++- .../windows/WndBadge.java | 5 ++++- .../shatteredpixeldungeon/windows/WndBag.java | 5 ++++- .../windows/WndBlacksmith.java | 5 ++++- .../windows/WndCatalogus.java | 5 ++++- .../windows/WndChallenges.java | 5 ++++- .../windows/WndChooseWay.java | 5 ++++- .../windows/WndClass.java | 5 ++++- .../windows/WndError.java | 5 ++++- .../windows/WndGame.java | 5 ++++- .../windows/WndHero.java | 5 ++++- .../shatteredpixeldungeon/windows/WndImp.java | 5 ++++- .../windows/WndInfoBuff.java | 20 +++++++++++++++++++ .../windows/WndInfoCell.java | 5 ++++- .../windows/WndInfoItem.java | 5 ++++- .../windows/WndInfoMob.java | 5 ++++- .../windows/WndInfoPlant.java | 5 ++++- .../windows/WndInfoTrap.java | 20 +++++++++++++++++++ .../windows/WndItem.java | 5 ++++- .../windows/WndJournal.java | 5 ++++- .../windows/WndList.java | 5 ++++- .../windows/WndMessage.java | 5 ++++- .../windows/WndOptions.java | 5 ++++- .../windows/WndQuest.java | 5 ++++- .../windows/WndRanking.java | 5 ++++- .../windows/WndResurrect.java | 5 ++++- .../windows/WndSadGhost.java | 5 ++++- .../windows/WndSettings.java | 5 ++++- .../windows/WndStory.java | 5 ++++- .../windows/WndTabbed.java | 5 ++++- .../windows/WndTitledMessage.java | 5 ++++- .../windows/WndTradeItem.java | 5 ++++- .../windows/WndWandmaker.java | 5 ++++- 536 files changed, 3088 insertions(+), 463 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Assets.java b/src/com/shatteredpixel/shatteredpixeldungeon/Assets.java index 25687a7fb..de53fbb3d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Assets.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Assets.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java b/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java index a4ffb8dfb..2c06ddd09 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java b/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java index 60932b9f1..945d3d1f2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Challenges.java b/src/com/shatteredpixel/shatteredpixeldungeon/Challenges.java index 431967fcb..dd128e0d2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Challenges.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Challenges.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Chrome.java b/src/com/shatteredpixel/shatteredpixeldungeon/Chrome.java index 4bdb06a85..097b04129 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Chrome.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Chrome.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java b/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java index 4136c0349..3058f067f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Dungeon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/DungeonTilemap.java b/src/com/shatteredpixel/shatteredpixeldungeon/DungeonTilemap.java index 5c945f93b..61d805f0e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/DungeonTilemap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/DungeonTilemap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/FogOfWar.java b/src/com/shatteredpixel/shatteredpixeldungeon/FogOfWar.java index cb5cda28c..fcef74ca2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/FogOfWar.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/FogOfWar.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/GamesInProgress.java b/src/com/shatteredpixel/shatteredpixeldungeon/GamesInProgress.java index 1bb4c71c3..34b5d9226 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/GamesInProgress.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/GamesInProgress.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Journal.java b/src/com/shatteredpixel/shatteredpixeldungeon/Journal.java index 1db17cc1b..c9392ef8f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Journal.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Journal.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Preferences.java b/src/com/shatteredpixel/shatteredpixeldungeon/Preferences.java index 574d2acd4..73cb2928a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Preferences.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Preferences.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/QuickSlot.java b/src/com/shatteredpixel/shatteredpixeldungeon/QuickSlot.java index 7969954da..9e98d1d51 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/QuickSlot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/QuickSlot.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon; import com.shatteredpixel.shatteredpixeldungeon.items.Item; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Rankings.java b/src/com/shatteredpixel/shatteredpixeldungeon/Rankings.java index 78b2e4984..0a1aecd0a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Rankings.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Rankings.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java b/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java index ce2f90728..f417ab2ca 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java b/src/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java index 14b80a562..f1bed5147 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Statistics.java b/src/com/shatteredpixel/shatteredpixeldungeon/Statistics.java index 8df847f28..59e4c8045 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Statistics.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Statistics.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/Actor.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/Actor.java index a8a1a6591..ae5730941 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/Actor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/Actor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/Char.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/Char.java index c1fced893..4f19161bb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/Char.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/Char.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Alchemy.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Alchemy.java index 3b659693b..c7051cefe 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Alchemy.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Alchemy.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Blob.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Blob.java index 7c911136f..0c21abbf9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Blob.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Blob.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ConfusionGas.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ConfusionGas.java index ad08746b2..84694bf9c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ConfusionGas.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ConfusionGas.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Fire.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Fire.java index 8b2cd6ac6..90c18e816 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Fire.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Fire.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Foliage.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Foliage.java index 9221cef35..9ae3a7ef0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Foliage.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Foliage.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Freezing.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Freezing.java index 7c548ff0d..443198bbc 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Freezing.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Freezing.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java index f7d716302..3954ae17a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.blobs; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ParalyticGas.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ParalyticGas.java index ce88b497c..ae043c084 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ParalyticGas.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ParalyticGas.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Regrowth.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Regrowth.java index e009d3140..b982b3908 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Regrowth.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Regrowth.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/StenchGas.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/StenchGas.java index 2a76b92e3..f3854377f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/StenchGas.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/StenchGas.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.blobs; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ToxicGas.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ToxicGas.java index 5568ab1ad..0afb0e849 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ToxicGas.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ToxicGas.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/VenomGas.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/VenomGas.java index fe0c22daf..6632ab1fe 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/VenomGas.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/VenomGas.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.blobs; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfAwareness.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfAwareness.java index 18a2b0686..94130dd6c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfAwareness.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfAwareness.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfHealth.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfHealth.java index 11da20dc0..70aba6c8c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfHealth.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfHealth.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfTransmutation.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfTransmutation.java index 012a9b1c1..20d662bd6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfTransmutation.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WaterOfTransmutation.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Web.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Web.java index cc2b33c61..6fffd87e3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Web.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/Web.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WellWater.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WellWater.java index 1c70f5d35..887ebe94b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WellWater.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/WellWater.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Amok.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Amok.java index 91b34b3f7..a4c974317 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Amok.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Amok.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Awareness.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Awareness.java index 912a3aea7..698f916ca 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Awareness.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Awareness.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Barkskin.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Barkskin.java index 1bafa8d05..eed0789b0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Barkskin.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Barkskin.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bleeding.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bleeding.java index a47745455..09097f1e3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bleeding.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bleeding.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bless.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bless.java index 353193541..d33975518 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bless.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Bless.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Blindness.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Blindness.java index 97d819012..68d3a4e7e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Blindness.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Blindness.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Buff.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Buff.java index e8c7e6007..68a93ed3c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Buff.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Buff.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java index 07a7d9afc..ba93293b4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Charm.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Charm.java index 205fcdf2a..826a4cf8c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Charm.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Charm.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Chill.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Chill.java index d01b07bda..7a6e73d71 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Chill.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Chill.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java index 0fa9f3d6e..0e9eea819 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Combo.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Corruption.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Corruption.java index 8dcfad61a..55ae73fad 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Corruption.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Corruption.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.sprites.CharSprite; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Cripple.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Cripple.java index cef107865..c9d5a574b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Cripple.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Cripple.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Drowsy.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Drowsy.java index cf177f84b..5b73184f2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Drowsy.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Drowsy.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/EarthImbue.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/EarthImbue.java index 7e95812e1..4c53b58e0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/EarthImbue.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/EarthImbue.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FireImbue.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FireImbue.java index a2d99f8d9..3d17762fc 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FireImbue.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FireImbue.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FlavourBuff.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FlavourBuff.java index 1a8d9f31a..90598c379 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FlavourBuff.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/FlavourBuff.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Frost.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Frost.java index 11a4ea231..27887a35c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Frost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Frost.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java index f8a81e9b9..e4375b512 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Fury.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/GasesImmunity.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/GasesImmunity.java index 0856a84f6..27c14fba2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/GasesImmunity.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/GasesImmunity.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Hunger.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Hunger.java index 51098cc99..27c44024f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Hunger.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Hunger.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Invisibility.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Invisibility.java index 3b63f0646..5a01bfdc2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Invisibility.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Invisibility.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Levitation.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Levitation.java index 16ee789c7..24e01b8e9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Levitation.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Levitation.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Light.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Light.java index 1863c43e4..4c2bc2603 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Light.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Light.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/LockedFloor.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/LockedFloor.java index 9f2fe1228..634d08b38 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/LockedFloor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/LockedFloor.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MagicalSleep.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MagicalSleep.java index 8c897ade7..af2a191ab 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MagicalSleep.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MagicalSleep.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MindVision.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MindVision.java index 5b19a2099..0a38a94d9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MindVision.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MindVision.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Ooze.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Ooze.java index 6e2e771f0..569b7f9bd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Ooze.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Ooze.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Paralysis.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Paralysis.java index f2c62130a..05237787e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Paralysis.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Paralysis.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/PinCushion.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/PinCushion.java index 137b70e40..4219896e2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/PinCushion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/PinCushion.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Poison.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Poison.java index 8205f7ff5..b8200c848 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Poison.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Poison.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Regeneration.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Regeneration.java index 8052613c4..ee0babcf7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Regeneration.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Regeneration.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Roots.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Roots.java index a7ce9bb91..e2ed136e2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Roots.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Roots.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java index 574fa5520..9e4978566 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Sleep.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Sleep.java index 364542b47..456694580 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Sleep.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Sleep.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Slow.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Slow.java index 102ae3f26..86060b848 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Slow.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Slow.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/SnipersMark.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/SnipersMark.java index c9f92fa50..8bd3d1ca9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/SnipersMark.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/SnipersMark.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Speed.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Speed.java index a350be99b..58ab5649e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Speed.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Speed.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Terror.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Terror.java index 797920d5e..3987c9cf1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Terror.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Terror.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/ToxicImbue.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/ToxicImbue.java index 57d492f91..3df48f702 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/ToxicImbue.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/ToxicImbue.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Venom.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Venom.java index 7d62d6cf5..b644d0dd0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Venom.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Venom.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.buffs; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Vertigo.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Vertigo.java index 6ffaac264..63a739317 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Vertigo.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Vertigo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya * * 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Weakness.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Weakness.java index 280e5f45f..753ca643f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Weakness.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Weakness.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Belongings.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Belongings.java index d28143666..5222df7f0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Belongings.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Belongings.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java index 6bf218360..6fa0302db 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroAction.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroAction.java index fdc8c1e5c..74bfe87f9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroAction.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroAction.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java index 782788761..c9494af21 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroSubClass.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroSubClass.java index 797818467..01c35579a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroSubClass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroSubClass.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Acidic.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Acidic.java index adca2eac3..61f125f21 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Acidic.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Acidic.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Albino.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Albino.java index 4251bc876..d4b197b32 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Albino.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Albino.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bandit.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bandit.java index b73e56c3b..a3d2404e6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bandit.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bandit.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bat.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bat.java index 837420d63..e5513bee0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bat.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bat.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bee.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bee.java index a7ade810e..6ecf0023a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bee.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bee.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java index 0ae673790..b5d7766b8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Brute.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Brute.java index e3b201a7e..b40de6d1d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Brute.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Brute.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Crab.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Crab.java index 4e5fbe3af..77d322845 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Crab.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Crab.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/DM300.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/DM300.java index 7dfd3ede5..b34ffdef5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/DM300.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/DM300.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Elemental.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Elemental.java index 4ad9cf706..1e08e1d97 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Elemental.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Elemental.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Eye.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Eye.java index 5b951bc46..1675ef6d6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Eye.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Eye.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Gnoll.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Gnoll.java index 5dfd8217c..03929dfbb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Gnoll.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Gnoll.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Golem.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Golem.java index 4207e8f16..527225669 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Golem.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Golem.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Goo.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Goo.java index 082c97e14..1ced0ca1b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Goo.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Goo.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/King.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/King.java index 2177cc4e2..2ef1d7968 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/King.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/King.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mimic.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mimic.java index 8d0105232..943bd606e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mimic.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mimic.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mob.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mob.java index 7945d3bd6..ed8f3f1d7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mob.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Mob.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Monk.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Monk.java index c17110e6f..33d511f8e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Monk.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Monk.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java index 4921151b5..576f64392 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Rat.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Rat.java index 2a0349efa..ffed54650 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Rat.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Rat.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Scorpio.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Scorpio.java index 02f0ee759..06971e196 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Scorpio.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Scorpio.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Senior.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Senior.java index 727de4b99..47747dc69 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Senior.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Senior.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shaman.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shaman.java index eff2bfd2b..69ad4ae51 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shaman.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shaman.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shielded.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shielded.java index 3eef8379d..ad91c061e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shielded.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Shielded.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Skeleton.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Skeleton.java index d83e58477..71aa5fb3e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Skeleton.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Skeleton.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Spinner.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Spinner.java index 01ac5986b..0180f4908 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Spinner.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Spinner.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java index 8a21ce898..99365c756 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Succubus.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Succubus.java index 9d103c309..c369df162 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Succubus.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Succubus.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Swarm.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Swarm.java index 4ab979128..004f26b7a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Swarm.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Swarm.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java index b1ea4591f..33ba00b23 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java index 65e832eef..e29c98c2d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Warlock.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Warlock.java index 62d8fe43b..02fc44e63 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Warlock.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Warlock.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Wraith.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Wraith.java index cf306df68..c22fd6f23 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Wraith.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Wraith.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java index 9e221831d..2d07a263a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java index 086db1b7a..d60baeefd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java index ae7a10888..45bdba526 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Imp.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Imp.java index e3dfcbd20..f0e13f339 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Imp.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Imp.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/ImpShopkeeper.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/ImpShopkeeper.java index 6bee2e415..14643b03b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/ImpShopkeeper.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/ImpShopkeeper.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/MirrorImage.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/MirrorImage.java index 3ddd84263..f5abf2c79 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/MirrorImage.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/MirrorImage.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/NPC.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/NPC.java index a99352cd8..21463deae 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/NPC.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/NPC.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/RatKing.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/RatKing.java index d23e93044..40a27048c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/RatKing.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/RatKing.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Sheep.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Sheep.java index f0c9efae9..3af92fc78 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Sheep.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Sheep.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs; import com.shatteredpixel.shatteredpixeldungeon.sprites.SheepSprite; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Shopkeeper.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Shopkeeper.java index 97af77a91..02b82ccb5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Shopkeeper.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Shopkeeper.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Wandmaker.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Wandmaker.java index 5e21b509c..8dd7ea4f1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Wandmaker.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Wandmaker.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/BadgeBanner.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/BadgeBanner.java index 7c1345fc2..4fa4caa9e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/BadgeBanner.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/BadgeBanner.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/BannerSprites.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/BannerSprites.java index 695ee1a1b..99b66331e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/BannerSprites.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/BannerSprites.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Beam.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Beam.java index 3d9f77278..afa8e2154 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Beam.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Beam.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/BlobEmitter.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/BlobEmitter.java index 19700163b..8351624b7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/BlobEmitter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/BlobEmitter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/CellEmitter.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/CellEmitter.java index 7b774aa98..2c1d78e33 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/CellEmitter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/CellEmitter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Chains.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Chains.java index a65293622..6a827c26d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Chains.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Chains.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.effects; import com.shatteredpixel.shatteredpixeldungeon.DungeonTilemap; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/CheckedCell.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/CheckedCell.java index e47ce37cf..77f93e03b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/CheckedCell.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/CheckedCell.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/DarkBlock.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/DarkBlock.java index e8473feeb..c177000ff 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/DarkBlock.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/DarkBlock.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.effects; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Degradation.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Degradation.java index 0d1c04cbb..cef3bf17a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Degradation.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Degradation.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Effects.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Effects.java index 98fa15dff..d038706a0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Effects.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Effects.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/EmoIcon.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/EmoIcon.java index 17469d00a..0ae401864 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/EmoIcon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/EmoIcon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Fireball.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Fireball.java index 667a18f54..1dca04017 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Fireball.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Fireball.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Flare.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Flare.java index 3b09db898..17884e4d4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Flare.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Flare.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/FloatingText.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/FloatingText.java index dff2ab6e5..278b19456 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/FloatingText.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/FloatingText.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Halo.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Halo.java index 9b9a5cd42..231b89b1c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Halo.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Halo.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/IceBlock.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/IceBlock.java index 96516cdd3..215765b8f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/IceBlock.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/IceBlock.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Identification.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Identification.java index 16c25be32..46faf7faa 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Identification.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Identification.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Lightning.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Lightning.java index e69557f57..fd25fb2ec 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Lightning.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Lightning.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/MagicMissile.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/MagicMissile.java index 161dfa521..6919b37c7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/MagicMissile.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/MagicMissile.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Pushing.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Pushing.java index e5334cc0a..81940ea82 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Pushing.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Pushing.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Ripple.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Ripple.java index 1926a22f9..b3a302e32 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Ripple.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Ripple.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/ShadowBox.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/ShadowBox.java index 8f47d08c7..dcbaeeb2e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/ShadowBox.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/ShadowBox.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java index b31df7c56..c0537deef 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/SpellSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/SpellSprite.java index d1cc7c798..28c7d4d8d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/SpellSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/SpellSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Splash.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Splash.java index 7d5cbcdf7..f651faebd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Splash.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Splash.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Surprise.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Surprise.java index e7484545d..5650c4e0e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Surprise.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Surprise.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.effects; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/TorchHalo.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/TorchHalo.java index 360b31d25..9900950d1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/TorchHalo.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/TorchHalo.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Wound.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Wound.java index 2f3602857..1f0fd34f9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Wound.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Wound.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BlastParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BlastParticle.java index 5354e7f5e..0fdbf528d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BlastParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BlastParticle.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BloodParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BloodParticle.java index b6bf52c3d..1613070c9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BloodParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/BloodParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EarthParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EarthParticle.java index d8c5473a1..71a15c905 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EarthParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EarthParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ElmoParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ElmoParticle.java index df6f87add..d0d126b37 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ElmoParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ElmoParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EnergyParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EnergyParticle.java index a4479c836..7693137df 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EnergyParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/EnergyParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlameParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlameParticle.java index ebf2aaf1d..33f2bba9e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlameParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlameParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlowParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlowParticle.java index 6fd113430..543a92f3a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlowParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/FlowParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/LeafParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/LeafParticle.java index 3f2549d8e..570c5f4bf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/LeafParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/LeafParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PoisonParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PoisonParticle.java index 3c757f0d3..f2fe6187b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PoisonParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PoisonParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PurpleParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PurpleParticle.java index 7e34bba4f..0dfefd55a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PurpleParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/PurpleParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/RainbowParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/RainbowParticle.java index c712d318f..fd4b1e0f9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/RainbowParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/RainbowParticle.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.effects.particles; import com.watabou.noosa.particles.Emitter; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShadowParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShadowParticle.java index dfbaeafe8..2a41b350f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShadowParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShadowParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShaftParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShaftParticle.java index 158036257..39757ba18 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShaftParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/ShaftParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SmokeParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SmokeParticle.java index 2aae23fb8..40126c7d3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SmokeParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SmokeParticle.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SnowParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SnowParticle.java index cb54f2dc6..91dcbb113 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SnowParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SnowParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SparkParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SparkParticle.java index aab0418fb..06b9a2e5d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SparkParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/SparkParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WebParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WebParticle.java index e31d3a5b8..815278e6b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WebParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WebParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WindParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WindParticle.java index 3b92927f6..9856a3709 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WindParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WindParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WoolParticle.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WoolParticle.java index 9aea92a7c..0958fd67e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WoolParticle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/particles/WoolParticle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Amulet.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Amulet.java index a3f8cfd0f..73cf851a3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Amulet.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Amulet.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java index cfece6d38..2733ec2c8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/ArmorKit.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/ArmorKit.java index 4524c0aa3..35a33fe85 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/ArmorKit.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/ArmorKit.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Bomb.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Bomb.java index f550acda2..74e291b4c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Bomb.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Bomb.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java index 28242b006..684f7c002 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/DewVial.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java index 579fcd096..aca2b1723 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Dewdrop.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/EquipableItem.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/EquipableItem.java index 866bfff2f..d8d11bd99 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/EquipableItem.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/EquipableItem.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java index 81e4fff9d..0171522c4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Gold.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Gold.java index dc11ff24d..d40e411f6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Gold.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Gold.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java index bbf0151a7..b59e56ab3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java index d7c583601..a944bb695 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Honeypot.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java index 409b85fa3..2313a7ddf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/ItemStatusHandler.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/ItemStatusHandler.java index 3d767f3da..ef83a7ffe 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/ItemStatusHandler.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/ItemStatusHandler.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/KindOfWeapon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/KindOfWeapon.java index 522871fc6..f1116ef64 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/KindOfWeapon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/KindOfWeapon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/KindofMisc.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/KindofMisc.java index 00516150b..3252484b0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/KindofMisc.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/KindofMisc.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/MerchantsBeacon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/MerchantsBeacon.java index 98873b887..78d70cade 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/MerchantsBeacon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/MerchantsBeacon.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Stylus.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Stylus.java index 329479368..735bf4eb5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Stylus.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Stylus.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/TomeOfMastery.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/TomeOfMastery.java index 8ed3cd408..2c78a28e4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/TomeOfMastery.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/TomeOfMastery.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Torch.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Torch.java index af7c4d7ae..09e067e38 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Torch.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Torch.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Weightstone.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Weightstone.java index 29480a449..4a0a6b2e8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Weightstone.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Weightstone.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java index 4854ef650..a67558a86 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClassArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClassArmor.java index 8ad892d54..3cf22b432 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClassArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClassArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClothArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClothArmor.java index 4f07e8e70..bdb08a77f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClothArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ClothArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/HuntressArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/HuntressArmor.java index 2241f3af0..1e32f8c82 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/HuntressArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/HuntressArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/LeatherArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/LeatherArmor.java index 91a06201c..e445548e2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/LeatherArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/LeatherArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MageArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MageArmor.java index 2faa6a659..385e9cdba 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MageArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MageArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MailArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MailArmor.java index 58e25ba85..600258d0f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MailArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/MailArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/PlateArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/PlateArmor.java index 7904cabd7..0e60e9d95 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/PlateArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/PlateArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/RogueArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/RogueArmor.java index 45689c641..1c70f72f4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/RogueArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/RogueArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ScaleArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ScaleArmor.java index b6d4a8501..c91a6cc3e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ScaleArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/ScaleArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/WarriorArmor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/WarriorArmor.java index ccf8675b7..7946e8f16 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/WarriorArmor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/WarriorArmor.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Affection.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Affection.java index 81a2eaad1..c3418d042 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Affection.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Affection.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/AntiEntropy.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/AntiEntropy.java index d96376c1c..18fdf5e0c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/AntiEntropy.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/AntiEntropy.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Bounce.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Bounce.java index c390d9a1a..a998ef03f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Bounce.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Bounce.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Displacement.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Displacement.java index d512c3f0e..f285c9871 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Displacement.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Displacement.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Entanglement.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Entanglement.java index b94065913..d942cdd43 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Entanglement.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Entanglement.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Metabolism.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Metabolism.java index 96336565c..51e435fc2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Metabolism.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Metabolism.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Multiplicity.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Multiplicity.java index d11d8f413..f8f036f32 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Multiplicity.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Multiplicity.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Potential.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Potential.java index ecccd5fe1..7301d57ae 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Potential.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Potential.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Stench.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Stench.java index ff035f223..db915f2de 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Stench.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Stench.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Viscosity.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Viscosity.java index 739c58080..b9c673de1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Viscosity.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Viscosity.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java index 6c85b14ee..3d4a6a7b3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/AlchemistsToolkit.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java index 73ed1a976..4d62ac9ea 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/Artifact.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CapeOfThorns.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CapeOfThorns.java index ec5a3b7b4..475e8298d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CapeOfThorns.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CapeOfThorns.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/ChaliceOfBlood.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/ChaliceOfBlood.java index b92e24c5b..9945a02fb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/ChaliceOfBlood.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/ChaliceOfBlood.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java index ec26316e9..cc606fafb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java index 081dcbdf0..965842017 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/DriedRose.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java index df9818180..07d616308 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/EtherealChains.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java index d21b328d2..b6097591e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/HornOfPlenty.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/LloydsBeacon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/LloydsBeacon.java index 45bab5c3a..8fead314e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/LloydsBeacon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/LloydsBeacon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java index f6820903b..c4047c9e8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/MasterThievesArmband.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SandalsOfNature.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SandalsOfNature.java index ad2bd0991..9e546b829 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SandalsOfNature.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SandalsOfNature.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java index 3bb180d9c..8c678d47f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java index 746acd796..15bb455b9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java index 9ef83cf14..e25cc7685 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.artifacts; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/Bag.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/Bag.java index 683aa6efd..afe0c8346 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/Bag.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/Bag.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java index 7f08f2496..b5bb0580d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/PotionBandolier.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.bags; import com.shatteredpixel.shatteredpixeldungeon.items.Item; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/ScrollHolder.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/ScrollHolder.java index 239ef374d..206dabd4f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/ScrollHolder.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/ScrollHolder.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/SeedPouch.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/SeedPouch.java index 4cbadd52a..755d74309 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/SeedPouch.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/SeedPouch.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/WandHolster.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/WandHolster.java index 63b956338..ff590dbe0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/WandHolster.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/bags/WandHolster.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java index 064acf6e0..2167896fe 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Blandfruit.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.food; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/ChargrilledMeat.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/ChargrilledMeat.java index a7e6c0393..57b3092e7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/ChargrilledMeat.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/ChargrilledMeat.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Food.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Food.java index 3f622c730..082627890 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Food.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Food.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/FrozenCarpaccio.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/FrozenCarpaccio.java index 1a5a55d51..523b35add 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/FrozenCarpaccio.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/FrozenCarpaccio.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/MysteryMeat.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/MysteryMeat.java index f93f03a61..2967278d0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/MysteryMeat.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/MysteryMeat.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/OverpricedRation.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/OverpricedRation.java index 71de346b7..b65b38209 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/OverpricedRation.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/OverpricedRation.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java index 311b72900..cb0e077bb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/food/Pasty.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/GoldenKey.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/GoldenKey.java index 64ee777c5..0a7ffa451 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/GoldenKey.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/GoldenKey.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/IronKey.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/IronKey.java index fb9e5d3c3..9ff664119 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/IronKey.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/IronKey.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/Key.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/Key.java index f2a39aba5..a7347d493 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/Key.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/Key.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/SkeletonKey.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/SkeletonKey.java index 28f4d78f3..1d6aa053e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/SkeletonKey.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/keys/SkeletonKey.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/Potion.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/Potion.java index 8e1a2e792..9b6d5c8d9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/Potion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/Potion.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfExperience.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfExperience.java index 4b448e090..c7af24583 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfExperience.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfExperience.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfFrost.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfFrost.java index 4ba6f5750..860833d1a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfFrost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfFrost.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfHealing.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfHealing.java index f0a42835c..4fb7e69c6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfHealing.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfHealing.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfInvisibility.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfInvisibility.java index 42c29bf1e..7126a810f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfInvisibility.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfInvisibility.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLevitation.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLevitation.java index 20172113f..a25809aa8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLevitation.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLevitation.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLiquidFlame.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLiquidFlame.java index 64a737f82..6c253309e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLiquidFlame.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfLiquidFlame.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMight.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMight.java index ec7aab75f..9b0d27c0a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMight.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMight.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMindVision.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMindVision.java index 64ebe280c..01e41768c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMindVision.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfMindVision.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfParalyticGas.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfParalyticGas.java index fdde68fac..a05692fc2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfParalyticGas.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfParalyticGas.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfPurity.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfPurity.java index 45ad72848..66911ac87 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfPurity.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfPurity.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfStrength.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfStrength.java index 6341fd022..15374780f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfStrength.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfStrength.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfToxicGas.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfToxicGas.java index 5e9e5359b..84c32ca42 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfToxicGas.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/PotionOfToxicGas.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CorpseDust.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CorpseDust.java index e64c53495..dd1476756 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CorpseDust.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CorpseDust.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DarkGold.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DarkGold.java index 003ebc5a4..e29d1d990 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DarkGold.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DarkGold.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DwarfToken.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DwarfToken.java index d0217c126..085c48cf9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DwarfToken.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/DwarfToken.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/Pickaxe.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/Pickaxe.java index d23133cbe..26cde2147 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/Pickaxe.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/Pickaxe.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/RatSkull.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/RatSkull.java index dfe774a9d..c795ad304 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/RatSkull.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/RatSkull.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/Ring.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/Ring.java index 5cf9d37e5..4ae19763f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/Ring.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/Ring.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfAccuracy.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfAccuracy.java index 207a190c2..461f0fc08 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfAccuracy.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfAccuracy.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfElements.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfElements.java index dfad89b55..d873ac941 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfElements.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfElements.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfEvasion.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfEvasion.java index cb5af88da..d8dff2331 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfEvasion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfEvasion.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfForce.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfForce.java index ec6d40370..eaf34b1d2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfForce.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfForce.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.rings; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfFuror.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfFuror.java index f9d053799..53bd8e369 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfFuror.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfFuror.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.rings; public class RingOfFuror extends Ring { diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java index c22b14a38..dfd695381 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfHaste.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMagic.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMagic.java index 572983ed7..dc5440a9a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMagic.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMagic.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMight.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMight.java index 70c665d01..becda8bfb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMight.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfMight.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.rings; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfSharpshooting.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfSharpshooting.java index e167bd377..377eb08cc 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfSharpshooting.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfSharpshooting.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.rings; public class RingOfSharpshooting extends Ring { diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfTenacity.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfTenacity.java index 8815fe82a..ec3ff73c1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfTenacity.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfTenacity.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.rings; public class RingOfTenacity extends Ring { diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java index 350d39e82..25ecc5202 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/rings/RingOfWealth.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.rings; public class RingOfWealth extends Ring { diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/InventoryScroll.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/InventoryScroll.java index 1fe138a34..cf1043a19 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/InventoryScroll.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/InventoryScroll.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/Scroll.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/Scroll.java index a31ca4ce1..dff71a016 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/Scroll.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/Scroll.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfIdentify.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfIdentify.java index 3917c3a48..5418e96e3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfIdentify.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfIdentify.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfLullaby.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfLullaby.java index 33a9c6f92..5e78f70cd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfLullaby.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfLullaby.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicMapping.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicMapping.java index 11e6ec123..25ef601ab 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicMapping.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicMapping.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java index de59c97c5..74ff35439 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMirrorImage.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMirrorImage.java index aec340f84..d1be36bab 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMirrorImage.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMirrorImage.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfPsionicBlast.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfPsionicBlast.java index a1bd4311c..dae15471b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfPsionicBlast.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfPsionicBlast.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRage.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRage.java index 4e99bcd61..b09139a5c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRage.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRage.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRecharging.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRecharging.java index a3c70afa5..cecf70b65 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRecharging.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRecharging.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRemoveCurse.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRemoveCurse.java index 88bd08665..4652930b0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRemoveCurse.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfRemoveCurse.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java index 69fa26900..7cb19f256 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTeleportation.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTerror.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTerror.java index b3dae6316..f3f5fe49f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTerror.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfTerror.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfUpgrade.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfUpgrade.java index ee8d8675d..7defdecdd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfUpgrade.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfUpgrade.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java index 355508003..8e4eb789a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java index 7504962a7..0122bf029 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java index d4df86c57..2f42c42c6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfCorruption.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfCorruption.java index 21d0e12d3..9b21047d5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfCorruption.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfCorruption.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfDisintegration.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfDisintegration.java index 53158f848..1c9ff9835 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfDisintegration.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfDisintegration.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFireblast.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFireblast.java index 7927712db..811f03381 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFireblast.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFireblast.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java index fa04c2494..ddb94061c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java index 0980c3b64..bb8376c4e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLightning.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfMagicMissile.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfMagicMissile.java index d2f19a560..a7f5a0910 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfMagicMissile.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfMagicMissile.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfPrismaticLight.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfPrismaticLight.java index cd5e29cb9..a4bc037ef 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfPrismaticLight.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfPrismaticLight.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java index b13f740cd..bfc9f3338 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java index edffa2044..9090951c2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfVenom.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfVenom.java index bd9ab97d8..99b164666 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfVenom.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfVenom.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/Weapon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/Weapon.java index 1b448c440..666385d39 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/Weapon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/Weapon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Death.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Death.java index a09995c82..abf78227f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Death.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Death.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Fire.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Fire.java index 7937927b1..92ecd01a2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Fire.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Fire.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Horror.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Horror.java index bcaa3006e..51549ac55 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Horror.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Horror.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Instability.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Instability.java index 794d912db..536a6c8e4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Instability.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Instability.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Leech.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Leech.java index 66db7e5f4..5432a87a8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Leech.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Leech.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Luck.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Luck.java index 987a9ae24..0b307a3de 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Luck.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Luck.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Paralysis.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Paralysis.java index bc948d754..2f9f39ea8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Paralysis.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Paralysis.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Poison.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Poison.java index fc33e001f..a5c6e019a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Poison.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Poison.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Shock.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Shock.java index c08398691..302d80f31 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Shock.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Shock.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Slow.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Slow.java index a6ec3c432..814cddaa8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Slow.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Slow.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/BattleAxe.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/BattleAxe.java index 5fc56adad..08e56ecce 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/BattleAxe.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/BattleAxe.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Dagger.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Dagger.java index 6859df820..22cb29c20 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Dagger.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Dagger.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Glaive.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Glaive.java index bf50b3050..7a82bf77e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Glaive.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Glaive.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Knuckles.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Knuckles.java index f4478e1fe..e712b2a11 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Knuckles.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Knuckles.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Longsword.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Longsword.java index c69ed9fa3..6feefcf5a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Longsword.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Longsword.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Mace.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Mace.java index 427b11e7e..765cd43fe 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Mace.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Mace.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java index c863e2a47..6a5da2597 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java index 5f19ed06e..7296b736b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MeleeWeapon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Quarterstaff.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Quarterstaff.java index 03b2f81ea..69cc24407 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Quarterstaff.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Quarterstaff.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/ShortSword.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/ShortSword.java index 6bf217aef..c8b511224 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/ShortSword.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/ShortSword.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Spear.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Spear.java index 78320963f..6656deb0b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Spear.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Spear.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sword.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sword.java index 4ce571365..c2c6d66ba 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sword.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sword.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarHammer.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarHammer.java index 3251eb6a5..222009e15 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarHammer.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/WarHammer.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Boomerang.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Boomerang.java index 7a2fb7ec6..aaf43396e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Boomerang.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Boomerang.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/CurareDart.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/CurareDart.java index e3116ea7d..cae4afd23 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/CurareDart.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/CurareDart.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Dart.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Dart.java index 1c176c747..3262f77b1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Dart.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Dart.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/IncendiaryDart.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/IncendiaryDart.java index 07a0712be..4f33ac944 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/IncendiaryDart.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/IncendiaryDart.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Javelin.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Javelin.java index 2dac16d3a..cc04ba63b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Javelin.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Javelin.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java index 6ca172a7d..9b424ff8f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/MissileWeapon.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Shuriken.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Shuriken.java index 2b13aaadd..35b14bb18 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Shuriken.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Shuriken.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Tamahawk.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Tamahawk.java index 34a998675..177029012 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Tamahawk.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/missiles/Tamahawk.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesBossLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesBossLevel.java index 9bc2c7d33..0afd21096 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesBossLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesBossLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesLevel.java index 48963a842..f64f88397 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CavesLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityBossLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityBossLevel.java index 1afa3c75f..fec797e40 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityBossLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityBossLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityLevel.java index bb7c65564..2a3c000ef 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/CityLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/DeadEndLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/DeadEndLevel.java index d5e159be2..bf811d729 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/DeadEndLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/DeadEndLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsBossLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsBossLevel.java index e2aa0d9ef..eabe614cf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsBossLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsBossLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsLevel.java index 44266eaa3..6c9d6d6e6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/HallsLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastLevel.java index 358767744..e6db58bb5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java index c6e0d01bd..83482c596 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/LastShopLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Level.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Level.java index f10189e14..25d8e87ba 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Level.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Level.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Patch.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Patch.java index 423ff063a..ede6d4e93 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Patch.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Patch.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonBossLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonBossLevel.java index 9ada446de..8910f8ebd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonBossLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonBossLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonLevel.java index 2fedb72b5..386f26880 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/PrisonLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java index 8b12c3493..48d176038 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/RegularLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Room.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Room.java index 531e85649..272ed2328 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Room.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Room.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerBossLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerBossLevel.java index 3db642877..3b00965ce 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerBossLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerBossLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerLevel.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerLevel.java index 9a18bffda..22afd1b53 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerLevel.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/SewerLevel.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Terrain.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Terrain.java index 406c3ac03..c5ddf0126 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/Terrain.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/Terrain.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/AlchemyPot.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/AlchemyPot.java index aab1ec3c5..d2d0c77bb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/AlchemyPot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/AlchemyPot.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java index d2d228528..768241f74 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Chasm.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Door.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Door.java index 0df4da8a5..367db003f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Door.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Door.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java index dd0bcad5e..e90f258c9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java index ef3e56c86..64c10e73a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/Sign.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ArmoryPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ArmoryPainter.java index c61321839..d0679546e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ArmoryPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ArmoryPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BlacksmithPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BlacksmithPainter.java index e8f072c9b..b47c4a289 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BlacksmithPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BlacksmithPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BossExitPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BossExitPainter.java index 8b4f3045c..2bded46c7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BossExitPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/BossExitPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/CryptPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/CryptPainter.java index 62c68a19a..44e47e93c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/CryptPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/CryptPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/EntrancePainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/EntrancePainter.java index 0b57c639e..68babb8b1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/EntrancePainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/EntrancePainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ExitPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ExitPainter.java index a3ed9d353..603071e5a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ExitPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ExitPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/GardenPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/GardenPainter.java index e20144a4c..86b002ab1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/GardenPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/GardenPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LaboratoryPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LaboratoryPainter.java index 0b3690de6..caf1936db 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LaboratoryPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LaboratoryPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LibraryPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LibraryPainter.java index 1d6832749..344f3c123 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LibraryPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/LibraryPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/MagicWellPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/MagicWellPainter.java index e1c06781c..afcbc987d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/MagicWellPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/MagicWellPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/Painter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/Painter.java index 714b466be..364b2470e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/Painter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/Painter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PassagePainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PassagePainter.java index 8580ba608..96ae89b13 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PassagePainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PassagePainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PitPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PitPainter.java index e7379c084..c303c79cd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PitPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PitPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PoolPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PoolPainter.java index 66f3dbf45..97f9fd81a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PoolPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/PoolPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/RatKingPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/RatKingPainter.java index 0e1507b61..123c12934 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/RatKingPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/RatKingPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ShopPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ShopPainter.java index e0204a509..5b7048e21 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ShopPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/ShopPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StandardPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StandardPainter.java index 3fcb7294f..877ef7275 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StandardPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StandardPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StatuePainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StatuePainter.java index 1b0108448..997dfb9ec 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StatuePainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StatuePainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StoragePainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StoragePainter.java index 259d618dd..d1fd3e7cc 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StoragePainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/StoragePainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TrapsPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TrapsPainter.java index c10f9c742..40f48c64c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TrapsPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TrapsPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TreasuryPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TreasuryPainter.java index 05ac15d59..1d118e00e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TreasuryPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TreasuryPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TunnelPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TunnelPainter.java index c7725c272..a0f9ff832 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TunnelPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/TunnelPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/VaultPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/VaultPainter.java index 3d6dcb9ea..d947268c4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/VaultPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/VaultPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/WeakFloorPainter.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/WeakFloorPainter.java index eb04934bb..337901e30 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/WeakFloorPainter.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/WeakFloorPainter.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/AlarmTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/AlarmTrap.java index 6823b7b14..f39645a8c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/AlarmTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/AlarmTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/FireTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/FireTrap.java index 550d6a0af..18588d0fd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/FireTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/FireTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/GrippingTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/GrippingTrap.java index 455517bf4..27d1cdb22 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/GrippingTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/GrippingTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/LightningTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/LightningTrap.java index 4547d0d9d..5d53b88a2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/LightningTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/LightningTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ParalyticTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ParalyticTrap.java index d5e9a0e78..dea5ae67b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ParalyticTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ParalyticTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/PoisonTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/PoisonTrap.java index dc7b98a37..2e6f46a31 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/PoisonTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/PoisonTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/SummoningTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/SummoningTrap.java index 85c64a581..6b92be3d3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/SummoningTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/SummoningTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ToxicTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ToxicTrap.java index 73aa8f7ea..008bc8193 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ToxicTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ToxicTrap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/Trap.java b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/Trap.java index 06af632d9..53e80d0d8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/Trap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/Trap.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/mechanics/ShadowCaster.java b/src/com/shatteredpixel/shatteredpixeldungeon/mechanics/ShadowCaster.java index cdfe98bdb..91f33aef1 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/mechanics/ShadowCaster.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/mechanics/ShadowCaster.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/BlandfruitBush.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/BlandfruitBush.java index 834f0eb1b..434a85904 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/BlandfruitBush.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/BlandfruitBush.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.plants; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Blindweed.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Blindweed.java index c5a7c340f..533f33bfc 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Blindweed.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Blindweed.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java index 9794c50ac..7509b64cf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java index 7124eb4a5..f65c1b63f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Fadeleaf.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Fadeleaf.java index 9c513fe63..4bcebde7c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Fadeleaf.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Fadeleaf.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Firebloom.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Firebloom.java index 44591e170..2b8479e82 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Firebloom.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Firebloom.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java index 1012c8f77..5c69aab05 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Plant.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Plant.java index 390782842..21de3bc55 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Plant.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Plant.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sorrowmoss.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sorrowmoss.java index 1940a78d2..c45bb691f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sorrowmoss.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sorrowmoss.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Starflower.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Starflower.java index a4b57e04f..9226056d4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Starflower.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Starflower.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.plants; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Stormvine.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Stormvine.java index dab51cdb4..042a3f0ee 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Stormvine.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Stormvine.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.plants; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sungrass.java b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sungrass.java index d7729f720..261f84fd8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sungrass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sungrass.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AboutScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AboutScene.java index 3e23b51b9..a15d09470 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AboutScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AboutScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AmuletScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AmuletScene.java index 792dc4cb0..17e438117 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AmuletScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/AmuletScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/BadgesScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/BadgesScene.java index 6a137f801..88ce14d9c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/BadgesScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/BadgesScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/CellSelector.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/CellSelector.java index ace531c26..eb3ec0876 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/CellSelector.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/CellSelector.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/GameScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/GameScene.java index 5f2537342..a05d70284 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/GameScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/GameScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/InterlevelScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/InterlevelScene.java index ac846734e..2adc2e36c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/InterlevelScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/InterlevelScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/IntroScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/IntroScene.java index 6b106a2a1..821238f2a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/IntroScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/IntroScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/PixelScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/PixelScene.java index 5a7904961..70a166df7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/PixelScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/PixelScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/RankingsScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/RankingsScene.java index a28dfd6aa..05fc8b323 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/RankingsScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/RankingsScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java index a47a52d9e..5d6001e21 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/StartScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/SurfaceScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/SurfaceScene.java index f99b67bea..13a867784 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/SurfaceScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/SurfaceScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java index 95d1c1863..c8bd0fc9c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java index 197e05255..bf8e49c4d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.scenes; import com.shatteredpixel.shatteredpixeldungeon.Badges; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AcidicSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AcidicSprite.java index 1ceb7bd24..8d1656bc4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AcidicSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AcidicSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AlbinoSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AlbinoSprite.java index 1542c22f6..bb6bc1993 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AlbinoSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/AlbinoSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BanditSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BanditSprite.java index 8f1c9bbfd..1e8d2d2ad 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BanditSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BanditSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BatSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BatSprite.java index 4239e701f..3b66ee2d2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BatSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BatSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BeeSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BeeSprite.java index 547a5952f..df59aa224 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BeeSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BeeSprite.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BlacksmithSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BlacksmithSprite.java index 36d011f85..ce5fc0d4b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BlacksmithSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BlacksmithSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BruteSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BruteSprite.java index 5c2f38de7..aebd89e26 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BruteSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BruteSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BurningFistSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BurningFistSprite.java index b2315dc1f..c6220d805 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BurningFistSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/BurningFistSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java index 0701b430f..93ab40f21 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CrabSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CrabSprite.java index 41ce1969a..de29ac75f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CrabSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CrabSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DM300Sprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DM300Sprite.java index 44cae1c8d..6c7b773c2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DM300Sprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DM300Sprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DiscardedItemSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DiscardedItemSprite.java index e37b1041f..f3abf0a99 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DiscardedItemSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/DiscardedItemSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ElementalSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ElementalSprite.java index 91583b5b8..86c8502ff 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ElementalSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ElementalSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/EyeSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/EyeSprite.java index aec19b662..60e9f0582 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/EyeSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/EyeSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/FetidRatSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/FetidRatSprite.java index 4de668cff..156fd5bef 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/FetidRatSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/FetidRatSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GhostSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GhostSprite.java index 92d9490f4..afa97fcc9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GhostSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GhostSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollSprite.java index cb3cb5ec7..6cbeb70c8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollTricksterSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollTricksterSprite.java index 412b6e2cf..a53deb2e0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollTricksterSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GnollTricksterSprite.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.sprites; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GolemSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GolemSprite.java index fca27ec81..add2516ab 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GolemSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GolemSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GooSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GooSprite.java index e2984f0fc..c5180da2c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GooSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GooSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GreatCrabSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GreatCrabSprite.java index 64de81c4a..9bd99cb21 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GreatCrabSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/GreatCrabSprite.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.sprites; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/HeroSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/HeroSprite.java index f8e5bc379..2a1cdf175 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/HeroSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/HeroSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ImpSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ImpSprite.java index 486c57a29..6f0d10f75 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ImpSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ImpSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSprite.java index 2a704bac0..d5a0610d8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java index a09497212..0f3850a8a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/KingSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/KingSprite.java index 8ba1adb55..fe84c9691 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/KingSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/KingSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/LarvaSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/LarvaSprite.java index 94312bcbf..417515dbf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/LarvaSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/LarvaSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MimicSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MimicSprite.java index 6d9c3f9f5..047a3f2e0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MimicSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MimicSprite.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MirrorSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MirrorSprite.java index 279684c0c..31b6fb177 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MirrorSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MirrorSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MissileSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MissileSprite.java index 66d3d4bf9..532b37b4a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MissileSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MissileSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MobSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MobSprite.java index 10f66f940..6b943679b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MobSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MobSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MonkSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MonkSprite.java index 1978ae7c5..e0a08152e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MonkSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/MonkSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PiranhaSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PiranhaSprite.java index 560c691ed..0745e2408 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PiranhaSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PiranhaSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PlantSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PlantSprite.java index 4129bded7..9f880413c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PlantSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/PlantSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatKingSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatKingSprite.java index 577a8b0ad..a6a0f08ef 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatKingSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatKingSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatSprite.java index f0af0e54c..a04729e62 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RatSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RottingFistSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RottingFistSprite.java index 147c60a99..11aaccecb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RottingFistSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/RottingFistSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ScorpioSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ScorpioSprite.java index 9170da133..ca52ddb5e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ScorpioSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ScorpioSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SeniorSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SeniorSprite.java index 36cbbff61..1ac0af674 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SeniorSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SeniorSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShamanSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShamanSprite.java index ee46cc98e..6ec0c90ca 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShamanSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShamanSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SheepSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SheepSprite.java index 7f4c7ff7e..82d4f0280 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SheepSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SheepSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShieldedSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShieldedSprite.java index 36e3c0094..14734d820 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShieldedSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShieldedSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShopkeeperSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShopkeeperSprite.java index 1af143b7f..4e938ae79 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShopkeeperSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ShopkeeperSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SkeletonSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SkeletonSprite.java index 9eeea07ef..ecb5f8062 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SkeletonSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SkeletonSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SpinnerSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SpinnerSprite.java index 1f069eb7a..8225820a4 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SpinnerSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SpinnerSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/StatueSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/StatueSprite.java index 059f1b103..a61486363 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/StatueSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/StatueSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SuccubusSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SuccubusSprite.java index 2217539da..39c00a840 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SuccubusSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SuccubusSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SwarmSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SwarmSprite.java index 3f9719ac2..fe0b45ab9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SwarmSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/SwarmSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TenguSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TenguSprite.java index c1cffece4..98a30f5df 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TenguSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TenguSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ThiefSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ThiefSprite.java index fc6ca811e..fbfa0e97b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ThiefSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/ThiefSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TrapSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TrapSprite.java index 5ed8170cb..939c1a07f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TrapSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/TrapSprite.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.sprites; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/UndeadSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/UndeadSprite.java index 96456a3b4..7528ae79e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/UndeadSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/UndeadSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WandmakerSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WandmakerSprite.java index 598d59640..36768d9aa 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WandmakerSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WandmakerSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WarlockSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WarlockSprite.java index a547bc874..2a2240f95 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WarlockSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WarlockSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WraithSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WraithSprite.java index 6d44bb2fe..f6844487f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WraithSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/WraithSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/YogSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/YogSprite.java index 572472186..a2e142321 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/YogSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/YogSprite.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Archs.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Archs.java index 9c8b3b382..b5653eb27 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Archs.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Archs.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java index 9e7de0171..b56c4c3de 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/AttackIndicator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/BadgesList.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/BadgesList.java index d6a59d943..356a37e1a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/BadgesList.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/BadgesList.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Banner.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Banner.java index b96e3b1ad..5fab51596 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Banner.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Banner.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/BuffIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/BuffIndicator.java index 202afeeec..8c14b8ba3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/BuffIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/BuffIndicator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/BusyIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/BusyIndicator.java index 0957cb485..781c66142 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/BusyIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/BusyIndicator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/CheckBox.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/CheckBox.java index d2fbc392d..eaaea4aa6 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/CheckBox.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/CheckBox.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Compass.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Compass.java index c6cafb86b..fd4693515 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Compass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Compass.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/DangerIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/DangerIndicator.java index 2b4df98a6..490bfdca5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/DangerIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/DangerIndicator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ExitButton.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ExitButton.java index 20adc9cd6..5549e66d2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ExitButton.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ExitButton.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java index eb1a94af9..91c1b940e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/GoldIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/GoldIndicator.java index 4bf352794..761de6318 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/GoldIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/GoldIndicator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthBar.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthBar.java index 6e733139b..f11e4a433 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthBar.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthBar.java @@ -2,6 +2,9 @@ * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 * the Free Software Foundation, either version 3 of the License, or diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthIndicator.java index aee2894cd..6d5eb4f02 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/HealthIndicator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java index c2c443528..5e6c41fb2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java index a1a160416..cf8a167a8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ItemSlot.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/LootIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/LootIndicator.java index fb33322fa..54b00be7c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/LootIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/LootIndicator.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/PrefsButton.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/PrefsButton.java index aa2497687..124091c69 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/PrefsButton.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/PrefsButton.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/QuickSlotButton.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/QuickSlotButton.java index 0565d4f32..2ee67e9bb 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/QuickSlotButton.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/QuickSlotButton.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java index ac04d06a3..3d3d868f5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/RedButton.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ResumeIndicator.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ResumeIndicator.java index 32112c0d1..e00f4d733 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ResumeIndicator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ResumeIndicator.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.ui; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ScrollPane.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ScrollPane.java index 750c0e887..dcd598a71 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/ScrollPane.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/ScrollPane.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/SimpleButton.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/SimpleButton.java index c669e0271..43ab1f065 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/SimpleButton.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/SimpleButton.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java index dd5412780..2445a0394 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/StatusPane.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Tag.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Tag.java index 4773cebe4..19270f4de 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Tag.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Tag.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toast.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toast.java index c46c899fc..5d25000c0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toast.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toast.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java index fe102e361..96294e64a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Toolbar.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Window.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Window.java index 5f9f699af..cc02a825c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Window.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Window.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/utils/BArray.java b/src/com/shatteredpixel/shatteredpixeldungeon/utils/BArray.java index bc48bacd3..62adae75a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/utils/BArray.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/utils/BArray.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/utils/GLog.java b/src/com/shatteredpixel/shatteredpixeldungeon/utils/GLog.java index a7b1afd70..c3decda6d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/utils/GLog.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/utils/GLog.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/utils/Utils.java b/src/com/shatteredpixel/shatteredpixeldungeon/utils/Utils.java index 56dca4452..36f0a10bf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/utils/Utils.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/utils/Utils.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/IconTitle.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/IconTitle.java index ad7f4dea9..86e1d0599 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/IconTitle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/IconTitle.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBadge.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBadge.java index 057658407..f6f32569c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBadge.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBadge.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBag.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBag.java index 50c46c84e..274d7a3df 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBag.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBag.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java index 8ed84a9b2..c3ab7e875 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndCatalogus.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndCatalogus.java index df12b2312..d30e8fc84 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndCatalogus.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndCatalogus.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChallenges.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChallenges.java index ff6730818..7b632174e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChallenges.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChallenges.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChooseWay.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChooseWay.java index 4a562f3b5..bc91cf386 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChooseWay.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndChooseWay.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndClass.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndClass.java index fe0eda818..c1643601d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndClass.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndClass.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndError.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndError.java index 21adb93fe..ae8fd4663 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndError.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndError.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndGame.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndGame.java index 2cc8f116a..dd6865db2 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndGame.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndGame.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndHero.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndHero.java index 8e51b2011..a723878c5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndHero.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndHero.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndImp.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndImp.java index 1907881c5..b3fc65996 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndImp.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndImp.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java index 876464e10..819ebb676 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.windows; import com.shatteredpixel.shatteredpixeldungeon.Assets; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoCell.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoCell.java index 8b75e1ef8..9b5c03945 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoCell.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoCell.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoItem.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoItem.java index 105567909..6f6f1ace5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoItem.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoItem.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoMob.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoMob.java index d7ac0eeff..edb772a1d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoMob.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoMob.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoPlant.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoPlant.java index cb6bb4f82..620f48bdd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoPlant.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoPlant.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoTrap.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoTrap.java index 338b8fbec..34ce42bc5 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoTrap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoTrap.java @@ -1,3 +1,23 @@ +/* + * Pixel Dungeon + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + */ package com.shatteredpixel.shatteredpixeldungeon.windows; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndItem.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndItem.java index fb4bc803d..64600df7b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndItem.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndItem.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndJournal.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndJournal.java index 8372e12ef..9b3f7b98c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndJournal.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndJournal.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndList.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndList.java index a64c31e4f..ca3a6a9b3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndList.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndList.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndMessage.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndMessage.java index 8164d3743..56625b454 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndMessage.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndMessage.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndOptions.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndOptions.java index 7ef034e07..5094ff1f8 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndOptions.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndOptions.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuest.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuest.java index d3d9c17c7..6df1a315c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuest.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuest.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java index cf91fc0a7..c0c2977f0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndResurrect.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndResurrect.java index d02df2459..1141943b3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndResurrect.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndResurrect.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java index efd2a135f..f2d8fa2c9 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSettings.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSettings.java index 5bb5ea506..9cc8adc9a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSettings.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSettings.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java index 000501b4c..e9ead2244 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTabbed.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTabbed.java index 23dc6f13f..045e9f0af 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTabbed.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTabbed.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTitledMessage.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTitledMessage.java index 9e7cfbef0..53ab5ab9a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTitledMessage.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTitledMessage.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTradeItem.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTradeItem.java index b9c66abe3..639ff0353 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTradeItem.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTradeItem.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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 diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndWandmaker.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndWandmaker.java index f51921441..cdfba36ca 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndWandmaker.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndWandmaker.java @@ -1,6 +1,9 @@ /* * Pixel Dungeon - * Copyright (C) 2012-2014 Oleg Dolya + * Copyright (C) 2012-2015 Oleg Dolya + * + * Shattered Pixel Dungeon + * Copyright (C) 2014-2015 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