From cc1104ffaffe99d12ed302cd49ddc5dbd6a63ccb Mon Sep 17 00:00:00 2001 From: "Allen B. Cummings" Date: Fri, 19 Jan 2018 18:18:03 -0500 Subject: [PATCH] #188 - Converted CRLF to LF --- LICENSE | 6 +++--- README.md | 4 ++-- commands/baseCommand.c | 2 +- commands/commandRegistry.c | 2 +- commands/player/crafting.c | 2 +- commands/player/drop.c | 2 +- commands/player/get.c | 2 +- commands/player/help.c | 2 +- commands/player/inventory.c | 2 +- commands/player/kill.c | 2 +- commands/player/look.c | 2 +- commands/player/quests.c | 2 +- commands/player/quit.c | 2 +- commands/player/research.c | 2 +- commands/player/save.c | 2 +- commands/player/say.c | 2 +- commands/player/score.c | 2 +- commands/player/shop.c | 2 +- commands/player/shout.c | 2 +- commands/player/skills.c | 2 +- commands/player/tell.c | 2 +- commands/player/traits.c | 2 +- commands/player/who.c | 2 +- commands/wizard/cat.c | 2 +- commands/wizard/cc.c | 2 +- commands/wizard/cd.c | 2 +- commands/wizard/clone.c | 2 +- commands/wizard/cp.c | 2 +- commands/wizard/emote.c | 2 +- commands/wizard/goto.c | 2 +- commands/wizard/light.c | 2 +- commands/wizard/ls.c | 2 +- commands/wizard/more.c | 2 +- commands/wizard/mv.c | 2 +- commands/wizard/patch.c | 2 +- commands/wizard/people.c | 2 +- commands/wizard/pwd.c | 2 +- commands/wizard/set.c | 2 +- commands/wizard/tail.c | 2 +- commands/wizard/wiz.c | 2 +- core/baseSelector.c | 2 +- core/events.c | 2 +- core/messageParser.c | 2 +- core/organizations.c | 2 +- core/prerequisites.c | 2 +- core/specification.c | 2 +- core/stateMachine.c | 2 +- core/stateObject.c | 2 +- core/thing.c | 2 +- dictionaries/attacksDictionary.c | 2 +- dictionaries/backgroundDictionary.c | 2 +- dictionaries/biologicalDictionary.c | 2 +- dictionaries/bonusesDictionary.c | 2 +- dictionaries/commandsDictionary.c | 2 +- dictionaries/craftingDictionary.c | 2 +- dictionaries/environmentDictionary.c | 2 +- dictionaries/factionsDictionary.c | 2 +- dictionaries/groups/admin.c | 2 +- dictionaries/groups/apprentice.c | 2 +- dictionaries/groups/archwizard.c | 2 +- dictionaries/groups/baseGroup.c | 2 +- dictionaries/groups/creator.c | 2 +- dictionaries/groups/demigod.c | 2 +- dictionaries/groups/elder.c | 2 +- dictionaries/groups/god.c | 2 +- dictionaries/groups/highwizard.c | 2 +- dictionaries/groups/owner.c | 2 +- dictionaries/groups/player.c | 2 +- dictionaries/groups/sage.c | 2 +- dictionaries/groups/senior.c | 2 +- dictionaries/groups/wizard.c | 2 +- dictionaries/guildsDictionary.c | 2 +- dictionaries/languageDictionary.c | 2 +- dictionaries/materials/armor.h | 2 +- dictionaries/materials/components.h | 2 +- dictionaries/materials/materials.h | 2 +- dictionaries/materials/weapons.h | 2 +- dictionaries/materialsDictionary.c | 2 +- dictionaries/questsDictionary.c | 2 +- dictionaries/racialDictionary.c | 6 +++--- dictionaries/researchDictionary.c | 2 +- dictionaries/shopDictionary.c | 2 +- dictionaries/skillsDictionary.c | 2 +- dictionaries/traitsDictionary.c | 2 +- dictionaries/wizardDictionary.c | 2 +- environment/buildings/baseBuilding.c | 2 +- environment/buildings/civic/amphitheater.c | 2 +- environment/buildings/civic/courtHouse.c | 2 +- environment/buildings/civic/gladiatorRing.c | 2 +- environment/buildings/civic/jail.c | 2 +- environment/buildings/civic/library.c | 2 +- environment/buildings/civic/museum.c | 2 +- environment/buildings/civic/observatory.c | 2 +- environment/buildings/civic/postOffice.c | 2 +- environment/buildings/civic/theater.c | 2 +- environment/buildings/civic/townHall.c | 2 +- environment/buildings/civic/universityBuilding.c | 2 +- environment/buildings/homes/castle.c | 2 +- environment/buildings/homes/farmHouse.c | 2 +- environment/buildings/homes/house.c | 2 +- environment/buildings/homes/hovel.c | 2 +- environment/buildings/homes/keep.c | 2 +- environment/buildings/homes/largeHouse.c | 2 +- environment/buildings/homes/palace.c | 2 +- environment/buildings/homes/smallHouse.c | 2 +- environment/buildings/homes/villa.c | 2 +- environment/buildings/military/barrack.c | 2 +- environment/buildings/military/fort.c | 2 +- environment/buildings/religious/catacombs.c | 2 +- environment/buildings/religious/church.c | 2 +- environment/buildings/religious/monestary.c | 2 +- environment/buildings/religious/temple.c | 2 +- environment/buildings/shops/alchemist.c | 2 +- environment/buildings/shops/apothecary.c | 2 +- environment/buildings/shops/armorer.c | 2 +- environment/buildings/shops/bakery.c | 2 +- environment/buildings/shops/barber.c | 2 +- environment/buildings/shops/blacksmith.c | 2 +- environment/buildings/shops/bookVendor.c | 2 +- environment/buildings/shops/bowyer.c | 2 +- environment/buildings/shops/brewer.c | 2 +- environment/buildings/shops/butcher.c | 2 +- environment/buildings/shops/carpenter.c | 2 +- environment/buildings/shops/cartographer.c | 2 +- environment/buildings/shops/dyer.c | 2 +- environment/buildings/shops/engraver.c | 2 +- environment/buildings/shops/furrier.c | 2 +- environment/buildings/shops/generalShop.c | 2 +- environment/buildings/shops/glassBlower.c | 2 +- environment/buildings/shops/grocer.c | 2 +- environment/buildings/shops/inn.c | 2 +- environment/buildings/shops/jeweler.c | 2 +- environment/buildings/shops/leatherworking.c | 2 +- environment/buildings/shops/luthier.c | 2 +- environment/buildings/shops/potter.c | 2 +- environment/buildings/shops/shipWright.c | 2 +- environment/buildings/shops/spiceMerchant.c | 2 +- environment/buildings/shops/stonemason.c | 2 +- environment/buildings/shops/swordsmith.c | 2 +- environment/buildings/shops/tailor.c | 2 +- environment/buildings/shops/tavern.c | 2 +- environment/buildings/shops/vintner.c | 2 +- environment/buildings/shops/weaponsmith.c | 2 +- environment/buildings/shops/weaver.c | 2 +- environment/buildings/trades/bank.c | 2 +- environment/buildings/trades/barn.c | 2 +- environment/buildings/trades/brothel.c | 2 +- environment/buildings/trades/distillery.c | 2 +- environment/buildings/trades/granary.c | 2 +- environment/buildings/trades/greenhouse.c | 2 +- environment/buildings/trades/guildHall.c | 2 +- environment/buildings/trades/lumberMill.c | 2 +- environment/buildings/trades/lumberYard.c | 2 +- environment/buildings/trades/mageTower.c | 2 +- environment/buildings/trades/market.c | 2 +- environment/buildings/trades/miningCompany.c | 2 +- environment/buildings/trades/publisher.c | 2 +- environment/buildings/trades/quarry.c | 2 +- environment/buildings/trades/shipYard.c | 2 +- environment/buildings/trades/smelter.c | 2 +- environment/buildings/trades/stable.c | 2 +- environment/buildings/trades/tradingCompany.c | 2 +- environment/buildings/trades/warehouse.c | 2 +- environment/buildings/trades/waterMill.c | 2 +- environment/buildings/trades/windMill.c | 2 +- environment/buildings/trades/workshop.c | 2 +- environment/environment.c | 2 +- environment/environmentalElement.c | 2 +- environment/features/barrow.c | 2 +- environment/features/baseFeature.c | 2 +- environment/features/cave.c | 2 +- environment/features/cliff.c | 2 +- environment/features/lake.c | 2 +- environment/features/oakStand.c | 2 +- environment/features/outhouse.c | 2 +- environment/features/river.c | 2 +- environment/features/riverWithBridge.c | 2 +- environment/features/sinkhole.c | 2 +- environment/interiors/banquetHall.c | 2 +- environment/interiors/baseInterior.c | 2 +- environment/interiors/bath.c | 2 +- environment/interiors/bedroom.c | 2 +- environment/interiors/crypt.c | 2 +- environment/interiors/graniteInteriorShop.c | 2 +- environment/interiors/guardRoom.c | 2 +- environment/interiors/hallway.c | 2 +- environment/interiors/kitchen.c | 2 +- environment/interiors/library.c | 2 +- environment/interiors/limestoneInteriorShop.c | 2 +- environment/interiors/opulentShop.c | 2 +- environment/interiors/prisonCell.c | 2 +- environment/interiors/privy.c | 2 +- environment/interiors/woodInteriorShop.c | 2 +- environment/interiors/workshop.c | 2 +- environment/items/barrell.c | 2 +- environment/items/baseContainer.c | 2 +- environment/items/baseItem.c | 2 +- environment/items/board.c | 2 +- environment/items/chair.c | 2 +- environment/items/chest.c | 2 +- environment/items/dock.c | 2 +- environment/items/signPost.c | 2 +- environment/items/table.c | 2 +- environment/room.c | 2 +- environment/shopInventories/armorer.c | 2 +- environment/shopInventories/baseShop.c | 2 +- environment/shopInventories/buyItemSelector.c | 2 +- environment/shopInventories/buyItemSubselector.c | 2 +- environment/shopInventories/jeweler.c | 2 +- environment/shopInventories/sellItemSelector.c | 2 +- environment/shopInventories/sellItemSubselector.c | 2 +- environment/shopInventories/shopSelector.c | 2 +- environment/shopInventories/swordsmith.c | 2 +- environment/shopInventories/tailor.c | 2 +- environment/terrain/baseTerrain.c | 2 +- environment/terrain/city.c | 2 +- environment/terrain/desert.c | 2 +- environment/terrain/farmland.c | 2 +- environment/terrain/forest.c | 2 +- environment/terrain/forestMountain.c | 2 +- environment/terrain/forestedHill.c | 2 +- environment/terrain/ice.c | 2 +- environment/terrain/keep.c | 2 +- environment/terrain/meadow.c | 2 +- environment/terrain/pier.c | 2 +- environment/terrain/plains.c | 2 +- environment/terrain/plaza.c | 2 +- environment/terrain/rockyMountain.c | 2 +- environment/terrain/rockyShoreline.c | 2 +- environment/terrain/sandyShoreline.c | 2 +- environment/terrain/swamp.c | 2 +- environment/terrain/town.c | 2 +- environment/terrain/tundra.c | 2 +- environment/terrain/village.c | 2 +- include/inventory.h | 2 +- include/itemFormatters.h | 2 +- include/settings.h | 2 +- instances/items/armor/accessories/amulet.c | 2 +- instances/items/armor/accessories/belt.c | 2 +- instances/items/armor/accessories/boots.c | 2 +- instances/items/armor/accessories/bracers.c | 2 +- instances/items/armor/accessories/circlet.c | 2 +- instances/items/armor/accessories/coif.c | 2 +- instances/items/armor/accessories/crown.c | 2 +- instances/items/armor/accessories/diadem.c | 2 +- instances/items/armor/accessories/gauntlets.c | 2 +- instances/items/armor/accessories/gloves.c | 2 +- instances/items/armor/accessories/hat.c | 2 +- instances/items/armor/accessories/helm.c | 2 +- instances/items/armor/accessories/helmet.c | 2 +- instances/items/armor/accessories/necklace.c | 2 +- instances/items/armor/accessories/ring.c | 2 +- instances/items/armor/accessories/sabaton.c | 2 +- instances/items/armor/accessories/sandals.c | 2 +- instances/items/armor/accessories/sash.c | 2 +- instances/items/armor/accessories/shoes.c | 2 +- instances/items/armor/accessories/tiara.c | 2 +- instances/items/armor/clothing/cloak.c | 2 +- instances/items/armor/clothing/dress.c | 2 +- instances/items/armor/clothing/gown.c | 2 +- instances/items/armor/clothing/kilt.c | 2 +- instances/items/armor/clothing/ornate-robes.c | 2 +- instances/items/armor/clothing/pants.c | 2 +- instances/items/armor/clothing/robes.c | 2 +- instances/items/armor/clothing/shirt.c | 2 +- instances/items/armor/clothing/shorts.c | 2 +- instances/items/armor/clothing/skirt.c | 2 +- instances/items/armor/heavy-armor/banded-mail.c | 2 +- instances/items/armor/heavy-armor/breastplate.c | 2 +- instances/items/armor/heavy-armor/brigandine.c | 2 +- instances/items/armor/heavy-armor/laminar-armor.c | 2 +- instances/items/armor/heavy-armor/plate-arm-greaves.c | 2 +- instances/items/armor/heavy-armor/plate-armor.c | 2 +- instances/items/armor/heavy-armor/plate-leg-greaves.c | 2 +- instances/items/armor/heavy-armor/plate-mail.c | 2 +- instances/items/armor/heavy-armor/scale-armor.c | 2 +- instances/items/armor/heavy-armor/splint-mail.c | 2 +- instances/items/armor/light-armor/gambeson.c | 2 +- instances/items/armor/light-armor/leather-arm-greave.c | 2 +- instances/items/armor/light-armor/leather-jacket.c | 2 +- instances/items/armor/light-armor/leather-leg-greaves.c | 2 +- instances/items/armor/light-armor/padded-arm-greaves.c | 2 +- instances/items/armor/light-armor/padded-armor.c | 2 +- instances/items/armor/light-armor/padded-leg-greaves.c | 2 +- instances/items/armor/light-armor/soft-leather.c | 2 +- instances/items/armor/medium-armor/boiled-leather.c | 2 +- instances/items/armor/medium-armor/chainmail.c | 2 +- instances/items/armor/medium-armor/hard-leather.c | 2 +- instances/items/armor/medium-armor/hauberk.c | 2 +- instances/items/armor/medium-armor/lamellar-leather.c | 2 +- instances/items/armor/medium-armor/ring-mail.c | 2 +- instances/items/materials/clay/ceramic-slip.c | 2 +- instances/items/materials/clay/earthenware.c | 2 +- instances/items/materials/clay/kaolin.c | 2 +- instances/items/materials/clay/plaster.c | 2 +- instances/items/materials/clay/stoneware.c | 2 +- instances/items/materials/clay/terra-cotta.c | 2 +- instances/items/materials/crystal/agate.c | 2 +- instances/items/materials/crystal/amber.c | 2 +- instances/items/materials/crystal/amethyst.c | 2 +- instances/items/materials/crystal/aquamarine.c | 2 +- instances/items/materials/crystal/asurluin.c | 2 +- instances/items/materials/crystal/bloodstone.c | 2 +- instances/items/materials/crystal/citrine.c | 2 +- instances/items/materials/crystal/crystal.c | 2 +- instances/items/materials/crystal/diamond.c | 2 +- instances/items/materials/crystal/durluin.c | 2 +- instances/items/materials/crystal/emerald.c | 2 +- instances/items/materials/crystal/florite.c | 2 +- instances/items/materials/crystal/garnet.c | 2 +- instances/items/materials/crystal/gwyrluin.c | 2 +- instances/items/materials/crystal/jade.c | 2 +- instances/items/materials/crystal/kirluin.c | 2 +- instances/items/materials/crystal/magical-crystal.c | 2 +- instances/items/materials/crystal/magical-ice.c | 2 +- instances/items/materials/crystal/marnluin.c | 2 +- instances/items/materials/crystal/melynuin.c | 2 +- instances/items/materials/crystal/onyx.c | 2 +- instances/items/materials/crystal/opal.c | 2 +- instances/items/materials/crystal/quartz.c | 2 +- instances/items/materials/crystal/rhudluin.c | 2 +- instances/items/materials/crystal/ruby.c | 2 +- instances/items/materials/crystal/sapphire.c | 2 +- instances/items/materials/crystal/topaz.c | 2 +- instances/items/materials/crystal/trynluin.c | 2 +- instances/items/materials/crystal/turquoise.c | 2 +- instances/items/materials/exotic/bone.c | 2 +- instances/items/materials/exotic/dragon-scale.c | 2 +- instances/items/materials/exotic/ivory.c | 2 +- instances/items/materials/leather/basilisk-leather.c | 2 +- instances/items/materials/leather/bear-leather.c | 2 +- instances/items/materials/leather/boar-leather.c | 2 +- instances/items/materials/leather/chimera-leather.c | 2 +- instances/items/materials/leather/cow-leather.c | 2 +- instances/items/materials/leather/deer-leather.c | 2 +- instances/items/materials/leather/dragon-leather.c | 2 +- instances/items/materials/leather/goat-leather.c | 2 +- instances/items/materials/leather/horse-leather.c | 2 +- instances/items/materials/leather/hydra-leather.c | 2 +- instances/items/materials/leather/leather.c | 2 +- instances/items/materials/leather/pegasus-leather.c | 2 +- instances/items/materials/leather/sheep-leather.c | 2 +- instances/items/materials/leather/unicorn-leather.c | 2 +- instances/items/materials/leather/wolf-leather.c | 2 +- instances/items/materials/leather/wyvern-leather.c | 2 +- instances/items/materials/metal/admantite.c | 2 +- instances/items/materials/metal/aluminum.c | 2 +- instances/items/materials/metal/antimony.c | 2 +- instances/items/materials/metal/asurnalt.c | 2 +- instances/items/materials/metal/bismuth.c | 2 +- instances/items/materials/metal/brass.c | 2 +- instances/items/materials/metal/bronze.c | 2 +- instances/items/materials/metal/cast-iron.c | 2 +- instances/items/materials/metal/cobalt.c | 2 +- instances/items/materials/metal/copper.c | 2 +- instances/items/materials/metal/durnalt.c | 2 +- instances/items/materials/metal/electrum.c | 2 +- instances/items/materials/metal/galvorn.c | 2 +- instances/items/materials/metal/gold.c | 2 +- instances/items/materials/metal/graphite.c | 2 +- instances/items/materials/metal/gwyrnalt.c | 2 +- instances/items/materials/metal/iridium.c | 2 +- instances/items/materials/metal/iron.c | 2 +- instances/items/materials/metal/kirdarium.c | 2 +- instances/items/materials/metal/kirnalt.c | 2 +- instances/items/materials/metal/lead.c | 2 +- instances/items/materials/metal/magnesium.c | 2 +- instances/items/materials/metal/marnalt.c | 2 +- instances/items/materials/metal/melynalt.c | 2 +- instances/items/materials/metal/meteoric-iron.c | 2 +- instances/items/materials/metal/mithril.c | 2 +- instances/items/materials/metal/nickel.c | 2 +- instances/items/materials/metal/nurilium.c | 2 +- instances/items/materials/metal/osmium.c | 2 +- instances/items/materials/metal/palladium.c | 2 +- instances/items/materials/metal/pewter.c | 2 +- instances/items/materials/metal/platinum.c | 2 +- instances/items/materials/metal/rhudnalt.c | 2 +- instances/items/materials/metal/silver.c | 2 +- instances/items/materials/metal/steel.c | 2 +- instances/items/materials/metal/tantalum.c | 2 +- instances/items/materials/metal/tin.c | 2 +- instances/items/materials/metal/titanium.c | 2 +- instances/items/materials/metal/trynalt.c | 2 +- instances/items/materials/metal/tungsten.c | 2 +- instances/items/materials/metal/zinc.c | 2 +- instances/items/materials/stone/basalt.c | 2 +- instances/items/materials/stone/chalk.c | 2 +- instances/items/materials/stone/coal.c | 2 +- instances/items/materials/stone/dolomite.c | 2 +- instances/items/materials/stone/flint.c | 2 +- instances/items/materials/stone/granite.c | 2 +- instances/items/materials/stone/limestone.c | 2 +- instances/items/materials/stone/marble.c | 2 +- instances/items/materials/stone/quartzite.c | 2 +- instances/items/materials/stone/sandstone.c | 2 +- instances/items/materials/stone/shale.c | 2 +- instances/items/materials/stone/slate.c | 2 +- instances/items/materials/stone/stone.c | 2 +- instances/items/materials/textile/burlap.c | 2 +- instances/items/materials/textile/canvas.c | 2 +- instances/items/materials/textile/cotton.c | 2 +- instances/items/materials/textile/flax.c | 2 +- instances/items/materials/textile/hemp.c | 2 +- instances/items/materials/textile/linen.c | 2 +- instances/items/materials/textile/ramie.c | 2 +- instances/items/materials/textile/silk.c | 2 +- instances/items/materials/textile/velvet.c | 2 +- instances/items/materials/textile/wool.c | 2 +- instances/items/materials/wood/alder.c | 2 +- instances/items/materials/wood/apple.c | 2 +- instances/items/materials/wood/ash.c | 2 +- instances/items/materials/wood/aspen.c | 2 +- instances/items/materials/wood/basswood.c | 2 +- instances/items/materials/wood/beech.c | 2 +- instances/items/materials/wood/birch.c | 2 +- instances/items/materials/wood/bloodwood.c | 2 +- instances/items/materials/wood/bubinga.c | 2 +- instances/items/materials/wood/buckeye.c | 2 +- instances/items/materials/wood/buckthorn.c | 2 +- instances/items/materials/wood/cedar.c | 2 +- instances/items/materials/wood/cherry.c | 2 +- instances/items/materials/wood/cottonwood.c | 2 +- instances/items/materials/wood/cypress.c | 2 +- instances/items/materials/wood/dogwood.c | 2 +- instances/items/materials/wood/elm.c | 2 +- instances/items/materials/wood/hemlock.c | 2 +- instances/items/materials/wood/hickory.c | 2 +- instances/items/materials/wood/holly.c | 2 +- instances/items/materials/wood/ironwood.c | 2 +- instances/items/materials/wood/kingwood.c | 2 +- instances/items/materials/wood/koa.c | 2 +- instances/items/materials/wood/mahogany.c | 2 +- instances/items/materials/wood/malorn.c | 2 +- instances/items/materials/wood/maple.c | 2 +- instances/items/materials/wood/marblewood.c | 2 +- instances/items/materials/wood/mesquite.c | 2 +- instances/items/materials/wood/mulberry.c | 2 +- instances/items/materials/wood/oak.c | 2 +- instances/items/materials/wood/pecan.c | 2 +- instances/items/materials/wood/pine.c | 2 +- instances/items/materials/wood/poplar.c | 2 +- instances/items/materials/wood/purple-heart.c | 2 +- instances/items/materials/wood/redwood.c | 2 +- instances/items/materials/wood/rosewood.c | 2 +- instances/items/materials/wood/spruce.c | 2 +- instances/items/materials/wood/swamp-ash.c | 2 +- instances/items/materials/wood/sycamore.c | 2 +- instances/items/materials/wood/teak.c | 2 +- instances/items/materials/wood/walnut.c | 2 +- instances/items/materials/wood/yew.c | 2 +- instances/items/weapons/axes/axe.c | 2 +- instances/items/weapons/axes/battle-axe.c | 2 +- instances/items/weapons/axes/bearded-axe.c | 2 +- instances/items/weapons/axes/broad-axe.c | 2 +- instances/items/weapons/axes/danish-axe.c | 2 +- instances/items/weapons/axes/double-bit-axe.c | 2 +- instances/items/weapons/axes/hatchet.c | 2 +- instances/items/weapons/axes/labrys.c | 2 +- instances/items/weapons/axes/lochaber-axe.c | 2 +- instances/items/weapons/axes/panabas.c | 2 +- instances/items/weapons/axes/sparth-axe.c | 2 +- instances/items/weapons/axes/splitting-maul.c | 2 +- instances/items/weapons/bows/bow.c | 2 +- instances/items/weapons/bows/composite-bow.c | 2 +- instances/items/weapons/bows/long-bow.c | 2 +- instances/items/weapons/bows/recurve-bow.c | 2 +- instances/items/weapons/bows/short-bow.c | 2 +- instances/items/weapons/crossbows/cranequin-crossbow.c | 2 +- instances/items/weapons/crossbows/crossbow.c | 2 +- instances/items/weapons/crossbows/levered-crossbow.c | 2 +- instances/items/weapons/daggers/dagger.c | 2 +- instances/items/weapons/daggers/dirk.c | 2 +- instances/items/weapons/daggers/katar.c | 2 +- instances/items/weapons/daggers/knife.c | 2 +- instances/items/weapons/daggers/stiletto.c | 2 +- instances/items/weapons/daggers/talon.c | 2 +- instances/items/weapons/daggers/tiger-claws.c | 2 +- instances/items/weapons/flails/cat-of-nine-tails.c | 2 +- instances/items/weapons/flails/flail.c | 2 +- instances/items/weapons/flails/hinged-flail.c | 2 +- instances/items/weapons/flails/kusarigama.c | 2 +- instances/items/weapons/flails/military-flail.c | 2 +- instances/items/weapons/flails/segmented-flail.c | 2 +- instances/items/weapons/flails/whip.c | 2 +- instances/items/weapons/hammers/horsemans-pick.c | 2 +- instances/items/weapons/hammers/lucerne-hammer.c | 2 +- instances/items/weapons/hammers/maul.c | 2 +- instances/items/weapons/hammers/war-hammer.c | 2 +- instances/items/weapons/maces/club.c | 2 +- instances/items/weapons/maces/cudgel.c | 2 +- instances/items/weapons/maces/flanged-mace.c | 2 +- instances/items/weapons/maces/goedendag.c | 2 +- instances/items/weapons/maces/mace.c | 2 +- instances/items/weapons/maces/morning-star.c | 2 +- instances/items/weapons/maces/pernach.c | 2 +- instances/items/weapons/maces/virge.c | 2 +- instances/items/weapons/pole-arms/ahlspiess.c | 2 +- instances/items/weapons/pole-arms/bardiche.c | 2 +- instances/items/weapons/pole-arms/bec-de-corbin.c | 2 +- instances/items/weapons/pole-arms/bill.c | 2 +- instances/items/weapons/pole-arms/brandistock.c | 2 +- instances/items/weapons/pole-arms/earspoon.c | 2 +- instances/items/weapons/pole-arms/fauchard.c | 2 +- instances/items/weapons/pole-arms/glaive.c | 2 +- instances/items/weapons/pole-arms/guisarme.c | 2 +- instances/items/weapons/pole-arms/halberd.c | 2 +- instances/items/weapons/pole-arms/lance.c | 2 +- instances/items/weapons/pole-arms/military-fork.c | 2 +- instances/items/weapons/pole-arms/partisan.c | 2 +- instances/items/weapons/pole-arms/pike.c | 2 +- instances/items/weapons/pole-arms/pitchfork.c | 2 +- instances/items/weapons/pole-arms/pollaxe.c | 2 +- instances/items/weapons/pole-arms/ranseur.c | 2 +- instances/items/weapons/pole-arms/sovnya.c | 2 +- instances/items/weapons/pole-arms/spear.c | 2 +- instances/items/weapons/pole-arms/spetum.c | 2 +- instances/items/weapons/pole-arms/sword-staff.c | 2 +- instances/items/weapons/pole-arms/trident.c | 2 +- instances/items/weapons/pole-arms/voulge.c | 2 +- instances/items/weapons/pole-arms/war-scythe.c | 2 +- instances/items/weapons/shields/bouche-shield.c | 2 +- instances/items/weapons/shields/buckler.c | 2 +- instances/items/weapons/shields/heater-shield.c | 2 +- instances/items/weapons/shields/kite-shield.c | 2 +- instances/items/weapons/shields/pavise-shield.c | 2 +- instances/items/weapons/shields/shield.c | 2 +- instances/items/weapons/shields/spiked-shield.c | 2 +- instances/items/weapons/shields/targe-shield.c | 2 +- instances/items/weapons/slings/kestros.c | 2 +- instances/items/weapons/slings/sling-staff.c | 2 +- instances/items/weapons/slings/sling.c | 2 +- instances/items/weapons/slings/slingshot.c | 2 +- instances/items/weapons/staffs/brogit-staff.c | 2 +- instances/items/weapons/staffs/jeddart-staff.c | 2 +- instances/items/weapons/staffs/ornate-staff.c | 2 +- instances/items/weapons/staffs/quarterstaff.c | 2 +- instances/items/weapons/staffs/shield-staff.c | 2 +- instances/items/weapons/staffs/staff.c | 2 +- instances/items/weapons/staffs/swordstaff.c | 2 +- instances/items/weapons/swords/bastard-sword.c | 2 +- instances/items/weapons/swords/broad-sword.c | 2 +- instances/items/weapons/swords/claymore.c | 2 +- instances/items/weapons/swords/cutlass.c | 2 +- instances/items/weapons/swords/gladius.c | 2 +- instances/items/weapons/swords/great-sword.c | 2 +- instances/items/weapons/swords/harpe.c | 2 +- instances/items/weapons/swords/kama.c | 2 +- instances/items/weapons/swords/katana.c | 2 +- instances/items/weapons/swords/long-sword.c | 2 +- instances/items/weapons/swords/machete.c | 2 +- instances/items/weapons/swords/odachi.c | 2 +- instances/items/weapons/swords/rapier.c | 2 +- instances/items/weapons/swords/sabre.c | 2 +- instances/items/weapons/swords/scimitar.c | 2 +- instances/items/weapons/swords/short-sword.c | 2 +- instances/items/weapons/swords/sickle.c | 2 +- instances/items/weapons/swords/spatha.c | 2 +- instances/items/weapons/swords/wakisashi.c | 2 +- instances/items/weapons/thrown/dart.c | 2 +- instances/items/weapons/thrown/javelin.c | 2 +- instances/items/weapons/thrown/pilum.c | 2 +- instances/items/weapons/thrown/rock.c | 2 +- instances/items/weapons/thrown/throwing-axe.c | 2 +- instances/items/weapons/thrown/throwing-hammer.c | 2 +- instances/items/weapons/thrown/throwing-spear.c | 2 +- instances/research/bastardResearchTree.c | 2 +- instances/research/crafting/armor/craftArmor.c | 2 +- instances/research/crafting/brewBeveragesAndCookFood.c | 2 +- instances/research/crafting/brewPotions.c | 2 +- instances/research/crafting/craftArtwork.c | 2 +- instances/research/crafting/craftInstrument.c | 2 +- instances/research/crafting/materials/craftAlloy.c | 2 +- instances/research/crafting/materials/craftCommonMetal.c | 2 +- instances/research/crafting/materials/craftCommonWood.c | 2 +- instances/research/crafting/materials/craftExoticLeather.c | 2 +- instances/research/crafting/materials/craftGems.c | 2 +- instances/research/crafting/materials/craftLeather.c | 2 +- instances/research/crafting/materials/craftMythicAlloy.c | 2 +- instances/research/crafting/materials/craftMythicGems.c | 2 +- instances/research/crafting/materials/craftMythicMetal.c | 2 +- instances/research/crafting/materials/craftPreciousMetal.c | 2 +- instances/research/crafting/materials/craftRareGems.c | 2 +- instances/research/crafting/materials/craftRareMetal.c | 2 +- instances/research/crafting/materials/craftRareWood.c | 2 +- instances/research/crafting/materials/craftReconditeMetal.c | 2 +- instances/research/crafting/materials/craftUncommonMetal.c | 2 +- instances/research/crafting/materials/craftUncommonWood.c | 2 +- instances/research/crafting/materials/useCrystalsAsMetal.c | 2 +- instances/research/crafting/weapons/craftWeapons.c | 2 +- .../research/crafting/weapons/swords/craftBasicSwords.c | 2 +- .../research/crafting/weapons/swords/craftElegantSwords.c | 2 +- .../research/crafting/weapons/swords/craftLongSwords.c | 2 +- instances/research/crafting/weapons/swords/swordsmithing.c | 2 +- instances/research/draconidResearchTree.c | 2 +- instances/research/highElfResearchTree.c | 2 +- instances/research/insaneResearchTree.c | 2 +- instances/research/maegenstrydResearchTree.c | 2 +- instances/research/senileResearchTree.c | 2 +- items/armor.c | 2 +- items/book.c | 2 +- items/container.c | 2 +- items/craftingBlueprint.c | 2 +- items/drink.c | 2 +- items/equipment.c | 2 +- items/food.c | 2 +- items/ingredient.c | 2 +- items/instrument.c | 2 +- items/item.c | 2 +- items/material.c | 2 +- items/modifierObject.c | 2 +- items/potion.c | 2 +- items/scroll.c | 2 +- items/treasure.c | 2 +- items/vessel.c | 2 +- items/weapon.c | 2 +- modules/artificialIntelligence.c | 2 +- modules/attributes.c | 2 +- modules/background.c | 2 +- modules/biological.c | 2 +- modules/combat.c | 2 +- modules/combat/attacks/acidAttack.c | 2 +- modules/combat/attacks/airAttack.c | 2 +- modules/combat/attacks/baseAttack.c | 2 +- modules/combat/attacks/beakAttack.c | 2 +- modules/combat/attacks/bludgeonAttack.c | 2 +- modules/combat/attacks/chaosAttack.c | 2 +- modules/combat/attacks/clawAttack.c | 2 +- modules/combat/attacks/coldAttack.c | 2 +- modules/combat/attacks/diseaseAttack.c | 2 +- modules/combat/attacks/earthAttack.c | 2 +- modules/combat/attacks/electricityAttack.c | 2 +- modules/combat/attacks/energyAttack.c | 2 +- modules/combat/attacks/evilAttack.c | 2 +- modules/combat/attacks/fangsAttack.c | 2 +- modules/combat/attacks/fireAttack.c | 2 +- modules/combat/attacks/goodAttack.c | 2 +- modules/combat/attacks/hoofAttack.c | 2 +- modules/combat/attacks/hornAttack.c | 2 +- modules/combat/attacks/magicalAttack.c | 2 +- modules/combat/attacks/mandiblesAttack.c | 2 +- modules/combat/attacks/neutralAttack.c | 2 +- modules/combat/attacks/paralysisAttack.c | 2 +- modules/combat/attacks/physicalAttack.c | 2 +- modules/combat/attacks/poisonAttack.c | 2 +- modules/combat/attacks/psionicAttack.c | 2 +- modules/combat/attacks/reflectionAttack.c | 2 +- modules/combat/attacks/slashAttack.c | 2 +- modules/combat/attacks/sonicAttack.c | 2 +- modules/combat/attacks/tailAttack.c | 2 +- modules/combat/attacks/talonsAttack.c | 2 +- modules/combat/attacks/teethAttack.c | 2 +- modules/combat/attacks/tentacleAttack.c | 2 +- modules/combat/attacks/thrustAttack.c | 2 +- modules/combat/attacks/tongueAttack.c | 2 +- modules/combat/attacks/unarmedAttack.c | 2 +- modules/combat/attacks/undeadAttack.c | 2 +- modules/combat/attacks/waterAttack.c | 2 +- modules/combat/attacks/wingAttack.c | 2 +- modules/combatChatter.c | 2 +- modules/conversations.c | 2 +- modules/conversations/baseConversation.c | 2 +- modules/crafting/componentSelector.c | 2 +- modules/crafting/craftItemSelector.c | 2 +- modules/crafting/craftingSelector.c | 2 +- modules/crafting/materialSelector.c | 2 +- modules/crafting/selectMaterialsSelector.c | 2 +- modules/creation/attributeSelector.c | 2 +- modules/creation/combatSkillSelector.c | 2 +- modules/creation/craftingSkillSelector.c | 2 +- modules/creation/educationalTraitSelector.c | 2 +- modules/creation/eruditeSkillSelector.c | 2 +- modules/creation/genderSelector.c | 2 +- modules/creation/generalSkillSelector.c | 2 +- modules/creation/geneticTraitSelector.c | 2 +- modules/creation/hairSelector.c | 2 +- modules/creation/healthTraitSelector.c | 2 +- modules/creation/initializePlayer.c | 2 +- modules/creation/languageSkillSelector.c | 2 +- modules/creation/magicSkillSelector.c | 2 +- modules/creation/personalityTraitSelector.c | 2 +- modules/creation/raceSelector.c | 2 +- modules/creation/sexualityTraitSelector.c | 2 +- modules/creation/skillSelectorSubmenu.c | 2 +- modules/creation/skillsSelector.c | 2 +- modules/creation/subraceSelector.c | 2 +- modules/creation/subterfugeSkillSelector.c | 2 +- modules/creation/traitSelector.c | 2 +- modules/creation/traitSelectorSubmenu.c | 2 +- modules/factions.c | 2 +- modules/factions/baseFaction.c | 2 +- modules/guilds.c | 2 +- modules/guilds/baseGuild.c | 2 +- modules/guilds/researchChooser.c | 2 +- modules/inventory.c | 2 +- modules/materialAttributes.c | 2 +- modules/movement.c | 2 +- modules/parties.c | 2 +- modules/quests.c | 2 +- modules/quests/questItem.c | 2 +- modules/quests/questSelector.c | 2 +- modules/quests/questSubselector.c | 2 +- modules/races.c | 2 +- modules/research.c | 2 +- modules/research/activeResearchItem.c | 2 +- modules/research/effectModifier.c | 2 +- modules/research/instantaneousActiveResearchItem.c | 2 +- modules/research/instantaneousEffect.c | 2 +- modules/research/instantaneousRitualResearchItem.c | 2 +- modules/research/knowledgeResearchItem.c | 2 +- modules/research/passiveResearchItem.c | 2 +- modules/research/persistedActiveResearchItem.c | 2 +- modules/research/persistedRitualResearchItem.c | 2 +- modules/research/researchItem.c | 2 +- modules/research/researchSelector.c | 2 +- modules/research/researchSubselector.c | 2 +- modules/research/researchTree.c | 2 +- modules/research/ritualResearchItem.c | 2 +- modules/research/sustainedResearchItem.c | 2 +- modules/secure/attributes.h | 2 +- modules/secure/biological.h | 2 +- modules/secure/combat.h | 2 +- modules/secure/conversations.h | 2 +- modules/secure/dataAccess.c | 2 +- modules/secure/dataServices/basicPlayerDataService.c | 2 +- modules/secure/dataServices/combatStatisticsDataService.c | 2 +- modules/secure/dataServices/conversationsDataService.c | 2 +- modules/secure/dataServices/dataService.c | 2 +- modules/secure/dataServices/factionsDataService.c | 2 +- modules/secure/dataServices/guildDataService.c | 2 +- modules/secure/dataServices/inventoryDataService.c | 2 +- modules/secure/dataServices/materialAttributesDataService.c | 2 +- modules/secure/dataServices/questDataService.c | 2 +- modules/secure/dataServices/researchDataService.c | 2 +- modules/secure/dataServices/skillsDataService.c | 2 +- modules/secure/dataServices/stateDataService.c | 2 +- modules/secure/dataServices/traitsDataService.c | 2 +- modules/secure/dataServices/wizardDataService.c | 2 +- modules/secure/factions.h | 2 +- modules/secure/guilds.h | 2 +- modules/secure/inventory.h | 2 +- modules/secure/login.c | 2 +- modules/secure/materialAttributes.h | 2 +- modules/secure/persistence.c | 2 +- modules/secure/quests.h | 2 +- modules/secure/races.h | 2 +- modules/secure/research.h | 2 +- modules/secure/settings.h | 2 +- modules/secure/skills.h | 2 +- modules/secure/state.h | 2 +- modules/secure/traits.h | 2 +- modules/secure/wizard.h | 2 +- modules/settings.c | 2 +- modules/skills.c | 2 +- modules/state.c | 2 +- modules/traits.c | 2 +- modules/traits/archetypes/eifj.c | 2 +- modules/traits/archetypes/eifp.c | 2 +- modules/traits/archetypes/eitj.c | 2 +- modules/traits/archetypes/eitp.c | 2 +- modules/traits/archetypes/esfj.c | 2 +- modules/traits/archetypes/esfp.c | 2 +- modules/traits/archetypes/estj.c | 2 +- modules/traits/archetypes/estp.c | 2 +- modules/traits/archetypes/iifj.c | 2 +- modules/traits/archetypes/iifp.c | 2 +- modules/traits/archetypes/iitj.c | 2 +- modules/traits/archetypes/iitp.c | 2 +- modules/traits/archetypes/isfj.c | 2 +- modules/traits/archetypes/isfp.c | 2 +- modules/traits/archetypes/istj.c | 2 +- modules/traits/archetypes/istp.c | 2 +- modules/traits/background/human/eledhelean/noble/aelfan.c | 2 +- modules/traits/background/human/eledhelean/noble/aelgil.c | 2 +- modules/traits/background/human/eledhelean/noble/aladain.c | 2 +- .../traits/background/human/eledhelean/noble/anduradan.c | 2 +- modules/traits/background/human/eledhelean/noble/argalen.c | 2 +- .../traits/background/human/eledhelean/noble/arthellyn.c | 2 +- modules/traits/background/human/eledhelean/noble/belathon.c | 2 +- modules/traits/background/human/eledhelean/noble/belectar.c | 2 +- modules/traits/background/human/eledhelean/noble/dalthren.c | 2 +- modules/traits/background/human/eledhelean/noble/denlap.c | 2 +- modules/traits/background/human/eledhelean/noble/endur.c | 2 +- modules/traits/background/human/eledhelean/noble/eolach.c | 2 +- modules/traits/background/human/eledhelean/noble/eralkidh.c | 2 +- modules/traits/background/human/eledhelean/noble/erator.c | 2 +- modules/traits/background/human/eledhelean/noble/evendim.c | 2 +- modules/traits/background/human/eledhelean/noble/eznaruin.c | 2 +- modules/traits/background/human/eledhelean/noble/galdur.c | 2 +- modules/traits/background/human/eledhelean/noble/gharndar.c | 2 +- modules/traits/background/human/eledhelean/noble/gundil.c | 2 +- modules/traits/background/human/eledhelean/noble/hador.c | 2 +- modules/traits/background/human/eledhelean/noble/hrondil.c | 2 +- modules/traits/background/human/eledhelean/noble/inildin.c | 2 +- modules/traits/background/human/eledhelean/noble/karendur.c | 2 +- modules/traits/background/human/eledhelean/noble/kirin.c | 2 +- modules/traits/background/human/eledhelean/noble/llenwych.c | 2 +- .../traits/background/human/eledhelean/noble/marannuminas.c | 2 +- modules/traits/background/human/eledhelean/noble/nalagren.c | 2 +- modules/traits/background/human/eledhelean/noble/oeldhen.c | 2 +- modules/traits/background/human/eledhelean/noble/paranan.c | 2 +- modules/traits/background/human/eledhelean/noble/rhoaghan.c | 2 +- modules/traits/background/human/eledhelean/noble/saeldur.c | 2 +- modules/traits/background/human/eledhelean/noble/sangadil.c | 2 +- .../traits/background/human/eledhelean/noble/tinwaeden.c | 2 +- modules/traits/background/human/eledhelean/noble/urdhan.c | 2 +- modules/traits/background/human/eledhelean/noble/valamar.c | 2 +- .../traits/background/human/eledhelean/noble/whaldrumas.c | 2 +- modules/traits/baseTrait.c | 2 +- modules/traits/diseases/cataracts.c | 2 +- modules/traits/diseases/influenza.c | 2 +- modules/traits/diseases/pneumonia.c | 2 +- modules/traits/diseases/tuberculosis.c | 2 +- modules/traits/educational/arcane.c | 2 +- modules/traits/educational/architect.c | 2 +- modules/traits/educational/articulate.c | 2 +- modules/traits/educational/artisan.c | 2 +- modules/traits/educational/botanist.c | 2 +- modules/traits/educational/cultured.c | 2 +- modules/traits/educational/diplomatic.c | 2 +- modules/traits/educational/educated.c | 2 +- modules/traits/educational/erudite.c | 2 +- modules/traits/educational/hunter.c | 2 +- modules/traits/educational/incompetent-magician.c | 2 +- modules/traits/educational/mastermind.c | 2 +- modules/traits/educational/poetic.c | 2 +- modules/traits/educational/politician.c | 2 +- modules/traits/educational/poor-fighter.c | 2 +- modules/traits/educational/schemer.c | 2 +- modules/traits/educational/scholarly.c | 2 +- modules/traits/educational/soldier.c | 2 +- modules/traits/educational/strategist.c | 2 +- modules/traits/educational/tactician.c | 2 +- modules/traits/educational/theologian.c | 2 +- modules/traits/educational/thespian.c | 2 +- modules/traits/educational/uneducated.c | 2 +- modules/traits/genetic/attractive.c | 2 +- modules/traits/genetic/bastard.c | 2 +- modules/traits/genetic/cunning.c | 2 +- modules/traits/genetic/genius.c | 2 +- modules/traits/genetic/homely.c | 2 +- modules/traits/genetic/imbecile.c | 2 +- modules/traits/genetic/imposing.c | 2 +- modules/traits/genetic/inbred.c | 2 +- modules/traits/genetic/keen.c | 2 +- modules/traits/genetic/lisp.c | 2 +- modules/traits/genetic/maimed.c | 2 +- modules/traits/genetic/senile.c | 2 +- modules/traits/genetic/slow.c | 2 +- modules/traits/genetic/smart.c | 2 +- modules/traits/genetic/strong.c | 2 +- modules/traits/genetic/ugly.c | 2 +- modules/traits/genetic/vapid.c | 2 +- modules/traits/genetic/weak.c | 2 +- modules/traits/genetic/wise.c | 2 +- modules/traits/hair/ash-blond.c | 2 +- modules/traits/hair/ash-brown.c | 2 +- modules/traits/hair/ash-gray.c | 2 +- modules/traits/hair/auburn.c | 2 +- modules/traits/hair/beige.c | 2 +- modules/traits/hair/black.c | 2 +- modules/traits/hair/blond.c | 2 +- modules/traits/hair/brown.c | 2 +- modules/traits/hair/brunette.c | 2 +- modules/traits/hair/burgundy.c | 2 +- modules/traits/hair/caramel-brown.c | 2 +- modules/traits/hair/chestnut-brown.c | 2 +- modules/traits/hair/chocolate-brown.c | 2 +- modules/traits/hair/copper.c | 2 +- modules/traits/hair/ginger.c | 2 +- modules/traits/hair/golden.c | 2 +- modules/traits/hair/honey-brown.c | 2 +- modules/traits/hair/pearl-white.c | 2 +- modules/traits/hair/platinum-blond.c | 2 +- modules/traits/hair/raven.c | 2 +- modules/traits/hair/russet-brown.c | 2 +- modules/traits/hair/salt-and-pepper.c | 2 +- modules/traits/hair/sandy-brown.c | 2 +- modules/traits/hair/silver.c | 2 +- modules/traits/hair/steel-gray.c | 2 +- modules/traits/hair/strawberry-blond.c | 2 +- modules/traits/health/clubfooted.c | 2 +- modules/traits/health/depressed.c | 2 +- modules/traits/health/disfigured.c | 2 +- modules/traits/health/drunkard.c | 2 +- modules/traits/health/frail.c | 2 +- modules/traits/health/hale.c | 2 +- modules/traits/health/hunchback.c | 2 +- modules/traits/health/insane.c | 2 +- modules/traits/health/leper.c | 2 +- modules/traits/health/one-eyed.c | 2 +- modules/traits/health/sickly.c | 2 +- modules/traits/personality/abrasive.c | 2 +- modules/traits/personality/accursed.c | 2 +- modules/traits/personality/acerbic.c | 2 +- modules/traits/personality/addict.c | 2 +- modules/traits/personality/ambitious.c | 2 +- modules/traits/personality/arbitrary.c | 2 +- modules/traits/personality/arrogant.c | 2 +- modules/traits/personality/austere.c | 2 +- modules/traits/personality/awkward.c | 2 +- modules/traits/personality/bloodthirsty.c | 2 +- modules/traits/personality/boorish.c | 2 +- modules/traits/personality/boring.c | 2 +- modules/traits/personality/brave.c | 2 +- modules/traits/personality/brutal.c | 2 +- modules/traits/personality/brutish.c | 2 +- modules/traits/personality/caustic.c | 2 +- modules/traits/personality/celibate.c | 2 +- modules/traits/personality/charitable.c | 2 +- modules/traits/personality/charming.c | 2 +- modules/traits/personality/chaste.c | 2 +- modules/traits/personality/cheapskate.c | 2 +- modules/traits/personality/chivalrous.c | 2 +- modules/traits/personality/cold-hearted.c | 2 +- modules/traits/personality/cold.c | 2 +- modules/traits/personality/compassionate.c | 2 +- modules/traits/personality/content.c | 2 +- modules/traits/personality/corrupt.c | 2 +- modules/traits/personality/coward.c | 2 +- modules/traits/personality/craven.c | 2 +- modules/traits/personality/crude.c | 2 +- modules/traits/personality/cruel.c | 2 +- modules/traits/personality/cynical.c | 2 +- modules/traits/personality/deceitful.c | 2 +- modules/traits/personality/deceptive.c | 2 +- modules/traits/personality/deranged.c | 2 +- modules/traits/personality/determined.c | 2 +- modules/traits/personality/diligent.c | 2 +- modules/traits/personality/dishonest.c | 2 +- modules/traits/personality/disloyal.c | 2 +- modules/traits/personality/dreaded.c | 2 +- modules/traits/personality/duplicious.c | 2 +- modules/traits/personality/envious.c | 2 +- modules/traits/personality/epicurean.c | 2 +- modules/traits/personality/extravert.c | 2 +- modules/traits/personality/feared.c | 2 +- modules/traits/personality/foul.c | 2 +- modules/traits/personality/gambler.c | 2 +- modules/traits/personality/generous.c | 2 +- modules/traits/personality/gloryhound.c | 2 +- modules/traits/personality/gluttonous.c | 2 +- modules/traits/personality/greedy.c | 2 +- modules/traits/personality/gregarious.c | 2 +- modules/traits/personality/haughty.c | 2 +- modules/traits/personality/hedonist.c | 2 +- modules/traits/personality/honest.c | 2 +- modules/traits/personality/hot-tempered.c | 2 +- modules/traits/personality/humble.c | 2 +- modules/traits/personality/icy.c | 2 +- modules/traits/personality/ill-tempered.c | 2 +- modules/traits/personality/insecure.c | 2 +- modules/traits/personality/intolerant.c | 2 +- modules/traits/personality/introvert.c | 2 +- modules/traits/personality/irascible.c | 2 +- modules/traits/personality/irritable.c | 2 +- modules/traits/personality/just.c | 2 +- modules/traits/personality/kind.c | 2 +- modules/traits/personality/lascivious.c | 2 +- modules/traits/personality/lecherous.c | 2 +- modules/traits/personality/lewd.c | 2 +- modules/traits/personality/loutish.c | 2 +- modules/traits/personality/loyal.c | 2 +- modules/traits/personality/lustful.c | 2 +- modules/traits/personality/malicious.c | 2 +- modules/traits/personality/manipulative.c | 2 +- modules/traits/personality/miserly.c | 2 +- modules/traits/personality/mordant.c | 2 +- modules/traits/personality/narcissistic.c | 2 +- modules/traits/personality/obnoxious.c | 2 +- modules/traits/personality/obscene.c | 2 +- modules/traits/personality/openminded.c | 2 +- modules/traits/personality/oppressive.c | 2 +- modules/traits/personality/optimistic.c | 2 +- modules/traits/personality/opulent.c | 2 +- modules/traits/personality/orator.c | 2 +- modules/traits/personality/overbearing.c | 2 +- modules/traits/personality/paranoid.c | 2 +- modules/traits/personality/passionate.c | 2 +- modules/traits/personality/patient.c | 2 +- modules/traits/personality/patronizing.c | 2 +- modules/traits/personality/peaceful.c | 2 +- modules/traits/personality/persuasive.c | 2 +- modules/traits/personality/perverse.c | 2 +- modules/traits/personality/pessimistic.c | 2 +- modules/traits/personality/petulant.c | 2 +- modules/traits/personality/possessive.c | 2 +- modules/traits/personality/pragmatic.c | 2 +- modules/traits/personality/pretentious.c | 2 +- modules/traits/personality/prim.c | 2 +- modules/traits/personality/proud.c | 2 +- modules/traits/personality/psychopathic.c | 2 +- modules/traits/personality/puerile.c | 2 +- modules/traits/personality/quick-tempered.c | 2 +- modules/traits/personality/reckless.c | 2 +- modules/traits/personality/repugnant.c | 2 +- modules/traits/personality/righteous.c | 2 +- modules/traits/personality/rude.c | 2 +- modules/traits/personality/sarcastic.c | 2 +- modules/traits/personality/sardonic.c | 2 +- modules/traits/personality/schemer.c | 2 +- modules/traits/personality/secretive.c | 2 +- modules/traits/personality/selfish.c | 2 +- modules/traits/personality/short-tempered.c | 2 +- modules/traits/personality/shrewd.c | 2 +- modules/traits/personality/shy.c | 2 +- modules/traits/personality/slovenly.c | 2 +- modules/traits/personality/sly.c | 2 +- modules/traits/personality/smarmy.c | 2 +- modules/traits/personality/socializer.c | 2 +- modules/traits/personality/spirited.c | 2 +- modules/traits/personality/stoic.c | 2 +- modules/traits/personality/stubborn.c | 2 +- modules/traits/personality/stutterer.c | 2 +- modules/traits/personality/superstitious.c | 2 +- modules/traits/personality/talkative.c | 2 +- modules/traits/personality/temperate.c | 2 +- modules/traits/personality/timid.c | 2 +- modules/traits/personality/tolerant.c | 2 +- modules/traits/personality/touchy.c | 2 +- modules/traits/personality/trusting.c | 2 +- modules/traits/personality/uncouth.c | 2 +- modules/traits/personality/unjust.c | 2 +- modules/traits/personality/upright.c | 2 +- modules/traits/personality/vicious.c | 2 +- modules/traits/personality/vindictive.c | 2 +- modules/traits/personality/vulgar.c | 2 +- modules/traits/personality/warmonger.c | 2 +- modules/traits/personality/wicked.c | 2 +- modules/traits/personality/witty.c | 2 +- modules/traits/personality/wroth.c | 2 +- modules/traits/personality/zealot.c | 2 +- modules/traits/racial/andurathHuman.c | 2 +- modules/traits/racial/celebnostHuman.c | 2 +- modules/traits/racial/darkElf.c | 2 +- modules/traits/racial/deityTouchedElf.c | 2 +- modules/traits/racial/echorluinElf.c | 2 +- modules/traits/racial/eledhelHuman.c | 2 +- modules/traits/racial/endurghulHuman.c | 2 +- modules/traits/racial/greyElf.c | 2 +- modules/traits/racial/helcarionHuman.c | 2 +- modules/traits/racial/hillgarathElf.c | 2 +- modules/traits/racial/hillgarathHuman.c | 2 +- modules/traits/racial/iarwathHuman.c | 2 +- modules/traits/racial/khazurathiDwarf.c | 2 +- modules/traits/racial/linmirHuman.c | 2 +- modules/traits/racial/menadrostHuman.c | 2 +- modules/traits/racial/mirostiDwarf.c | 2 +- modules/traits/racial/seaElf.c | 2 +- modules/traits/racial/tirnostHuman.c | 2 +- modules/traits/racial/woodElf.c | 2 +- modules/traits/racial/zhendulachHuman.c | 2 +- modules/traits/role/betrayer.c | 2 +- modules/traits/role/kinslayer.c | 2 +- modules/traits/role/murderer.c | 2 +- modules/traits/sexuality/asexual.c | 2 +- modules/traits/sexuality/bisexual.c | 2 +- modules/traits/sexuality/homosexual.c | 2 +- modules/traits/sexuality/transgender.c | 2 +- realizations/companion.c | 2 +- realizations/henchman.c | 2 +- realizations/living.c | 2 +- realizations/monster.c | 2 +- realizations/monsterWithAI.c | 2 +- realizations/npc.c | 2 +- realizations/player.c | 2 +- realizations/realization.c | 2 +- realizations/wanderingMonster.c | 2 +- realizations/wizard.c | 2 +- tests/commands/baseCommandTest.c | 2 +- tests/commands/player/craftingTest.c | 2 +- tests/commands/player/dropTest.c | 2 +- tests/commands/player/getTest.c | 2 +- tests/commands/player/inventoryTest.c | 2 +- tests/commands/player/killTest.c | 2 +- tests/commands/player/lookTest.c | 2 +- tests/commands/player/questsTest.c | 2 +- tests/commands/player/quitTest.c | 2 +- tests/commands/player/researchTest.c | 2 +- tests/commands/player/saveTest.c | 2 +- tests/commands/player/sayTest.c | 2 +- tests/commands/player/scoreTest.c | 2 +- tests/commands/player/shopTest.c | 2 +- tests/commands/player/shoutTest.c | 2 +- tests/commands/player/skillsTest.c | 2 +- tests/commands/player/tellTest.c | 2 +- tests/commands/player/traitsTest.c | 2 +- tests/commands/wizard/ccTest.c | 2 +- tests/commands/wizard/cdTest.c | 2 +- tests/commands/wizard/cloneTest.c | 2 +- tests/commands/wizard/gotoTest.c | 2 +- tests/commands/wizard/lsTest.c | 2 +- tests/commands/wizard/patchTest.c | 2 +- tests/commands/wizard/pwdTest.c | 2 +- tests/core/eventsTest.c | 2 +- tests/core/prerequisitesTest.c | 2 +- tests/core/prerequisitesWithPersistenceTest.c | 2 +- tests/core/specificationTest.c | 2 +- tests/core/stateMachineTest.c | 2 +- tests/dictionaries/bonusesDictionaryTest.c | 2 +- tests/dictionaries/groups/adminTest.c | 2 +- tests/dictionaries/groups/apprenticeTest.c | 2 +- tests/dictionaries/groups/archwizardTest.c | 2 +- tests/dictionaries/groups/baseGroupTest.c | 2 +- tests/dictionaries/groups/creatorTest.c | 2 +- tests/dictionaries/groups/demigodTest.c | 2 +- tests/dictionaries/groups/elderTest.c | 2 +- tests/dictionaries/groups/godTest.c | 2 +- tests/dictionaries/groups/highwizardTest.c | 2 +- tests/dictionaries/groups/ownerTest.c | 2 +- tests/dictionaries/groups/playerTest.c | 2 +- tests/dictionaries/groups/sageTest.c | 2 +- tests/dictionaries/groups/seniorTest.c | 2 +- tests/dictionaries/groups/wizardTest.c | 2 +- tests/dictionaries/researchDictionaryTest.c | 2 +- tests/dictionaries/skillsDictionaryTest.c | 2 +- tests/environment/baseShopTest.c | 2 +- tests/environment/buyItemSelectorTest.c | 2 +- tests/environment/elementLightTest.c | 2 +- tests/environment/environmentTest.c | 2 +- tests/environment/environmentalElementTest.c | 2 +- tests/environment/sellItemSelectorTest.c | 2 +- tests/environment/shopSelectorTest.c | 2 +- tests/framework/testExecutor.c | 2 +- tests/framework/testFixture.c | 2 +- tests/items/armorTest.c | 2 +- tests/items/equipmentTest.c | 2 +- tests/items/itemStatisticsTest.c | 2 +- tests/items/itemTest.c | 2 +- tests/items/modifierObjectTest.c | 2 +- tests/items/weaponTest.c | 2 +- tests/modules/artificialIntelligenceTest.c | 2 +- tests/modules/attributesTest.c | 2 +- tests/modules/backgroundTest.c | 2 +- tests/modules/baseConversationTest.c | 2 +- tests/modules/baseGuildTest.c | 2 +- tests/modules/baseTraitTest.c | 2 +- tests/modules/biologicalTest.c | 2 +- tests/modules/combatChatterTest.c | 2 +- tests/modules/combatStatisticsTest.c | 2 +- tests/modules/combatTest.c | 2 +- tests/modules/conversationsTest.c | 2 +- tests/modules/crafting/craftArmorSelectorTest.c | 2 +- tests/modules/crafting/craftWeaponSelectorTest.c | 2 +- tests/modules/crafting/craftWeaponTest.c | 2 +- tests/modules/crafting/craftingSelectorTest.c | 2 +- tests/modules/crafting/weaponComponentSelectorTest.c | 2 +- tests/modules/crafting/weaponMaterialSelectorTest.c | 2 +- tests/modules/crafting/weaponTypeSelectorTest.c | 2 +- tests/modules/creation/attributeSelectorTest.c | 2 +- tests/modules/creation/combatSkillSelectorTest.c | 2 +- tests/modules/creation/genderSelectorTest.c | 2 +- tests/modules/creation/hairSelectorTest.c | 2 +- tests/modules/creation/initializePlayerTest.c | 2 +- tests/modules/creation/personalityTraitSelectorTest.c | 2 +- tests/modules/creation/raceSelectorTest.c | 6 +++--- tests/modules/creation/skillsSelectorTest.c | 2 +- tests/modules/creation/subraceSelectorTest.c | 2 +- tests/modules/creation/traitSelectorTest.c | 2 +- tests/modules/factionsTest.c | 2 +- tests/modules/guildTest.c | 2 +- tests/modules/inventoryTest.c | 2 +- tests/modules/materialAttributesTest.c | 2 +- tests/modules/movementTest.c | 2 +- tests/modules/partiesTest.c | 2 +- tests/modules/questItemTest.c | 2 +- tests/modules/questsTest.c | 2 +- tests/modules/racesTest.c | 2 +- tests/modules/research/activeResearchItemTest.c | 2 +- tests/modules/research/effectModifierTest.c | 2 +- .../modules/research/instantaneousActiveResearchItemTest.c | 2 +- tests/modules/research/instantaneousEffectTest.c | 2 +- .../modules/research/instantaneousRitualResearchItemTest.c | 2 +- tests/modules/research/knowledgeResearchItemTest.c | 2 +- tests/modules/research/passiveResearchItemTest.c | 2 +- tests/modules/research/persistedActiveResearchItemTest.c | 2 +- tests/modules/research/persistedRitualResearchItemTest.c | 2 +- tests/modules/research/researchItemTest.c | 2 +- tests/modules/research/researchTreeTest.c | 2 +- tests/modules/research/ritualResearchItemTest.c | 2 +- tests/modules/research/sustainedResearchItemTest.c | 2 +- tests/modules/researchChooserTest.c | 2 +- tests/modules/researchTest.c | 2 +- tests/modules/secure/dataAccessTest.c | 2 +- tests/modules/secure/fakeDatabase.c | 2 +- tests/modules/secure/persistenceTest.c | 2 +- tests/modules/skillsTest.c | 2 +- tests/modules/traitsTest.c | 2 +- tests/support/conversations/commandObj.c | 2 +- tests/support/conversations/fakeConversation.c | 2 +- tests/support/conversations/secondConversation.c | 2 +- tests/support/conversations/testConversation.c | 2 +- tests/support/core/testStateMachine.c | 2 +- tests/support/dictionaries/groups/mockGroup.c | 2 +- tests/support/environment/fakeBuilding.c | 2 +- tests/support/environment/fakeBuildingDuplicate.c | 2 +- tests/support/environment/fakeChest.c | 2 +- tests/support/environment/fakeCombatRoom.c | 2 +- tests/support/environment/fakeEnvironment.c | 2 +- tests/support/environment/fakeFeature.c | 2 +- tests/support/environment/fakeFeatureDuplicate.c | 2 +- tests/support/environment/fakeInterior.c | 2 +- tests/support/environment/fakeInteriorDuplicate.c | 2 +- tests/support/environment/fakeInteriorFeature.c | 2 +- tests/support/environment/fakeItem.c | 2 +- tests/support/environment/fakeItemDuplicate.c | 2 +- tests/support/environment/fakeLightSource.c | 2 +- tests/support/environment/fakeShop.c | 2 +- tests/support/environment/fakeSimpleFeature.c | 2 +- tests/support/environment/fakeTerrain.c | 2 +- tests/support/environment/fakeTerrainDuplicate.c | 2 +- tests/support/environment/fromLocation.c | 2 +- tests/support/environment/mockMoveEnvironment.c | 2 +- tests/support/environment/testEnvironment.c | 2 +- tests/support/environment/testLightSource.c | 2 +- tests/support/environment/toLocation.c | 2 +- tests/support/events/conversationSubscriber.c | 2 +- tests/support/events/customEventSubscriber.c | 2 +- tests/support/events/killEventSubscriber.c | 2 +- tests/support/events/mockBiologicalSubscriber.c | 2 +- tests/support/events/mockEventSubscriber.c | 2 +- tests/support/events/onAttackSubscriber.c | 2 +- tests/support/events/onAttackedSubscriber.c | 2 +- tests/support/events/onDeathSubscriber.c | 2 +- tests/support/events/onResearchChoiceAvailableSubscriber.c | 2 +- tests/support/events/onRunAwaySubscriber.c | 2 +- tests/support/events/onSelectorCompletedEventSubscriber.c | 2 +- tests/support/events/onSkillPointsIncreasedSubscriber.c | 2 +- tests/support/events/onSkillPointsUsedSubscriber.c | 2 +- tests/support/events/questEventsSubscriber.c | 2 +- tests/support/events/traitEventSubscriber.c | 2 +- tests/support/factions/anotherFaction.c | 2 +- tests/support/factions/badGuys.c | 2 +- tests/support/factions/goodGuys.c | 2 +- tests/support/factions/testFaction.c | 2 +- tests/support/groupInInvalidLocation.c | 2 +- tests/support/guilds/fakeGuild.c | 2 +- tests/support/guilds/fighterGuild.c | 2 +- tests/support/guilds/guildEventsSubscriber.c | 2 +- tests/support/guilds/mageGuild.c | 2 +- tests/support/guilds/testGuild.c | 2 +- tests/support/guilds/testGuildItem.c | 2 +- tests/support/guilds/testGuildResearchTree.c | 2 +- tests/support/guilds/testGuildTreeRoot.c | 2 +- tests/support/items/mockArmorWithEvents.c | 2 +- tests/support/items/mockModifierObjWithEvents.c | 2 +- tests/support/items/testContainer.c | 2 +- tests/support/items/testSword.c | 2 +- tests/support/quests/anotherQuest.c | 2 +- tests/support/quests/fakeQuestItem.c | 2 +- tests/support/quests/mockQuest.c | 2 +- tests/support/quests/someEventHandler.c | 2 +- tests/support/quests/testKingObject.c | 2 +- tests/support/quests/testQuestItem.c | 2 +- tests/support/research/itemWithModifier.c | 2 +- tests/support/research/prerequisiteItem.c | 2 +- tests/support/research/secondGrantedResearchItem.c | 2 +- tests/support/research/testActiveResearchItem.c | 2 +- tests/support/research/testDeepResearchTree.c | 2 +- tests/support/research/testEffectModifier.c | 2 +- tests/support/research/testGrantedResearchItem.c | 2 +- .../support/research/testInstantaneousActiveResearchItem.c | 2 +- tests/support/research/testInstantaneousEffect.c | 2 +- .../support/research/testInstantaneousRitualResearchItem.c | 2 +- tests/support/research/testLimitedActiveResearchItem.c | 2 +- tests/support/research/testLimitedByIntoxResearchItem.c | 2 +- tests/support/research/testLimitedByOpponentResearchItem.c | 2 +- tests/support/research/testPassiveResearchItem.c | 2 +- tests/support/research/testPersistedActiveResearchItem.c | 2 +- tests/support/research/testPersistedActiveTraitResearch.c | 2 +- tests/support/research/testPersistedRitualResearchItem.c | 2 +- tests/support/research/testPointsResearchItem.c | 2 +- tests/support/research/testResearchA.c | 2 +- tests/support/research/testResearchB.c | 2 +- tests/support/research/testResearchC.c | 2 +- tests/support/research/testResearchD.c | 2 +- tests/support/research/testResearchE.c | 2 +- tests/support/research/testResearchF.c | 2 +- tests/support/research/testResearchG.c | 2 +- tests/support/research/testResearchItem.c | 2 +- tests/support/research/testResearchItemWithPrerequisite.c | 2 +- tests/support/research/testResearchTree.c | 2 +- tests/support/research/testResearchTreeNoPrerequisites.c | 2 +- tests/support/research/testRitualResearchItem.c | 2 +- tests/support/research/testSecondResearchTree.c | 2 +- tests/support/research/testSpecification.c | 2 +- tests/support/research/testSustainedResearchItem.c | 2 +- tests/support/research/testSustainedTraitResearch.c | 2 +- tests/support/research/testTimedResearchItem.c | 2 +- tests/support/research/testTreeRoot.c | 2 +- tests/support/services/catchShadow.c | 2 +- tests/support/services/combatWithMockServices.c | 2 +- tests/support/services/mockBackgroundModule.c | 2 +- tests/support/services/mockBiologicalModule.c | 2 +- tests/support/services/mockFactionModule.c | 2 +- tests/support/services/mockGuildsModule.c | 2 +- tests/support/services/mockNPC.c | 2 +- tests/support/services/mockPlayer.c | 2 +- tests/support/services/mockQuestModule.c | 2 +- tests/support/services/mockResearchModule.c | 2 +- tests/support/services/mockTraitsModule.c | 2 +- tests/support/services/mockUserWithInventory.c | 2 +- tests/support/services/mockWizard.c | 2 +- tests/support/services/researchWithMockServices.c | 2 +- tests/support/services/skillsWithMockServices.c | 2 +- tests/support/traits/testDarkvisionTrait.c | 2 +- tests/support/traits/testEtherealTrait.c | 2 +- tests/support/traits/testGeneticTrait.c | 2 +- tests/support/traits/testGuildTrait.c | 2 +- tests/support/traits/testHealthTrait.c | 2 +- tests/support/traits/testInfravisionTrait.c | 2 +- tests/support/traits/testInvalidPersistedTrait.c | 2 +- tests/support/traits/testLimitedByEquipmentTrait.c | 2 +- tests/support/traits/testLimitedByNearDeathTrait.c | 2 +- tests/support/traits/testLimitedByOpponentTrait.c | 2 +- tests/support/traits/testNoOpposingRootTrait.c | 2 +- tests/support/traits/testPersonalityTrait.c | 2 +- tests/support/traits/testPersonalityTrait2.c | 2 +- tests/support/traits/testProfessionalTrait.c | 2 +- tests/support/traits/testTrait.c | 2 +- tests/support/traits/testTraitForSustainedResearch.c | 2 +- tests/support/traits/testTraitOnlyOpinion.c | 2 +- tests/support/traits/testTraitWithDuration.c | 2 +- tests/support/traits/testTraitWithPrerequisites.c | 2 +- tests/support/traits/testTraitWithResearchNoPrerequisites.c | 2 +- .../traits/testTraitWithResearchThatHasPrerequisites.c | 2 +- tests/support/traits/testTraitWithoutResearch.c | 2 +- tests/support/traits/testUndeadTrait.c | 2 +- 1328 files changed, 1335 insertions(+), 1335 deletions(-) diff --git a/LICENSE b/LICENSE index a62cdbae2..534d59d4b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018, Allen Cummings, Realms MUD (maeglin@Realms MUD.org) +Copyright (c) 2018, Allen Cummings, RealmsMUD (maeglin@RealmsMUD.org) All rights reserved. ***** @@ -11,7 +11,7 @@ this software may NOT be used in whole or in part without prior written consent from the author. ***** -The latest version of this mudlib can be found at: http://scm.Realms MUD.org +The latest version of this mudlib can be found at: http://scm.RealmsMUD.org Redistribution and use in source and forms, with or without modification, are permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ notice as noted within each source file. this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -- Neither the name of Realms MUD nor the names of its contributors may be used +- Neither the name of RealmsMUD nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index 819655c68..6ce7503c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Build Status](http://angmar.maelstrom.cc:8081/buildStatus/icon?job=Realms%20Core%20Library) # Introduction -This is the core library for Realms MUD. Many content creators find building rich areas to be a very difficult task. +This is the core library for RealmsMUD. Many content creators find building rich areas to be a very difficult task. When the creator wants to do something "interesting", the ability to create said interesting things is often beyond the ability of all but the most programatically-adept. The goal of this library is to abstract the difficulty of creating detailed and complex worlds. Some of the highlights include: @@ -11,7 +11,7 @@ worlds. Some of the highlights include: - Crafting: Full support for players creating their own objects is supported - Faction support: Players/monsters can belong to factions, allowing for complex interactions. -![A quest](http://Realms MUD.org/images/intro.gif) +![A quest](http://RealmsMUD.org/images/intro.gif) # Getting Started The mudlib has been broken down into what I felt was a sensible directory structure: diff --git a/commands/baseCommand.c b/commands/baseCommand.c index 3d474ff4f..8fdc93fb5 100644 --- a/commands/baseCommand.c +++ b/commands/baseCommand.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include diff --git a/commands/commandRegistry.c b/commands/commandRegistry.c index 77c80de12..3aedf4612 100644 --- a/commands/commandRegistry.c +++ b/commands/commandRegistry.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private string PlayerCommands = "/lib/commands/player/"; diff --git a/commands/player/crafting.c b/commands/player/crafting.c index 43698d0fb..6f8f496c9 100644 --- a/commands/player/crafting.c +++ b/commands/player/crafting.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/drop.c b/commands/player/drop.c index ca8634523..650a16bfd 100644 --- a/commands/player/drop.c +++ b/commands/player/drop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/get.c b/commands/player/get.c index f272a7a8f..1f401e871 100644 --- a/commands/player/get.c +++ b/commands/player/get.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/help.c b/commands/player/help.c index a21cdaa3a..b5254b2c2 100644 --- a/commands/player/help.c +++ b/commands/player/help.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/inventory.c b/commands/player/inventory.c index dab05929b..dcfd82aa7 100644 --- a/commands/player/inventory.c +++ b/commands/player/inventory.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/kill.c b/commands/player/kill.c index c514d441b..216645f19 100644 --- a/commands/player/kill.c +++ b/commands/player/kill.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/look.c b/commands/player/look.c index 87ddb7a54..19ded9381 100644 --- a/commands/player/look.c +++ b/commands/player/look.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/quests.c b/commands/player/quests.c index 14534a9f4..1758623f9 100644 --- a/commands/player/quests.c +++ b/commands/player/quests.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/quit.c b/commands/player/quit.c index f69cd4e0c..5680f01af 100644 --- a/commands/player/quit.c +++ b/commands/player/quit.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/research.c b/commands/player/research.c index e73c4e5fe..240aeca6d 100644 --- a/commands/player/research.c +++ b/commands/player/research.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/save.c b/commands/player/save.c index d1b34f23d..ab43a0d6a 100644 --- a/commands/player/save.c +++ b/commands/player/save.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/say.c b/commands/player/say.c index 59e6fd4a3..612c64d94 100644 --- a/commands/player/say.c +++ b/commands/player/say.c @@ -1,5 +1,5 @@ //****************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/score.c b/commands/player/score.c index f14fe1865..e30688e3e 100644 --- a/commands/player/score.c +++ b/commands/player/score.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/shop.c b/commands/player/shop.c index 64ea13ea2..8a5a73477 100644 --- a/commands/player/shop.c +++ b/commands/player/shop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/shout.c b/commands/player/shout.c index 883877be5..602bf6df6 100644 --- a/commands/player/shout.c +++ b/commands/player/shout.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/skills.c b/commands/player/skills.c index c5322e44d..0e17bf773 100644 --- a/commands/player/skills.c +++ b/commands/player/skills.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/tell.c b/commands/player/tell.c index 6e8f54595..84e84308f 100644 --- a/commands/player/tell.c +++ b/commands/player/tell.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/traits.c b/commands/player/traits.c index 02970c893..80260884b 100644 --- a/commands/player/traits.c +++ b/commands/player/traits.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/player/who.c b/commands/player/who.c index 8558f4b33..679449027 100644 --- a/commands/player/who.c +++ b/commands/player/who.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/cat.c b/commands/wizard/cat.c index d234e2f7b..7ac3570e7 100644 --- a/commands/wizard/cat.c +++ b/commands/wizard/cat.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/cc.c b/commands/wizard/cc.c index 1e452d98b..f394f7999 100644 --- a/commands/wizard/cc.c +++ b/commands/wizard/cc.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/cd.c b/commands/wizard/cd.c index 90a17c23d..d80c109ee 100644 --- a/commands/wizard/cd.c +++ b/commands/wizard/cd.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/clone.c b/commands/wizard/clone.c index 3d1cc69c9..4e26c317d 100644 --- a/commands/wizard/clone.c +++ b/commands/wizard/clone.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/cp.c b/commands/wizard/cp.c index b9caf10ba..b5127af35 100644 --- a/commands/wizard/cp.c +++ b/commands/wizard/cp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/emote.c b/commands/wizard/emote.c index 625c4745d..b19b6ac2b 100644 --- a/commands/wizard/emote.c +++ b/commands/wizard/emote.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/goto.c b/commands/wizard/goto.c index 2a9570d91..ae9db48a3 100644 --- a/commands/wizard/goto.c +++ b/commands/wizard/goto.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/light.c b/commands/wizard/light.c index 87283d5b1..4bb6e47e6 100644 --- a/commands/wizard/light.c +++ b/commands/wizard/light.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/ls.c b/commands/wizard/ls.c index 53aa46a6a..a908d2dcc 100644 --- a/commands/wizard/ls.c +++ b/commands/wizard/ls.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/more.c b/commands/wizard/more.c index e2d94d7bb..5b5a57246 100644 --- a/commands/wizard/more.c +++ b/commands/wizard/more.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/mv.c b/commands/wizard/mv.c index 1158c5e1b..51003a168 100644 --- a/commands/wizard/mv.c +++ b/commands/wizard/mv.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/patch.c b/commands/wizard/patch.c index c3344080e..76f762c3e 100644 --- a/commands/wizard/patch.c +++ b/commands/wizard/patch.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/people.c b/commands/wizard/people.c index c29810240..ca705956d 100644 --- a/commands/wizard/people.c +++ b/commands/wizard/people.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/pwd.c b/commands/wizard/pwd.c index 8defdc3a2..4c42217ec 100644 --- a/commands/wizard/pwd.c +++ b/commands/wizard/pwd.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/set.c b/commands/wizard/set.c index e9d972c87..447c1a51c 100644 --- a/commands/wizard/set.c +++ b/commands/wizard/set.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/tail.c b/commands/wizard/tail.c index 5f225cf64..77ef8da14 100644 --- a/commands/wizard/tail.c +++ b/commands/wizard/tail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/commands/wizard/wiz.c b/commands/wizard/wiz.c index 86e581e39..1dac810db 100644 --- a/commands/wizard/wiz.c +++ b/commands/wizard/wiz.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/commands/baseCommand.c"; diff --git a/core/baseSelector.c b/core/baseSelector.c index f3fdccc28..71f3a3ae1 100644 --- a/core/baseSelector.c +++ b/core/baseSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/events.c"; diff --git a/core/events.c b/core/events.c index 892a5a412..d0f1d6947 100644 --- a/core/events.c +++ b/core/events.c @@ -2,7 +2,7 @@ // Class: events // File Name: events.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: This is an admittedly rudimentary event handling system (for diff --git a/core/messageParser.c b/core/messageParser.c index 783249e89..ba8b7a622 100644 --- a/core/messageParser.c +++ b/core/messageParser.c @@ -2,7 +2,7 @@ // Class: messageParser // File Name: messageParser.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private string MaterialAttributes = "lib/modules/materialAttributes.c"; diff --git a/core/organizations.c b/core/organizations.c index 03a066c7e..91e8c5e90 100644 --- a/core/organizations.c +++ b/core/organizations.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/core/prerequisites.c b/core/prerequisites.c index b686dd2b7..47c5f97a9 100644 --- a/core/prerequisites.c +++ b/core/prerequisites.c @@ -2,7 +2,7 @@ // Class: prerequisites // File Name: prerequisites.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: This class is used to handle prerequisites. It is primarily diff --git a/core/specification.c b/core/specification.c index 1c8c17346..5ba34770b 100644 --- a/core/specification.c +++ b/core/specification.c @@ -2,7 +2,7 @@ // Class: specification // File Name: specification.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/core/stateMachine.c b/core/stateMachine.c index 7fbbd51c8..a986b0559 100644 --- a/core/stateMachine.c +++ b/core/stateMachine.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/events.c"; diff --git a/core/stateObject.c b/core/stateObject.c index c193737d4..8b7c49849 100644 --- a/core/stateObject.c +++ b/core/stateObject.c @@ -2,7 +2,7 @@ // Class: stateObject // File Name: stateObject.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: All objects that are to be used by the state machine engine diff --git a/core/thing.c b/core/thing.c index 530a933ce..0b7c0c47f 100644 --- a/core/thing.c +++ b/core/thing.c @@ -2,7 +2,7 @@ // Class: thing // File Name: thing.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: Thing is the base object for all basic lib objects contained diff --git a/dictionaries/attacksDictionary.c b/dictionaries/attacksDictionary.c index 3b5ed7eb1..82d62b7f5 100644 --- a/dictionaries/attacksDictionary.c +++ b/dictionaries/attacksDictionary.c @@ -2,7 +2,7 @@ // Class: attacksDictionary // File Name: attacksDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include diff --git a/dictionaries/backgroundDictionary.c b/dictionaries/backgroundDictionary.c index 01ca806e1..f34cdb590 100644 --- a/dictionaries/backgroundDictionary.c +++ b/dictionaries/backgroundDictionary.c @@ -2,7 +2,7 @@ // Class: racialDictionary // File Name: racialDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include "/lib/include/itemFormatters.h" diff --git a/dictionaries/biologicalDictionary.c b/dictionaries/biologicalDictionary.c index 576203d5d..8900955b5 100644 --- a/dictionaries/biologicalDictionary.c +++ b/dictionaries/biologicalDictionary.c @@ -2,7 +2,7 @@ // Class: biologicalDictionary // File Name: biologicalDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/bonusesDictionary.c b/dictionaries/bonusesDictionary.c index 5010dfee0..cfd6a4c8e 100644 --- a/dictionaries/bonusesDictionary.c +++ b/dictionaries/bonusesDictionary.c @@ -2,7 +2,7 @@ // Class: bonusesDictionary // File Name: bonusesDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private nosave string LibDirectory = "lib/dictionaries"; diff --git a/dictionaries/commandsDictionary.c b/dictionaries/commandsDictionary.c index 1bb3d1bfd..c487d7e88 100644 --- a/dictionaries/commandsDictionary.c +++ b/dictionaries/commandsDictionary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include "/lib/include/itemFormatters.h" diff --git a/dictionaries/craftingDictionary.c b/dictionaries/craftingDictionary.c index 7f3370ef9..be0a1620a 100644 --- a/dictionaries/craftingDictionary.c +++ b/dictionaries/craftingDictionary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include "/lib/include/inventory.h" diff --git a/dictionaries/environmentDictionary.c b/dictionaries/environmentDictionary.c index 93d8c628f..013aad692 100644 --- a/dictionaries/environmentDictionary.c +++ b/dictionaries/environmentDictionary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/factionsDictionary.c b/dictionaries/factionsDictionary.c index 37a947de4..979068313 100644 --- a/dictionaries/factionsDictionary.c +++ b/dictionaries/factionsDictionary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/groups/admin.c b/dictionaries/groups/admin.c index 736367a61..2beed49b6 100644 --- a/dictionaries/groups/admin.c +++ b/dictionaries/groups/admin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/apprentice.c b/dictionaries/groups/apprentice.c index 9fa5474df..4ee0b9ee3 100644 --- a/dictionaries/groups/apprentice.c +++ b/dictionaries/groups/apprentice.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/archwizard.c b/dictionaries/groups/archwizard.c index fcc63339a..82009e7fc 100644 --- a/dictionaries/groups/archwizard.c +++ b/dictionaries/groups/archwizard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/baseGroup.c b/dictionaries/groups/baseGroup.c index 6cf416aec..ddf060405 100644 --- a/dictionaries/groups/baseGroup.c +++ b/dictionaries/groups/baseGroup.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/groups/creator.c b/dictionaries/groups/creator.c index 76c2fa029..bf9c0e785 100644 --- a/dictionaries/groups/creator.c +++ b/dictionaries/groups/creator.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/demigod.c b/dictionaries/groups/demigod.c index 2a5c2437e..f38cf2488 100644 --- a/dictionaries/groups/demigod.c +++ b/dictionaries/groups/demigod.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/elder.c b/dictionaries/groups/elder.c index a4d16c1be..add74a97c 100644 --- a/dictionaries/groups/elder.c +++ b/dictionaries/groups/elder.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/god.c b/dictionaries/groups/god.c index 669ecd1bb..861cd4d80 100644 --- a/dictionaries/groups/god.c +++ b/dictionaries/groups/god.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/highwizard.c b/dictionaries/groups/highwizard.c index 5e3300c01..0741432a5 100644 --- a/dictionaries/groups/highwizard.c +++ b/dictionaries/groups/highwizard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/owner.c b/dictionaries/groups/owner.c index 64e2d7c51..6818505b1 100644 --- a/dictionaries/groups/owner.c +++ b/dictionaries/groups/owner.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/player.c b/dictionaries/groups/player.c index 46c1fa279..fa4135c9f 100644 --- a/dictionaries/groups/player.c +++ b/dictionaries/groups/player.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/sage.c b/dictionaries/groups/sage.c index d67a5f117..4ca0d88de 100644 --- a/dictionaries/groups/sage.c +++ b/dictionaries/groups/sage.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/senior.c b/dictionaries/groups/senior.c index a17a21f50..7f03201c1 100644 --- a/dictionaries/groups/senior.c +++ b/dictionaries/groups/senior.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/groups/wizard.c b/dictionaries/groups/wizard.c index 1b09abe52..dbf0747f3 100644 --- a/dictionaries/groups/wizard.c +++ b/dictionaries/groups/wizard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/dictionaries/guildsDictionary.c b/dictionaries/guildsDictionary.c index 4da6325c1..b74a62c29 100644 --- a/dictionaries/guildsDictionary.c +++ b/dictionaries/guildsDictionary.c @@ -2,7 +2,7 @@ // Class: guildsDictionary // File Name: guildsDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private string BaseGuild = "lib/modules/guilds/baseGuild.c"; diff --git a/dictionaries/languageDictionary.c b/dictionaries/languageDictionary.c index 5325084b4..6614e71b6 100644 --- a/dictionaries/languageDictionary.c +++ b/dictionaries/languageDictionary.c @@ -2,7 +2,7 @@ // Class: racialDictionary // File Name: racialDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include "/lib/include/itemFormatters.h" diff --git a/dictionaries/materials/armor.h b/dictionaries/materials/armor.h index 830fd680a..10a98d291 100644 --- a/dictionaries/materials/armor.h +++ b/dictionaries/materials/armor.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/materials/components.h b/dictionaries/materials/components.h index 1660c0909..e761ff11e 100644 --- a/dictionaries/materials/components.h +++ b/dictionaries/materials/components.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/materials/materials.h b/dictionaries/materials/materials.h index bac98ef68..c4b42edb7 100644 --- a/dictionaries/materials/materials.h +++ b/dictionaries/materials/materials.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/materials/weapons.h b/dictionaries/materials/weapons.h index b76b82e6e..1333f3544 100644 --- a/dictionaries/materials/weapons.h +++ b/dictionaries/materials/weapons.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/materialsDictionary.c b/dictionaries/materialsDictionary.c index c17b78b91..5f3be32dd 100644 --- a/dictionaries/materialsDictionary.c +++ b/dictionaries/materialsDictionary.c @@ -2,7 +2,7 @@ // Class: materialsDictionary // File Name: materialsDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // //***************************************************************************** diff --git a/dictionaries/questsDictionary.c b/dictionaries/questsDictionary.c index 1505177db..35d607ca1 100644 --- a/dictionaries/questsDictionary.c +++ b/dictionaries/questsDictionary.c @@ -2,7 +2,7 @@ // Class: researchDictionary // File Name: researchDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/racialDictionary.c b/dictionaries/racialDictionary.c index fc073085f..dbb903f04 100644 --- a/dictionaries/racialDictionary.c +++ b/dictionaries/racialDictionary.c @@ -2,7 +2,7 @@ // Class: racialDictionary // File Name: racialDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include "/lib/include/itemFormatters.h" @@ -229,11 +229,11 @@ private mapping races = ([ "background trait value": 5 ]), "human": ([ - "description": "Humans are the most common race on Realms MUD. They don't have any\n" + "description": "Humans are the most common race on RealmsMUD. They don't have any\n" "real preferences on where they live, except that they prefer tropical\n" "or temperate regions. They live in above ground dwellings, and tend\n" "to admire the elaborate, elegant architecture of the elves and dwarves.\n" - "Humans gain no advantages or disadvantages on Realms MUD, they are the\n" + "Humans gain no advantages or disadvantages on RealmsMUD, they are the\n" "happy medium... and they like it that way.\n", "subraces": ([ "Eledhelean": "eledhelHuman.c", diff --git a/dictionaries/researchDictionary.c b/dictionaries/researchDictionary.c index 49937791a..b1b946439 100644 --- a/dictionaries/researchDictionary.c +++ b/dictionaries/researchDictionary.c @@ -2,7 +2,7 @@ // Class: researchDictionary // File Name: researchDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/dictionaries/shopDictionary.c b/dictionaries/shopDictionary.c index ca0c8bdec..7db7242d3 100644 --- a/dictionaries/shopDictionary.c +++ b/dictionaries/shopDictionary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include "/lib/include/itemFormatters.h" diff --git a/dictionaries/skillsDictionary.c b/dictionaries/skillsDictionary.c index 56bbb97b4..f9f60481a 100644 --- a/dictionaries/skillsDictionary.c +++ b/dictionaries/skillsDictionary.c @@ -2,7 +2,7 @@ // Class: skillsDictionary // File Name: skillsDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private mapping skills = ([ diff --git a/dictionaries/traitsDictionary.c b/dictionaries/traitsDictionary.c index 1f5e3c1e4..0e16c09c3 100644 --- a/dictionaries/traitsDictionary.c +++ b/dictionaries/traitsDictionary.c @@ -2,7 +2,7 @@ // Class: traitsDictionary // File Name: traitsDictionary.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include "/lib/include/itemFormatters.h" diff --git a/dictionaries/wizardDictionary.c b/dictionaries/wizardDictionary.c index 04021b5e9..62d0eb15d 100644 --- a/dictionaries/wizardDictionary.c +++ b/dictionaries/wizardDictionary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/environment/buildings/baseBuilding.c b/environment/buildings/baseBuilding.c index 73bdeac88..40c9ad20f 100644 --- a/environment/buildings/baseBuilding.c +++ b/environment/buildings/baseBuilding.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environmentalElement.c"; diff --git a/environment/buildings/civic/amphitheater.c b/environment/buildings/civic/amphitheater.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/amphitheater.c +++ b/environment/buildings/civic/amphitheater.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/courtHouse.c b/environment/buildings/civic/courtHouse.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/courtHouse.c +++ b/environment/buildings/civic/courtHouse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/gladiatorRing.c b/environment/buildings/civic/gladiatorRing.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/gladiatorRing.c +++ b/environment/buildings/civic/gladiatorRing.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/jail.c b/environment/buildings/civic/jail.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/jail.c +++ b/environment/buildings/civic/jail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/library.c b/environment/buildings/civic/library.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/library.c +++ b/environment/buildings/civic/library.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/museum.c b/environment/buildings/civic/museum.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/museum.c +++ b/environment/buildings/civic/museum.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/observatory.c b/environment/buildings/civic/observatory.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/observatory.c +++ b/environment/buildings/civic/observatory.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/postOffice.c b/environment/buildings/civic/postOffice.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/postOffice.c +++ b/environment/buildings/civic/postOffice.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/theater.c b/environment/buildings/civic/theater.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/theater.c +++ b/environment/buildings/civic/theater.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/townHall.c b/environment/buildings/civic/townHall.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/townHall.c +++ b/environment/buildings/civic/townHall.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/civic/universityBuilding.c b/environment/buildings/civic/universityBuilding.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/civic/universityBuilding.c +++ b/environment/buildings/civic/universityBuilding.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/castle.c b/environment/buildings/homes/castle.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/castle.c +++ b/environment/buildings/homes/castle.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/farmHouse.c b/environment/buildings/homes/farmHouse.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/farmHouse.c +++ b/environment/buildings/homes/farmHouse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/house.c b/environment/buildings/homes/house.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/house.c +++ b/environment/buildings/homes/house.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/hovel.c b/environment/buildings/homes/hovel.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/hovel.c +++ b/environment/buildings/homes/hovel.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/keep.c b/environment/buildings/homes/keep.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/keep.c +++ b/environment/buildings/homes/keep.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/largeHouse.c b/environment/buildings/homes/largeHouse.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/largeHouse.c +++ b/environment/buildings/homes/largeHouse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/palace.c b/environment/buildings/homes/palace.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/palace.c +++ b/environment/buildings/homes/palace.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/smallHouse.c b/environment/buildings/homes/smallHouse.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/smallHouse.c +++ b/environment/buildings/homes/smallHouse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/homes/villa.c b/environment/buildings/homes/villa.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/homes/villa.c +++ b/environment/buildings/homes/villa.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/military/barrack.c b/environment/buildings/military/barrack.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/military/barrack.c +++ b/environment/buildings/military/barrack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/military/fort.c b/environment/buildings/military/fort.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/military/fort.c +++ b/environment/buildings/military/fort.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/religious/catacombs.c b/environment/buildings/religious/catacombs.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/religious/catacombs.c +++ b/environment/buildings/religious/catacombs.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/religious/church.c b/environment/buildings/religious/church.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/religious/church.c +++ b/environment/buildings/religious/church.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/religious/monestary.c b/environment/buildings/religious/monestary.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/religious/monestary.c +++ b/environment/buildings/religious/monestary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/religious/temple.c b/environment/buildings/religious/temple.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/religious/temple.c +++ b/environment/buildings/religious/temple.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/shops/alchemist.c b/environment/buildings/shops/alchemist.c index 2f5843bc6..c6ff9b303 100644 --- a/environment/buildings/shops/alchemist.c +++ b/environment/buildings/shops/alchemist.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/apothecary.c b/environment/buildings/shops/apothecary.c index c0d925da1..c5c2ead88 100644 --- a/environment/buildings/shops/apothecary.c +++ b/environment/buildings/shops/apothecary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/armorer.c b/environment/buildings/shops/armorer.c index dad8f6f97..a20ade34c 100644 --- a/environment/buildings/shops/armorer.c +++ b/environment/buildings/shops/armorer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/bakery.c b/environment/buildings/shops/bakery.c index 4c033a978..9cbabc83b 100644 --- a/environment/buildings/shops/bakery.c +++ b/environment/buildings/shops/bakery.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/barber.c b/environment/buildings/shops/barber.c index 57a292cc6..d4b6c6632 100644 --- a/environment/buildings/shops/barber.c +++ b/environment/buildings/shops/barber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/blacksmith.c b/environment/buildings/shops/blacksmith.c index efa631e93..3eae29b3f 100644 --- a/environment/buildings/shops/blacksmith.c +++ b/environment/buildings/shops/blacksmith.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/bookVendor.c b/environment/buildings/shops/bookVendor.c index 27d7366de..fd2bb1088 100644 --- a/environment/buildings/shops/bookVendor.c +++ b/environment/buildings/shops/bookVendor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/bowyer.c b/environment/buildings/shops/bowyer.c index 1db29cc9a..c7cc5687a 100644 --- a/environment/buildings/shops/bowyer.c +++ b/environment/buildings/shops/bowyer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/brewer.c b/environment/buildings/shops/brewer.c index cc2c1def2..ea7469bc6 100644 --- a/environment/buildings/shops/brewer.c +++ b/environment/buildings/shops/brewer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/butcher.c b/environment/buildings/shops/butcher.c index fd667e073..837642ab0 100644 --- a/environment/buildings/shops/butcher.c +++ b/environment/buildings/shops/butcher.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/carpenter.c b/environment/buildings/shops/carpenter.c index 37081b704..d7e6c7c69 100644 --- a/environment/buildings/shops/carpenter.c +++ b/environment/buildings/shops/carpenter.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/cartographer.c b/environment/buildings/shops/cartographer.c index f711b2a0c..2aff30365 100644 --- a/environment/buildings/shops/cartographer.c +++ b/environment/buildings/shops/cartographer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/dyer.c b/environment/buildings/shops/dyer.c index 8f25f8009..1c057c9a7 100644 --- a/environment/buildings/shops/dyer.c +++ b/environment/buildings/shops/dyer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/engraver.c b/environment/buildings/shops/engraver.c index bc916314b..45f316a98 100644 --- a/environment/buildings/shops/engraver.c +++ b/environment/buildings/shops/engraver.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/furrier.c b/environment/buildings/shops/furrier.c index d58c1fa07..29cbfb5ed 100644 --- a/environment/buildings/shops/furrier.c +++ b/environment/buildings/shops/furrier.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/generalShop.c b/environment/buildings/shops/generalShop.c index 0cba30a9b..ecd6f29f1 100644 --- a/environment/buildings/shops/generalShop.c +++ b/environment/buildings/shops/generalShop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/glassBlower.c b/environment/buildings/shops/glassBlower.c index be0726be0..fff38737b 100644 --- a/environment/buildings/shops/glassBlower.c +++ b/environment/buildings/shops/glassBlower.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/grocer.c b/environment/buildings/shops/grocer.c index f9c694731..99fc8e42a 100644 --- a/environment/buildings/shops/grocer.c +++ b/environment/buildings/shops/grocer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/inn.c b/environment/buildings/shops/inn.c index a7c0f5024..6b7354a4e 100644 --- a/environment/buildings/shops/inn.c +++ b/environment/buildings/shops/inn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/jeweler.c b/environment/buildings/shops/jeweler.c index a544f8e60..9abd10f5e 100644 --- a/environment/buildings/shops/jeweler.c +++ b/environment/buildings/shops/jeweler.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/leatherworking.c b/environment/buildings/shops/leatherworking.c index 61e4b8dec..c199045dd 100644 --- a/environment/buildings/shops/leatherworking.c +++ b/environment/buildings/shops/leatherworking.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/luthier.c b/environment/buildings/shops/luthier.c index e99fe33cf..85fc770ff 100644 --- a/environment/buildings/shops/luthier.c +++ b/environment/buildings/shops/luthier.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/potter.c b/environment/buildings/shops/potter.c index 8a8aa94b1..7f154d7ec 100644 --- a/environment/buildings/shops/potter.c +++ b/environment/buildings/shops/potter.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/shipWright.c b/environment/buildings/shops/shipWright.c index badc555bf..f026bbed7 100644 --- a/environment/buildings/shops/shipWright.c +++ b/environment/buildings/shops/shipWright.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/spiceMerchant.c b/environment/buildings/shops/spiceMerchant.c index efabfd82e..22fe5fe77 100644 --- a/environment/buildings/shops/spiceMerchant.c +++ b/environment/buildings/shops/spiceMerchant.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/stonemason.c b/environment/buildings/shops/stonemason.c index 7aa7737c9..bc90cf313 100644 --- a/environment/buildings/shops/stonemason.c +++ b/environment/buildings/shops/stonemason.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/swordsmith.c b/environment/buildings/shops/swordsmith.c index a05618d83..344bf9782 100644 --- a/environment/buildings/shops/swordsmith.c +++ b/environment/buildings/shops/swordsmith.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/tailor.c b/environment/buildings/shops/tailor.c index e2b9a863d..ff7b9dfbe 100644 --- a/environment/buildings/shops/tailor.c +++ b/environment/buildings/shops/tailor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/tavern.c b/environment/buildings/shops/tavern.c index 00e3c0b89..59ac1ccc7 100644 --- a/environment/buildings/shops/tavern.c +++ b/environment/buildings/shops/tavern.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/vintner.c b/environment/buildings/shops/vintner.c index c7203d45a..19a58b921 100644 --- a/environment/buildings/shops/vintner.c +++ b/environment/buildings/shops/vintner.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/weaponsmith.c b/environment/buildings/shops/weaponsmith.c index 868262932..de6b71c3b 100644 --- a/environment/buildings/shops/weaponsmith.c +++ b/environment/buildings/shops/weaponsmith.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/shops/weaver.c b/environment/buildings/shops/weaver.c index 77eff8c50..85b76a74a 100644 --- a/environment/buildings/shops/weaver.c +++ b/environment/buildings/shops/weaver.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/environment/buildings/trades/bank.c b/environment/buildings/trades/bank.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/bank.c +++ b/environment/buildings/trades/bank.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/barn.c b/environment/buildings/trades/barn.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/barn.c +++ b/environment/buildings/trades/barn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/brothel.c b/environment/buildings/trades/brothel.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/brothel.c +++ b/environment/buildings/trades/brothel.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/distillery.c b/environment/buildings/trades/distillery.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/distillery.c +++ b/environment/buildings/trades/distillery.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/granary.c b/environment/buildings/trades/granary.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/granary.c +++ b/environment/buildings/trades/granary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/greenhouse.c b/environment/buildings/trades/greenhouse.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/greenhouse.c +++ b/environment/buildings/trades/greenhouse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/guildHall.c b/environment/buildings/trades/guildHall.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/guildHall.c +++ b/environment/buildings/trades/guildHall.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/lumberMill.c b/environment/buildings/trades/lumberMill.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/lumberMill.c +++ b/environment/buildings/trades/lumberMill.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/lumberYard.c b/environment/buildings/trades/lumberYard.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/lumberYard.c +++ b/environment/buildings/trades/lumberYard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/mageTower.c b/environment/buildings/trades/mageTower.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/mageTower.c +++ b/environment/buildings/trades/mageTower.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/market.c b/environment/buildings/trades/market.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/market.c +++ b/environment/buildings/trades/market.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/miningCompany.c b/environment/buildings/trades/miningCompany.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/miningCompany.c +++ b/environment/buildings/trades/miningCompany.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/publisher.c b/environment/buildings/trades/publisher.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/publisher.c +++ b/environment/buildings/trades/publisher.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/quarry.c b/environment/buildings/trades/quarry.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/quarry.c +++ b/environment/buildings/trades/quarry.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/shipYard.c b/environment/buildings/trades/shipYard.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/shipYard.c +++ b/environment/buildings/trades/shipYard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/smelter.c b/environment/buildings/trades/smelter.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/smelter.c +++ b/environment/buildings/trades/smelter.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/stable.c b/environment/buildings/trades/stable.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/stable.c +++ b/environment/buildings/trades/stable.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/tradingCompany.c b/environment/buildings/trades/tradingCompany.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/tradingCompany.c +++ b/environment/buildings/trades/tradingCompany.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/warehouse.c b/environment/buildings/trades/warehouse.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/warehouse.c +++ b/environment/buildings/trades/warehouse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/waterMill.c b/environment/buildings/trades/waterMill.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/waterMill.c +++ b/environment/buildings/trades/waterMill.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/windMill.c b/environment/buildings/trades/windMill.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/windMill.c +++ b/environment/buildings/trades/windMill.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/buildings/trades/workshop.c b/environment/buildings/trades/workshop.c index 83fb6b49e..7c821b370 100644 --- a/environment/buildings/trades/workshop.c +++ b/environment/buildings/trades/workshop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; \ No newline at end of file diff --git a/environment/environment.c b/environment/environment.c index efb519a3f..037d869f6 100644 --- a/environment/environment.c +++ b/environment/environment.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/environment/environmentalElement.c b/environment/environmentalElement.c index cbcb8fe1d..2ec96073c 100644 --- a/environment/environmentalElement.c +++ b/environment/environmentalElement.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/environment/features/barrow.c b/environment/features/barrow.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/barrow.c +++ b/environment/features/barrow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/features/baseFeature.c b/environment/features/baseFeature.c index 5a56e9c18..f45a3f252 100644 --- a/environment/features/baseFeature.c +++ b/environment/features/baseFeature.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environmentalElement.c"; diff --git a/environment/features/cave.c b/environment/features/cave.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/cave.c +++ b/environment/features/cave.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/features/cliff.c b/environment/features/cliff.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/cliff.c +++ b/environment/features/cliff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/features/lake.c b/environment/features/lake.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/lake.c +++ b/environment/features/lake.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/features/oakStand.c b/environment/features/oakStand.c index d3a9b8e0f..4a4ec0631 100644 --- a/environment/features/oakStand.c +++ b/environment/features/oakStand.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; diff --git a/environment/features/outhouse.c b/environment/features/outhouse.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/outhouse.c +++ b/environment/features/outhouse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/features/river.c b/environment/features/river.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/river.c +++ b/environment/features/river.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/features/riverWithBridge.c b/environment/features/riverWithBridge.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/riverWithBridge.c +++ b/environment/features/riverWithBridge.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/features/sinkhole.c b/environment/features/sinkhole.c index 008ebaa38..eb4bd3f98 100644 --- a/environment/features/sinkhole.c +++ b/environment/features/sinkhole.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; \ No newline at end of file diff --git a/environment/interiors/banquetHall.c b/environment/interiors/banquetHall.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/banquetHall.c +++ b/environment/interiors/banquetHall.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/baseInterior.c b/environment/interiors/baseInterior.c index 4e103e9e9..c220131dd 100644 --- a/environment/interiors/baseInterior.c +++ b/environment/interiors/baseInterior.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environmentalElement.c"; diff --git a/environment/interiors/bath.c b/environment/interiors/bath.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/bath.c +++ b/environment/interiors/bath.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/bedroom.c b/environment/interiors/bedroom.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/bedroom.c +++ b/environment/interiors/bedroom.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/crypt.c b/environment/interiors/crypt.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/crypt.c +++ b/environment/interiors/crypt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/graniteInteriorShop.c b/environment/interiors/graniteInteriorShop.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/graniteInteriorShop.c +++ b/environment/interiors/graniteInteriorShop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/guardRoom.c b/environment/interiors/guardRoom.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/guardRoom.c +++ b/environment/interiors/guardRoom.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/hallway.c b/environment/interiors/hallway.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/hallway.c +++ b/environment/interiors/hallway.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/kitchen.c b/environment/interiors/kitchen.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/kitchen.c +++ b/environment/interiors/kitchen.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/library.c b/environment/interiors/library.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/library.c +++ b/environment/interiors/library.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/limestoneInteriorShop.c b/environment/interiors/limestoneInteriorShop.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/limestoneInteriorShop.c +++ b/environment/interiors/limestoneInteriorShop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/opulentShop.c b/environment/interiors/opulentShop.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/opulentShop.c +++ b/environment/interiors/opulentShop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/prisonCell.c b/environment/interiors/prisonCell.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/prisonCell.c +++ b/environment/interiors/prisonCell.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/privy.c b/environment/interiors/privy.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/privy.c +++ b/environment/interiors/privy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/woodInteriorShop.c b/environment/interiors/woodInteriorShop.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/woodInteriorShop.c +++ b/environment/interiors/woodInteriorShop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/interiors/workshop.c b/environment/interiors/workshop.c index f8194dbdc..290fd3a04 100644 --- a/environment/interiors/workshop.c +++ b/environment/interiors/workshop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; \ No newline at end of file diff --git a/environment/items/barrell.c b/environment/items/barrell.c index 65193e639..764200805 100644 --- a/environment/items/barrell.c +++ b/environment/items/barrell.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseContainer.c"; \ No newline at end of file diff --git a/environment/items/baseContainer.c b/environment/items/baseContainer.c index 2fb95249f..5019b862b 100644 --- a/environment/items/baseContainer.c +++ b/environment/items/baseContainer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; diff --git a/environment/items/baseItem.c b/environment/items/baseItem.c index 078769341..cbd5bec4d 100644 --- a/environment/items/baseItem.c +++ b/environment/items/baseItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environmentalElement.c"; diff --git a/environment/items/board.c b/environment/items/board.c index 2e0dc08d3..ad4dd145f 100644 --- a/environment/items/board.c +++ b/environment/items/board.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; \ No newline at end of file diff --git a/environment/items/chair.c b/environment/items/chair.c index 2e0dc08d3..ad4dd145f 100644 --- a/environment/items/chair.c +++ b/environment/items/chair.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; \ No newline at end of file diff --git a/environment/items/chest.c b/environment/items/chest.c index 65193e639..764200805 100644 --- a/environment/items/chest.c +++ b/environment/items/chest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseContainer.c"; \ No newline at end of file diff --git a/environment/items/dock.c b/environment/items/dock.c index 2e0dc08d3..ad4dd145f 100644 --- a/environment/items/dock.c +++ b/environment/items/dock.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; \ No newline at end of file diff --git a/environment/items/signPost.c b/environment/items/signPost.c index 2e0dc08d3..ad4dd145f 100644 --- a/environment/items/signPost.c +++ b/environment/items/signPost.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; \ No newline at end of file diff --git a/environment/items/table.c b/environment/items/table.c index 2e0dc08d3..ad4dd145f 100644 --- a/environment/items/table.c +++ b/environment/items/table.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; \ No newline at end of file diff --git a/environment/room.c b/environment/room.c index ce947463e..39ebcc1a8 100644 --- a/environment/room.c +++ b/environment/room.c @@ -2,7 +2,7 @@ // Class: room // File Name: room.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** // WARNING: This file has been deprecated and will be removed soon. diff --git a/environment/shopInventories/armorer.c b/environment/shopInventories/armorer.c index 2e6a1a524..0e7d9824c 100644 --- a/environment/shopInventories/armorer.c +++ b/environment/shopInventories/armorer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/shopInventories/baseShop.c"; diff --git a/environment/shopInventories/baseShop.c b/environment/shopInventories/baseShop.c index 498f65a3a..9da3ac634 100644 --- a/environment/shopInventories/baseShop.c +++ b/environment/shopInventories/baseShop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/environment/shopInventories/buyItemSelector.c b/environment/shopInventories/buyItemSelector.c index 89b3ef2ed..645a93733 100644 --- a/environment/shopInventories/buyItemSelector.c +++ b/environment/shopInventories/buyItemSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/environment/shopInventories/buyItemSubselector.c b/environment/shopInventories/buyItemSubselector.c index 1f89c35c1..888e6e57f 100644 --- a/environment/shopInventories/buyItemSubselector.c +++ b/environment/shopInventories/buyItemSubselector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/environment/shopInventories/jeweler.c b/environment/shopInventories/jeweler.c index fc0bd38d5..70f7626cb 100644 --- a/environment/shopInventories/jeweler.c +++ b/environment/shopInventories/jeweler.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/shopInventories/baseShop.c"; diff --git a/environment/shopInventories/sellItemSelector.c b/environment/shopInventories/sellItemSelector.c index fbfc42eaf..b97c3ff78 100644 --- a/environment/shopInventories/sellItemSelector.c +++ b/environment/shopInventories/sellItemSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/environment/shopInventories/sellItemSubselector.c b/environment/shopInventories/sellItemSubselector.c index 350862f6c..a7d95f47f 100644 --- a/environment/shopInventories/sellItemSubselector.c +++ b/environment/shopInventories/sellItemSubselector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/environment/shopInventories/shopSelector.c b/environment/shopInventories/shopSelector.c index fed3223a4..e2482e82a 100644 --- a/environment/shopInventories/shopSelector.c +++ b/environment/shopInventories/shopSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/environment/shopInventories/swordsmith.c b/environment/shopInventories/swordsmith.c index a2a5e71fe..c60798942 100644 --- a/environment/shopInventories/swordsmith.c +++ b/environment/shopInventories/swordsmith.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/shopInventories/baseShop.c"; diff --git a/environment/shopInventories/tailor.c b/environment/shopInventories/tailor.c index 17a2030e5..c1a7ad6b5 100644 --- a/environment/shopInventories/tailor.c +++ b/environment/shopInventories/tailor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/shopInventories/baseShop.c"; diff --git a/environment/terrain/baseTerrain.c b/environment/terrain/baseTerrain.c index d7f5b0301..080e4577f 100644 --- a/environment/terrain/baseTerrain.c +++ b/environment/terrain/baseTerrain.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environmentalElement.c"; diff --git a/environment/terrain/city.c b/environment/terrain/city.c index c5c79eef5..2841e3922 100644 --- a/environment/terrain/city.c +++ b/environment/terrain/city.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; diff --git a/environment/terrain/desert.c b/environment/terrain/desert.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/desert.c +++ b/environment/terrain/desert.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/farmland.c b/environment/terrain/farmland.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/farmland.c +++ b/environment/terrain/farmland.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/forest.c b/environment/terrain/forest.c index 230c1eae9..c68e8edc8 100644 --- a/environment/terrain/forest.c +++ b/environment/terrain/forest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; diff --git a/environment/terrain/forestMountain.c b/environment/terrain/forestMountain.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/forestMountain.c +++ b/environment/terrain/forestMountain.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/forestedHill.c b/environment/terrain/forestedHill.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/forestedHill.c +++ b/environment/terrain/forestedHill.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/ice.c b/environment/terrain/ice.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/ice.c +++ b/environment/terrain/ice.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/keep.c b/environment/terrain/keep.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/keep.c +++ b/environment/terrain/keep.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/meadow.c b/environment/terrain/meadow.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/meadow.c +++ b/environment/terrain/meadow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/pier.c b/environment/terrain/pier.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/pier.c +++ b/environment/terrain/pier.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/plains.c b/environment/terrain/plains.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/plains.c +++ b/environment/terrain/plains.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/plaza.c b/environment/terrain/plaza.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/plaza.c +++ b/environment/terrain/plaza.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/rockyMountain.c b/environment/terrain/rockyMountain.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/rockyMountain.c +++ b/environment/terrain/rockyMountain.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/rockyShoreline.c b/environment/terrain/rockyShoreline.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/rockyShoreline.c +++ b/environment/terrain/rockyShoreline.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/sandyShoreline.c b/environment/terrain/sandyShoreline.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/sandyShoreline.c +++ b/environment/terrain/sandyShoreline.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/swamp.c b/environment/terrain/swamp.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/swamp.c +++ b/environment/terrain/swamp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/town.c b/environment/terrain/town.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/town.c +++ b/environment/terrain/town.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/tundra.c b/environment/terrain/tundra.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/tundra.c +++ b/environment/terrain/tundra.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/environment/terrain/village.c b/environment/terrain/village.c index daaa080bd..a3a7f6062 100644 --- a/environment/terrain/village.c +++ b/environment/terrain/village.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; \ No newline at end of file diff --git a/include/inventory.h b/include/inventory.h index c5e55561b..d5a3c1ac8 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #ifndef inventory_h diff --git a/include/itemFormatters.h b/include/itemFormatters.h index dba6f132f..e0a0031db 100644 --- a/include/itemFormatters.h +++ b/include/itemFormatters.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #ifndef itemFormatters_h diff --git a/include/settings.h b/include/settings.h index 7e6b5b8a4..9ca95566f 100644 --- a/include/settings.h +++ b/include/settings.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #ifndef settings_h diff --git a/instances/items/armor/accessories/amulet.c b/instances/items/armor/accessories/amulet.c index a62856383..6305fb6ca 100644 --- a/instances/items/armor/accessories/amulet.c +++ b/instances/items/armor/accessories/amulet.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/belt.c b/instances/items/armor/accessories/belt.c index c7f8fb81d..e10870e00 100644 --- a/instances/items/armor/accessories/belt.c +++ b/instances/items/armor/accessories/belt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/boots.c b/instances/items/armor/accessories/boots.c index 83f6b96c6..18bb51088 100644 --- a/instances/items/armor/accessories/boots.c +++ b/instances/items/armor/accessories/boots.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/bracers.c b/instances/items/armor/accessories/bracers.c index 48d5e24eb..5581249aa 100644 --- a/instances/items/armor/accessories/bracers.c +++ b/instances/items/armor/accessories/bracers.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/circlet.c b/instances/items/armor/accessories/circlet.c index ec7e40c62..0d147ff8d 100644 --- a/instances/items/armor/accessories/circlet.c +++ b/instances/items/armor/accessories/circlet.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/coif.c b/instances/items/armor/accessories/coif.c index dc3fcfbac..190195e95 100644 --- a/instances/items/armor/accessories/coif.c +++ b/instances/items/armor/accessories/coif.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/crown.c b/instances/items/armor/accessories/crown.c index 38ee55f09..d4a5f8cdf 100644 --- a/instances/items/armor/accessories/crown.c +++ b/instances/items/armor/accessories/crown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/diadem.c b/instances/items/armor/accessories/diadem.c index 99f6f2437..193303399 100644 --- a/instances/items/armor/accessories/diadem.c +++ b/instances/items/armor/accessories/diadem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/gauntlets.c b/instances/items/armor/accessories/gauntlets.c index 0cdf650d8..6571f835f 100644 --- a/instances/items/armor/accessories/gauntlets.c +++ b/instances/items/armor/accessories/gauntlets.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/gloves.c b/instances/items/armor/accessories/gloves.c index ed8d949bb..7f6176f81 100644 --- a/instances/items/armor/accessories/gloves.c +++ b/instances/items/armor/accessories/gloves.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/hat.c b/instances/items/armor/accessories/hat.c index ae419912f..206a19d82 100644 --- a/instances/items/armor/accessories/hat.c +++ b/instances/items/armor/accessories/hat.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/helm.c b/instances/items/armor/accessories/helm.c index 84d64d527..3c8e9ecd1 100644 --- a/instances/items/armor/accessories/helm.c +++ b/instances/items/armor/accessories/helm.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/helmet.c b/instances/items/armor/accessories/helmet.c index e46600556..4dbb8f14a 100644 --- a/instances/items/armor/accessories/helmet.c +++ b/instances/items/armor/accessories/helmet.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/necklace.c b/instances/items/armor/accessories/necklace.c index e2ec00025..e00518b0a 100644 --- a/instances/items/armor/accessories/necklace.c +++ b/instances/items/armor/accessories/necklace.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/ring.c b/instances/items/armor/accessories/ring.c index 9aaecc651..dac9dd18b 100644 --- a/instances/items/armor/accessories/ring.c +++ b/instances/items/armor/accessories/ring.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/sabaton.c b/instances/items/armor/accessories/sabaton.c index dcda68090..d6977a0d7 100644 --- a/instances/items/armor/accessories/sabaton.c +++ b/instances/items/armor/accessories/sabaton.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/sandals.c b/instances/items/armor/accessories/sandals.c index 6e6c8531b..3532fdd06 100644 --- a/instances/items/armor/accessories/sandals.c +++ b/instances/items/armor/accessories/sandals.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/sash.c b/instances/items/armor/accessories/sash.c index 798954128..92cda9c4e 100644 --- a/instances/items/armor/accessories/sash.c +++ b/instances/items/armor/accessories/sash.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/shoes.c b/instances/items/armor/accessories/shoes.c index 622204b6a..5ccc90903 100644 --- a/instances/items/armor/accessories/shoes.c +++ b/instances/items/armor/accessories/shoes.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/accessories/tiara.c b/instances/items/armor/accessories/tiara.c index 95e8df1df..501c529b8 100644 --- a/instances/items/armor/accessories/tiara.c +++ b/instances/items/armor/accessories/tiara.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/cloak.c b/instances/items/armor/clothing/cloak.c index 1522f81ee..71ef24ea8 100644 --- a/instances/items/armor/clothing/cloak.c +++ b/instances/items/armor/clothing/cloak.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/dress.c b/instances/items/armor/clothing/dress.c index 94090a30b..20e1309a3 100644 --- a/instances/items/armor/clothing/dress.c +++ b/instances/items/armor/clothing/dress.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/gown.c b/instances/items/armor/clothing/gown.c index 050cb42fa..158d77c1c 100644 --- a/instances/items/armor/clothing/gown.c +++ b/instances/items/armor/clothing/gown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/kilt.c b/instances/items/armor/clothing/kilt.c index 1b0add973..23a8097dc 100644 --- a/instances/items/armor/clothing/kilt.c +++ b/instances/items/armor/clothing/kilt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/ornate-robes.c b/instances/items/armor/clothing/ornate-robes.c index bd12bcc0d..d0edc50f8 100644 --- a/instances/items/armor/clothing/ornate-robes.c +++ b/instances/items/armor/clothing/ornate-robes.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/pants.c b/instances/items/armor/clothing/pants.c index c41ff8aea..487416160 100644 --- a/instances/items/armor/clothing/pants.c +++ b/instances/items/armor/clothing/pants.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/robes.c b/instances/items/armor/clothing/robes.c index db955e65d..3bcde3a44 100644 --- a/instances/items/armor/clothing/robes.c +++ b/instances/items/armor/clothing/robes.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/shirt.c b/instances/items/armor/clothing/shirt.c index 462bd4d89..ebe1fe374 100644 --- a/instances/items/armor/clothing/shirt.c +++ b/instances/items/armor/clothing/shirt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/shorts.c b/instances/items/armor/clothing/shorts.c index 03057cadd..7c2ece9db 100644 --- a/instances/items/armor/clothing/shorts.c +++ b/instances/items/armor/clothing/shorts.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/clothing/skirt.c b/instances/items/armor/clothing/skirt.c index 796f539eb..49a6754a9 100644 --- a/instances/items/armor/clothing/skirt.c +++ b/instances/items/armor/clothing/skirt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/banded-mail.c b/instances/items/armor/heavy-armor/banded-mail.c index 07cd76538..fa72b8413 100644 --- a/instances/items/armor/heavy-armor/banded-mail.c +++ b/instances/items/armor/heavy-armor/banded-mail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/breastplate.c b/instances/items/armor/heavy-armor/breastplate.c index 26b6727ae..525775eca 100644 --- a/instances/items/armor/heavy-armor/breastplate.c +++ b/instances/items/armor/heavy-armor/breastplate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/brigandine.c b/instances/items/armor/heavy-armor/brigandine.c index 25e889f8d..fa48c8574 100644 --- a/instances/items/armor/heavy-armor/brigandine.c +++ b/instances/items/armor/heavy-armor/brigandine.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/laminar-armor.c b/instances/items/armor/heavy-armor/laminar-armor.c index acb34884a..530eff61f 100644 --- a/instances/items/armor/heavy-armor/laminar-armor.c +++ b/instances/items/armor/heavy-armor/laminar-armor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/plate-arm-greaves.c b/instances/items/armor/heavy-armor/plate-arm-greaves.c index e11d456e4..5cd37bfe8 100644 --- a/instances/items/armor/heavy-armor/plate-arm-greaves.c +++ b/instances/items/armor/heavy-armor/plate-arm-greaves.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/plate-armor.c b/instances/items/armor/heavy-armor/plate-armor.c index 9d08c0bf9..d7eb333fb 100644 --- a/instances/items/armor/heavy-armor/plate-armor.c +++ b/instances/items/armor/heavy-armor/plate-armor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/plate-leg-greaves.c b/instances/items/armor/heavy-armor/plate-leg-greaves.c index eded52171..743d234e0 100644 --- a/instances/items/armor/heavy-armor/plate-leg-greaves.c +++ b/instances/items/armor/heavy-armor/plate-leg-greaves.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/plate-mail.c b/instances/items/armor/heavy-armor/plate-mail.c index 8ca8542a5..b917e687f 100644 --- a/instances/items/armor/heavy-armor/plate-mail.c +++ b/instances/items/armor/heavy-armor/plate-mail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/scale-armor.c b/instances/items/armor/heavy-armor/scale-armor.c index 31d0a91dd..d6bb3d843 100644 --- a/instances/items/armor/heavy-armor/scale-armor.c +++ b/instances/items/armor/heavy-armor/scale-armor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/heavy-armor/splint-mail.c b/instances/items/armor/heavy-armor/splint-mail.c index 569869317..e0cd0c926 100644 --- a/instances/items/armor/heavy-armor/splint-mail.c +++ b/instances/items/armor/heavy-armor/splint-mail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/gambeson.c b/instances/items/armor/light-armor/gambeson.c index 7accfe43c..04e9095df 100644 --- a/instances/items/armor/light-armor/gambeson.c +++ b/instances/items/armor/light-armor/gambeson.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/leather-arm-greave.c b/instances/items/armor/light-armor/leather-arm-greave.c index e15e8f128..56226ffbe 100644 --- a/instances/items/armor/light-armor/leather-arm-greave.c +++ b/instances/items/armor/light-armor/leather-arm-greave.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/leather-jacket.c b/instances/items/armor/light-armor/leather-jacket.c index 4d59d8d6b..76c191989 100644 --- a/instances/items/armor/light-armor/leather-jacket.c +++ b/instances/items/armor/light-armor/leather-jacket.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/leather-leg-greaves.c b/instances/items/armor/light-armor/leather-leg-greaves.c index ca1348ced..9f4f27c4a 100644 --- a/instances/items/armor/light-armor/leather-leg-greaves.c +++ b/instances/items/armor/light-armor/leather-leg-greaves.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/padded-arm-greaves.c b/instances/items/armor/light-armor/padded-arm-greaves.c index 9d3ea2bba..f05f6de74 100644 --- a/instances/items/armor/light-armor/padded-arm-greaves.c +++ b/instances/items/armor/light-armor/padded-arm-greaves.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/padded-armor.c b/instances/items/armor/light-armor/padded-armor.c index 43fd1fdfc..d626e3128 100644 --- a/instances/items/armor/light-armor/padded-armor.c +++ b/instances/items/armor/light-armor/padded-armor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/padded-leg-greaves.c b/instances/items/armor/light-armor/padded-leg-greaves.c index c887e4a4e..274720dfb 100644 --- a/instances/items/armor/light-armor/padded-leg-greaves.c +++ b/instances/items/armor/light-armor/padded-leg-greaves.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/light-armor/soft-leather.c b/instances/items/armor/light-armor/soft-leather.c index 90cb26513..e4ec31ca6 100644 --- a/instances/items/armor/light-armor/soft-leather.c +++ b/instances/items/armor/light-armor/soft-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/medium-armor/boiled-leather.c b/instances/items/armor/medium-armor/boiled-leather.c index 4d4a23b61..e6bc6dd11 100644 --- a/instances/items/armor/medium-armor/boiled-leather.c +++ b/instances/items/armor/medium-armor/boiled-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/medium-armor/chainmail.c b/instances/items/armor/medium-armor/chainmail.c index 06f2a23ef..fbd72bd90 100644 --- a/instances/items/armor/medium-armor/chainmail.c +++ b/instances/items/armor/medium-armor/chainmail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/medium-armor/hard-leather.c b/instances/items/armor/medium-armor/hard-leather.c index 1a8c2d213..d57958708 100644 --- a/instances/items/armor/medium-armor/hard-leather.c +++ b/instances/items/armor/medium-armor/hard-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/medium-armor/hauberk.c b/instances/items/armor/medium-armor/hauberk.c index aef2f7f66..e7d9dff97 100644 --- a/instances/items/armor/medium-armor/hauberk.c +++ b/instances/items/armor/medium-armor/hauberk.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/medium-armor/lamellar-leather.c b/instances/items/armor/medium-armor/lamellar-leather.c index d35dda1bf..ea8990ce4 100644 --- a/instances/items/armor/medium-armor/lamellar-leather.c +++ b/instances/items/armor/medium-armor/lamellar-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/armor/medium-armor/ring-mail.c b/instances/items/armor/medium-armor/ring-mail.c index f9c2ee002..4d50472f3 100644 --- a/instances/items/armor/medium-armor/ring-mail.c +++ b/instances/items/armor/medium-armor/ring-mail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/instances/items/materials/clay/ceramic-slip.c b/instances/items/materials/clay/ceramic-slip.c index d81b6ecfd..71922111f 100644 --- a/instances/items/materials/clay/ceramic-slip.c +++ b/instances/items/materials/clay/ceramic-slip.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/clay/earthenware.c b/instances/items/materials/clay/earthenware.c index cd6887495..a73ddd932 100644 --- a/instances/items/materials/clay/earthenware.c +++ b/instances/items/materials/clay/earthenware.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/clay/kaolin.c b/instances/items/materials/clay/kaolin.c index a370a8105..4a7b9089d 100644 --- a/instances/items/materials/clay/kaolin.c +++ b/instances/items/materials/clay/kaolin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/clay/plaster.c b/instances/items/materials/clay/plaster.c index 3040ed443..8608fd198 100644 --- a/instances/items/materials/clay/plaster.c +++ b/instances/items/materials/clay/plaster.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/clay/stoneware.c b/instances/items/materials/clay/stoneware.c index d139a977f..f445a5462 100644 --- a/instances/items/materials/clay/stoneware.c +++ b/instances/items/materials/clay/stoneware.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/clay/terra-cotta.c b/instances/items/materials/clay/terra-cotta.c index 44415e2ca..6f018769c 100644 --- a/instances/items/materials/clay/terra-cotta.c +++ b/instances/items/materials/clay/terra-cotta.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/agate.c b/instances/items/materials/crystal/agate.c index 983d3da6a..40d9b5df7 100644 --- a/instances/items/materials/crystal/agate.c +++ b/instances/items/materials/crystal/agate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/amber.c b/instances/items/materials/crystal/amber.c index 7743a49f6..fc24c6213 100644 --- a/instances/items/materials/crystal/amber.c +++ b/instances/items/materials/crystal/amber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/amethyst.c b/instances/items/materials/crystal/amethyst.c index c1f7771d0..841438f52 100644 --- a/instances/items/materials/crystal/amethyst.c +++ b/instances/items/materials/crystal/amethyst.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/aquamarine.c b/instances/items/materials/crystal/aquamarine.c index 7b061a7a4..99dc9145a 100644 --- a/instances/items/materials/crystal/aquamarine.c +++ b/instances/items/materials/crystal/aquamarine.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/asurluin.c b/instances/items/materials/crystal/asurluin.c index 687abd115..3b46ec0d9 100644 --- a/instances/items/materials/crystal/asurluin.c +++ b/instances/items/materials/crystal/asurluin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/bloodstone.c b/instances/items/materials/crystal/bloodstone.c index 1eb7a9f97..5843c7581 100644 --- a/instances/items/materials/crystal/bloodstone.c +++ b/instances/items/materials/crystal/bloodstone.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/citrine.c b/instances/items/materials/crystal/citrine.c index d5f2cd8d2..512a59a4d 100644 --- a/instances/items/materials/crystal/citrine.c +++ b/instances/items/materials/crystal/citrine.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/crystal.c b/instances/items/materials/crystal/crystal.c index 8357be63d..8de48c1e2 100644 --- a/instances/items/materials/crystal/crystal.c +++ b/instances/items/materials/crystal/crystal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/diamond.c b/instances/items/materials/crystal/diamond.c index 4b46809f6..d196fa7f2 100644 --- a/instances/items/materials/crystal/diamond.c +++ b/instances/items/materials/crystal/diamond.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/durluin.c b/instances/items/materials/crystal/durluin.c index 6349508d4..2e36092aa 100644 --- a/instances/items/materials/crystal/durluin.c +++ b/instances/items/materials/crystal/durluin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/emerald.c b/instances/items/materials/crystal/emerald.c index 08a3af784..12f220d8e 100644 --- a/instances/items/materials/crystal/emerald.c +++ b/instances/items/materials/crystal/emerald.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/florite.c b/instances/items/materials/crystal/florite.c index 9df49091c..81c7a39c1 100644 --- a/instances/items/materials/crystal/florite.c +++ b/instances/items/materials/crystal/florite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/garnet.c b/instances/items/materials/crystal/garnet.c index 51aaba073..c895c1919 100644 --- a/instances/items/materials/crystal/garnet.c +++ b/instances/items/materials/crystal/garnet.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/gwyrluin.c b/instances/items/materials/crystal/gwyrluin.c index f6ddb1520..2957cdcd1 100644 --- a/instances/items/materials/crystal/gwyrluin.c +++ b/instances/items/materials/crystal/gwyrluin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/jade.c b/instances/items/materials/crystal/jade.c index 3feb31085..c9caaaa61 100644 --- a/instances/items/materials/crystal/jade.c +++ b/instances/items/materials/crystal/jade.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/kirluin.c b/instances/items/materials/crystal/kirluin.c index 1322d8596..5879af4f6 100644 --- a/instances/items/materials/crystal/kirluin.c +++ b/instances/items/materials/crystal/kirluin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/magical-crystal.c b/instances/items/materials/crystal/magical-crystal.c index c05010f2f..765e9f7e7 100644 --- a/instances/items/materials/crystal/magical-crystal.c +++ b/instances/items/materials/crystal/magical-crystal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/magical-ice.c b/instances/items/materials/crystal/magical-ice.c index d3d1085ba..f61d13382 100644 --- a/instances/items/materials/crystal/magical-ice.c +++ b/instances/items/materials/crystal/magical-ice.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/marnluin.c b/instances/items/materials/crystal/marnluin.c index 556513a66..ffcb7b2d0 100644 --- a/instances/items/materials/crystal/marnluin.c +++ b/instances/items/materials/crystal/marnluin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/melynuin.c b/instances/items/materials/crystal/melynuin.c index 6aa23405e..7b2e3eb1c 100644 --- a/instances/items/materials/crystal/melynuin.c +++ b/instances/items/materials/crystal/melynuin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/onyx.c b/instances/items/materials/crystal/onyx.c index c0b1b94ce..71b4a5812 100644 --- a/instances/items/materials/crystal/onyx.c +++ b/instances/items/materials/crystal/onyx.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/opal.c b/instances/items/materials/crystal/opal.c index caca95fe7..6dff4c2fe 100644 --- a/instances/items/materials/crystal/opal.c +++ b/instances/items/materials/crystal/opal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/quartz.c b/instances/items/materials/crystal/quartz.c index c65c43a07..e319f4cce 100644 --- a/instances/items/materials/crystal/quartz.c +++ b/instances/items/materials/crystal/quartz.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/rhudluin.c b/instances/items/materials/crystal/rhudluin.c index 09f8cc4e6..cb3a3b5df 100644 --- a/instances/items/materials/crystal/rhudluin.c +++ b/instances/items/materials/crystal/rhudluin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/ruby.c b/instances/items/materials/crystal/ruby.c index b90ccae6f..bf7e740e7 100644 --- a/instances/items/materials/crystal/ruby.c +++ b/instances/items/materials/crystal/ruby.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/sapphire.c b/instances/items/materials/crystal/sapphire.c index eb26c1c37..89635b4be 100644 --- a/instances/items/materials/crystal/sapphire.c +++ b/instances/items/materials/crystal/sapphire.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/topaz.c b/instances/items/materials/crystal/topaz.c index 579462ed0..41c251d64 100644 --- a/instances/items/materials/crystal/topaz.c +++ b/instances/items/materials/crystal/topaz.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/trynluin.c b/instances/items/materials/crystal/trynluin.c index 8748e88d5..fc90c8e9b 100644 --- a/instances/items/materials/crystal/trynluin.c +++ b/instances/items/materials/crystal/trynluin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/crystal/turquoise.c b/instances/items/materials/crystal/turquoise.c index 647cda710..3553aacc1 100644 --- a/instances/items/materials/crystal/turquoise.c +++ b/instances/items/materials/crystal/turquoise.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/exotic/bone.c b/instances/items/materials/exotic/bone.c index be9ef0cad..9c083c7d5 100644 --- a/instances/items/materials/exotic/bone.c +++ b/instances/items/materials/exotic/bone.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/exotic/dragon-scale.c b/instances/items/materials/exotic/dragon-scale.c index b6aedf966..568ccc568 100644 --- a/instances/items/materials/exotic/dragon-scale.c +++ b/instances/items/materials/exotic/dragon-scale.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/exotic/ivory.c b/instances/items/materials/exotic/ivory.c index 4190cb0d4..bc027e413 100644 --- a/instances/items/materials/exotic/ivory.c +++ b/instances/items/materials/exotic/ivory.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/basilisk-leather.c b/instances/items/materials/leather/basilisk-leather.c index 4e0c6435f..4ad019fa0 100644 --- a/instances/items/materials/leather/basilisk-leather.c +++ b/instances/items/materials/leather/basilisk-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/bear-leather.c b/instances/items/materials/leather/bear-leather.c index 9a2afd9b2..c2a98e36b 100644 --- a/instances/items/materials/leather/bear-leather.c +++ b/instances/items/materials/leather/bear-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/boar-leather.c b/instances/items/materials/leather/boar-leather.c index 1f83f32ba..662cec4a5 100644 --- a/instances/items/materials/leather/boar-leather.c +++ b/instances/items/materials/leather/boar-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/chimera-leather.c b/instances/items/materials/leather/chimera-leather.c index 409d0aa84..b8b71e3d3 100644 --- a/instances/items/materials/leather/chimera-leather.c +++ b/instances/items/materials/leather/chimera-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/cow-leather.c b/instances/items/materials/leather/cow-leather.c index af2931b42..7df046a0b 100644 --- a/instances/items/materials/leather/cow-leather.c +++ b/instances/items/materials/leather/cow-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/deer-leather.c b/instances/items/materials/leather/deer-leather.c index 70193c4b9..fbb1a3611 100644 --- a/instances/items/materials/leather/deer-leather.c +++ b/instances/items/materials/leather/deer-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/dragon-leather.c b/instances/items/materials/leather/dragon-leather.c index 2d7db4db2..6de187e72 100644 --- a/instances/items/materials/leather/dragon-leather.c +++ b/instances/items/materials/leather/dragon-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/goat-leather.c b/instances/items/materials/leather/goat-leather.c index d4bdf360c..dee633dce 100644 --- a/instances/items/materials/leather/goat-leather.c +++ b/instances/items/materials/leather/goat-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/horse-leather.c b/instances/items/materials/leather/horse-leather.c index 5ee1eafa6..1db61f739 100644 --- a/instances/items/materials/leather/horse-leather.c +++ b/instances/items/materials/leather/horse-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/hydra-leather.c b/instances/items/materials/leather/hydra-leather.c index 702e22733..87545f541 100644 --- a/instances/items/materials/leather/hydra-leather.c +++ b/instances/items/materials/leather/hydra-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/leather.c b/instances/items/materials/leather/leather.c index 696992330..798cb6693 100644 --- a/instances/items/materials/leather/leather.c +++ b/instances/items/materials/leather/leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/pegasus-leather.c b/instances/items/materials/leather/pegasus-leather.c index 61f51f4f8..b4be3250c 100644 --- a/instances/items/materials/leather/pegasus-leather.c +++ b/instances/items/materials/leather/pegasus-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/sheep-leather.c b/instances/items/materials/leather/sheep-leather.c index 4ee2a3a82..bab1d1264 100644 --- a/instances/items/materials/leather/sheep-leather.c +++ b/instances/items/materials/leather/sheep-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/unicorn-leather.c b/instances/items/materials/leather/unicorn-leather.c index de358cfb1..797a7614d 100644 --- a/instances/items/materials/leather/unicorn-leather.c +++ b/instances/items/materials/leather/unicorn-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/wolf-leather.c b/instances/items/materials/leather/wolf-leather.c index 08bf0ce90..e8dc92ead 100644 --- a/instances/items/materials/leather/wolf-leather.c +++ b/instances/items/materials/leather/wolf-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/leather/wyvern-leather.c b/instances/items/materials/leather/wyvern-leather.c index b91a775bb..be9c1bf0c 100644 --- a/instances/items/materials/leather/wyvern-leather.c +++ b/instances/items/materials/leather/wyvern-leather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/admantite.c b/instances/items/materials/metal/admantite.c index b9f5a7474..687e4ad7e 100644 --- a/instances/items/materials/metal/admantite.c +++ b/instances/items/materials/metal/admantite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/aluminum.c b/instances/items/materials/metal/aluminum.c index 704fba5a1..46b8b7790 100644 --- a/instances/items/materials/metal/aluminum.c +++ b/instances/items/materials/metal/aluminum.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/antimony.c b/instances/items/materials/metal/antimony.c index 9233efc12..bb26c3262 100644 --- a/instances/items/materials/metal/antimony.c +++ b/instances/items/materials/metal/antimony.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/asurnalt.c b/instances/items/materials/metal/asurnalt.c index d6ec441c0..92a421dc5 100644 --- a/instances/items/materials/metal/asurnalt.c +++ b/instances/items/materials/metal/asurnalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/bismuth.c b/instances/items/materials/metal/bismuth.c index 2e043510b..d3995d3bb 100644 --- a/instances/items/materials/metal/bismuth.c +++ b/instances/items/materials/metal/bismuth.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/brass.c b/instances/items/materials/metal/brass.c index a30e8cd8a..ac8674f88 100644 --- a/instances/items/materials/metal/brass.c +++ b/instances/items/materials/metal/brass.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/bronze.c b/instances/items/materials/metal/bronze.c index 292f759ba..b237cbd87 100644 --- a/instances/items/materials/metal/bronze.c +++ b/instances/items/materials/metal/bronze.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/cast-iron.c b/instances/items/materials/metal/cast-iron.c index 57bb463f4..3cfc54f0e 100644 --- a/instances/items/materials/metal/cast-iron.c +++ b/instances/items/materials/metal/cast-iron.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/cobalt.c b/instances/items/materials/metal/cobalt.c index b8245a049..4be298ab8 100644 --- a/instances/items/materials/metal/cobalt.c +++ b/instances/items/materials/metal/cobalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/copper.c b/instances/items/materials/metal/copper.c index 46b595ba7..51cc12c33 100644 --- a/instances/items/materials/metal/copper.c +++ b/instances/items/materials/metal/copper.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/durnalt.c b/instances/items/materials/metal/durnalt.c index 70bb9ab16..896b069e1 100644 --- a/instances/items/materials/metal/durnalt.c +++ b/instances/items/materials/metal/durnalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/electrum.c b/instances/items/materials/metal/electrum.c index 3906919ca..4c92d195f 100644 --- a/instances/items/materials/metal/electrum.c +++ b/instances/items/materials/metal/electrum.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/galvorn.c b/instances/items/materials/metal/galvorn.c index 37d33dd95..87521bb6f 100644 --- a/instances/items/materials/metal/galvorn.c +++ b/instances/items/materials/metal/galvorn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/gold.c b/instances/items/materials/metal/gold.c index 742cbcae7..0291fa74b 100644 --- a/instances/items/materials/metal/gold.c +++ b/instances/items/materials/metal/gold.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/graphite.c b/instances/items/materials/metal/graphite.c index e36ff52fb..92a0243e1 100644 --- a/instances/items/materials/metal/graphite.c +++ b/instances/items/materials/metal/graphite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/gwyrnalt.c b/instances/items/materials/metal/gwyrnalt.c index 28d89dcf2..d0e357a70 100644 --- a/instances/items/materials/metal/gwyrnalt.c +++ b/instances/items/materials/metal/gwyrnalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/iridium.c b/instances/items/materials/metal/iridium.c index 37f756d2d..62f7d8d91 100644 --- a/instances/items/materials/metal/iridium.c +++ b/instances/items/materials/metal/iridium.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/iron.c b/instances/items/materials/metal/iron.c index e003d11e1..f44bd2762 100644 --- a/instances/items/materials/metal/iron.c +++ b/instances/items/materials/metal/iron.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/kirdarium.c b/instances/items/materials/metal/kirdarium.c index a029b896b..dc2403500 100644 --- a/instances/items/materials/metal/kirdarium.c +++ b/instances/items/materials/metal/kirdarium.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/kirnalt.c b/instances/items/materials/metal/kirnalt.c index 7132797d3..d9f090e18 100644 --- a/instances/items/materials/metal/kirnalt.c +++ b/instances/items/materials/metal/kirnalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/lead.c b/instances/items/materials/metal/lead.c index 4cf6f6864..a2c74c399 100644 --- a/instances/items/materials/metal/lead.c +++ b/instances/items/materials/metal/lead.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/magnesium.c b/instances/items/materials/metal/magnesium.c index 964fffff5..441ef8ae2 100644 --- a/instances/items/materials/metal/magnesium.c +++ b/instances/items/materials/metal/magnesium.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/marnalt.c b/instances/items/materials/metal/marnalt.c index 12272d806..b9b59cc51 100644 --- a/instances/items/materials/metal/marnalt.c +++ b/instances/items/materials/metal/marnalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/melynalt.c b/instances/items/materials/metal/melynalt.c index 473c9740b..e24064f67 100644 --- a/instances/items/materials/metal/melynalt.c +++ b/instances/items/materials/metal/melynalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/meteoric-iron.c b/instances/items/materials/metal/meteoric-iron.c index 40afa4dc2..120fb73fb 100644 --- a/instances/items/materials/metal/meteoric-iron.c +++ b/instances/items/materials/metal/meteoric-iron.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/mithril.c b/instances/items/materials/metal/mithril.c index 50d5588cb..29b284b6d 100644 --- a/instances/items/materials/metal/mithril.c +++ b/instances/items/materials/metal/mithril.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/nickel.c b/instances/items/materials/metal/nickel.c index 8e6baa0e7..b387205b9 100644 --- a/instances/items/materials/metal/nickel.c +++ b/instances/items/materials/metal/nickel.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/nurilium.c b/instances/items/materials/metal/nurilium.c index 6e2b850b2..6ad5d7d2e 100644 --- a/instances/items/materials/metal/nurilium.c +++ b/instances/items/materials/metal/nurilium.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/osmium.c b/instances/items/materials/metal/osmium.c index 1f180320c..2c076a429 100644 --- a/instances/items/materials/metal/osmium.c +++ b/instances/items/materials/metal/osmium.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/palladium.c b/instances/items/materials/metal/palladium.c index f104b3b3c..b13420772 100644 --- a/instances/items/materials/metal/palladium.c +++ b/instances/items/materials/metal/palladium.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/pewter.c b/instances/items/materials/metal/pewter.c index 1d7e66fd4..4a407ab73 100644 --- a/instances/items/materials/metal/pewter.c +++ b/instances/items/materials/metal/pewter.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/platinum.c b/instances/items/materials/metal/platinum.c index b04ae1591..98d2c91ab 100644 --- a/instances/items/materials/metal/platinum.c +++ b/instances/items/materials/metal/platinum.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/rhudnalt.c b/instances/items/materials/metal/rhudnalt.c index 80ed937f7..c4f316c63 100644 --- a/instances/items/materials/metal/rhudnalt.c +++ b/instances/items/materials/metal/rhudnalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/silver.c b/instances/items/materials/metal/silver.c index acc22b03d..111042453 100644 --- a/instances/items/materials/metal/silver.c +++ b/instances/items/materials/metal/silver.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/steel.c b/instances/items/materials/metal/steel.c index 260402e7f..c21bef962 100644 --- a/instances/items/materials/metal/steel.c +++ b/instances/items/materials/metal/steel.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/tantalum.c b/instances/items/materials/metal/tantalum.c index 409c79dd7..ad58234b1 100644 --- a/instances/items/materials/metal/tantalum.c +++ b/instances/items/materials/metal/tantalum.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/tin.c b/instances/items/materials/metal/tin.c index 6c369bff1..9e9cf96b3 100644 --- a/instances/items/materials/metal/tin.c +++ b/instances/items/materials/metal/tin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/titanium.c b/instances/items/materials/metal/titanium.c index 57c2d7fc9..a4e5545f9 100644 --- a/instances/items/materials/metal/titanium.c +++ b/instances/items/materials/metal/titanium.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/trynalt.c b/instances/items/materials/metal/trynalt.c index d5c1fb733..79f2c929e 100644 --- a/instances/items/materials/metal/trynalt.c +++ b/instances/items/materials/metal/trynalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/tungsten.c b/instances/items/materials/metal/tungsten.c index 7e2f3de0e..7afd34d01 100644 --- a/instances/items/materials/metal/tungsten.c +++ b/instances/items/materials/metal/tungsten.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/metal/zinc.c b/instances/items/materials/metal/zinc.c index f41c56995..641157804 100644 --- a/instances/items/materials/metal/zinc.c +++ b/instances/items/materials/metal/zinc.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/basalt.c b/instances/items/materials/stone/basalt.c index f04ca674c..afcdc5835 100644 --- a/instances/items/materials/stone/basalt.c +++ b/instances/items/materials/stone/basalt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/chalk.c b/instances/items/materials/stone/chalk.c index 76221c2c3..1f35f77ba 100644 --- a/instances/items/materials/stone/chalk.c +++ b/instances/items/materials/stone/chalk.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/coal.c b/instances/items/materials/stone/coal.c index 4e00f6b61..237512eb2 100644 --- a/instances/items/materials/stone/coal.c +++ b/instances/items/materials/stone/coal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/dolomite.c b/instances/items/materials/stone/dolomite.c index 8f886d9fb..b7be38438 100644 --- a/instances/items/materials/stone/dolomite.c +++ b/instances/items/materials/stone/dolomite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/flint.c b/instances/items/materials/stone/flint.c index 9675997fa..1090a2730 100644 --- a/instances/items/materials/stone/flint.c +++ b/instances/items/materials/stone/flint.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/granite.c b/instances/items/materials/stone/granite.c index b76ec590d..23e35c33d 100644 --- a/instances/items/materials/stone/granite.c +++ b/instances/items/materials/stone/granite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/limestone.c b/instances/items/materials/stone/limestone.c index b684f743b..cb416f6bd 100644 --- a/instances/items/materials/stone/limestone.c +++ b/instances/items/materials/stone/limestone.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/marble.c b/instances/items/materials/stone/marble.c index b6536d0cf..3b59be03f 100644 --- a/instances/items/materials/stone/marble.c +++ b/instances/items/materials/stone/marble.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/quartzite.c b/instances/items/materials/stone/quartzite.c index 3279b4d1c..6e4aa3b25 100644 --- a/instances/items/materials/stone/quartzite.c +++ b/instances/items/materials/stone/quartzite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/sandstone.c b/instances/items/materials/stone/sandstone.c index e939fed6c..e586684ee 100644 --- a/instances/items/materials/stone/sandstone.c +++ b/instances/items/materials/stone/sandstone.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/shale.c b/instances/items/materials/stone/shale.c index 0734c19e9..3003f4242 100644 --- a/instances/items/materials/stone/shale.c +++ b/instances/items/materials/stone/shale.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/slate.c b/instances/items/materials/stone/slate.c index 2b0833216..d3cf3a355 100644 --- a/instances/items/materials/stone/slate.c +++ b/instances/items/materials/stone/slate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/stone/stone.c b/instances/items/materials/stone/stone.c index b7b206e6f..53fa3fe57 100644 --- a/instances/items/materials/stone/stone.c +++ b/instances/items/materials/stone/stone.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/burlap.c b/instances/items/materials/textile/burlap.c index d06916db8..9ee33cc94 100644 --- a/instances/items/materials/textile/burlap.c +++ b/instances/items/materials/textile/burlap.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/canvas.c b/instances/items/materials/textile/canvas.c index 3205f1f29..1fe93f249 100644 --- a/instances/items/materials/textile/canvas.c +++ b/instances/items/materials/textile/canvas.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/cotton.c b/instances/items/materials/textile/cotton.c index 8882be330..d2d4c76ec 100644 --- a/instances/items/materials/textile/cotton.c +++ b/instances/items/materials/textile/cotton.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/flax.c b/instances/items/materials/textile/flax.c index 13ccd0b46..d2a11dd25 100644 --- a/instances/items/materials/textile/flax.c +++ b/instances/items/materials/textile/flax.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/hemp.c b/instances/items/materials/textile/hemp.c index 3d53d2002..72b2b7b96 100644 --- a/instances/items/materials/textile/hemp.c +++ b/instances/items/materials/textile/hemp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/linen.c b/instances/items/materials/textile/linen.c index 9c7a374ec..34e878880 100644 --- a/instances/items/materials/textile/linen.c +++ b/instances/items/materials/textile/linen.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/ramie.c b/instances/items/materials/textile/ramie.c index c27f36088..f1893199e 100644 --- a/instances/items/materials/textile/ramie.c +++ b/instances/items/materials/textile/ramie.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/silk.c b/instances/items/materials/textile/silk.c index 22e9e6528..e1e571694 100644 --- a/instances/items/materials/textile/silk.c +++ b/instances/items/materials/textile/silk.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/velvet.c b/instances/items/materials/textile/velvet.c index 85f45bf16..2cd89325b 100644 --- a/instances/items/materials/textile/velvet.c +++ b/instances/items/materials/textile/velvet.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/textile/wool.c b/instances/items/materials/textile/wool.c index aa89492cc..b4cc93ecd 100644 --- a/instances/items/materials/textile/wool.c +++ b/instances/items/materials/textile/wool.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/alder.c b/instances/items/materials/wood/alder.c index ee3baa8a8..84dba97dd 100644 --- a/instances/items/materials/wood/alder.c +++ b/instances/items/materials/wood/alder.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/apple.c b/instances/items/materials/wood/apple.c index 2a2dec17d..e1e689578 100644 --- a/instances/items/materials/wood/apple.c +++ b/instances/items/materials/wood/apple.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/ash.c b/instances/items/materials/wood/ash.c index f2fac439d..4a2cc7b7c 100644 --- a/instances/items/materials/wood/ash.c +++ b/instances/items/materials/wood/ash.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/aspen.c b/instances/items/materials/wood/aspen.c index aa17bb7cd..d7b7f7efa 100644 --- a/instances/items/materials/wood/aspen.c +++ b/instances/items/materials/wood/aspen.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/basswood.c b/instances/items/materials/wood/basswood.c index 2c601a9ca..dc7a563e3 100644 --- a/instances/items/materials/wood/basswood.c +++ b/instances/items/materials/wood/basswood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/beech.c b/instances/items/materials/wood/beech.c index 5d712cdd3..4108e121a 100644 --- a/instances/items/materials/wood/beech.c +++ b/instances/items/materials/wood/beech.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/birch.c b/instances/items/materials/wood/birch.c index 168e6b427..58e656527 100644 --- a/instances/items/materials/wood/birch.c +++ b/instances/items/materials/wood/birch.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/bloodwood.c b/instances/items/materials/wood/bloodwood.c index 6c83445b0..945a59023 100644 --- a/instances/items/materials/wood/bloodwood.c +++ b/instances/items/materials/wood/bloodwood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/bubinga.c b/instances/items/materials/wood/bubinga.c index 357c2b86e..6d67cbbb4 100644 --- a/instances/items/materials/wood/bubinga.c +++ b/instances/items/materials/wood/bubinga.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/buckeye.c b/instances/items/materials/wood/buckeye.c index 74515ded2..bc03e0136 100644 --- a/instances/items/materials/wood/buckeye.c +++ b/instances/items/materials/wood/buckeye.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/buckthorn.c b/instances/items/materials/wood/buckthorn.c index b2c3099ba..66fd300d8 100644 --- a/instances/items/materials/wood/buckthorn.c +++ b/instances/items/materials/wood/buckthorn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/cedar.c b/instances/items/materials/wood/cedar.c index 50b66dd73..254def135 100644 --- a/instances/items/materials/wood/cedar.c +++ b/instances/items/materials/wood/cedar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/cherry.c b/instances/items/materials/wood/cherry.c index 33151f690..92e9d3c22 100644 --- a/instances/items/materials/wood/cherry.c +++ b/instances/items/materials/wood/cherry.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/cottonwood.c b/instances/items/materials/wood/cottonwood.c index 943f9fb98..aaf6f4e68 100644 --- a/instances/items/materials/wood/cottonwood.c +++ b/instances/items/materials/wood/cottonwood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/cypress.c b/instances/items/materials/wood/cypress.c index 51ccff3b7..b073fc365 100644 --- a/instances/items/materials/wood/cypress.c +++ b/instances/items/materials/wood/cypress.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/dogwood.c b/instances/items/materials/wood/dogwood.c index 8877b4cd8..1e5ce4c1e 100644 --- a/instances/items/materials/wood/dogwood.c +++ b/instances/items/materials/wood/dogwood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/elm.c b/instances/items/materials/wood/elm.c index 77c05a351..56680f4b0 100644 --- a/instances/items/materials/wood/elm.c +++ b/instances/items/materials/wood/elm.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/hemlock.c b/instances/items/materials/wood/hemlock.c index 892bbbe81..189640dfc 100644 --- a/instances/items/materials/wood/hemlock.c +++ b/instances/items/materials/wood/hemlock.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/hickory.c b/instances/items/materials/wood/hickory.c index fef0e6a1a..6f3be9c73 100644 --- a/instances/items/materials/wood/hickory.c +++ b/instances/items/materials/wood/hickory.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/holly.c b/instances/items/materials/wood/holly.c index da0ff559e..77f330dcf 100644 --- a/instances/items/materials/wood/holly.c +++ b/instances/items/materials/wood/holly.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/ironwood.c b/instances/items/materials/wood/ironwood.c index c854aada9..0ba3c9d57 100644 --- a/instances/items/materials/wood/ironwood.c +++ b/instances/items/materials/wood/ironwood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/kingwood.c b/instances/items/materials/wood/kingwood.c index 12b2c81e3..d1ac40e84 100644 --- a/instances/items/materials/wood/kingwood.c +++ b/instances/items/materials/wood/kingwood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/koa.c b/instances/items/materials/wood/koa.c index 4a68ff6c7..8afbc645b 100644 --- a/instances/items/materials/wood/koa.c +++ b/instances/items/materials/wood/koa.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/mahogany.c b/instances/items/materials/wood/mahogany.c index b69883c00..2c08960f2 100644 --- a/instances/items/materials/wood/mahogany.c +++ b/instances/items/materials/wood/mahogany.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/malorn.c b/instances/items/materials/wood/malorn.c index ca8925c7a..0cd214218 100644 --- a/instances/items/materials/wood/malorn.c +++ b/instances/items/materials/wood/malorn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/maple.c b/instances/items/materials/wood/maple.c index 756f1df95..7f22f15f8 100644 --- a/instances/items/materials/wood/maple.c +++ b/instances/items/materials/wood/maple.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/marblewood.c b/instances/items/materials/wood/marblewood.c index f89d65bf9..4b865dc30 100644 --- a/instances/items/materials/wood/marblewood.c +++ b/instances/items/materials/wood/marblewood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/mesquite.c b/instances/items/materials/wood/mesquite.c index 24ff253a7..d0e925ebf 100644 --- a/instances/items/materials/wood/mesquite.c +++ b/instances/items/materials/wood/mesquite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/mulberry.c b/instances/items/materials/wood/mulberry.c index 2a79c0ff7..31cd4098a 100644 --- a/instances/items/materials/wood/mulberry.c +++ b/instances/items/materials/wood/mulberry.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/oak.c b/instances/items/materials/wood/oak.c index 315c2e427..95056c299 100644 --- a/instances/items/materials/wood/oak.c +++ b/instances/items/materials/wood/oak.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/pecan.c b/instances/items/materials/wood/pecan.c index cf405c74c..b00a65590 100644 --- a/instances/items/materials/wood/pecan.c +++ b/instances/items/materials/wood/pecan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/pine.c b/instances/items/materials/wood/pine.c index a8e88c0ca..e5a4d758c 100644 --- a/instances/items/materials/wood/pine.c +++ b/instances/items/materials/wood/pine.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/poplar.c b/instances/items/materials/wood/poplar.c index b638986e7..51a35cd30 100644 --- a/instances/items/materials/wood/poplar.c +++ b/instances/items/materials/wood/poplar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/purple-heart.c b/instances/items/materials/wood/purple-heart.c index 1c496171f..ff853732e 100644 --- a/instances/items/materials/wood/purple-heart.c +++ b/instances/items/materials/wood/purple-heart.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/redwood.c b/instances/items/materials/wood/redwood.c index ca242a99a..99f743c23 100644 --- a/instances/items/materials/wood/redwood.c +++ b/instances/items/materials/wood/redwood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/rosewood.c b/instances/items/materials/wood/rosewood.c index 34911ebd0..bdd5b3a01 100644 --- a/instances/items/materials/wood/rosewood.c +++ b/instances/items/materials/wood/rosewood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/spruce.c b/instances/items/materials/wood/spruce.c index 95a313239..381954796 100644 --- a/instances/items/materials/wood/spruce.c +++ b/instances/items/materials/wood/spruce.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/swamp-ash.c b/instances/items/materials/wood/swamp-ash.c index eb6e22549..3ff9abf06 100644 --- a/instances/items/materials/wood/swamp-ash.c +++ b/instances/items/materials/wood/swamp-ash.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/sycamore.c b/instances/items/materials/wood/sycamore.c index a5a5cc9a4..e28d3cb86 100644 --- a/instances/items/materials/wood/sycamore.c +++ b/instances/items/materials/wood/sycamore.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/teak.c b/instances/items/materials/wood/teak.c index 8fd334b0f..50d725f2a 100644 --- a/instances/items/materials/wood/teak.c +++ b/instances/items/materials/wood/teak.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/walnut.c b/instances/items/materials/wood/walnut.c index c757687e7..7877323fb 100644 --- a/instances/items/materials/wood/walnut.c +++ b/instances/items/materials/wood/walnut.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/materials/wood/yew.c b/instances/items/materials/wood/yew.c index ced2d1221..0ad7cc5c5 100644 --- a/instances/items/materials/wood/yew.c +++ b/instances/items/materials/wood/yew.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/material.c"; diff --git a/instances/items/weapons/axes/axe.c b/instances/items/weapons/axes/axe.c index 62dd15f40..e99832901 100644 --- a/instances/items/weapons/axes/axe.c +++ b/instances/items/weapons/axes/axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/battle-axe.c b/instances/items/weapons/axes/battle-axe.c index 951461c50..c6e27bcfd 100644 --- a/instances/items/weapons/axes/battle-axe.c +++ b/instances/items/weapons/axes/battle-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/bearded-axe.c b/instances/items/weapons/axes/bearded-axe.c index d8f7eb26e..fc4aa59e5 100644 --- a/instances/items/weapons/axes/bearded-axe.c +++ b/instances/items/weapons/axes/bearded-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/broad-axe.c b/instances/items/weapons/axes/broad-axe.c index 7814845b5..9d5bd1091 100644 --- a/instances/items/weapons/axes/broad-axe.c +++ b/instances/items/weapons/axes/broad-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/danish-axe.c b/instances/items/weapons/axes/danish-axe.c index 289bd1a9f..3c5f095af 100644 --- a/instances/items/weapons/axes/danish-axe.c +++ b/instances/items/weapons/axes/danish-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/double-bit-axe.c b/instances/items/weapons/axes/double-bit-axe.c index e575b845a..bdb438aae 100644 --- a/instances/items/weapons/axes/double-bit-axe.c +++ b/instances/items/weapons/axes/double-bit-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/hatchet.c b/instances/items/weapons/axes/hatchet.c index b36931676..a56d3e4bc 100644 --- a/instances/items/weapons/axes/hatchet.c +++ b/instances/items/weapons/axes/hatchet.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/labrys.c b/instances/items/weapons/axes/labrys.c index 5ff613cd1..de86a43f9 100644 --- a/instances/items/weapons/axes/labrys.c +++ b/instances/items/weapons/axes/labrys.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/lochaber-axe.c b/instances/items/weapons/axes/lochaber-axe.c index 3ecd29ab0..75031f94c 100644 --- a/instances/items/weapons/axes/lochaber-axe.c +++ b/instances/items/weapons/axes/lochaber-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/panabas.c b/instances/items/weapons/axes/panabas.c index 9234cd843..9c2149b8d 100644 --- a/instances/items/weapons/axes/panabas.c +++ b/instances/items/weapons/axes/panabas.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/sparth-axe.c b/instances/items/weapons/axes/sparth-axe.c index b52f02b2b..74c1ecd8c 100644 --- a/instances/items/weapons/axes/sparth-axe.c +++ b/instances/items/weapons/axes/sparth-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/axes/splitting-maul.c b/instances/items/weapons/axes/splitting-maul.c index 27d4cbbb4..47683850f 100644 --- a/instances/items/weapons/axes/splitting-maul.c +++ b/instances/items/weapons/axes/splitting-maul.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/bows/bow.c b/instances/items/weapons/bows/bow.c index 6428719b7..b1f7a2179 100644 --- a/instances/items/weapons/bows/bow.c +++ b/instances/items/weapons/bows/bow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/bows/composite-bow.c b/instances/items/weapons/bows/composite-bow.c index bbf753172..04b9f6014 100644 --- a/instances/items/weapons/bows/composite-bow.c +++ b/instances/items/weapons/bows/composite-bow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/bows/long-bow.c b/instances/items/weapons/bows/long-bow.c index bfc965daf..1a36682e5 100644 --- a/instances/items/weapons/bows/long-bow.c +++ b/instances/items/weapons/bows/long-bow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/bows/recurve-bow.c b/instances/items/weapons/bows/recurve-bow.c index 4438bee5f..0c02c9b4f 100644 --- a/instances/items/weapons/bows/recurve-bow.c +++ b/instances/items/weapons/bows/recurve-bow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/bows/short-bow.c b/instances/items/weapons/bows/short-bow.c index 0296a4197..5b492032d 100644 --- a/instances/items/weapons/bows/short-bow.c +++ b/instances/items/weapons/bows/short-bow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/crossbows/cranequin-crossbow.c b/instances/items/weapons/crossbows/cranequin-crossbow.c index c2438728a..4529e44c9 100644 --- a/instances/items/weapons/crossbows/cranequin-crossbow.c +++ b/instances/items/weapons/crossbows/cranequin-crossbow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/crossbows/crossbow.c b/instances/items/weapons/crossbows/crossbow.c index a221b0dc6..8716ff3c4 100644 --- a/instances/items/weapons/crossbows/crossbow.c +++ b/instances/items/weapons/crossbows/crossbow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/crossbows/levered-crossbow.c b/instances/items/weapons/crossbows/levered-crossbow.c index 65c167356..fb95b5ced 100644 --- a/instances/items/weapons/crossbows/levered-crossbow.c +++ b/instances/items/weapons/crossbows/levered-crossbow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/daggers/dagger.c b/instances/items/weapons/daggers/dagger.c index 8f7963016..09d2a21dd 100644 --- a/instances/items/weapons/daggers/dagger.c +++ b/instances/items/weapons/daggers/dagger.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/daggers/dirk.c b/instances/items/weapons/daggers/dirk.c index b490b008f..13b01a8a8 100644 --- a/instances/items/weapons/daggers/dirk.c +++ b/instances/items/weapons/daggers/dirk.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/daggers/katar.c b/instances/items/weapons/daggers/katar.c index 2e78ef7d3..f0ff1048c 100644 --- a/instances/items/weapons/daggers/katar.c +++ b/instances/items/weapons/daggers/katar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/daggers/knife.c b/instances/items/weapons/daggers/knife.c index 3e0eb0a96..89087acd5 100644 --- a/instances/items/weapons/daggers/knife.c +++ b/instances/items/weapons/daggers/knife.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/daggers/stiletto.c b/instances/items/weapons/daggers/stiletto.c index 299441644..c13cc4fa8 100644 --- a/instances/items/weapons/daggers/stiletto.c +++ b/instances/items/weapons/daggers/stiletto.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/daggers/talon.c b/instances/items/weapons/daggers/talon.c index 1f541a1e8..cceb437f0 100644 --- a/instances/items/weapons/daggers/talon.c +++ b/instances/items/weapons/daggers/talon.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/daggers/tiger-claws.c b/instances/items/weapons/daggers/tiger-claws.c index 2cb2c5172..8091af756 100644 --- a/instances/items/weapons/daggers/tiger-claws.c +++ b/instances/items/weapons/daggers/tiger-claws.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/flails/cat-of-nine-tails.c b/instances/items/weapons/flails/cat-of-nine-tails.c index f4f4b7128..c494feadb 100644 --- a/instances/items/weapons/flails/cat-of-nine-tails.c +++ b/instances/items/weapons/flails/cat-of-nine-tails.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/flails/flail.c b/instances/items/weapons/flails/flail.c index 19a165e1f..c5b584b71 100644 --- a/instances/items/weapons/flails/flail.c +++ b/instances/items/weapons/flails/flail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/flails/hinged-flail.c b/instances/items/weapons/flails/hinged-flail.c index eab358774..7a2e52e76 100644 --- a/instances/items/weapons/flails/hinged-flail.c +++ b/instances/items/weapons/flails/hinged-flail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/flails/kusarigama.c b/instances/items/weapons/flails/kusarigama.c index 1bf800d28..8168316ad 100644 --- a/instances/items/weapons/flails/kusarigama.c +++ b/instances/items/weapons/flails/kusarigama.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/flails/military-flail.c b/instances/items/weapons/flails/military-flail.c index 3de0184bc..a51bf2211 100644 --- a/instances/items/weapons/flails/military-flail.c +++ b/instances/items/weapons/flails/military-flail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/flails/segmented-flail.c b/instances/items/weapons/flails/segmented-flail.c index 8bbf1f808..6738e6e55 100644 --- a/instances/items/weapons/flails/segmented-flail.c +++ b/instances/items/weapons/flails/segmented-flail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/flails/whip.c b/instances/items/weapons/flails/whip.c index 382b21eed..4a02d9176 100644 --- a/instances/items/weapons/flails/whip.c +++ b/instances/items/weapons/flails/whip.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/hammers/horsemans-pick.c b/instances/items/weapons/hammers/horsemans-pick.c index 268601401..ba11f58bf 100644 --- a/instances/items/weapons/hammers/horsemans-pick.c +++ b/instances/items/weapons/hammers/horsemans-pick.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/hammers/lucerne-hammer.c b/instances/items/weapons/hammers/lucerne-hammer.c index 41dd56799..84f1a0ea3 100644 --- a/instances/items/weapons/hammers/lucerne-hammer.c +++ b/instances/items/weapons/hammers/lucerne-hammer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/hammers/maul.c b/instances/items/weapons/hammers/maul.c index d0c7c62ff..30e6fe481 100644 --- a/instances/items/weapons/hammers/maul.c +++ b/instances/items/weapons/hammers/maul.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/hammers/war-hammer.c b/instances/items/weapons/hammers/war-hammer.c index 14fe2617f..fc39a2c6b 100644 --- a/instances/items/weapons/hammers/war-hammer.c +++ b/instances/items/weapons/hammers/war-hammer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/club.c b/instances/items/weapons/maces/club.c index cf7bae1a5..7e5bee129 100644 --- a/instances/items/weapons/maces/club.c +++ b/instances/items/weapons/maces/club.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/cudgel.c b/instances/items/weapons/maces/cudgel.c index 818406b0b..ff6270112 100644 --- a/instances/items/weapons/maces/cudgel.c +++ b/instances/items/weapons/maces/cudgel.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/flanged-mace.c b/instances/items/weapons/maces/flanged-mace.c index c23e66c81..16cc8d9c1 100644 --- a/instances/items/weapons/maces/flanged-mace.c +++ b/instances/items/weapons/maces/flanged-mace.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/goedendag.c b/instances/items/weapons/maces/goedendag.c index 1c2b41c95..b3c4e9a7b 100644 --- a/instances/items/weapons/maces/goedendag.c +++ b/instances/items/weapons/maces/goedendag.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/mace.c b/instances/items/weapons/maces/mace.c index 381380b9a..85357dc33 100644 --- a/instances/items/weapons/maces/mace.c +++ b/instances/items/weapons/maces/mace.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/morning-star.c b/instances/items/weapons/maces/morning-star.c index 9acf0e876..5c8586635 100644 --- a/instances/items/weapons/maces/morning-star.c +++ b/instances/items/weapons/maces/morning-star.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/pernach.c b/instances/items/weapons/maces/pernach.c index cfffd61c1..56e2e7b88 100644 --- a/instances/items/weapons/maces/pernach.c +++ b/instances/items/weapons/maces/pernach.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/maces/virge.c b/instances/items/weapons/maces/virge.c index 6ac2d6f4e..46c166058 100644 --- a/instances/items/weapons/maces/virge.c +++ b/instances/items/weapons/maces/virge.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/ahlspiess.c b/instances/items/weapons/pole-arms/ahlspiess.c index fad679fba..f998c4ae3 100644 --- a/instances/items/weapons/pole-arms/ahlspiess.c +++ b/instances/items/weapons/pole-arms/ahlspiess.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/bardiche.c b/instances/items/weapons/pole-arms/bardiche.c index d239f0d9d..a143fc1bf 100644 --- a/instances/items/weapons/pole-arms/bardiche.c +++ b/instances/items/weapons/pole-arms/bardiche.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/bec-de-corbin.c b/instances/items/weapons/pole-arms/bec-de-corbin.c index 04112f055..bdfd61ae7 100644 --- a/instances/items/weapons/pole-arms/bec-de-corbin.c +++ b/instances/items/weapons/pole-arms/bec-de-corbin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/bill.c b/instances/items/weapons/pole-arms/bill.c index 3344b6136..b52251782 100644 --- a/instances/items/weapons/pole-arms/bill.c +++ b/instances/items/weapons/pole-arms/bill.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/brandistock.c b/instances/items/weapons/pole-arms/brandistock.c index 6856f17c6..ca495427c 100644 --- a/instances/items/weapons/pole-arms/brandistock.c +++ b/instances/items/weapons/pole-arms/brandistock.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/earspoon.c b/instances/items/weapons/pole-arms/earspoon.c index 18074a06b..53273a929 100644 --- a/instances/items/weapons/pole-arms/earspoon.c +++ b/instances/items/weapons/pole-arms/earspoon.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/fauchard.c b/instances/items/weapons/pole-arms/fauchard.c index cb4a45896..5fa7cfb10 100644 --- a/instances/items/weapons/pole-arms/fauchard.c +++ b/instances/items/weapons/pole-arms/fauchard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/glaive.c b/instances/items/weapons/pole-arms/glaive.c index ecb12cdfb..c2d1c74a0 100644 --- a/instances/items/weapons/pole-arms/glaive.c +++ b/instances/items/weapons/pole-arms/glaive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/guisarme.c b/instances/items/weapons/pole-arms/guisarme.c index b9e603220..7c08055d9 100644 --- a/instances/items/weapons/pole-arms/guisarme.c +++ b/instances/items/weapons/pole-arms/guisarme.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/halberd.c b/instances/items/weapons/pole-arms/halberd.c index 647ce7579..4abf7b59e 100644 --- a/instances/items/weapons/pole-arms/halberd.c +++ b/instances/items/weapons/pole-arms/halberd.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/lance.c b/instances/items/weapons/pole-arms/lance.c index e99a98d6c..1898f00cb 100644 --- a/instances/items/weapons/pole-arms/lance.c +++ b/instances/items/weapons/pole-arms/lance.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/military-fork.c b/instances/items/weapons/pole-arms/military-fork.c index 2f7ae693b..4259c7836 100644 --- a/instances/items/weapons/pole-arms/military-fork.c +++ b/instances/items/weapons/pole-arms/military-fork.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/partisan.c b/instances/items/weapons/pole-arms/partisan.c index dcb6cc238..d3372a579 100644 --- a/instances/items/weapons/pole-arms/partisan.c +++ b/instances/items/weapons/pole-arms/partisan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/pike.c b/instances/items/weapons/pole-arms/pike.c index 099c44273..09aec5733 100644 --- a/instances/items/weapons/pole-arms/pike.c +++ b/instances/items/weapons/pole-arms/pike.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/pitchfork.c b/instances/items/weapons/pole-arms/pitchfork.c index 6f9504112..eeb50de57 100644 --- a/instances/items/weapons/pole-arms/pitchfork.c +++ b/instances/items/weapons/pole-arms/pitchfork.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/pollaxe.c b/instances/items/weapons/pole-arms/pollaxe.c index 1b817ab40..c46ccb5d0 100644 --- a/instances/items/weapons/pole-arms/pollaxe.c +++ b/instances/items/weapons/pole-arms/pollaxe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/ranseur.c b/instances/items/weapons/pole-arms/ranseur.c index fb2fa3ba8..390e4f7ee 100644 --- a/instances/items/weapons/pole-arms/ranseur.c +++ b/instances/items/weapons/pole-arms/ranseur.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/sovnya.c b/instances/items/weapons/pole-arms/sovnya.c index 62865a808..fdee04f9b 100644 --- a/instances/items/weapons/pole-arms/sovnya.c +++ b/instances/items/weapons/pole-arms/sovnya.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/spear.c b/instances/items/weapons/pole-arms/spear.c index d5a9c7f4a..21415dd62 100644 --- a/instances/items/weapons/pole-arms/spear.c +++ b/instances/items/weapons/pole-arms/spear.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/spetum.c b/instances/items/weapons/pole-arms/spetum.c index 77e4df8f9..98d215bb2 100644 --- a/instances/items/weapons/pole-arms/spetum.c +++ b/instances/items/weapons/pole-arms/spetum.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/sword-staff.c b/instances/items/weapons/pole-arms/sword-staff.c index 5f7ea638e..80bfd46e6 100644 --- a/instances/items/weapons/pole-arms/sword-staff.c +++ b/instances/items/weapons/pole-arms/sword-staff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/trident.c b/instances/items/weapons/pole-arms/trident.c index 2a11f6796..d310bd7f6 100644 --- a/instances/items/weapons/pole-arms/trident.c +++ b/instances/items/weapons/pole-arms/trident.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/voulge.c b/instances/items/weapons/pole-arms/voulge.c index d32663d5d..147493655 100644 --- a/instances/items/weapons/pole-arms/voulge.c +++ b/instances/items/weapons/pole-arms/voulge.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/pole-arms/war-scythe.c b/instances/items/weapons/pole-arms/war-scythe.c index 613b51c5c..13bdb99d3 100644 --- a/instances/items/weapons/pole-arms/war-scythe.c +++ b/instances/items/weapons/pole-arms/war-scythe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/bouche-shield.c b/instances/items/weapons/shields/bouche-shield.c index 8332e5c00..0d3fb51da 100644 --- a/instances/items/weapons/shields/bouche-shield.c +++ b/instances/items/weapons/shields/bouche-shield.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/buckler.c b/instances/items/weapons/shields/buckler.c index e7a784510..83f948357 100644 --- a/instances/items/weapons/shields/buckler.c +++ b/instances/items/weapons/shields/buckler.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/heater-shield.c b/instances/items/weapons/shields/heater-shield.c index 52a812b21..20944644e 100644 --- a/instances/items/weapons/shields/heater-shield.c +++ b/instances/items/weapons/shields/heater-shield.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/kite-shield.c b/instances/items/weapons/shields/kite-shield.c index 982ad21bc..147fc9dfa 100644 --- a/instances/items/weapons/shields/kite-shield.c +++ b/instances/items/weapons/shields/kite-shield.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/pavise-shield.c b/instances/items/weapons/shields/pavise-shield.c index eddca1a1b..f07499345 100644 --- a/instances/items/weapons/shields/pavise-shield.c +++ b/instances/items/weapons/shields/pavise-shield.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/shield.c b/instances/items/weapons/shields/shield.c index 72206ae83..eb3928725 100644 --- a/instances/items/weapons/shields/shield.c +++ b/instances/items/weapons/shields/shield.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/spiked-shield.c b/instances/items/weapons/shields/spiked-shield.c index e14503090..2c8bc2603 100644 --- a/instances/items/weapons/shields/spiked-shield.c +++ b/instances/items/weapons/shields/spiked-shield.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/shields/targe-shield.c b/instances/items/weapons/shields/targe-shield.c index a35fdce7b..403c347b1 100644 --- a/instances/items/weapons/shields/targe-shield.c +++ b/instances/items/weapons/shields/targe-shield.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/slings/kestros.c b/instances/items/weapons/slings/kestros.c index b2d37d8fb..3678e381f 100644 --- a/instances/items/weapons/slings/kestros.c +++ b/instances/items/weapons/slings/kestros.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/slings/sling-staff.c b/instances/items/weapons/slings/sling-staff.c index 4a532204e..571385e3d 100644 --- a/instances/items/weapons/slings/sling-staff.c +++ b/instances/items/weapons/slings/sling-staff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/slings/sling.c b/instances/items/weapons/slings/sling.c index 7568be7ab..26abb14e5 100644 --- a/instances/items/weapons/slings/sling.c +++ b/instances/items/weapons/slings/sling.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/slings/slingshot.c b/instances/items/weapons/slings/slingshot.c index 882631aa3..fb27fdc7d 100644 --- a/instances/items/weapons/slings/slingshot.c +++ b/instances/items/weapons/slings/slingshot.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/staffs/brogit-staff.c b/instances/items/weapons/staffs/brogit-staff.c index 5684a6e98..de1ed9e55 100644 --- a/instances/items/weapons/staffs/brogit-staff.c +++ b/instances/items/weapons/staffs/brogit-staff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/staffs/jeddart-staff.c b/instances/items/weapons/staffs/jeddart-staff.c index 6381a2a04..3c7e3cd87 100644 --- a/instances/items/weapons/staffs/jeddart-staff.c +++ b/instances/items/weapons/staffs/jeddart-staff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/staffs/ornate-staff.c b/instances/items/weapons/staffs/ornate-staff.c index 57b6253ff..0be6e1073 100644 --- a/instances/items/weapons/staffs/ornate-staff.c +++ b/instances/items/weapons/staffs/ornate-staff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/staffs/quarterstaff.c b/instances/items/weapons/staffs/quarterstaff.c index 55ee46ba4..e05bfceed 100644 --- a/instances/items/weapons/staffs/quarterstaff.c +++ b/instances/items/weapons/staffs/quarterstaff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/staffs/shield-staff.c b/instances/items/weapons/staffs/shield-staff.c index 31627216f..927de517c 100644 --- a/instances/items/weapons/staffs/shield-staff.c +++ b/instances/items/weapons/staffs/shield-staff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/staffs/staff.c b/instances/items/weapons/staffs/staff.c index f16061b42..52971c449 100644 --- a/instances/items/weapons/staffs/staff.c +++ b/instances/items/weapons/staffs/staff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/staffs/swordstaff.c b/instances/items/weapons/staffs/swordstaff.c index 4871190bc..259daae90 100644 --- a/instances/items/weapons/staffs/swordstaff.c +++ b/instances/items/weapons/staffs/swordstaff.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/bastard-sword.c b/instances/items/weapons/swords/bastard-sword.c index 8d9bd847d..820775b8c 100644 --- a/instances/items/weapons/swords/bastard-sword.c +++ b/instances/items/weapons/swords/bastard-sword.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/broad-sword.c b/instances/items/weapons/swords/broad-sword.c index c858eadc4..ec6090d5c 100644 --- a/instances/items/weapons/swords/broad-sword.c +++ b/instances/items/weapons/swords/broad-sword.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/claymore.c b/instances/items/weapons/swords/claymore.c index d3a9c11ae..4d0a7507c 100644 --- a/instances/items/weapons/swords/claymore.c +++ b/instances/items/weapons/swords/claymore.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/cutlass.c b/instances/items/weapons/swords/cutlass.c index 231964398..8b9544fdc 100644 --- a/instances/items/weapons/swords/cutlass.c +++ b/instances/items/weapons/swords/cutlass.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/gladius.c b/instances/items/weapons/swords/gladius.c index ca779baff..32f3dee90 100644 --- a/instances/items/weapons/swords/gladius.c +++ b/instances/items/weapons/swords/gladius.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/great-sword.c b/instances/items/weapons/swords/great-sword.c index e48627791..d27fb85bc 100644 --- a/instances/items/weapons/swords/great-sword.c +++ b/instances/items/weapons/swords/great-sword.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/harpe.c b/instances/items/weapons/swords/harpe.c index 7c560ede2..e7e9d38ca 100644 --- a/instances/items/weapons/swords/harpe.c +++ b/instances/items/weapons/swords/harpe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/kama.c b/instances/items/weapons/swords/kama.c index 3eece3a5f..e13d26c81 100644 --- a/instances/items/weapons/swords/kama.c +++ b/instances/items/weapons/swords/kama.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/katana.c b/instances/items/weapons/swords/katana.c index 25395b26e..9de997bc8 100644 --- a/instances/items/weapons/swords/katana.c +++ b/instances/items/weapons/swords/katana.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/long-sword.c b/instances/items/weapons/swords/long-sword.c index 6b4a11b2b..2c8b69800 100644 --- a/instances/items/weapons/swords/long-sword.c +++ b/instances/items/weapons/swords/long-sword.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/machete.c b/instances/items/weapons/swords/machete.c index 0b766eb58..38267044a 100644 --- a/instances/items/weapons/swords/machete.c +++ b/instances/items/weapons/swords/machete.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/odachi.c b/instances/items/weapons/swords/odachi.c index 893ee5bcc..9e6adb577 100644 --- a/instances/items/weapons/swords/odachi.c +++ b/instances/items/weapons/swords/odachi.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/rapier.c b/instances/items/weapons/swords/rapier.c index fe98e0e89..eb9a184e6 100644 --- a/instances/items/weapons/swords/rapier.c +++ b/instances/items/weapons/swords/rapier.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/sabre.c b/instances/items/weapons/swords/sabre.c index 9dfa36419..658872c2f 100644 --- a/instances/items/weapons/swords/sabre.c +++ b/instances/items/weapons/swords/sabre.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/scimitar.c b/instances/items/weapons/swords/scimitar.c index 149e1b81a..625360949 100644 --- a/instances/items/weapons/swords/scimitar.c +++ b/instances/items/weapons/swords/scimitar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/short-sword.c b/instances/items/weapons/swords/short-sword.c index 1f98d7021..a357c45c6 100644 --- a/instances/items/weapons/swords/short-sword.c +++ b/instances/items/weapons/swords/short-sword.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/sickle.c b/instances/items/weapons/swords/sickle.c index ff64b5a1e..dcbe88501 100644 --- a/instances/items/weapons/swords/sickle.c +++ b/instances/items/weapons/swords/sickle.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/spatha.c b/instances/items/weapons/swords/spatha.c index 56a0dfe16..9073267b0 100644 --- a/instances/items/weapons/swords/spatha.c +++ b/instances/items/weapons/swords/spatha.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/swords/wakisashi.c b/instances/items/weapons/swords/wakisashi.c index 2154f2269..53ffbe287 100644 --- a/instances/items/weapons/swords/wakisashi.c +++ b/instances/items/weapons/swords/wakisashi.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/thrown/dart.c b/instances/items/weapons/thrown/dart.c index 2f54b0225..772b051e7 100644 --- a/instances/items/weapons/thrown/dart.c +++ b/instances/items/weapons/thrown/dart.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/thrown/javelin.c b/instances/items/weapons/thrown/javelin.c index 8b82b45c2..068e8f7d2 100644 --- a/instances/items/weapons/thrown/javelin.c +++ b/instances/items/weapons/thrown/javelin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/thrown/pilum.c b/instances/items/weapons/thrown/pilum.c index 737205d22..23484f023 100644 --- a/instances/items/weapons/thrown/pilum.c +++ b/instances/items/weapons/thrown/pilum.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/thrown/rock.c b/instances/items/weapons/thrown/rock.c index e7faa4a90..90c4d8e69 100644 --- a/instances/items/weapons/thrown/rock.c +++ b/instances/items/weapons/thrown/rock.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/thrown/throwing-axe.c b/instances/items/weapons/thrown/throwing-axe.c index cc6b49fa5..c3a9480e2 100644 --- a/instances/items/weapons/thrown/throwing-axe.c +++ b/instances/items/weapons/thrown/throwing-axe.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/thrown/throwing-hammer.c b/instances/items/weapons/thrown/throwing-hammer.c index a1952404b..ca184f705 100644 --- a/instances/items/weapons/thrown/throwing-hammer.c +++ b/instances/items/weapons/thrown/throwing-hammer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/items/weapons/thrown/throwing-spear.c b/instances/items/weapons/thrown/throwing-spear.c index 67355c8e2..f00019d75 100644 --- a/instances/items/weapons/thrown/throwing-spear.c +++ b/instances/items/weapons/thrown/throwing-spear.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/instances/research/bastardResearchTree.c b/instances/research/bastardResearchTree.c index fcb99474c..a02bf097e 100644 --- a/instances/research/bastardResearchTree.c +++ b/instances/research/bastardResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/instances/research/crafting/armor/craftArmor.c b/instances/research/crafting/armor/craftArmor.c index ae4160817..b35cf0920 100644 --- a/instances/research/crafting/armor/craftArmor.c +++ b/instances/research/crafting/armor/craftArmor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/brewBeveragesAndCookFood.c b/instances/research/crafting/brewBeveragesAndCookFood.c index 04be6e852..732833d2c 100644 --- a/instances/research/crafting/brewBeveragesAndCookFood.c +++ b/instances/research/crafting/brewBeveragesAndCookFood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/brewPotions.c b/instances/research/crafting/brewPotions.c index 90ccf2ac9..9917f6856 100644 --- a/instances/research/crafting/brewPotions.c +++ b/instances/research/crafting/brewPotions.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/craftArtwork.c b/instances/research/crafting/craftArtwork.c index 3e66fd4c4..cbc45d065 100644 --- a/instances/research/crafting/craftArtwork.c +++ b/instances/research/crafting/craftArtwork.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/craftInstrument.c b/instances/research/crafting/craftInstrument.c index 1243de2b7..80643ecfb 100644 --- a/instances/research/crafting/craftInstrument.c +++ b/instances/research/crafting/craftInstrument.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftAlloy.c b/instances/research/crafting/materials/craftAlloy.c index 0595dcfec..5789fecc9 100644 --- a/instances/research/crafting/materials/craftAlloy.c +++ b/instances/research/crafting/materials/craftAlloy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftCommonMetal.c b/instances/research/crafting/materials/craftCommonMetal.c index 4ab221f05..9530127a7 100644 --- a/instances/research/crafting/materials/craftCommonMetal.c +++ b/instances/research/crafting/materials/craftCommonMetal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftCommonWood.c b/instances/research/crafting/materials/craftCommonWood.c index 7066ef4e1..3eb61515b 100644 --- a/instances/research/crafting/materials/craftCommonWood.c +++ b/instances/research/crafting/materials/craftCommonWood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftExoticLeather.c b/instances/research/crafting/materials/craftExoticLeather.c index cd6b4545d..cd1e8179d 100644 --- a/instances/research/crafting/materials/craftExoticLeather.c +++ b/instances/research/crafting/materials/craftExoticLeather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftGems.c b/instances/research/crafting/materials/craftGems.c index 648413f7a..3c85652d2 100644 --- a/instances/research/crafting/materials/craftGems.c +++ b/instances/research/crafting/materials/craftGems.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftLeather.c b/instances/research/crafting/materials/craftLeather.c index 5a069394e..d2720fb02 100644 --- a/instances/research/crafting/materials/craftLeather.c +++ b/instances/research/crafting/materials/craftLeather.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftMythicAlloy.c b/instances/research/crafting/materials/craftMythicAlloy.c index 3569e506b..f5b25b576 100644 --- a/instances/research/crafting/materials/craftMythicAlloy.c +++ b/instances/research/crafting/materials/craftMythicAlloy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftMythicGems.c b/instances/research/crafting/materials/craftMythicGems.c index cdc76ee0c..3f01cbd94 100644 --- a/instances/research/crafting/materials/craftMythicGems.c +++ b/instances/research/crafting/materials/craftMythicGems.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftMythicMetal.c b/instances/research/crafting/materials/craftMythicMetal.c index a2091fc2a..d07b9a271 100644 --- a/instances/research/crafting/materials/craftMythicMetal.c +++ b/instances/research/crafting/materials/craftMythicMetal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftPreciousMetal.c b/instances/research/crafting/materials/craftPreciousMetal.c index a507ea4af..3f0ec1291 100644 --- a/instances/research/crafting/materials/craftPreciousMetal.c +++ b/instances/research/crafting/materials/craftPreciousMetal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftRareGems.c b/instances/research/crafting/materials/craftRareGems.c index c13494583..7b0fc26a2 100644 --- a/instances/research/crafting/materials/craftRareGems.c +++ b/instances/research/crafting/materials/craftRareGems.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftRareMetal.c b/instances/research/crafting/materials/craftRareMetal.c index 622f00ad6..190f87e21 100644 --- a/instances/research/crafting/materials/craftRareMetal.c +++ b/instances/research/crafting/materials/craftRareMetal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftRareWood.c b/instances/research/crafting/materials/craftRareWood.c index 701c28e44..cdf954383 100644 --- a/instances/research/crafting/materials/craftRareWood.c +++ b/instances/research/crafting/materials/craftRareWood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftReconditeMetal.c b/instances/research/crafting/materials/craftReconditeMetal.c index 15499fc7e..56789f641 100644 --- a/instances/research/crafting/materials/craftReconditeMetal.c +++ b/instances/research/crafting/materials/craftReconditeMetal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftUncommonMetal.c b/instances/research/crafting/materials/craftUncommonMetal.c index aac9abd7e..356a3adc0 100644 --- a/instances/research/crafting/materials/craftUncommonMetal.c +++ b/instances/research/crafting/materials/craftUncommonMetal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/craftUncommonWood.c b/instances/research/crafting/materials/craftUncommonWood.c index 61cff91b1..e4ff0df64 100644 --- a/instances/research/crafting/materials/craftUncommonWood.c +++ b/instances/research/crafting/materials/craftUncommonWood.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/materials/useCrystalsAsMetal.c b/instances/research/crafting/materials/useCrystalsAsMetal.c index f3874bf66..88f878574 100644 --- a/instances/research/crafting/materials/useCrystalsAsMetal.c +++ b/instances/research/crafting/materials/useCrystalsAsMetal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/weapons/craftWeapons.c b/instances/research/crafting/weapons/craftWeapons.c index a12ce8e94..46ef0442e 100644 --- a/instances/research/crafting/weapons/craftWeapons.c +++ b/instances/research/crafting/weapons/craftWeapons.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/weapons/swords/craftBasicSwords.c b/instances/research/crafting/weapons/swords/craftBasicSwords.c index 8db2a6743..fbf7e7821 100644 --- a/instances/research/crafting/weapons/swords/craftBasicSwords.c +++ b/instances/research/crafting/weapons/swords/craftBasicSwords.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/weapons/swords/craftElegantSwords.c b/instances/research/crafting/weapons/swords/craftElegantSwords.c index b13883da1..dd600507f 100644 --- a/instances/research/crafting/weapons/swords/craftElegantSwords.c +++ b/instances/research/crafting/weapons/swords/craftElegantSwords.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/weapons/swords/craftLongSwords.c b/instances/research/crafting/weapons/swords/craftLongSwords.c index 25c1ca396..1b42bff7d 100644 --- a/instances/research/crafting/weapons/swords/craftLongSwords.c +++ b/instances/research/crafting/weapons/swords/craftLongSwords.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/knowledgeResearchItem.c"; diff --git a/instances/research/crafting/weapons/swords/swordsmithing.c b/instances/research/crafting/weapons/swords/swordsmithing.c index 3d3f4a135..f9aa957fc 100644 --- a/instances/research/crafting/weapons/swords/swordsmithing.c +++ b/instances/research/crafting/weapons/swords/swordsmithing.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/instances/research/draconidResearchTree.c b/instances/research/draconidResearchTree.c index 3995c5442..b19e7b326 100644 --- a/instances/research/draconidResearchTree.c +++ b/instances/research/draconidResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/instances/research/highElfResearchTree.c b/instances/research/highElfResearchTree.c index 8b6e978f1..0628687c6 100644 --- a/instances/research/highElfResearchTree.c +++ b/instances/research/highElfResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/instances/research/insaneResearchTree.c b/instances/research/insaneResearchTree.c index 4ffc689c9..2f2e36b8d 100644 --- a/instances/research/insaneResearchTree.c +++ b/instances/research/insaneResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/instances/research/maegenstrydResearchTree.c b/instances/research/maegenstrydResearchTree.c index 2ca15dce0..caaf83074 100644 --- a/instances/research/maegenstrydResearchTree.c +++ b/instances/research/maegenstrydResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/instances/research/senileResearchTree.c b/instances/research/senileResearchTree.c index 7684bb3e0..9997a4913 100644 --- a/instances/research/senileResearchTree.c +++ b/instances/research/senileResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/items/armor.c b/items/armor.c index 86c91767a..0a9f75198 100644 --- a/items/armor.c +++ b/items/armor.c @@ -2,7 +2,7 @@ // Class: armor // File Name: armor.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/items/equipment.c"; diff --git a/items/book.c b/items/book.c index f7abf85d9..34fe0bd75 100644 --- a/items/book.c +++ b/items/book.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/container.c b/items/container.c index 0d52a5fa5..a12581751 100644 --- a/items/container.c +++ b/items/container.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/craftingBlueprint.c b/items/craftingBlueprint.c index 38074afb5..cb6b0a425 100644 --- a/items/craftingBlueprint.c +++ b/items/craftingBlueprint.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/prerequisites.c"; diff --git a/items/drink.c b/items/drink.c index 5e99a3eca..c1952f232 100644 --- a/items/drink.c +++ b/items/drink.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/equipment.c b/items/equipment.c index dbb4a028e..ff5c76c99 100644 --- a/items/equipment.c +++ b/items/equipment.c @@ -2,7 +2,7 @@ // Class: equipment // File Name: equipment.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: This class defines exactly what equipment is and as such, diff --git a/items/food.c b/items/food.c index 5a5f9b932..456efd475 100644 --- a/items/food.c +++ b/items/food.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/ingredient.c b/items/ingredient.c index 4d42c5614..2dc3484ae 100644 --- a/items/ingredient.c +++ b/items/ingredient.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/instrument.c b/items/instrument.c index 97dd9697c..c95f97db9 100644 --- a/items/instrument.c +++ b/items/instrument.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/items/equipment.c"; diff --git a/items/item.c b/items/item.c index 5fa403487..2183a125a 100644 --- a/items/item.c +++ b/items/item.c @@ -2,7 +2,7 @@ // Class: item // File Name: item.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: This class defines exactly what items that can be carried are diff --git a/items/material.c b/items/material.c index c06e6605d..8e373f7e2 100644 --- a/items/material.c +++ b/items/material.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/modifierObject.c b/items/modifierObject.c index 78d5027b2..ddf6bce18 100644 --- a/items/modifierObject.c +++ b/items/modifierObject.c @@ -2,7 +2,7 @@ // Class: modifierObject // File Name: modifierObject.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/items/item.c"; diff --git a/items/potion.c b/items/potion.c index e8006a72f..9199e324d 100644 --- a/items/potion.c +++ b/items/potion.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/scroll.c b/items/scroll.c index 5a7675877..d1a0dabe1 100644 --- a/items/scroll.c +++ b/items/scroll.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/treasure.c b/items/treasure.c index d3255e5b4..be676795b 100644 --- a/items/treasure.c +++ b/items/treasure.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/vessel.c b/items/vessel.c index 454eabbe2..7c03ee43c 100644 --- a/items/vessel.c +++ b/items/vessel.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/item.c"; diff --git a/items/weapon.c b/items/weapon.c index 65ae8984f..204284367 100644 --- a/items/weapon.c +++ b/items/weapon.c @@ -2,7 +2,7 @@ // Class: weapon // File Name: weapon.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/items/equipment.c"; diff --git a/modules/artificialIntelligence.c b/modules/artificialIntelligence.c index 4c390f27c..8e6f77865 100644 --- a/modules/artificialIntelligence.c +++ b/modules/artificialIntelligence.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/attributes.c b/modules/attributes.c index af043e443..9c4c2c2a2 100644 --- a/modules/attributes.c +++ b/modules/attributes.c @@ -2,7 +2,7 @@ // Class: attributes // File Name: attributes.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: This object encapsulates all functionality surrounding the diff --git a/modules/background.c b/modules/background.c index e034f9720..2c44a9c3a 100644 --- a/modules/background.c +++ b/modules/background.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/biological.c b/modules/biological.c index c24c5e2e7..dc89d216e 100644 --- a/modules/biological.c +++ b/modules/biological.c @@ -2,7 +2,7 @@ // Class: biological // File Name: biological.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. // // Description: This object encapsulates all functionality surrounding the diff --git a/modules/combat.c b/modules/combat.c index 7a9fc0d23..47d063537 100644 --- a/modules/combat.c +++ b/modules/combat.c @@ -2,7 +2,7 @@ // Class: combat // File Name: combat.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/combat/attacks/acidAttack.c b/modules/combat/attacks/acidAttack.c index b7e4797c5..9faf32f74 100644 --- a/modules/combat/attacks/acidAttack.c +++ b/modules/combat/attacks/acidAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/airAttack.c b/modules/combat/attacks/airAttack.c index 66393ec95..46f07abc8 100644 --- a/modules/combat/attacks/airAttack.c +++ b/modules/combat/attacks/airAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/baseAttack.c b/modules/combat/attacks/baseAttack.c index 43ffa1ee4..d7c8dc512 100644 --- a/modules/combat/attacks/baseAttack.c +++ b/modules/combat/attacks/baseAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/combat/attacks/beakAttack.c b/modules/combat/attacks/beakAttack.c index 45648e525..b48adf251 100644 --- a/modules/combat/attacks/beakAttack.c +++ b/modules/combat/attacks/beakAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/bludgeonAttack.c b/modules/combat/attacks/bludgeonAttack.c index ab8495b12..4bdd2bc7d 100644 --- a/modules/combat/attacks/bludgeonAttack.c +++ b/modules/combat/attacks/bludgeonAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/chaosAttack.c b/modules/combat/attacks/chaosAttack.c index 077314ee9..81d54630b 100644 --- a/modules/combat/attacks/chaosAttack.c +++ b/modules/combat/attacks/chaosAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/clawAttack.c b/modules/combat/attacks/clawAttack.c index 7625244a2..2208d290e 100644 --- a/modules/combat/attacks/clawAttack.c +++ b/modules/combat/attacks/clawAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/coldAttack.c b/modules/combat/attacks/coldAttack.c index 6699fddf3..bc1628607 100644 --- a/modules/combat/attacks/coldAttack.c +++ b/modules/combat/attacks/coldAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/diseaseAttack.c b/modules/combat/attacks/diseaseAttack.c index c457ff674..c9d4084ec 100644 --- a/modules/combat/attacks/diseaseAttack.c +++ b/modules/combat/attacks/diseaseAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/earthAttack.c b/modules/combat/attacks/earthAttack.c index 6bede4cdf..2ff342098 100644 --- a/modules/combat/attacks/earthAttack.c +++ b/modules/combat/attacks/earthAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/electricityAttack.c b/modules/combat/attacks/electricityAttack.c index 00bdc1598..35d52f342 100644 --- a/modules/combat/attacks/electricityAttack.c +++ b/modules/combat/attacks/electricityAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/energyAttack.c b/modules/combat/attacks/energyAttack.c index 809d05c2d..eb2a5762c 100644 --- a/modules/combat/attacks/energyAttack.c +++ b/modules/combat/attacks/energyAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/evilAttack.c b/modules/combat/attacks/evilAttack.c index 10405af24..1025b5d3d 100644 --- a/modules/combat/attacks/evilAttack.c +++ b/modules/combat/attacks/evilAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/fangsAttack.c b/modules/combat/attacks/fangsAttack.c index f54ced7dd..1c57e86bb 100644 --- a/modules/combat/attacks/fangsAttack.c +++ b/modules/combat/attacks/fangsAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/fireAttack.c b/modules/combat/attacks/fireAttack.c index 6f5024529..c2e6f42fb 100644 --- a/modules/combat/attacks/fireAttack.c +++ b/modules/combat/attacks/fireAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/goodAttack.c b/modules/combat/attacks/goodAttack.c index f2d60b1c1..a6ca9e03c 100644 --- a/modules/combat/attacks/goodAttack.c +++ b/modules/combat/attacks/goodAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/hoofAttack.c b/modules/combat/attacks/hoofAttack.c index 320905a3b..48e01cc3a 100644 --- a/modules/combat/attacks/hoofAttack.c +++ b/modules/combat/attacks/hoofAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/hornAttack.c b/modules/combat/attacks/hornAttack.c index ca792e7e5..ed5e847c7 100644 --- a/modules/combat/attacks/hornAttack.c +++ b/modules/combat/attacks/hornAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/magicalAttack.c b/modules/combat/attacks/magicalAttack.c index a772a8783..f61d347ef 100644 --- a/modules/combat/attacks/magicalAttack.c +++ b/modules/combat/attacks/magicalAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/mandiblesAttack.c b/modules/combat/attacks/mandiblesAttack.c index 711565e46..93bcc1663 100644 --- a/modules/combat/attacks/mandiblesAttack.c +++ b/modules/combat/attacks/mandiblesAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/neutralAttack.c b/modules/combat/attacks/neutralAttack.c index 976288f65..4b6f2aada 100644 --- a/modules/combat/attacks/neutralAttack.c +++ b/modules/combat/attacks/neutralAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/paralysisAttack.c b/modules/combat/attacks/paralysisAttack.c index 39a1d848f..b42c2e694 100644 --- a/modules/combat/attacks/paralysisAttack.c +++ b/modules/combat/attacks/paralysisAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/physicalAttack.c b/modules/combat/attacks/physicalAttack.c index 2f36a4940..bac31470a 100644 --- a/modules/combat/attacks/physicalAttack.c +++ b/modules/combat/attacks/physicalAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/poisonAttack.c b/modules/combat/attacks/poisonAttack.c index e0c7b9b1e..e50a25413 100644 --- a/modules/combat/attacks/poisonAttack.c +++ b/modules/combat/attacks/poisonAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/psionicAttack.c b/modules/combat/attacks/psionicAttack.c index d2e985092..9319e9218 100644 --- a/modules/combat/attacks/psionicAttack.c +++ b/modules/combat/attacks/psionicAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/reflectionAttack.c b/modules/combat/attacks/reflectionAttack.c index c342a5a8c..7574ed448 100644 --- a/modules/combat/attacks/reflectionAttack.c +++ b/modules/combat/attacks/reflectionAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/slashAttack.c b/modules/combat/attacks/slashAttack.c index be97ef7c7..437d1b0b7 100644 --- a/modules/combat/attacks/slashAttack.c +++ b/modules/combat/attacks/slashAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/sonicAttack.c b/modules/combat/attacks/sonicAttack.c index 1ab1b4b86..1737b51ca 100644 --- a/modules/combat/attacks/sonicAttack.c +++ b/modules/combat/attacks/sonicAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/tailAttack.c b/modules/combat/attacks/tailAttack.c index 92c48e401..e6d6eb6a3 100644 --- a/modules/combat/attacks/tailAttack.c +++ b/modules/combat/attacks/tailAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/talonsAttack.c b/modules/combat/attacks/talonsAttack.c index 5f459d0a7..4dd9d64fe 100644 --- a/modules/combat/attacks/talonsAttack.c +++ b/modules/combat/attacks/talonsAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/teethAttack.c b/modules/combat/attacks/teethAttack.c index fa841e089..b36ab24cf 100644 --- a/modules/combat/attacks/teethAttack.c +++ b/modules/combat/attacks/teethAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/tentacleAttack.c b/modules/combat/attacks/tentacleAttack.c index 45bebed06..b240475f9 100644 --- a/modules/combat/attacks/tentacleAttack.c +++ b/modules/combat/attacks/tentacleAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/thrustAttack.c b/modules/combat/attacks/thrustAttack.c index 51d467753..f52407806 100644 --- a/modules/combat/attacks/thrustAttack.c +++ b/modules/combat/attacks/thrustAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/tongueAttack.c b/modules/combat/attacks/tongueAttack.c index 6239bf460..cba5cc2e2 100644 --- a/modules/combat/attacks/tongueAttack.c +++ b/modules/combat/attacks/tongueAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/unarmedAttack.c b/modules/combat/attacks/unarmedAttack.c index e6e0bddab..9c405fa17 100644 --- a/modules/combat/attacks/unarmedAttack.c +++ b/modules/combat/attacks/unarmedAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/undeadAttack.c b/modules/combat/attacks/undeadAttack.c index b9ef9bc1f..569ded0e8 100644 --- a/modules/combat/attacks/undeadAttack.c +++ b/modules/combat/attacks/undeadAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/waterAttack.c b/modules/combat/attacks/waterAttack.c index de2cc3d93..a0188d168 100644 --- a/modules/combat/attacks/waterAttack.c +++ b/modules/combat/attacks/waterAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combat/attacks/wingAttack.c b/modules/combat/attacks/wingAttack.c index f80aaa0a3..f658c2db3 100644 --- a/modules/combat/attacks/wingAttack.c +++ b/modules/combat/attacks/wingAttack.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/combat/attacks/baseAttack.c"; diff --git a/modules/combatChatter.c b/modules/combatChatter.c index b2ada3af5..a1e391fae 100644 --- a/modules/combatChatter.c +++ b/modules/combatChatter.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/conversations.c b/modules/conversations.c index a0a9f7f8f..c4d57f622 100644 --- a/modules/conversations.c +++ b/modules/conversations.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/conversations/baseConversation.c b/modules/conversations/baseConversation.c index 5422d5c9a..0341b06ea 100644 --- a/modules/conversations/baseConversation.c +++ b/modules/conversations/baseConversation.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/prerequisites.c"; diff --git a/modules/crafting/componentSelector.c b/modules/crafting/componentSelector.c index 7ec90de41..800acf84a 100644 --- a/modules/crafting/componentSelector.c +++ b/modules/crafting/componentSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/crafting/craftItemSelector.c b/modules/crafting/craftItemSelector.c index 5198a44f9..fa185f655 100644 --- a/modules/crafting/craftItemSelector.c +++ b/modules/crafting/craftItemSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/crafting/craftingSelector.c b/modules/crafting/craftingSelector.c index 2d82d7b32..4b31461f7 100644 --- a/modules/crafting/craftingSelector.c +++ b/modules/crafting/craftingSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/crafting/materialSelector.c b/modules/crafting/materialSelector.c index 4be91fb01..80d830708 100644 --- a/modules/crafting/materialSelector.c +++ b/modules/crafting/materialSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/crafting/selectMaterialsSelector.c b/modules/crafting/selectMaterialsSelector.c index 4971f5bdc..b5d4f57ba 100644 --- a/modules/crafting/selectMaterialsSelector.c +++ b/modules/crafting/selectMaterialsSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/attributeSelector.c b/modules/creation/attributeSelector.c index 1c102ae4a..f6239c19a 100644 --- a/modules/creation/attributeSelector.c +++ b/modules/creation/attributeSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/combatSkillSelector.c b/modules/creation/combatSkillSelector.c index 78f832800..75074b6a5 100644 --- a/modules/creation/combatSkillSelector.c +++ b/modules/creation/combatSkillSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/skillSelectorSubmenu.c"; diff --git a/modules/creation/craftingSkillSelector.c b/modules/creation/craftingSkillSelector.c index 1d24e8c96..dc5a4b5fb 100644 --- a/modules/creation/craftingSkillSelector.c +++ b/modules/creation/craftingSkillSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/skillSelectorSubmenu.c"; diff --git a/modules/creation/educationalTraitSelector.c b/modules/creation/educationalTraitSelector.c index 4d5e0a70b..c3a3b1c71 100644 --- a/modules/creation/educationalTraitSelector.c +++ b/modules/creation/educationalTraitSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/traitSelectorSubmenu.c"; diff --git a/modules/creation/eruditeSkillSelector.c b/modules/creation/eruditeSkillSelector.c index a23eaf3c8..ca11fd29d 100644 --- a/modules/creation/eruditeSkillSelector.c +++ b/modules/creation/eruditeSkillSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/skillSelectorSubmenu.c"; diff --git a/modules/creation/genderSelector.c b/modules/creation/genderSelector.c index ee62c461c..c55f9cc92 100644 --- a/modules/creation/genderSelector.c +++ b/modules/creation/genderSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/generalSkillSelector.c b/modules/creation/generalSkillSelector.c index dcbfc3d11..b17ada54a 100644 --- a/modules/creation/generalSkillSelector.c +++ b/modules/creation/generalSkillSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/skillSelectorSubmenu.c"; diff --git a/modules/creation/geneticTraitSelector.c b/modules/creation/geneticTraitSelector.c index 07b027d21..83befa85a 100644 --- a/modules/creation/geneticTraitSelector.c +++ b/modules/creation/geneticTraitSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/traitSelectorSubmenu.c"; diff --git a/modules/creation/hairSelector.c b/modules/creation/hairSelector.c index 096147313..e927e4777 100644 --- a/modules/creation/hairSelector.c +++ b/modules/creation/hairSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/healthTraitSelector.c b/modules/creation/healthTraitSelector.c index a7bc8abff..cc474d875 100644 --- a/modules/creation/healthTraitSelector.c +++ b/modules/creation/healthTraitSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/traitSelectorSubmenu.c"; diff --git a/modules/creation/initializePlayer.c b/modules/creation/initializePlayer.c index 1870fdcc3..1d300a444 100644 --- a/modules/creation/initializePlayer.c +++ b/modules/creation/initializePlayer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/creation/languageSkillSelector.c b/modules/creation/languageSkillSelector.c index 20feaa369..767c1e33b 100644 --- a/modules/creation/languageSkillSelector.c +++ b/modules/creation/languageSkillSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/skillSelectorSubmenu.c"; diff --git a/modules/creation/magicSkillSelector.c b/modules/creation/magicSkillSelector.c index 4aa9c407c..3bbe93c0f 100644 --- a/modules/creation/magicSkillSelector.c +++ b/modules/creation/magicSkillSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/skillSelectorSubmenu.c"; diff --git a/modules/creation/personalityTraitSelector.c b/modules/creation/personalityTraitSelector.c index 1381c3a85..d45b05a8f 100644 --- a/modules/creation/personalityTraitSelector.c +++ b/modules/creation/personalityTraitSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/raceSelector.c b/modules/creation/raceSelector.c index 176a7ffef..0da66a000 100644 --- a/modules/creation/raceSelector.c +++ b/modules/creation/raceSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/sexualityTraitSelector.c b/modules/creation/sexualityTraitSelector.c index 53172f79c..056c1a56d 100644 --- a/modules/creation/sexualityTraitSelector.c +++ b/modules/creation/sexualityTraitSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/traitSelectorSubmenu.c"; diff --git a/modules/creation/skillSelectorSubmenu.c b/modules/creation/skillSelectorSubmenu.c index 041ad4d99..4834a43ff 100644 --- a/modules/creation/skillSelectorSubmenu.c +++ b/modules/creation/skillSelectorSubmenu.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/skillsSelector.c b/modules/creation/skillsSelector.c index 9439a27bc..4e637984f 100644 --- a/modules/creation/skillsSelector.c +++ b/modules/creation/skillsSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/subraceSelector.c b/modules/creation/subraceSelector.c index 860092c58..279c14b41 100644 --- a/modules/creation/subraceSelector.c +++ b/modules/creation/subraceSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/subterfugeSkillSelector.c b/modules/creation/subterfugeSkillSelector.c index 62549fd2e..204309af3 100644 --- a/modules/creation/subterfugeSkillSelector.c +++ b/modules/creation/subterfugeSkillSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/creation/skillSelectorSubmenu.c"; diff --git a/modules/creation/traitSelector.c b/modules/creation/traitSelector.c index 7c974b1c6..ed79dae9b 100644 --- a/modules/creation/traitSelector.c +++ b/modules/creation/traitSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/creation/traitSelectorSubmenu.c b/modules/creation/traitSelectorSubmenu.c index d7a108f6d..708d4e0f1 100644 --- a/modules/creation/traitSelectorSubmenu.c +++ b/modules/creation/traitSelectorSubmenu.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/factions.c b/modules/factions.c index 1327eb3d8..9def2c712 100644 --- a/modules/factions.c +++ b/modules/factions.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/organizations.c"; diff --git a/modules/factions/baseFaction.c b/modules/factions/baseFaction.c index 5ae675c9b..907e818ef 100644 --- a/modules/factions/baseFaction.c +++ b/modules/factions/baseFaction.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/guilds.c b/modules/guilds.c index 828e0bbf8..585558484 100644 --- a/modules/guilds.c +++ b/modules/guilds.c @@ -2,7 +2,7 @@ // Class: guilds // File Name: guilds.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/organizations.c"; diff --git a/modules/guilds/baseGuild.c b/modules/guilds/baseGuild.c index 3b2a29767..218451feb 100644 --- a/modules/guilds/baseGuild.c +++ b/modules/guilds/baseGuild.c @@ -2,7 +2,7 @@ // Class: baseGuild // File Name: baseGuild.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/prerequisites.c"; diff --git a/modules/guilds/researchChooser.c b/modules/guilds/researchChooser.c index a7c3f776f..caec77856 100644 --- a/modules/guilds/researchChooser.c +++ b/modules/guilds/researchChooser.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #define Block 1 diff --git a/modules/inventory.c b/modules/inventory.c index 6ef27138b..aee01837d 100644 --- a/modules/inventory.c +++ b/modules/inventory.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/materialAttributes.c b/modules/materialAttributes.c index e4b14ec1b..6d6d566f5 100644 --- a/modules/materialAttributes.c +++ b/modules/materialAttributes.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/movement.c b/modules/movement.c index 8624ab0a1..d404cde94 100644 --- a/modules/movement.c +++ b/modules/movement.c @@ -2,7 +2,7 @@ // Class: movement // File Name: movement.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/parties.c b/modules/parties.c index 3faf3e73f..08ed07196 100644 --- a/modules/parties.c +++ b/modules/parties.c @@ -2,7 +2,7 @@ // Class: parties // File Name: parties.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/organizations.c"; diff --git a/modules/quests.c b/modules/quests.c index 14d17d4ef..e614b6aeb 100644 --- a/modules/quests.c +++ b/modules/quests.c @@ -2,7 +2,7 @@ // Class: quests // File Name: quests.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/quests/questItem.c b/modules/quests/questItem.c index 173728731..e6ee61e6b 100644 --- a/modules/quests/questItem.c +++ b/modules/quests/questItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/prerequisites.c"; diff --git a/modules/quests/questSelector.c b/modules/quests/questSelector.c index 82ad33e74..765d9df33 100644 --- a/modules/quests/questSelector.c +++ b/modules/quests/questSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/quests/questSubselector.c b/modules/quests/questSubselector.c index ddd5439a6..d80895b67 100644 --- a/modules/quests/questSubselector.c +++ b/modules/quests/questSubselector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/races.c b/modules/races.c index 8161e83b4..97c608fe6 100644 --- a/modules/races.c +++ b/modules/races.c @@ -2,7 +2,7 @@ // Class: races // File Name: races.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/research.c b/modules/research.c index c684ea369..9c59553be 100644 --- a/modules/research.c +++ b/modules/research.c @@ -2,7 +2,7 @@ // Class: research // File Name: research.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/research/activeResearchItem.c b/modules/research/activeResearchItem.c index 780f4246d..9f9b9e577 100644 --- a/modules/research/activeResearchItem.c +++ b/modules/research/activeResearchItem.c @@ -2,7 +2,7 @@ // Class: activeResearchItem // File Name: activeResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/researchItem.c"; diff --git a/modules/research/effectModifier.c b/modules/research/effectModifier.c index f4ac13414..200397163 100644 --- a/modules/research/effectModifier.c +++ b/modules/research/effectModifier.c @@ -2,7 +2,7 @@ // Class: effectModifier // File Name: effectModifier.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/research/instantaneousActiveResearchItem.c b/modules/research/instantaneousActiveResearchItem.c index 99a735300..c2ec10c2a 100644 --- a/modules/research/instantaneousActiveResearchItem.c +++ b/modules/research/instantaneousActiveResearchItem.c @@ -2,7 +2,7 @@ // Class: instantaneousActiveResearchItem // File Name: instantaneousActiveResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/activeResearchItem.c"; diff --git a/modules/research/instantaneousEffect.c b/modules/research/instantaneousEffect.c index 76a2b4ef3..5de576ccc 100644 --- a/modules/research/instantaneousEffect.c +++ b/modules/research/instantaneousEffect.c @@ -2,7 +2,7 @@ // Class: instantaneousEffect // File Name: instantaneousEffect.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/research/instantaneousRitualResearchItem.c b/modules/research/instantaneousRitualResearchItem.c index d1bb246e2..c2abdc867 100644 --- a/modules/research/instantaneousRitualResearchItem.c +++ b/modules/research/instantaneousRitualResearchItem.c @@ -2,7 +2,7 @@ // Class: instantaneousRitualResearchItem // File Name: instantaneousRitualResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/ritualResearchItem.c"; diff --git a/modules/research/knowledgeResearchItem.c b/modules/research/knowledgeResearchItem.c index 822677b9b..3fa8c6b54 100644 --- a/modules/research/knowledgeResearchItem.c +++ b/modules/research/knowledgeResearchItem.c @@ -2,7 +2,7 @@ // Class: knowledgeResearchItem // File Name: knowledgeResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/researchItem.c"; diff --git a/modules/research/passiveResearchItem.c b/modules/research/passiveResearchItem.c index 9f4a019db..45e1d3b3f 100644 --- a/modules/research/passiveResearchItem.c +++ b/modules/research/passiveResearchItem.c @@ -2,7 +2,7 @@ // Class: passiveResearchItem // File Name: passiveResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/researchItem.c"; diff --git a/modules/research/persistedActiveResearchItem.c b/modules/research/persistedActiveResearchItem.c index e745a65f7..afab5804c 100644 --- a/modules/research/persistedActiveResearchItem.c +++ b/modules/research/persistedActiveResearchItem.c @@ -2,7 +2,7 @@ // Class: persistedActiveResearchItem // File Name: persistedActiveResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/activeResearchItem.c"; diff --git a/modules/research/persistedRitualResearchItem.c b/modules/research/persistedRitualResearchItem.c index 4d8854306..224a9a46f 100644 --- a/modules/research/persistedRitualResearchItem.c +++ b/modules/research/persistedRitualResearchItem.c @@ -2,7 +2,7 @@ // Class: persistedRitualResearchItem // File Name: persistedRitualResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/ritualResearchItem.c"; diff --git a/modules/research/researchItem.c b/modules/research/researchItem.c index 9ee81f1ef..3f7949a14 100644 --- a/modules/research/researchItem.c +++ b/modules/research/researchItem.c @@ -2,7 +2,7 @@ // Class: researchItem // File Name: researchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/specification.c"; diff --git a/modules/research/researchSelector.c b/modules/research/researchSelector.c index 00058874b..db3707c20 100644 --- a/modules/research/researchSelector.c +++ b/modules/research/researchSelector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/research/researchSubselector.c b/modules/research/researchSubselector.c index 4577ce7be..b9d4f5003 100644 --- a/modules/research/researchSubselector.c +++ b/modules/research/researchSubselector.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/baseSelector.c"; diff --git a/modules/research/researchTree.c b/modules/research/researchTree.c index 6086d07b2..95e4c24b7 100644 --- a/modules/research/researchTree.c +++ b/modules/research/researchTree.c @@ -2,7 +2,7 @@ // Class: researchTree // File Name: researchTree.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/prerequisites.c"; diff --git a/modules/research/ritualResearchItem.c b/modules/research/ritualResearchItem.c index 2f6b2f509..940dba693 100644 --- a/modules/research/ritualResearchItem.c +++ b/modules/research/ritualResearchItem.c @@ -2,7 +2,7 @@ // Class: ritualResearchItem // File Name: ritualResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/researchItem.c"; diff --git a/modules/research/sustainedResearchItem.c b/modules/research/sustainedResearchItem.c index 2612206df..0ece57ee1 100644 --- a/modules/research/sustainedResearchItem.c +++ b/modules/research/sustainedResearchItem.c @@ -2,7 +2,7 @@ // Class: sustainedResearchItem // File Name: sustainedResearchItem.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/research/researchItem.c"; diff --git a/modules/secure/attributes.h b/modules/secure/attributes.h index 82bd0c895..bdf187dd4 100644 --- a/modules/secure/attributes.h +++ b/modules/secure/attributes.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** // Flag to determine if an attribute is overwritten or incremented diff --git a/modules/secure/biological.h b/modules/secure/biological.h index 5bc4346c5..38fba2728 100644 --- a/modules/secure/biological.h +++ b/modules/secure/biological.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/combat.h b/modules/secure/combat.h index 3399aa32c..052776dfa 100644 --- a/modules/secure/combat.h +++ b/modules/secure/combat.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/conversations.h b/modules/secure/conversations.h index 94e734542..dca6c5ec4 100644 --- a/modules/secure/conversations.h +++ b/modules/secure/conversations.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/dataAccess.c b/modules/secure/dataAccess.c index f20c053e1..443bc7f51 100644 --- a/modules/secure/dataAccess.c +++ b/modules/secure/dataAccess.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/basicPlayerDataService.c b/modules/secure/dataServices/basicPlayerDataService.c index c92781e1f..982e93518 100644 --- a/modules/secure/dataServices/basicPlayerDataService.c +++ b/modules/secure/dataServices/basicPlayerDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/combatStatisticsDataService.c b/modules/secure/dataServices/combatStatisticsDataService.c index c8a983656..ac58df360 100644 --- a/modules/secure/dataServices/combatStatisticsDataService.c +++ b/modules/secure/dataServices/combatStatisticsDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/conversationsDataService.c b/modules/secure/dataServices/conversationsDataService.c index b8269fad6..d8c07a851 100644 --- a/modules/secure/dataServices/conversationsDataService.c +++ b/modules/secure/dataServices/conversationsDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/dataService.c b/modules/secure/dataServices/dataService.c index 647a730fd..4c04429eb 100644 --- a/modules/secure/dataServices/dataService.c +++ b/modules/secure/dataServices/dataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/dataServices/factionsDataService.c b/modules/secure/dataServices/factionsDataService.c index 239bdbeaf..71adcd152 100644 --- a/modules/secure/dataServices/factionsDataService.c +++ b/modules/secure/dataServices/factionsDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/guildDataService.c b/modules/secure/dataServices/guildDataService.c index bbb5b5117..7eaed0396 100644 --- a/modules/secure/dataServices/guildDataService.c +++ b/modules/secure/dataServices/guildDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/inventoryDataService.c b/modules/secure/dataServices/inventoryDataService.c index 3f317f140..e6ce8f95a 100644 --- a/modules/secure/dataServices/inventoryDataService.c +++ b/modules/secure/dataServices/inventoryDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/materialAttributesDataService.c b/modules/secure/dataServices/materialAttributesDataService.c index a354cf4dc..abdb48f7f 100644 --- a/modules/secure/dataServices/materialAttributesDataService.c +++ b/modules/secure/dataServices/materialAttributesDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/questDataService.c b/modules/secure/dataServices/questDataService.c index dac51ceae..3a0cae3a0 100644 --- a/modules/secure/dataServices/questDataService.c +++ b/modules/secure/dataServices/questDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/researchDataService.c b/modules/secure/dataServices/researchDataService.c index 57cb9bf88..ac5a9e7d4 100644 --- a/modules/secure/dataServices/researchDataService.c +++ b/modules/secure/dataServices/researchDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/skillsDataService.c b/modules/secure/dataServices/skillsDataService.c index acf715cc4..dae49a2c9 100644 --- a/modules/secure/dataServices/skillsDataService.c +++ b/modules/secure/dataServices/skillsDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/stateDataService.c b/modules/secure/dataServices/stateDataService.c index 15a0da943..790c17fe0 100644 --- a/modules/secure/dataServices/stateDataService.c +++ b/modules/secure/dataServices/stateDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/traitsDataService.c b/modules/secure/dataServices/traitsDataService.c index 7fa7b8d25..ad2c08ea0 100644 --- a/modules/secure/dataServices/traitsDataService.c +++ b/modules/secure/dataServices/traitsDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/dataServices/wizardDataService.c b/modules/secure/dataServices/wizardDataService.c index fffe6c79c..927b33d3a 100644 --- a/modules/secure/dataServices/wizardDataService.c +++ b/modules/secure/dataServices/wizardDataService.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/secure/dataServices/dataService.c"; diff --git a/modules/secure/factions.h b/modules/secure/factions.h index 0e5ee70ac..3a023772b 100644 --- a/modules/secure/factions.h +++ b/modules/secure/factions.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/guilds.h b/modules/secure/guilds.h index cd979a0fd..3fe442191 100644 --- a/modules/secure/guilds.h +++ b/modules/secure/guilds.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/inventory.h b/modules/secure/inventory.h index ebe7a21cf..421f3da94 100644 --- a/modules/secure/inventory.h +++ b/modules/secure/inventory.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/login.c b/modules/secure/login.c index 8ff60ed0e..ca4337f86 100644 --- a/modules/secure/login.c +++ b/modules/secure/login.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/materialAttributes.h b/modules/secure/materialAttributes.h index 427751f52..f34e88cf9 100644 --- a/modules/secure/materialAttributes.h +++ b/modules/secure/materialAttributes.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/persistence.c b/modules/secure/persistence.c index d93c636b9..30490a5cc 100644 --- a/modules/secure/persistence.c +++ b/modules/secure/persistence.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/secure/quests.h b/modules/secure/quests.h index bde5ed4a1..c114f2386 100644 --- a/modules/secure/quests.h +++ b/modules/secure/quests.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/races.h b/modules/secure/races.h index 20fe051a5..0cd5caaea 100644 --- a/modules/secure/races.h +++ b/modules/secure/races.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/research.h b/modules/secure/research.h index 47303ecd3..b80c2c2ed 100644 --- a/modules/secure/research.h +++ b/modules/secure/research.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/settings.h b/modules/secure/settings.h index 0ad86098f..00df37e9c 100644 --- a/modules/secure/settings.h +++ b/modules/secure/settings.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/skills.h b/modules/secure/skills.h index 043f227c4..f47a93f62 100644 --- a/modules/secure/skills.h +++ b/modules/secure/skills.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private int availableSkillPoints; diff --git a/modules/secure/state.h b/modules/secure/state.h index 52d4070e5..387799f23 100644 --- a/modules/secure/state.h +++ b/modules/secure/state.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/secure/traits.h b/modules/secure/traits.h index 182a9a291..e14a3f2a6 100644 --- a/modules/secure/traits.h +++ b/modules/secure/traits.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private mapping traits = ([]); diff --git a/modules/secure/wizard.h b/modules/secure/wizard.h index 8e5f5c777..daf04103a 100644 --- a/modules/secure/wizard.h +++ b/modules/secure/wizard.h @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/modules/settings.c b/modules/settings.c index 76e1d42fd..de55d06c8 100644 --- a/modules/settings.c +++ b/modules/settings.c @@ -2,7 +2,7 @@ // Class: parties // File Name: parties.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/skills.c b/modules/skills.c index 479367c59..aa72e8244 100644 --- a/modules/skills.c +++ b/modules/skills.c @@ -2,7 +2,7 @@ // Class: skills // File Name: skills.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/state.c b/modules/state.c index 16c6c9a66..a61022a84 100644 --- a/modules/state.c +++ b/modules/state.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing.c"; diff --git a/modules/traits.c b/modules/traits.c index ef3ea92a3..9b57cd8ff 100644 --- a/modules/traits.c +++ b/modules/traits.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/modules/traits/archetypes/eifj.c b/modules/traits/archetypes/eifj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/eifj.c +++ b/modules/traits/archetypes/eifj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/eifp.c b/modules/traits/archetypes/eifp.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/eifp.c +++ b/modules/traits/archetypes/eifp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/eitj.c b/modules/traits/archetypes/eitj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/eitj.c +++ b/modules/traits/archetypes/eitj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/eitp.c b/modules/traits/archetypes/eitp.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/eitp.c +++ b/modules/traits/archetypes/eitp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/esfj.c b/modules/traits/archetypes/esfj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/esfj.c +++ b/modules/traits/archetypes/esfj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/esfp.c b/modules/traits/archetypes/esfp.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/esfp.c +++ b/modules/traits/archetypes/esfp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/estj.c b/modules/traits/archetypes/estj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/estj.c +++ b/modules/traits/archetypes/estj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/estp.c b/modules/traits/archetypes/estp.c index b6ef9b63b..9fcefb10a 100644 --- a/modules/traits/archetypes/estp.c +++ b/modules/traits/archetypes/estp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/iifj.c b/modules/traits/archetypes/iifj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/iifj.c +++ b/modules/traits/archetypes/iifj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/iifp.c b/modules/traits/archetypes/iifp.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/iifp.c +++ b/modules/traits/archetypes/iifp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/iitj.c b/modules/traits/archetypes/iitj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/iitj.c +++ b/modules/traits/archetypes/iitj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/iitp.c b/modules/traits/archetypes/iitp.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/iitp.c +++ b/modules/traits/archetypes/iitp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/isfj.c b/modules/traits/archetypes/isfj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/isfj.c +++ b/modules/traits/archetypes/isfj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/isfp.c b/modules/traits/archetypes/isfp.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/isfp.c +++ b/modules/traits/archetypes/isfp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/istj.c b/modules/traits/archetypes/istj.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/istj.c +++ b/modules/traits/archetypes/istj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/archetypes/istp.c b/modules/traits/archetypes/istp.c index 200e9dd39..7a4479866 100644 --- a/modules/traits/archetypes/istp.c +++ b/modules/traits/archetypes/istp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/aelfan.c b/modules/traits/background/human/eledhelean/noble/aelfan.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/aelfan.c +++ b/modules/traits/background/human/eledhelean/noble/aelfan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/aelgil.c b/modules/traits/background/human/eledhelean/noble/aelgil.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/aelgil.c +++ b/modules/traits/background/human/eledhelean/noble/aelgil.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/aladain.c b/modules/traits/background/human/eledhelean/noble/aladain.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/aladain.c +++ b/modules/traits/background/human/eledhelean/noble/aladain.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/anduradan.c b/modules/traits/background/human/eledhelean/noble/anduradan.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/anduradan.c +++ b/modules/traits/background/human/eledhelean/noble/anduradan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/argalen.c b/modules/traits/background/human/eledhelean/noble/argalen.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/argalen.c +++ b/modules/traits/background/human/eledhelean/noble/argalen.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/arthellyn.c b/modules/traits/background/human/eledhelean/noble/arthellyn.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/arthellyn.c +++ b/modules/traits/background/human/eledhelean/noble/arthellyn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/belathon.c b/modules/traits/background/human/eledhelean/noble/belathon.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/belathon.c +++ b/modules/traits/background/human/eledhelean/noble/belathon.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/belectar.c b/modules/traits/background/human/eledhelean/noble/belectar.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/belectar.c +++ b/modules/traits/background/human/eledhelean/noble/belectar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/dalthren.c b/modules/traits/background/human/eledhelean/noble/dalthren.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/dalthren.c +++ b/modules/traits/background/human/eledhelean/noble/dalthren.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/denlap.c b/modules/traits/background/human/eledhelean/noble/denlap.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/denlap.c +++ b/modules/traits/background/human/eledhelean/noble/denlap.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/endur.c b/modules/traits/background/human/eledhelean/noble/endur.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/endur.c +++ b/modules/traits/background/human/eledhelean/noble/endur.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/eolach.c b/modules/traits/background/human/eledhelean/noble/eolach.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/eolach.c +++ b/modules/traits/background/human/eledhelean/noble/eolach.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/eralkidh.c b/modules/traits/background/human/eledhelean/noble/eralkidh.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/eralkidh.c +++ b/modules/traits/background/human/eledhelean/noble/eralkidh.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/erator.c b/modules/traits/background/human/eledhelean/noble/erator.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/erator.c +++ b/modules/traits/background/human/eledhelean/noble/erator.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/evendim.c b/modules/traits/background/human/eledhelean/noble/evendim.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/evendim.c +++ b/modules/traits/background/human/eledhelean/noble/evendim.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/eznaruin.c b/modules/traits/background/human/eledhelean/noble/eznaruin.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/eznaruin.c +++ b/modules/traits/background/human/eledhelean/noble/eznaruin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/galdur.c b/modules/traits/background/human/eledhelean/noble/galdur.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/galdur.c +++ b/modules/traits/background/human/eledhelean/noble/galdur.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/gharndar.c b/modules/traits/background/human/eledhelean/noble/gharndar.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/gharndar.c +++ b/modules/traits/background/human/eledhelean/noble/gharndar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/gundil.c b/modules/traits/background/human/eledhelean/noble/gundil.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/gundil.c +++ b/modules/traits/background/human/eledhelean/noble/gundil.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/hador.c b/modules/traits/background/human/eledhelean/noble/hador.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/hador.c +++ b/modules/traits/background/human/eledhelean/noble/hador.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/hrondil.c b/modules/traits/background/human/eledhelean/noble/hrondil.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/hrondil.c +++ b/modules/traits/background/human/eledhelean/noble/hrondil.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/inildin.c b/modules/traits/background/human/eledhelean/noble/inildin.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/inildin.c +++ b/modules/traits/background/human/eledhelean/noble/inildin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/karendur.c b/modules/traits/background/human/eledhelean/noble/karendur.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/karendur.c +++ b/modules/traits/background/human/eledhelean/noble/karendur.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/kirin.c b/modules/traits/background/human/eledhelean/noble/kirin.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/kirin.c +++ b/modules/traits/background/human/eledhelean/noble/kirin.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/llenwych.c b/modules/traits/background/human/eledhelean/noble/llenwych.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/llenwych.c +++ b/modules/traits/background/human/eledhelean/noble/llenwych.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/marannuminas.c b/modules/traits/background/human/eledhelean/noble/marannuminas.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/marannuminas.c +++ b/modules/traits/background/human/eledhelean/noble/marannuminas.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/nalagren.c b/modules/traits/background/human/eledhelean/noble/nalagren.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/nalagren.c +++ b/modules/traits/background/human/eledhelean/noble/nalagren.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/oeldhen.c b/modules/traits/background/human/eledhelean/noble/oeldhen.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/oeldhen.c +++ b/modules/traits/background/human/eledhelean/noble/oeldhen.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/paranan.c b/modules/traits/background/human/eledhelean/noble/paranan.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/paranan.c +++ b/modules/traits/background/human/eledhelean/noble/paranan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/rhoaghan.c b/modules/traits/background/human/eledhelean/noble/rhoaghan.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/rhoaghan.c +++ b/modules/traits/background/human/eledhelean/noble/rhoaghan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/saeldur.c b/modules/traits/background/human/eledhelean/noble/saeldur.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/saeldur.c +++ b/modules/traits/background/human/eledhelean/noble/saeldur.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/sangadil.c b/modules/traits/background/human/eledhelean/noble/sangadil.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/sangadil.c +++ b/modules/traits/background/human/eledhelean/noble/sangadil.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/tinwaeden.c b/modules/traits/background/human/eledhelean/noble/tinwaeden.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/tinwaeden.c +++ b/modules/traits/background/human/eledhelean/noble/tinwaeden.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/urdhan.c b/modules/traits/background/human/eledhelean/noble/urdhan.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/urdhan.c +++ b/modules/traits/background/human/eledhelean/noble/urdhan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/valamar.c b/modules/traits/background/human/eledhelean/noble/valamar.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/valamar.c +++ b/modules/traits/background/human/eledhelean/noble/valamar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/background/human/eledhelean/noble/whaldrumas.c b/modules/traits/background/human/eledhelean/noble/whaldrumas.c index ba024ef09..b800b5006 100644 --- a/modules/traits/background/human/eledhelean/noble/whaldrumas.c +++ b/modules/traits/background/human/eledhelean/noble/whaldrumas.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/baseTrait.c b/modules/traits/baseTrait.c index 6ce7938cd..46b3427c7 100644 --- a/modules/traits/baseTrait.c +++ b/modules/traits/baseTrait.c @@ -2,7 +2,7 @@ // Class: baseTrait // File Name: baseTrait.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/specification.c"; diff --git a/modules/traits/diseases/cataracts.c b/modules/traits/diseases/cataracts.c index 6e81a983e..0ea3f0f29 100644 --- a/modules/traits/diseases/cataracts.c +++ b/modules/traits/diseases/cataracts.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/diseases/influenza.c b/modules/traits/diseases/influenza.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/diseases/influenza.c +++ b/modules/traits/diseases/influenza.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/diseases/pneumonia.c b/modules/traits/diseases/pneumonia.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/diseases/pneumonia.c +++ b/modules/traits/diseases/pneumonia.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/diseases/tuberculosis.c b/modules/traits/diseases/tuberculosis.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/diseases/tuberculosis.c +++ b/modules/traits/diseases/tuberculosis.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/arcane.c b/modules/traits/educational/arcane.c index 65c55ecbf..ff53a35fe 100644 --- a/modules/traits/educational/arcane.c +++ b/modules/traits/educational/arcane.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/architect.c b/modules/traits/educational/architect.c index 48b748065..585a6b152 100644 --- a/modules/traits/educational/architect.c +++ b/modules/traits/educational/architect.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/articulate.c b/modules/traits/educational/articulate.c index 98bc2756c..8973f951b 100644 --- a/modules/traits/educational/articulate.c +++ b/modules/traits/educational/articulate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/artisan.c b/modules/traits/educational/artisan.c index acb473168..5cc2e346a 100644 --- a/modules/traits/educational/artisan.c +++ b/modules/traits/educational/artisan.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/botanist.c b/modules/traits/educational/botanist.c index bb3059c07..0cc974ec0 100644 --- a/modules/traits/educational/botanist.c +++ b/modules/traits/educational/botanist.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/cultured.c b/modules/traits/educational/cultured.c index c2cb9f5c2..692cc2013 100644 --- a/modules/traits/educational/cultured.c +++ b/modules/traits/educational/cultured.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/diplomatic.c b/modules/traits/educational/diplomatic.c index 98985364a..c54162751 100644 --- a/modules/traits/educational/diplomatic.c +++ b/modules/traits/educational/diplomatic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/educated.c b/modules/traits/educational/educated.c index c6b66cee9..ebc6b363b 100644 --- a/modules/traits/educational/educated.c +++ b/modules/traits/educational/educated.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/erudite.c b/modules/traits/educational/erudite.c index e2f643cfc..8392982ca 100644 --- a/modules/traits/educational/erudite.c +++ b/modules/traits/educational/erudite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/hunter.c b/modules/traits/educational/hunter.c index 88d712832..20f9e8f8a 100644 --- a/modules/traits/educational/hunter.c +++ b/modules/traits/educational/hunter.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/incompetent-magician.c b/modules/traits/educational/incompetent-magician.c index 5d70a0ce0..2c5ed6afe 100644 --- a/modules/traits/educational/incompetent-magician.c +++ b/modules/traits/educational/incompetent-magician.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/mastermind.c b/modules/traits/educational/mastermind.c index 955834f21..0e90a6f61 100644 --- a/modules/traits/educational/mastermind.c +++ b/modules/traits/educational/mastermind.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/poetic.c b/modules/traits/educational/poetic.c index 2a198ff6d..c574ada43 100644 --- a/modules/traits/educational/poetic.c +++ b/modules/traits/educational/poetic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/politician.c b/modules/traits/educational/politician.c index 9a8f05f54..541720137 100644 --- a/modules/traits/educational/politician.c +++ b/modules/traits/educational/politician.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/poor-fighter.c b/modules/traits/educational/poor-fighter.c index d2797da0f..7f188babd 100644 --- a/modules/traits/educational/poor-fighter.c +++ b/modules/traits/educational/poor-fighter.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/schemer.c b/modules/traits/educational/schemer.c index fd5123bf5..2e00ebc09 100644 --- a/modules/traits/educational/schemer.c +++ b/modules/traits/educational/schemer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/scholarly.c b/modules/traits/educational/scholarly.c index 9c2ca7420..8b2575b7b 100644 --- a/modules/traits/educational/scholarly.c +++ b/modules/traits/educational/scholarly.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/soldier.c b/modules/traits/educational/soldier.c index 8d7c4b9a9..7a7aa4c84 100644 --- a/modules/traits/educational/soldier.c +++ b/modules/traits/educational/soldier.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/strategist.c b/modules/traits/educational/strategist.c index 916ffac77..d850248ca 100644 --- a/modules/traits/educational/strategist.c +++ b/modules/traits/educational/strategist.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/tactician.c b/modules/traits/educational/tactician.c index f6a54aabc..2d90d1dfd 100644 --- a/modules/traits/educational/tactician.c +++ b/modules/traits/educational/tactician.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/theologian.c b/modules/traits/educational/theologian.c index edfc51091..f59df0d3e 100644 --- a/modules/traits/educational/theologian.c +++ b/modules/traits/educational/theologian.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/thespian.c b/modules/traits/educational/thespian.c index 63dadf668..6e2f9d1e8 100644 --- a/modules/traits/educational/thespian.c +++ b/modules/traits/educational/thespian.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/educational/uneducated.c b/modules/traits/educational/uneducated.c index 3ab492872..bcde5398d 100644 --- a/modules/traits/educational/uneducated.c +++ b/modules/traits/educational/uneducated.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/attractive.c b/modules/traits/genetic/attractive.c index a2485c7b2..2db9046fb 100644 --- a/modules/traits/genetic/attractive.c +++ b/modules/traits/genetic/attractive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/bastard.c b/modules/traits/genetic/bastard.c index c0362569e..776a4bcdc 100644 --- a/modules/traits/genetic/bastard.c +++ b/modules/traits/genetic/bastard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/cunning.c b/modules/traits/genetic/cunning.c index 4c3228644..1c1f9c8f8 100644 --- a/modules/traits/genetic/cunning.c +++ b/modules/traits/genetic/cunning.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/genius.c b/modules/traits/genetic/genius.c index 7f79dba76..08a4b6b97 100644 --- a/modules/traits/genetic/genius.c +++ b/modules/traits/genetic/genius.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/homely.c b/modules/traits/genetic/homely.c index 72d8e86fb..6c3432553 100644 --- a/modules/traits/genetic/homely.c +++ b/modules/traits/genetic/homely.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/imbecile.c b/modules/traits/genetic/imbecile.c index ec6f42f78..1d424c2a7 100644 --- a/modules/traits/genetic/imbecile.c +++ b/modules/traits/genetic/imbecile.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/imposing.c b/modules/traits/genetic/imposing.c index 1d39e0cec..29a05be6a 100644 --- a/modules/traits/genetic/imposing.c +++ b/modules/traits/genetic/imposing.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/inbred.c b/modules/traits/genetic/inbred.c index 67bb70d5b..c1526a9c0 100644 --- a/modules/traits/genetic/inbred.c +++ b/modules/traits/genetic/inbred.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/keen.c b/modules/traits/genetic/keen.c index ec315ead0..f585c1096 100644 --- a/modules/traits/genetic/keen.c +++ b/modules/traits/genetic/keen.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/lisp.c b/modules/traits/genetic/lisp.c index ee1a8f768..a6d8f5a6d 100644 --- a/modules/traits/genetic/lisp.c +++ b/modules/traits/genetic/lisp.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/maimed.c b/modules/traits/genetic/maimed.c index b449afe81..74472d109 100644 --- a/modules/traits/genetic/maimed.c +++ b/modules/traits/genetic/maimed.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/senile.c b/modules/traits/genetic/senile.c index fa458c432..83c60d7d2 100644 --- a/modules/traits/genetic/senile.c +++ b/modules/traits/genetic/senile.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/slow.c b/modules/traits/genetic/slow.c index 05305d26d..6c5a64b13 100644 --- a/modules/traits/genetic/slow.c +++ b/modules/traits/genetic/slow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/smart.c b/modules/traits/genetic/smart.c index 7607d0f25..3d166dff0 100644 --- a/modules/traits/genetic/smart.c +++ b/modules/traits/genetic/smart.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/strong.c b/modules/traits/genetic/strong.c index 54cfbeed8..d72284c39 100644 --- a/modules/traits/genetic/strong.c +++ b/modules/traits/genetic/strong.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/ugly.c b/modules/traits/genetic/ugly.c index a77697e8a..fb03d45c9 100644 --- a/modules/traits/genetic/ugly.c +++ b/modules/traits/genetic/ugly.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/vapid.c b/modules/traits/genetic/vapid.c index a41b55d7b..4bf9a4166 100644 --- a/modules/traits/genetic/vapid.c +++ b/modules/traits/genetic/vapid.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/weak.c b/modules/traits/genetic/weak.c index f2171b6f2..3ee1ac230 100644 --- a/modules/traits/genetic/weak.c +++ b/modules/traits/genetic/weak.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/genetic/wise.c b/modules/traits/genetic/wise.c index a997b5eb9..660003240 100644 --- a/modules/traits/genetic/wise.c +++ b/modules/traits/genetic/wise.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/ash-blond.c b/modules/traits/hair/ash-blond.c index 898d3eee6..c27e406f4 100644 --- a/modules/traits/hair/ash-blond.c +++ b/modules/traits/hair/ash-blond.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/ash-brown.c b/modules/traits/hair/ash-brown.c index 09bda3e0a..a9fd9ca85 100644 --- a/modules/traits/hair/ash-brown.c +++ b/modules/traits/hair/ash-brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/ash-gray.c b/modules/traits/hair/ash-gray.c index 2d9811cfa..eed23ffeb 100644 --- a/modules/traits/hair/ash-gray.c +++ b/modules/traits/hair/ash-gray.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/auburn.c b/modules/traits/hair/auburn.c index 200a0b90e..c12e9708d 100644 --- a/modules/traits/hair/auburn.c +++ b/modules/traits/hair/auburn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/beige.c b/modules/traits/hair/beige.c index fda78fb2d..dd4219781 100644 --- a/modules/traits/hair/beige.c +++ b/modules/traits/hair/beige.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/black.c b/modules/traits/hair/black.c index e0abc031e..258211c1b 100644 --- a/modules/traits/hair/black.c +++ b/modules/traits/hair/black.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/blond.c b/modules/traits/hair/blond.c index db83bc977..632d74f52 100644 --- a/modules/traits/hair/blond.c +++ b/modules/traits/hair/blond.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/brown.c b/modules/traits/hair/brown.c index 355cdd894..1c1d73049 100644 --- a/modules/traits/hair/brown.c +++ b/modules/traits/hair/brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/brunette.c b/modules/traits/hair/brunette.c index 60f12dccd..d946abf79 100644 --- a/modules/traits/hair/brunette.c +++ b/modules/traits/hair/brunette.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/burgundy.c b/modules/traits/hair/burgundy.c index 5dd478a64..b5d41f977 100644 --- a/modules/traits/hair/burgundy.c +++ b/modules/traits/hair/burgundy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/caramel-brown.c b/modules/traits/hair/caramel-brown.c index 020f0f424..ed63b0c1d 100644 --- a/modules/traits/hair/caramel-brown.c +++ b/modules/traits/hair/caramel-brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/chestnut-brown.c b/modules/traits/hair/chestnut-brown.c index 942dd339e..b04337969 100644 --- a/modules/traits/hair/chestnut-brown.c +++ b/modules/traits/hair/chestnut-brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/chocolate-brown.c b/modules/traits/hair/chocolate-brown.c index 9bb889027..23c8f1291 100644 --- a/modules/traits/hair/chocolate-brown.c +++ b/modules/traits/hair/chocolate-brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/copper.c b/modules/traits/hair/copper.c index 46fc561f3..c6fff168f 100644 --- a/modules/traits/hair/copper.c +++ b/modules/traits/hair/copper.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/ginger.c b/modules/traits/hair/ginger.c index 267cf27ee..9a67af4b0 100644 --- a/modules/traits/hair/ginger.c +++ b/modules/traits/hair/ginger.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/golden.c b/modules/traits/hair/golden.c index fa030690b..7dcc95ba6 100644 --- a/modules/traits/hair/golden.c +++ b/modules/traits/hair/golden.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/honey-brown.c b/modules/traits/hair/honey-brown.c index f5792e19e..f559ca6c4 100644 --- a/modules/traits/hair/honey-brown.c +++ b/modules/traits/hair/honey-brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/pearl-white.c b/modules/traits/hair/pearl-white.c index 60caae366..3d2ff72ae 100644 --- a/modules/traits/hair/pearl-white.c +++ b/modules/traits/hair/pearl-white.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/platinum-blond.c b/modules/traits/hair/platinum-blond.c index 633c3403f..f6c352030 100644 --- a/modules/traits/hair/platinum-blond.c +++ b/modules/traits/hair/platinum-blond.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/raven.c b/modules/traits/hair/raven.c index a6c6ae5f5..3691396da 100644 --- a/modules/traits/hair/raven.c +++ b/modules/traits/hair/raven.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/russet-brown.c b/modules/traits/hair/russet-brown.c index 32d81886d..13485fd38 100644 --- a/modules/traits/hair/russet-brown.c +++ b/modules/traits/hair/russet-brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/salt-and-pepper.c b/modules/traits/hair/salt-and-pepper.c index 04e357873..bbd9d8fa8 100644 --- a/modules/traits/hair/salt-and-pepper.c +++ b/modules/traits/hair/salt-and-pepper.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/sandy-brown.c b/modules/traits/hair/sandy-brown.c index 946fc0837..eaa27df7b 100644 --- a/modules/traits/hair/sandy-brown.c +++ b/modules/traits/hair/sandy-brown.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/silver.c b/modules/traits/hair/silver.c index 4386e98a5..45111e163 100644 --- a/modules/traits/hair/silver.c +++ b/modules/traits/hair/silver.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/steel-gray.c b/modules/traits/hair/steel-gray.c index 3c33e2e55..e859d9b79 100644 --- a/modules/traits/hair/steel-gray.c +++ b/modules/traits/hair/steel-gray.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/hair/strawberry-blond.c b/modules/traits/hair/strawberry-blond.c index c7f2d6064..a08746693 100644 --- a/modules/traits/hair/strawberry-blond.c +++ b/modules/traits/hair/strawberry-blond.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/clubfooted.c b/modules/traits/health/clubfooted.c index 600e9d651..be22315aa 100644 --- a/modules/traits/health/clubfooted.c +++ b/modules/traits/health/clubfooted.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/depressed.c b/modules/traits/health/depressed.c index c5642e402..3d51784bf 100644 --- a/modules/traits/health/depressed.c +++ b/modules/traits/health/depressed.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/disfigured.c b/modules/traits/health/disfigured.c index 260cdd790..346788600 100644 --- a/modules/traits/health/disfigured.c +++ b/modules/traits/health/disfigured.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/drunkard.c b/modules/traits/health/drunkard.c index 2ef835697..c3cad59ae 100644 --- a/modules/traits/health/drunkard.c +++ b/modules/traits/health/drunkard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/frail.c b/modules/traits/health/frail.c index a4f1ec0f2..83c2643ef 100644 --- a/modules/traits/health/frail.c +++ b/modules/traits/health/frail.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/hale.c b/modules/traits/health/hale.c index a894a6251..606ed95c2 100644 --- a/modules/traits/health/hale.c +++ b/modules/traits/health/hale.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/hunchback.c b/modules/traits/health/hunchback.c index fe3a13fc3..21d7b5675 100644 --- a/modules/traits/health/hunchback.c +++ b/modules/traits/health/hunchback.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/insane.c b/modules/traits/health/insane.c index 00b819c13..20703be2f 100644 --- a/modules/traits/health/insane.c +++ b/modules/traits/health/insane.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/leper.c b/modules/traits/health/leper.c index 66d8a8eb6..eb2c91d9f 100644 --- a/modules/traits/health/leper.c +++ b/modules/traits/health/leper.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/one-eyed.c b/modules/traits/health/one-eyed.c index 850d158c4..722476677 100644 --- a/modules/traits/health/one-eyed.c +++ b/modules/traits/health/one-eyed.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/health/sickly.c b/modules/traits/health/sickly.c index 658b40f19..f3aa3d095 100644 --- a/modules/traits/health/sickly.c +++ b/modules/traits/health/sickly.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/abrasive.c b/modules/traits/personality/abrasive.c index 7775859a7..f3deccbf5 100644 --- a/modules/traits/personality/abrasive.c +++ b/modules/traits/personality/abrasive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/accursed.c b/modules/traits/personality/accursed.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/accursed.c +++ b/modules/traits/personality/accursed.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/acerbic.c b/modules/traits/personality/acerbic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/acerbic.c +++ b/modules/traits/personality/acerbic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/addict.c b/modules/traits/personality/addict.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/addict.c +++ b/modules/traits/personality/addict.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/ambitious.c b/modules/traits/personality/ambitious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/ambitious.c +++ b/modules/traits/personality/ambitious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/arbitrary.c b/modules/traits/personality/arbitrary.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/arbitrary.c +++ b/modules/traits/personality/arbitrary.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/arrogant.c b/modules/traits/personality/arrogant.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/arrogant.c +++ b/modules/traits/personality/arrogant.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/austere.c b/modules/traits/personality/austere.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/austere.c +++ b/modules/traits/personality/austere.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/awkward.c b/modules/traits/personality/awkward.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/awkward.c +++ b/modules/traits/personality/awkward.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/bloodthirsty.c b/modules/traits/personality/bloodthirsty.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/bloodthirsty.c +++ b/modules/traits/personality/bloodthirsty.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/boorish.c b/modules/traits/personality/boorish.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/boorish.c +++ b/modules/traits/personality/boorish.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/boring.c b/modules/traits/personality/boring.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/boring.c +++ b/modules/traits/personality/boring.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/brave.c b/modules/traits/personality/brave.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/brave.c +++ b/modules/traits/personality/brave.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/brutal.c b/modules/traits/personality/brutal.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/brutal.c +++ b/modules/traits/personality/brutal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/brutish.c b/modules/traits/personality/brutish.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/brutish.c +++ b/modules/traits/personality/brutish.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/caustic.c b/modules/traits/personality/caustic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/caustic.c +++ b/modules/traits/personality/caustic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/celibate.c b/modules/traits/personality/celibate.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/celibate.c +++ b/modules/traits/personality/celibate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/charitable.c b/modules/traits/personality/charitable.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/charitable.c +++ b/modules/traits/personality/charitable.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/charming.c b/modules/traits/personality/charming.c index e86d34fa4..25013799c 100644 --- a/modules/traits/personality/charming.c +++ b/modules/traits/personality/charming.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/chaste.c b/modules/traits/personality/chaste.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/chaste.c +++ b/modules/traits/personality/chaste.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/cheapskate.c b/modules/traits/personality/cheapskate.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/cheapskate.c +++ b/modules/traits/personality/cheapskate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/chivalrous.c b/modules/traits/personality/chivalrous.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/chivalrous.c +++ b/modules/traits/personality/chivalrous.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/cold-hearted.c b/modules/traits/personality/cold-hearted.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/cold-hearted.c +++ b/modules/traits/personality/cold-hearted.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/cold.c b/modules/traits/personality/cold.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/cold.c +++ b/modules/traits/personality/cold.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/compassionate.c b/modules/traits/personality/compassionate.c index 931fc8227..d18b1d3cf 100644 --- a/modules/traits/personality/compassionate.c +++ b/modules/traits/personality/compassionate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/content.c b/modules/traits/personality/content.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/content.c +++ b/modules/traits/personality/content.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/corrupt.c b/modules/traits/personality/corrupt.c index 665d088dc..a65d9e100 100644 --- a/modules/traits/personality/corrupt.c +++ b/modules/traits/personality/corrupt.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/coward.c b/modules/traits/personality/coward.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/coward.c +++ b/modules/traits/personality/coward.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/craven.c b/modules/traits/personality/craven.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/craven.c +++ b/modules/traits/personality/craven.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/crude.c b/modules/traits/personality/crude.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/crude.c +++ b/modules/traits/personality/crude.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/cruel.c b/modules/traits/personality/cruel.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/cruel.c +++ b/modules/traits/personality/cruel.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/cynical.c b/modules/traits/personality/cynical.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/cynical.c +++ b/modules/traits/personality/cynical.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/deceitful.c b/modules/traits/personality/deceitful.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/deceitful.c +++ b/modules/traits/personality/deceitful.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/deceptive.c b/modules/traits/personality/deceptive.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/deceptive.c +++ b/modules/traits/personality/deceptive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/deranged.c b/modules/traits/personality/deranged.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/deranged.c +++ b/modules/traits/personality/deranged.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/determined.c b/modules/traits/personality/determined.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/determined.c +++ b/modules/traits/personality/determined.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/diligent.c b/modules/traits/personality/diligent.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/diligent.c +++ b/modules/traits/personality/diligent.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/dishonest.c b/modules/traits/personality/dishonest.c index 961291416..b341e8a01 100644 --- a/modules/traits/personality/dishonest.c +++ b/modules/traits/personality/dishonest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/disloyal.c b/modules/traits/personality/disloyal.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/disloyal.c +++ b/modules/traits/personality/disloyal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/dreaded.c b/modules/traits/personality/dreaded.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/dreaded.c +++ b/modules/traits/personality/dreaded.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/duplicious.c b/modules/traits/personality/duplicious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/duplicious.c +++ b/modules/traits/personality/duplicious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/envious.c b/modules/traits/personality/envious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/envious.c +++ b/modules/traits/personality/envious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/epicurean.c b/modules/traits/personality/epicurean.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/epicurean.c +++ b/modules/traits/personality/epicurean.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/extravert.c b/modules/traits/personality/extravert.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/extravert.c +++ b/modules/traits/personality/extravert.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/feared.c b/modules/traits/personality/feared.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/feared.c +++ b/modules/traits/personality/feared.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/foul.c b/modules/traits/personality/foul.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/foul.c +++ b/modules/traits/personality/foul.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/gambler.c b/modules/traits/personality/gambler.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/gambler.c +++ b/modules/traits/personality/gambler.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/generous.c b/modules/traits/personality/generous.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/generous.c +++ b/modules/traits/personality/generous.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/gloryhound.c b/modules/traits/personality/gloryhound.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/gloryhound.c +++ b/modules/traits/personality/gloryhound.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/gluttonous.c b/modules/traits/personality/gluttonous.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/gluttonous.c +++ b/modules/traits/personality/gluttonous.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/greedy.c b/modules/traits/personality/greedy.c index c6c582396..0efc5e23d 100644 --- a/modules/traits/personality/greedy.c +++ b/modules/traits/personality/greedy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/gregarious.c b/modules/traits/personality/gregarious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/gregarious.c +++ b/modules/traits/personality/gregarious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/haughty.c b/modules/traits/personality/haughty.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/haughty.c +++ b/modules/traits/personality/haughty.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/hedonist.c b/modules/traits/personality/hedonist.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/hedonist.c +++ b/modules/traits/personality/hedonist.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/honest.c b/modules/traits/personality/honest.c index 65b60fc66..747c20ada 100644 --- a/modules/traits/personality/honest.c +++ b/modules/traits/personality/honest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/hot-tempered.c b/modules/traits/personality/hot-tempered.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/hot-tempered.c +++ b/modules/traits/personality/hot-tempered.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/humble.c b/modules/traits/personality/humble.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/humble.c +++ b/modules/traits/personality/humble.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/icy.c b/modules/traits/personality/icy.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/icy.c +++ b/modules/traits/personality/icy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/ill-tempered.c b/modules/traits/personality/ill-tempered.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/ill-tempered.c +++ b/modules/traits/personality/ill-tempered.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/insecure.c b/modules/traits/personality/insecure.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/insecure.c +++ b/modules/traits/personality/insecure.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/intolerant.c b/modules/traits/personality/intolerant.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/intolerant.c +++ b/modules/traits/personality/intolerant.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/introvert.c b/modules/traits/personality/introvert.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/introvert.c +++ b/modules/traits/personality/introvert.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/irascible.c b/modules/traits/personality/irascible.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/irascible.c +++ b/modules/traits/personality/irascible.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/irritable.c b/modules/traits/personality/irritable.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/irritable.c +++ b/modules/traits/personality/irritable.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/just.c b/modules/traits/personality/just.c index 098fc03df..e40e6f187 100644 --- a/modules/traits/personality/just.c +++ b/modules/traits/personality/just.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/kind.c b/modules/traits/personality/kind.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/kind.c +++ b/modules/traits/personality/kind.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/lascivious.c b/modules/traits/personality/lascivious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/lascivious.c +++ b/modules/traits/personality/lascivious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/lecherous.c b/modules/traits/personality/lecherous.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/lecherous.c +++ b/modules/traits/personality/lecherous.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/lewd.c b/modules/traits/personality/lewd.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/lewd.c +++ b/modules/traits/personality/lewd.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/loutish.c b/modules/traits/personality/loutish.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/loutish.c +++ b/modules/traits/personality/loutish.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/loyal.c b/modules/traits/personality/loyal.c index 678fcd296..ec8a50753 100644 --- a/modules/traits/personality/loyal.c +++ b/modules/traits/personality/loyal.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/lustful.c b/modules/traits/personality/lustful.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/lustful.c +++ b/modules/traits/personality/lustful.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/malicious.c b/modules/traits/personality/malicious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/malicious.c +++ b/modules/traits/personality/malicious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/manipulative.c b/modules/traits/personality/manipulative.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/manipulative.c +++ b/modules/traits/personality/manipulative.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/miserly.c b/modules/traits/personality/miserly.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/miserly.c +++ b/modules/traits/personality/miserly.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/mordant.c b/modules/traits/personality/mordant.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/mordant.c +++ b/modules/traits/personality/mordant.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/narcissistic.c b/modules/traits/personality/narcissistic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/narcissistic.c +++ b/modules/traits/personality/narcissistic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/obnoxious.c b/modules/traits/personality/obnoxious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/obnoxious.c +++ b/modules/traits/personality/obnoxious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/obscene.c b/modules/traits/personality/obscene.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/obscene.c +++ b/modules/traits/personality/obscene.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/openminded.c b/modules/traits/personality/openminded.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/openminded.c +++ b/modules/traits/personality/openminded.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/oppressive.c b/modules/traits/personality/oppressive.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/oppressive.c +++ b/modules/traits/personality/oppressive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/optimistic.c b/modules/traits/personality/optimistic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/optimistic.c +++ b/modules/traits/personality/optimistic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/opulent.c b/modules/traits/personality/opulent.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/opulent.c +++ b/modules/traits/personality/opulent.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/orator.c b/modules/traits/personality/orator.c index 3d4b381d2..fafe0c5bd 100644 --- a/modules/traits/personality/orator.c +++ b/modules/traits/personality/orator.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/overbearing.c b/modules/traits/personality/overbearing.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/overbearing.c +++ b/modules/traits/personality/overbearing.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/paranoid.c b/modules/traits/personality/paranoid.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/paranoid.c +++ b/modules/traits/personality/paranoid.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/passionate.c b/modules/traits/personality/passionate.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/passionate.c +++ b/modules/traits/personality/passionate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/patient.c b/modules/traits/personality/patient.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/patient.c +++ b/modules/traits/personality/patient.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/patronizing.c b/modules/traits/personality/patronizing.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/patronizing.c +++ b/modules/traits/personality/patronizing.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/peaceful.c b/modules/traits/personality/peaceful.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/peaceful.c +++ b/modules/traits/personality/peaceful.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/persuasive.c b/modules/traits/personality/persuasive.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/persuasive.c +++ b/modules/traits/personality/persuasive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/perverse.c b/modules/traits/personality/perverse.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/perverse.c +++ b/modules/traits/personality/perverse.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/pessimistic.c b/modules/traits/personality/pessimistic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/pessimistic.c +++ b/modules/traits/personality/pessimistic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/petulant.c b/modules/traits/personality/petulant.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/petulant.c +++ b/modules/traits/personality/petulant.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/possessive.c b/modules/traits/personality/possessive.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/possessive.c +++ b/modules/traits/personality/possessive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/pragmatic.c b/modules/traits/personality/pragmatic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/pragmatic.c +++ b/modules/traits/personality/pragmatic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/pretentious.c b/modules/traits/personality/pretentious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/pretentious.c +++ b/modules/traits/personality/pretentious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/prim.c b/modules/traits/personality/prim.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/prim.c +++ b/modules/traits/personality/prim.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/proud.c b/modules/traits/personality/proud.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/proud.c +++ b/modules/traits/personality/proud.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/psychopathic.c b/modules/traits/personality/psychopathic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/psychopathic.c +++ b/modules/traits/personality/psychopathic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/puerile.c b/modules/traits/personality/puerile.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/puerile.c +++ b/modules/traits/personality/puerile.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/quick-tempered.c b/modules/traits/personality/quick-tempered.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/quick-tempered.c +++ b/modules/traits/personality/quick-tempered.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/reckless.c b/modules/traits/personality/reckless.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/reckless.c +++ b/modules/traits/personality/reckless.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/repugnant.c b/modules/traits/personality/repugnant.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/repugnant.c +++ b/modules/traits/personality/repugnant.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/righteous.c b/modules/traits/personality/righteous.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/righteous.c +++ b/modules/traits/personality/righteous.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/rude.c b/modules/traits/personality/rude.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/rude.c +++ b/modules/traits/personality/rude.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/sarcastic.c b/modules/traits/personality/sarcastic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/sarcastic.c +++ b/modules/traits/personality/sarcastic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/sardonic.c b/modules/traits/personality/sardonic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/sardonic.c +++ b/modules/traits/personality/sardonic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/schemer.c b/modules/traits/personality/schemer.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/schemer.c +++ b/modules/traits/personality/schemer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/secretive.c b/modules/traits/personality/secretive.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/secretive.c +++ b/modules/traits/personality/secretive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/selfish.c b/modules/traits/personality/selfish.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/selfish.c +++ b/modules/traits/personality/selfish.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/short-tempered.c b/modules/traits/personality/short-tempered.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/short-tempered.c +++ b/modules/traits/personality/short-tempered.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/shrewd.c b/modules/traits/personality/shrewd.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/shrewd.c +++ b/modules/traits/personality/shrewd.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/shy.c b/modules/traits/personality/shy.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/shy.c +++ b/modules/traits/personality/shy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/slovenly.c b/modules/traits/personality/slovenly.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/slovenly.c +++ b/modules/traits/personality/slovenly.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/sly.c b/modules/traits/personality/sly.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/sly.c +++ b/modules/traits/personality/sly.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/smarmy.c b/modules/traits/personality/smarmy.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/smarmy.c +++ b/modules/traits/personality/smarmy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/socializer.c b/modules/traits/personality/socializer.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/socializer.c +++ b/modules/traits/personality/socializer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/spirited.c b/modules/traits/personality/spirited.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/spirited.c +++ b/modules/traits/personality/spirited.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/stoic.c b/modules/traits/personality/stoic.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/stoic.c +++ b/modules/traits/personality/stoic.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/stubborn.c b/modules/traits/personality/stubborn.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/stubborn.c +++ b/modules/traits/personality/stubborn.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/stutterer.c b/modules/traits/personality/stutterer.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/stutterer.c +++ b/modules/traits/personality/stutterer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/superstitious.c b/modules/traits/personality/superstitious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/superstitious.c +++ b/modules/traits/personality/superstitious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/talkative.c b/modules/traits/personality/talkative.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/talkative.c +++ b/modules/traits/personality/talkative.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/temperate.c b/modules/traits/personality/temperate.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/temperate.c +++ b/modules/traits/personality/temperate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/timid.c b/modules/traits/personality/timid.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/timid.c +++ b/modules/traits/personality/timid.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/tolerant.c b/modules/traits/personality/tolerant.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/tolerant.c +++ b/modules/traits/personality/tolerant.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/touchy.c b/modules/traits/personality/touchy.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/touchy.c +++ b/modules/traits/personality/touchy.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/trusting.c b/modules/traits/personality/trusting.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/trusting.c +++ b/modules/traits/personality/trusting.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/uncouth.c b/modules/traits/personality/uncouth.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/uncouth.c +++ b/modules/traits/personality/uncouth.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/unjust.c b/modules/traits/personality/unjust.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/unjust.c +++ b/modules/traits/personality/unjust.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/upright.c b/modules/traits/personality/upright.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/upright.c +++ b/modules/traits/personality/upright.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/vicious.c b/modules/traits/personality/vicious.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/vicious.c +++ b/modules/traits/personality/vicious.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/vindictive.c b/modules/traits/personality/vindictive.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/vindictive.c +++ b/modules/traits/personality/vindictive.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/vulgar.c b/modules/traits/personality/vulgar.c index 52e30c4bb..0f3ae9dcb 100644 --- a/modules/traits/personality/vulgar.c +++ b/modules/traits/personality/vulgar.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/warmonger.c b/modules/traits/personality/warmonger.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/warmonger.c +++ b/modules/traits/personality/warmonger.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/wicked.c b/modules/traits/personality/wicked.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/wicked.c +++ b/modules/traits/personality/wicked.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/witty.c b/modules/traits/personality/witty.c index 6f962bf6d..a5da6a618 100644 --- a/modules/traits/personality/witty.c +++ b/modules/traits/personality/witty.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/wroth.c b/modules/traits/personality/wroth.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/wroth.c +++ b/modules/traits/personality/wroth.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/personality/zealot.c b/modules/traits/personality/zealot.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/personality/zealot.c +++ b/modules/traits/personality/zealot.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/andurathHuman.c b/modules/traits/racial/andurathHuman.c index 94ebba75f..c6ccc3ab1 100644 --- a/modules/traits/racial/andurathHuman.c +++ b/modules/traits/racial/andurathHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/celebnostHuman.c b/modules/traits/racial/celebnostHuman.c index 7ceba72f3..8d15429b7 100644 --- a/modules/traits/racial/celebnostHuman.c +++ b/modules/traits/racial/celebnostHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/darkElf.c b/modules/traits/racial/darkElf.c index a7f89aa7c..dc31b517e 100644 --- a/modules/traits/racial/darkElf.c +++ b/modules/traits/racial/darkElf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/deityTouchedElf.c b/modules/traits/racial/deityTouchedElf.c index e89846731..cf62228d3 100644 --- a/modules/traits/racial/deityTouchedElf.c +++ b/modules/traits/racial/deityTouchedElf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/echorluinElf.c b/modules/traits/racial/echorluinElf.c index acef55367..1b7e69448 100644 --- a/modules/traits/racial/echorluinElf.c +++ b/modules/traits/racial/echorluinElf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/eledhelHuman.c b/modules/traits/racial/eledhelHuman.c index ba024ef09..b800b5006 100644 --- a/modules/traits/racial/eledhelHuman.c +++ b/modules/traits/racial/eledhelHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/endurghulHuman.c b/modules/traits/racial/endurghulHuman.c index 778a48955..071749a3f 100644 --- a/modules/traits/racial/endurghulHuman.c +++ b/modules/traits/racial/endurghulHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/greyElf.c b/modules/traits/racial/greyElf.c index 99f686c3a..f206b2473 100644 --- a/modules/traits/racial/greyElf.c +++ b/modules/traits/racial/greyElf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/helcarionHuman.c b/modules/traits/racial/helcarionHuman.c index a6e6d2d77..a71c45a9c 100644 --- a/modules/traits/racial/helcarionHuman.c +++ b/modules/traits/racial/helcarionHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/hillgarathElf.c b/modules/traits/racial/hillgarathElf.c index 793db468a..015521556 100644 --- a/modules/traits/racial/hillgarathElf.c +++ b/modules/traits/racial/hillgarathElf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/hillgarathHuman.c b/modules/traits/racial/hillgarathHuman.c index 970bb8999..4db3c3455 100644 --- a/modules/traits/racial/hillgarathHuman.c +++ b/modules/traits/racial/hillgarathHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/iarwathHuman.c b/modules/traits/racial/iarwathHuman.c index a398dbf22..108706d64 100644 --- a/modules/traits/racial/iarwathHuman.c +++ b/modules/traits/racial/iarwathHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/khazurathiDwarf.c b/modules/traits/racial/khazurathiDwarf.c index 9f34ab859..dba89eb06 100644 --- a/modules/traits/racial/khazurathiDwarf.c +++ b/modules/traits/racial/khazurathiDwarf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/linmirHuman.c b/modules/traits/racial/linmirHuman.c index e74ce753e..e26a9115d 100644 --- a/modules/traits/racial/linmirHuman.c +++ b/modules/traits/racial/linmirHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/menadrostHuman.c b/modules/traits/racial/menadrostHuman.c index 94112b0c4..c13fc288c 100644 --- a/modules/traits/racial/menadrostHuman.c +++ b/modules/traits/racial/menadrostHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/mirostiDwarf.c b/modules/traits/racial/mirostiDwarf.c index 7a84fe23a..6153215ec 100644 --- a/modules/traits/racial/mirostiDwarf.c +++ b/modules/traits/racial/mirostiDwarf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/seaElf.c b/modules/traits/racial/seaElf.c index 40e289d99..aaecda7ec 100644 --- a/modules/traits/racial/seaElf.c +++ b/modules/traits/racial/seaElf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/tirnostHuman.c b/modules/traits/racial/tirnostHuman.c index ca6627896..1d8007047 100644 --- a/modules/traits/racial/tirnostHuman.c +++ b/modules/traits/racial/tirnostHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/woodElf.c b/modules/traits/racial/woodElf.c index f2ede7981..426844a30 100644 --- a/modules/traits/racial/woodElf.c +++ b/modules/traits/racial/woodElf.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/racial/zhendulachHuman.c b/modules/traits/racial/zhendulachHuman.c index 5ef8edc9a..46b0cf6a0 100644 --- a/modules/traits/racial/zhendulachHuman.c +++ b/modules/traits/racial/zhendulachHuman.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/role/betrayer.c b/modules/traits/role/betrayer.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/role/betrayer.c +++ b/modules/traits/role/betrayer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/role/kinslayer.c b/modules/traits/role/kinslayer.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/role/kinslayer.c +++ b/modules/traits/role/kinslayer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/role/murderer.c b/modules/traits/role/murderer.c index 23bbe95bd..74908b66c 100644 --- a/modules/traits/role/murderer.c +++ b/modules/traits/role/murderer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/sexuality/asexual.c b/modules/traits/sexuality/asexual.c index bcde59f1e..4028c8e6e 100644 --- a/modules/traits/sexuality/asexual.c +++ b/modules/traits/sexuality/asexual.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/sexuality/bisexual.c b/modules/traits/sexuality/bisexual.c index 25566b0e3..b8670dc7e 100644 --- a/modules/traits/sexuality/bisexual.c +++ b/modules/traits/sexuality/bisexual.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/sexuality/homosexual.c b/modules/traits/sexuality/homosexual.c index f6b2e3d72..6993ed0af 100644 --- a/modules/traits/sexuality/homosexual.c +++ b/modules/traits/sexuality/homosexual.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/modules/traits/sexuality/transgender.c b/modules/traits/sexuality/transgender.c index 457da1cff..7489b67e5 100644 --- a/modules/traits/sexuality/transgender.c +++ b/modules/traits/sexuality/transgender.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/realizations/companion.c b/realizations/companion.c index beaa250f4..91115f086 100644 --- a/realizations/companion.c +++ b/realizations/companion.c @@ -2,7 +2,7 @@ // Class: companion // File Name: companion.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/henchman.c"; diff --git a/realizations/henchman.c b/realizations/henchman.c index 99c5c6cba..8117d5848 100644 --- a/realizations/henchman.c +++ b/realizations/henchman.c @@ -2,7 +2,7 @@ // Class: henchman // File Name: henchman.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/living.c"; diff --git a/realizations/living.c b/realizations/living.c index 316b3e890..b9bc8afba 100644 --- a/realizations/living.c +++ b/realizations/living.c @@ -2,7 +2,7 @@ // Class: living // File Name: living.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/realization.c"; diff --git a/realizations/monster.c b/realizations/monster.c index 0d8b6c81c..ac2153f8e 100644 --- a/realizations/monster.c +++ b/realizations/monster.c @@ -2,7 +2,7 @@ // Class: monster // File Name: monster.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/living.c"; diff --git a/realizations/monsterWithAI.c b/realizations/monsterWithAI.c index 87c0eb3ad..7dea0a960 100644 --- a/realizations/monsterWithAI.c +++ b/realizations/monsterWithAI.c @@ -2,7 +2,7 @@ // Class: monsterWithAI // File Name: monsterWithAI.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/monster.c"; diff --git a/realizations/npc.c b/realizations/npc.c index f45ee36e4..4eb1d779e 100644 --- a/realizations/npc.c +++ b/realizations/npc.c @@ -2,7 +2,7 @@ // Class: npc // File Name: npc.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/monster.c"; diff --git a/realizations/player.c b/realizations/player.c index ed8b7521f..99e8d6228 100644 --- a/realizations/player.c +++ b/realizations/player.c @@ -2,7 +2,7 @@ // Class: player // File Name: player.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/living.c"; diff --git a/realizations/realization.c b/realizations/realization.c index 36f934f9e..8ed77452d 100644 --- a/realizations/realization.c +++ b/realizations/realization.c @@ -2,7 +2,7 @@ // Class: realization // File Name: realization.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** private nosave string Realizations = "lib/realizations"; diff --git a/realizations/wanderingMonster.c b/realizations/wanderingMonster.c index fc59b98b1..c7f2803f2 100644 --- a/realizations/wanderingMonster.c +++ b/realizations/wanderingMonster.c @@ -2,7 +2,7 @@ // Class: wanderingMonster // File Name: wanderingMonster.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/monster.c"; diff --git a/realizations/wizard.c b/realizations/wizard.c index 6ce0b66a1..ed7521d00 100644 --- a/realizations/wizard.c +++ b/realizations/wizard.c @@ -2,7 +2,7 @@ // Class: wizard // File Name: wizard.c // -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/player.c"; diff --git a/tests/commands/baseCommandTest.c b/tests/commands/baseCommandTest.c index f96a9adde..289735de0 100644 --- a/tests/commands/baseCommandTest.c +++ b/tests/commands/baseCommandTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/craftingTest.c b/tests/commands/player/craftingTest.c index e657fc684..9fd72e7ae 100644 --- a/tests/commands/player/craftingTest.c +++ b/tests/commands/player/craftingTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/dropTest.c b/tests/commands/player/dropTest.c index 49e554488..c6282a472 100644 --- a/tests/commands/player/dropTest.c +++ b/tests/commands/player/dropTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/getTest.c b/tests/commands/player/getTest.c index f0ba4a4f2..63ef93722 100644 --- a/tests/commands/player/getTest.c +++ b/tests/commands/player/getTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/inventoryTest.c b/tests/commands/player/inventoryTest.c index cbc5d96bd..24e7c8852 100644 --- a/tests/commands/player/inventoryTest.c +++ b/tests/commands/player/inventoryTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/killTest.c b/tests/commands/player/killTest.c index e63520d78..0fd719286 100644 --- a/tests/commands/player/killTest.c +++ b/tests/commands/player/killTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/lookTest.c b/tests/commands/player/lookTest.c index 5da7fd56e..1bad73def 100644 --- a/tests/commands/player/lookTest.c +++ b/tests/commands/player/lookTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/questsTest.c b/tests/commands/player/questsTest.c index 5147ec185..00871874b 100644 --- a/tests/commands/player/questsTest.c +++ b/tests/commands/player/questsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/quitTest.c b/tests/commands/player/quitTest.c index a8ea9f3ac..8397fcf47 100644 --- a/tests/commands/player/quitTest.c +++ b/tests/commands/player/quitTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/researchTest.c b/tests/commands/player/researchTest.c index 0f9280f75..76c6e72cb 100644 --- a/tests/commands/player/researchTest.c +++ b/tests/commands/player/researchTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/saveTest.c b/tests/commands/player/saveTest.c index 2f46a2e9b..db68439f7 100644 --- a/tests/commands/player/saveTest.c +++ b/tests/commands/player/saveTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/sayTest.c b/tests/commands/player/sayTest.c index 6cfe111bb..2fdba157d 100644 --- a/tests/commands/player/sayTest.c +++ b/tests/commands/player/sayTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/scoreTest.c b/tests/commands/player/scoreTest.c index 1b62da1e8..0f0b41376 100644 --- a/tests/commands/player/scoreTest.c +++ b/tests/commands/player/scoreTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/shopTest.c b/tests/commands/player/shopTest.c index 9bff86551..3c789a5b3 100644 --- a/tests/commands/player/shopTest.c +++ b/tests/commands/player/shopTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/shoutTest.c b/tests/commands/player/shoutTest.c index 204079319..15a68d8be 100644 --- a/tests/commands/player/shoutTest.c +++ b/tests/commands/player/shoutTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/skillsTest.c b/tests/commands/player/skillsTest.c index b6bd9d4d9..f42fc24c8 100644 --- a/tests/commands/player/skillsTest.c +++ b/tests/commands/player/skillsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/tellTest.c b/tests/commands/player/tellTest.c index 00bac3eec..d4340de13 100644 --- a/tests/commands/player/tellTest.c +++ b/tests/commands/player/tellTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/player/traitsTest.c b/tests/commands/player/traitsTest.c index eab9e3e82..b28f03943 100644 --- a/tests/commands/player/traitsTest.c +++ b/tests/commands/player/traitsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/wizard/ccTest.c b/tests/commands/wizard/ccTest.c index 800c3c1ac..ccb95d1c4 100644 --- a/tests/commands/wizard/ccTest.c +++ b/tests/commands/wizard/ccTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/wizard/cdTest.c b/tests/commands/wizard/cdTest.c index 389c3ca9d..f936a8356 100644 --- a/tests/commands/wizard/cdTest.c +++ b/tests/commands/wizard/cdTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/wizard/cloneTest.c b/tests/commands/wizard/cloneTest.c index f6524d52a..27e5f385f 100644 --- a/tests/commands/wizard/cloneTest.c +++ b/tests/commands/wizard/cloneTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/wizard/gotoTest.c b/tests/commands/wizard/gotoTest.c index e0769b5f7..01032208c 100644 --- a/tests/commands/wizard/gotoTest.c +++ b/tests/commands/wizard/gotoTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/wizard/lsTest.c b/tests/commands/wizard/lsTest.c index 43d3d085d..ff072acca 100644 --- a/tests/commands/wizard/lsTest.c +++ b/tests/commands/wizard/lsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/wizard/patchTest.c b/tests/commands/wizard/patchTest.c index 18101b55f..6a93a13b1 100644 --- a/tests/commands/wizard/patchTest.c +++ b/tests/commands/wizard/patchTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/commands/wizard/pwdTest.c b/tests/commands/wizard/pwdTest.c index 71d439160..77a570839 100644 --- a/tests/commands/wizard/pwdTest.c +++ b/tests/commands/wizard/pwdTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/core/eventsTest.c b/tests/core/eventsTest.c index 728d526e7..52e78ccf6 100644 --- a/tests/core/eventsTest.c +++ b/tests/core/eventsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/core/prerequisitesTest.c b/tests/core/prerequisitesTest.c index 21b65b820..52fd4f427 100644 --- a/tests/core/prerequisitesTest.c +++ b/tests/core/prerequisitesTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/core/prerequisitesWithPersistenceTest.c b/tests/core/prerequisitesWithPersistenceTest.c index f88563fcb..81f752ebc 100644 --- a/tests/core/prerequisitesWithPersistenceTest.c +++ b/tests/core/prerequisitesWithPersistenceTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/core/specificationTest.c b/tests/core/specificationTest.c index d3044c8a0..f8a1a411d 100644 --- a/tests/core/specificationTest.c +++ b/tests/core/specificationTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/core/stateMachineTest.c b/tests/core/stateMachineTest.c index 6c149a103..c9fcd58a6 100644 --- a/tests/core/stateMachineTest.c +++ b/tests/core/stateMachineTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/bonusesDictionaryTest.c b/tests/dictionaries/bonusesDictionaryTest.c index 4658781bb..2e94b897f 100644 --- a/tests/dictionaries/bonusesDictionaryTest.c +++ b/tests/dictionaries/bonusesDictionaryTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/adminTest.c b/tests/dictionaries/groups/adminTest.c index 03d81a5fa..13fa8974b 100644 --- a/tests/dictionaries/groups/adminTest.c +++ b/tests/dictionaries/groups/adminTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/apprenticeTest.c b/tests/dictionaries/groups/apprenticeTest.c index faee73843..332fc1ac4 100644 --- a/tests/dictionaries/groups/apprenticeTest.c +++ b/tests/dictionaries/groups/apprenticeTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/archwizardTest.c b/tests/dictionaries/groups/archwizardTest.c index b04e064c8..48ba0891a 100644 --- a/tests/dictionaries/groups/archwizardTest.c +++ b/tests/dictionaries/groups/archwizardTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/baseGroupTest.c b/tests/dictionaries/groups/baseGroupTest.c index 2f67f67c6..09c693e3e 100644 --- a/tests/dictionaries/groups/baseGroupTest.c +++ b/tests/dictionaries/groups/baseGroupTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/creatorTest.c b/tests/dictionaries/groups/creatorTest.c index 4ffacc02f..aaeeb0b24 100644 --- a/tests/dictionaries/groups/creatorTest.c +++ b/tests/dictionaries/groups/creatorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/demigodTest.c b/tests/dictionaries/groups/demigodTest.c index c8a6ba080..cfe376635 100644 --- a/tests/dictionaries/groups/demigodTest.c +++ b/tests/dictionaries/groups/demigodTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/elderTest.c b/tests/dictionaries/groups/elderTest.c index fe975e530..05a560989 100644 --- a/tests/dictionaries/groups/elderTest.c +++ b/tests/dictionaries/groups/elderTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/godTest.c b/tests/dictionaries/groups/godTest.c index 0fdb3a6ac..688de4853 100644 --- a/tests/dictionaries/groups/godTest.c +++ b/tests/dictionaries/groups/godTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/highwizardTest.c b/tests/dictionaries/groups/highwizardTest.c index 9ea6a14bf..c242ce5d5 100644 --- a/tests/dictionaries/groups/highwizardTest.c +++ b/tests/dictionaries/groups/highwizardTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/ownerTest.c b/tests/dictionaries/groups/ownerTest.c index 6b7c18c17..6b22b5925 100644 --- a/tests/dictionaries/groups/ownerTest.c +++ b/tests/dictionaries/groups/ownerTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/playerTest.c b/tests/dictionaries/groups/playerTest.c index cd3739b31..f35ce5633 100644 --- a/tests/dictionaries/groups/playerTest.c +++ b/tests/dictionaries/groups/playerTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/sageTest.c b/tests/dictionaries/groups/sageTest.c index 1c840f2da..934e17982 100644 --- a/tests/dictionaries/groups/sageTest.c +++ b/tests/dictionaries/groups/sageTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/seniorTest.c b/tests/dictionaries/groups/seniorTest.c index 591d5a4ba..740a5d28a 100644 --- a/tests/dictionaries/groups/seniorTest.c +++ b/tests/dictionaries/groups/seniorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/groups/wizardTest.c b/tests/dictionaries/groups/wizardTest.c index 413d0f366..2f41f536e 100644 --- a/tests/dictionaries/groups/wizardTest.c +++ b/tests/dictionaries/groups/wizardTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/researchDictionaryTest.c b/tests/dictionaries/researchDictionaryTest.c index 72bb918a3..74a99c471 100644 --- a/tests/dictionaries/researchDictionaryTest.c +++ b/tests/dictionaries/researchDictionaryTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/dictionaries/skillsDictionaryTest.c b/tests/dictionaries/skillsDictionaryTest.c index cccd3fe7e..5e107a688 100644 --- a/tests/dictionaries/skillsDictionaryTest.c +++ b/tests/dictionaries/skillsDictionaryTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/environment/baseShopTest.c b/tests/environment/baseShopTest.c index 80fd91216..daf573c83 100644 --- a/tests/environment/baseShopTest.c +++ b/tests/environment/baseShopTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/environment/buyItemSelectorTest.c b/tests/environment/buyItemSelectorTest.c index a5f75a4c3..0ba00fc62 100644 --- a/tests/environment/buyItemSelectorTest.c +++ b/tests/environment/buyItemSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/environment/elementLightTest.c b/tests/environment/elementLightTest.c index 150ddee6e..a1c6fabd5 100644 --- a/tests/environment/elementLightTest.c +++ b/tests/environment/elementLightTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/environment/environmentTest.c b/tests/environment/environmentTest.c index 9317eb1f6..5df4654cf 100644 --- a/tests/environment/environmentTest.c +++ b/tests/environment/environmentTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/environment/environmentalElementTest.c b/tests/environment/environmentalElementTest.c index 73e9d50f8..a407c30f8 100644 --- a/tests/environment/environmentalElementTest.c +++ b/tests/environment/environmentalElementTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/environment/sellItemSelectorTest.c b/tests/environment/sellItemSelectorTest.c index 30ea8d6e2..5eee0e6d6 100644 --- a/tests/environment/sellItemSelectorTest.c +++ b/tests/environment/sellItemSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/environment/shopSelectorTest.c b/tests/environment/shopSelectorTest.c index 4d09d7227..bdc429965 100644 --- a/tests/environment/shopSelectorTest.c +++ b/tests/environment/shopSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/framework/testExecutor.c b/tests/framework/testExecutor.c index 0f1760fbd..c93b16348 100644 --- a/tests/framework/testExecutor.c +++ b/tests/framework/testExecutor.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/framework/testFixture.c b/tests/framework/testFixture.c index 7e0d7c453..d5850885b 100644 --- a/tests/framework/testFixture.c +++ b/tests/framework/testFixture.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** #include diff --git a/tests/items/armorTest.c b/tests/items/armorTest.c index d60adc6ba..7985d4944 100644 --- a/tests/items/armorTest.c +++ b/tests/items/armorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/items/equipmentTest.c b/tests/items/equipmentTest.c index 15b933da9..4e5c044da 100644 --- a/tests/items/equipmentTest.c +++ b/tests/items/equipmentTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/items/itemStatisticsTest.c b/tests/items/itemStatisticsTest.c index 1a13a260c..a98e99d53 100644 --- a/tests/items/itemStatisticsTest.c +++ b/tests/items/itemStatisticsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/items/itemTest.c b/tests/items/itemTest.c index 8aa720d78..1a90ae277 100644 --- a/tests/items/itemTest.c +++ b/tests/items/itemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/items/modifierObjectTest.c b/tests/items/modifierObjectTest.c index b6b0be1d3..25119ff20 100644 --- a/tests/items/modifierObjectTest.c +++ b/tests/items/modifierObjectTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/items/weaponTest.c b/tests/items/weaponTest.c index 3620f999e..99fac2886 100644 --- a/tests/items/weaponTest.c +++ b/tests/items/weaponTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/artificialIntelligenceTest.c b/tests/modules/artificialIntelligenceTest.c index ec5fd9ff9..8f7d1455d 100644 --- a/tests/modules/artificialIntelligenceTest.c +++ b/tests/modules/artificialIntelligenceTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/attributesTest.c b/tests/modules/attributesTest.c index cbf7c6133..443de1f9b 100644 --- a/tests/modules/attributesTest.c +++ b/tests/modules/attributesTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/backgroundTest.c b/tests/modules/backgroundTest.c index ec5fd9ff9..8f7d1455d 100644 --- a/tests/modules/backgroundTest.c +++ b/tests/modules/backgroundTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/baseConversationTest.c b/tests/modules/baseConversationTest.c index d197d6b6e..934d9a723 100644 --- a/tests/modules/baseConversationTest.c +++ b/tests/modules/baseConversationTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/baseGuildTest.c b/tests/modules/baseGuildTest.c index bc0121664..e09271693 100644 --- a/tests/modules/baseGuildTest.c +++ b/tests/modules/baseGuildTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/baseTraitTest.c b/tests/modules/baseTraitTest.c index 329e3e4bf..5733f2bde 100644 --- a/tests/modules/baseTraitTest.c +++ b/tests/modules/baseTraitTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/biologicalTest.c b/tests/modules/biologicalTest.c index 44aa9f98c..d09ad536a 100644 --- a/tests/modules/biologicalTest.c +++ b/tests/modules/biologicalTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/combatChatterTest.c b/tests/modules/combatChatterTest.c index ec5fd9ff9..8f7d1455d 100644 --- a/tests/modules/combatChatterTest.c +++ b/tests/modules/combatChatterTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/combatStatisticsTest.c b/tests/modules/combatStatisticsTest.c index 3b38870d1..ffff71911 100644 --- a/tests/modules/combatStatisticsTest.c +++ b/tests/modules/combatStatisticsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/combatTest.c b/tests/modules/combatTest.c index 8ae1df4f7..0344bff24 100644 --- a/tests/modules/combatTest.c +++ b/tests/modules/combatTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/conversationsTest.c b/tests/modules/conversationsTest.c index 71e626805..f65a3d199 100644 --- a/tests/modules/conversationsTest.c +++ b/tests/modules/conversationsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/crafting/craftArmorSelectorTest.c b/tests/modules/crafting/craftArmorSelectorTest.c index 6e50abe7a..881b6fe7c 100644 --- a/tests/modules/crafting/craftArmorSelectorTest.c +++ b/tests/modules/crafting/craftArmorSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/crafting/craftWeaponSelectorTest.c b/tests/modules/crafting/craftWeaponSelectorTest.c index 499599014..412ee0509 100644 --- a/tests/modules/crafting/craftWeaponSelectorTest.c +++ b/tests/modules/crafting/craftWeaponSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/crafting/craftWeaponTest.c b/tests/modules/crafting/craftWeaponTest.c index 6533fa3e2..6564934c9 100644 --- a/tests/modules/crafting/craftWeaponTest.c +++ b/tests/modules/crafting/craftWeaponTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/crafting/craftingSelectorTest.c b/tests/modules/crafting/craftingSelectorTest.c index da2ae9bc5..52b46c1dd 100644 --- a/tests/modules/crafting/craftingSelectorTest.c +++ b/tests/modules/crafting/craftingSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/crafting/weaponComponentSelectorTest.c b/tests/modules/crafting/weaponComponentSelectorTest.c index dee392d3d..9f07eaea8 100644 --- a/tests/modules/crafting/weaponComponentSelectorTest.c +++ b/tests/modules/crafting/weaponComponentSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/crafting/weaponMaterialSelectorTest.c b/tests/modules/crafting/weaponMaterialSelectorTest.c index 106f9d7f2..843d81353 100644 --- a/tests/modules/crafting/weaponMaterialSelectorTest.c +++ b/tests/modules/crafting/weaponMaterialSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/crafting/weaponTypeSelectorTest.c b/tests/modules/crafting/weaponTypeSelectorTest.c index 39a16f9bf..bb3180689 100644 --- a/tests/modules/crafting/weaponTypeSelectorTest.c +++ b/tests/modules/crafting/weaponTypeSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/attributeSelectorTest.c b/tests/modules/creation/attributeSelectorTest.c index b16df2465..7fdbb335b 100644 --- a/tests/modules/creation/attributeSelectorTest.c +++ b/tests/modules/creation/attributeSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/combatSkillSelectorTest.c b/tests/modules/creation/combatSkillSelectorTest.c index 2deb1d738..3e7da2fd4 100644 --- a/tests/modules/creation/combatSkillSelectorTest.c +++ b/tests/modules/creation/combatSkillSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/genderSelectorTest.c b/tests/modules/creation/genderSelectorTest.c index 2b0ba81df..51adb227b 100644 --- a/tests/modules/creation/genderSelectorTest.c +++ b/tests/modules/creation/genderSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/hairSelectorTest.c b/tests/modules/creation/hairSelectorTest.c index 4f7d16701..7573f8d9f 100644 --- a/tests/modules/creation/hairSelectorTest.c +++ b/tests/modules/creation/hairSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/initializePlayerTest.c b/tests/modules/creation/initializePlayerTest.c index 09c5d1bd5..61becfb98 100644 --- a/tests/modules/creation/initializePlayerTest.c +++ b/tests/modules/creation/initializePlayerTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/personalityTraitSelectorTest.c b/tests/modules/creation/personalityTraitSelectorTest.c index 273cddc92..7218e7433 100644 --- a/tests/modules/creation/personalityTraitSelectorTest.c +++ b/tests/modules/creation/personalityTraitSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/raceSelectorTest.c b/tests/modules/creation/raceSelectorTest.c index ae86b2375..f3a8ef7bc 100644 --- a/tests/modules/creation/raceSelectorTest.c +++ b/tests/modules/creation/raceSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; @@ -449,11 +449,11 @@ void DescribeHumanDisplaysHumanDescription() { Selector->initiateSelector(User); Selector->applySelection("describe 11"); - ExpectEq("Humans are the most common race on Realms MUD. They don't have any\n" + ExpectEq("Humans are the most common race on RealmsMUD. They don't have any\n" "real preferences on where they live, except that they prefer tropical\n" "or temperate regions. They live in above ground dwellings, and tend\n" "to admire the elaborate, elegant architecture of the elves and dwarves.\n" - "Humans gain no advantages or disadvantages on Realms MUD, they are the\n" + "Humans gain no advantages or disadvantages on RealmsMUD, they are the\n" "happy medium... and they like it that way.\n\n" "The human race incurs the following in-game bonuses/penalties:\n" "\tStarting skill points: 14\n" diff --git a/tests/modules/creation/skillsSelectorTest.c b/tests/modules/creation/skillsSelectorTest.c index 5c7c8f8db..e9efaa4a1 100644 --- a/tests/modules/creation/skillsSelectorTest.c +++ b/tests/modules/creation/skillsSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/subraceSelectorTest.c b/tests/modules/creation/subraceSelectorTest.c index 5a9b0083f..f71ef650b 100644 --- a/tests/modules/creation/subraceSelectorTest.c +++ b/tests/modules/creation/subraceSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/creation/traitSelectorTest.c b/tests/modules/creation/traitSelectorTest.c index 952c10a4c..88557fd3f 100644 --- a/tests/modules/creation/traitSelectorTest.c +++ b/tests/modules/creation/traitSelectorTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/factionsTest.c b/tests/modules/factionsTest.c index 6ae7a96eb..6e93d1edb 100644 --- a/tests/modules/factionsTest.c +++ b/tests/modules/factionsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/guildTest.c b/tests/modules/guildTest.c index a6d0a47d0..32614fcc7 100644 --- a/tests/modules/guildTest.c +++ b/tests/modules/guildTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/inventoryTest.c b/tests/modules/inventoryTest.c index dbca1bc42..4c020deac 100644 --- a/tests/modules/inventoryTest.c +++ b/tests/modules/inventoryTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/materialAttributesTest.c b/tests/modules/materialAttributesTest.c index ad9e9c472..2693f6119 100644 --- a/tests/modules/materialAttributesTest.c +++ b/tests/modules/materialAttributesTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/movementTest.c b/tests/modules/movementTest.c index 4f8f8dad7..6b6e1fa8e 100644 --- a/tests/modules/movementTest.c +++ b/tests/modules/movementTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/partiesTest.c b/tests/modules/partiesTest.c index ec5fd9ff9..8f7d1455d 100644 --- a/tests/modules/partiesTest.c +++ b/tests/modules/partiesTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/questItemTest.c b/tests/modules/questItemTest.c index 05d1f9c16..8450c6ee9 100644 --- a/tests/modules/questItemTest.c +++ b/tests/modules/questItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/questsTest.c b/tests/modules/questsTest.c index d8addb89c..79f385358 100644 --- a/tests/modules/questsTest.c +++ b/tests/modules/questsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/racesTest.c b/tests/modules/racesTest.c index 0c8250ad7..bd67bfa5b 100644 --- a/tests/modules/racesTest.c +++ b/tests/modules/racesTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/activeResearchItemTest.c b/tests/modules/research/activeResearchItemTest.c index 5caff93b4..4a94dca10 100644 --- a/tests/modules/research/activeResearchItemTest.c +++ b/tests/modules/research/activeResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/effectModifierTest.c b/tests/modules/research/effectModifierTest.c index d804aeadf..182fe32e9 100644 --- a/tests/modules/research/effectModifierTest.c +++ b/tests/modules/research/effectModifierTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/instantaneousActiveResearchItemTest.c b/tests/modules/research/instantaneousActiveResearchItemTest.c index 3adf5d55b..9e1b90da8 100644 --- a/tests/modules/research/instantaneousActiveResearchItemTest.c +++ b/tests/modules/research/instantaneousActiveResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/instantaneousEffectTest.c b/tests/modules/research/instantaneousEffectTest.c index 507197cc6..61b95d89a 100644 --- a/tests/modules/research/instantaneousEffectTest.c +++ b/tests/modules/research/instantaneousEffectTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/instantaneousRitualResearchItemTest.c b/tests/modules/research/instantaneousRitualResearchItemTest.c index e4b1ec33c..9c64376a5 100644 --- a/tests/modules/research/instantaneousRitualResearchItemTest.c +++ b/tests/modules/research/instantaneousRitualResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/knowledgeResearchItemTest.c b/tests/modules/research/knowledgeResearchItemTest.c index 34ec80249..c814edd3e 100644 --- a/tests/modules/research/knowledgeResearchItemTest.c +++ b/tests/modules/research/knowledgeResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/passiveResearchItemTest.c b/tests/modules/research/passiveResearchItemTest.c index 6be47da0e..b9fd9a859 100644 --- a/tests/modules/research/passiveResearchItemTest.c +++ b/tests/modules/research/passiveResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/persistedActiveResearchItemTest.c b/tests/modules/research/persistedActiveResearchItemTest.c index e799c5b46..8e20efcc7 100644 --- a/tests/modules/research/persistedActiveResearchItemTest.c +++ b/tests/modules/research/persistedActiveResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/persistedRitualResearchItemTest.c b/tests/modules/research/persistedRitualResearchItemTest.c index c3f970010..70c38def1 100644 --- a/tests/modules/research/persistedRitualResearchItemTest.c +++ b/tests/modules/research/persistedRitualResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/researchItemTest.c b/tests/modules/research/researchItemTest.c index 2fb115cc9..2154acc05 100644 --- a/tests/modules/research/researchItemTest.c +++ b/tests/modules/research/researchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/researchTreeTest.c b/tests/modules/research/researchTreeTest.c index 4610cec48..74aee9b48 100644 --- a/tests/modules/research/researchTreeTest.c +++ b/tests/modules/research/researchTreeTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/ritualResearchItemTest.c b/tests/modules/research/ritualResearchItemTest.c index e535b1901..a01238ea5 100644 --- a/tests/modules/research/ritualResearchItemTest.c +++ b/tests/modules/research/ritualResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/research/sustainedResearchItemTest.c b/tests/modules/research/sustainedResearchItemTest.c index 155774c36..2be05f1c1 100644 --- a/tests/modules/research/sustainedResearchItemTest.c +++ b/tests/modules/research/sustainedResearchItemTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/researchChooserTest.c b/tests/modules/researchChooserTest.c index d7a2e3f0b..5e4900861 100644 --- a/tests/modules/researchChooserTest.c +++ b/tests/modules/researchChooserTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/researchTest.c b/tests/modules/researchTest.c index 76609e6aa..bf3e32bd8 100644 --- a/tests/modules/researchTest.c +++ b/tests/modules/researchTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/secure/dataAccessTest.c b/tests/modules/secure/dataAccessTest.c index a4d3bcf02..f961cdc59 100644 --- a/tests/modules/secure/dataAccessTest.c +++ b/tests/modules/secure/dataAccessTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/secure/fakeDatabase.c b/tests/modules/secure/fakeDatabase.c index 5a4df67aa..0679d64b1 100644 --- a/tests/modules/secure/fakeDatabase.c +++ b/tests/modules/secure/fakeDatabase.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/modules/secure/persistenceTest.c b/tests/modules/secure/persistenceTest.c index 99a13d0fa..5b7715e4d 100644 --- a/tests/modules/secure/persistenceTest.c +++ b/tests/modules/secure/persistenceTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/skillsTest.c b/tests/modules/skillsTest.c index a431c0604..1402f61e6 100644 --- a/tests/modules/skillsTest.c +++ b/tests/modules/skillsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/modules/traitsTest.c b/tests/modules/traitsTest.c index 6a1bf88ec..bbc1a60ae 100644 --- a/tests/modules/traitsTest.c +++ b/tests/modules/traitsTest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/framework/testFixture.c"; diff --git a/tests/support/conversations/commandObj.c b/tests/support/conversations/commandObj.c index 23f7855f1..0a35c62d7 100644 --- a/tests/support/conversations/commandObj.c +++ b/tests/support/conversations/commandObj.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/conversations/fakeConversation.c b/tests/support/conversations/fakeConversation.c index 3e9ea00e3..4d7a719b7 100644 --- a/tests/support/conversations/fakeConversation.c +++ b/tests/support/conversations/fakeConversation.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/conversations/baseConversation.c"; diff --git a/tests/support/conversations/secondConversation.c b/tests/support/conversations/secondConversation.c index 3cb6bee4a..c9fd5001c 100644 --- a/tests/support/conversations/secondConversation.c +++ b/tests/support/conversations/secondConversation.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/conversations/baseConversation.c"; diff --git a/tests/support/conversations/testConversation.c b/tests/support/conversations/testConversation.c index d689ce207..740dfb4bc 100644 --- a/tests/support/conversations/testConversation.c +++ b/tests/support/conversations/testConversation.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/modules/conversations/baseConversation.c"; diff --git a/tests/support/core/testStateMachine.c b/tests/support/core/testStateMachine.c index 25c4a1575..c8280a91d 100644 --- a/tests/support/core/testStateMachine.c +++ b/tests/support/core/testStateMachine.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/stateMachine.c"; diff --git a/tests/support/dictionaries/groups/mockGroup.c b/tests/support/dictionaries/groups/mockGroup.c index 7bfcb908e..911aaa111 100644 --- a/tests/support/dictionaries/groups/mockGroup.c +++ b/tests/support/dictionaries/groups/mockGroup.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/tests/support/environment/fakeBuilding.c b/tests/support/environment/fakeBuilding.c index 7d7f3fd08..15cbb0354 100644 --- a/tests/support/environment/fakeBuilding.c +++ b/tests/support/environment/fakeBuilding.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/tests/support/environment/fakeBuildingDuplicate.c b/tests/support/environment/fakeBuildingDuplicate.c index 7d7f3fd08..15cbb0354 100644 --- a/tests/support/environment/fakeBuildingDuplicate.c +++ b/tests/support/environment/fakeBuildingDuplicate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/buildings/baseBuilding.c"; diff --git a/tests/support/environment/fakeChest.c b/tests/support/environment/fakeChest.c index 2488e58b2..f33193de0 100644 --- a/tests/support/environment/fakeChest.c +++ b/tests/support/environment/fakeChest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseContainer.c"; diff --git a/tests/support/environment/fakeCombatRoom.c b/tests/support/environment/fakeCombatRoom.c index 7e5398c0c..57e29dda7 100644 --- a/tests/support/environment/fakeCombatRoom.c +++ b/tests/support/environment/fakeCombatRoom.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environment.c"; diff --git a/tests/support/environment/fakeEnvironment.c b/tests/support/environment/fakeEnvironment.c index 29e490d36..b62e6e6f9 100644 --- a/tests/support/environment/fakeEnvironment.c +++ b/tests/support/environment/fakeEnvironment.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environment.c"; diff --git a/tests/support/environment/fakeFeature.c b/tests/support/environment/fakeFeature.c index 089ff08fc..44bcfb6df 100644 --- a/tests/support/environment/fakeFeature.c +++ b/tests/support/environment/fakeFeature.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; diff --git a/tests/support/environment/fakeFeatureDuplicate.c b/tests/support/environment/fakeFeatureDuplicate.c index 089ff08fc..44bcfb6df 100644 --- a/tests/support/environment/fakeFeatureDuplicate.c +++ b/tests/support/environment/fakeFeatureDuplicate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; diff --git a/tests/support/environment/fakeInterior.c b/tests/support/environment/fakeInterior.c index 7346ba73a..3b878ca27 100644 --- a/tests/support/environment/fakeInterior.c +++ b/tests/support/environment/fakeInterior.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; diff --git a/tests/support/environment/fakeInteriorDuplicate.c b/tests/support/environment/fakeInteriorDuplicate.c index 7346ba73a..3b878ca27 100644 --- a/tests/support/environment/fakeInteriorDuplicate.c +++ b/tests/support/environment/fakeInteriorDuplicate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/interiors/baseInterior.c"; diff --git a/tests/support/environment/fakeInteriorFeature.c b/tests/support/environment/fakeInteriorFeature.c index 1771d2e80..7f0d69172 100644 --- a/tests/support/environment/fakeInteriorFeature.c +++ b/tests/support/environment/fakeInteriorFeature.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; diff --git a/tests/support/environment/fakeItem.c b/tests/support/environment/fakeItem.c index 6b1260467..30e3948d9 100644 --- a/tests/support/environment/fakeItem.c +++ b/tests/support/environment/fakeItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; diff --git a/tests/support/environment/fakeItemDuplicate.c b/tests/support/environment/fakeItemDuplicate.c index 6b1260467..30e3948d9 100644 --- a/tests/support/environment/fakeItemDuplicate.c +++ b/tests/support/environment/fakeItemDuplicate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseItem.c"; diff --git a/tests/support/environment/fakeLightSource.c b/tests/support/environment/fakeLightSource.c index 2c9c7edd0..5c07302d0 100644 --- a/tests/support/environment/fakeLightSource.c +++ b/tests/support/environment/fakeLightSource.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseContainer.c"; diff --git a/tests/support/environment/fakeShop.c b/tests/support/environment/fakeShop.c index 85eb442b1..f89379bed 100644 --- a/tests/support/environment/fakeShop.c +++ b/tests/support/environment/fakeShop.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environment.c"; diff --git a/tests/support/environment/fakeSimpleFeature.c b/tests/support/environment/fakeSimpleFeature.c index f8003666b..ce32535be 100644 --- a/tests/support/environment/fakeSimpleFeature.c +++ b/tests/support/environment/fakeSimpleFeature.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/features/baseFeature.c"; diff --git a/tests/support/environment/fakeTerrain.c b/tests/support/environment/fakeTerrain.c index db0990629..bad1112e1 100644 --- a/tests/support/environment/fakeTerrain.c +++ b/tests/support/environment/fakeTerrain.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; diff --git a/tests/support/environment/fakeTerrainDuplicate.c b/tests/support/environment/fakeTerrainDuplicate.c index db0990629..bad1112e1 100644 --- a/tests/support/environment/fakeTerrainDuplicate.c +++ b/tests/support/environment/fakeTerrainDuplicate.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/terrain/baseTerrain.c"; diff --git a/tests/support/environment/fromLocation.c b/tests/support/environment/fromLocation.c index 3c806b86f..730611e29 100644 --- a/tests/support/environment/fromLocation.c +++ b/tests/support/environment/fromLocation.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/support/environment/mockMoveEnvironment.c"; \ No newline at end of file diff --git a/tests/support/environment/mockMoveEnvironment.c b/tests/support/environment/mockMoveEnvironment.c index 7ebabfd9f..0e7bf4ed8 100644 --- a/tests/support/environment/mockMoveEnvironment.c +++ b/tests/support/environment/mockMoveEnvironment.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environment.c"; diff --git a/tests/support/environment/testEnvironment.c b/tests/support/environment/testEnvironment.c index ab9132bc6..35dce3b94 100644 --- a/tests/support/environment/testEnvironment.c +++ b/tests/support/environment/testEnvironment.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/environment.c"; diff --git a/tests/support/environment/testLightSource.c b/tests/support/environment/testLightSource.c index 4f6845b52..8af3d9c54 100644 --- a/tests/support/environment/testLightSource.c +++ b/tests/support/environment/testLightSource.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/environment/items/baseContainer.c"; diff --git a/tests/support/environment/toLocation.c b/tests/support/environment/toLocation.c index 3c806b86f..730611e29 100644 --- a/tests/support/environment/toLocation.c +++ b/tests/support/environment/toLocation.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/tests/support/environment/mockMoveEnvironment.c"; \ No newline at end of file diff --git a/tests/support/events/conversationSubscriber.c b/tests/support/events/conversationSubscriber.c index 1705091dd..10f2e6135 100644 --- a/tests/support/events/conversationSubscriber.c +++ b/tests/support/events/conversationSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/customEventSubscriber.c b/tests/support/events/customEventSubscriber.c index 9cd3cf02c..a10d3b738 100644 --- a/tests/support/events/customEventSubscriber.c +++ b/tests/support/events/customEventSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/killEventSubscriber.c b/tests/support/events/killEventSubscriber.c index 053ff755f..8a78e3ea0 100644 --- a/tests/support/events/killEventSubscriber.c +++ b/tests/support/events/killEventSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/mockBiologicalSubscriber.c b/tests/support/events/mockBiologicalSubscriber.c index c2e7c1b11..83aef16ef 100644 --- a/tests/support/events/mockBiologicalSubscriber.c +++ b/tests/support/events/mockBiologicalSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/mockEventSubscriber.c b/tests/support/events/mockEventSubscriber.c index e359d2ca8..b0d87792b 100644 --- a/tests/support/events/mockEventSubscriber.c +++ b/tests/support/events/mockEventSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onAttackSubscriber.c b/tests/support/events/onAttackSubscriber.c index ee7dd7cb6..4a6e979fd 100644 --- a/tests/support/events/onAttackSubscriber.c +++ b/tests/support/events/onAttackSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onAttackedSubscriber.c b/tests/support/events/onAttackedSubscriber.c index 76d77ff45..1b243ad9c 100644 --- a/tests/support/events/onAttackedSubscriber.c +++ b/tests/support/events/onAttackedSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onDeathSubscriber.c b/tests/support/events/onDeathSubscriber.c index 8695a6160..495347052 100644 --- a/tests/support/events/onDeathSubscriber.c +++ b/tests/support/events/onDeathSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onResearchChoiceAvailableSubscriber.c b/tests/support/events/onResearchChoiceAvailableSubscriber.c index d1e237eda..c863549b3 100644 --- a/tests/support/events/onResearchChoiceAvailableSubscriber.c +++ b/tests/support/events/onResearchChoiceAvailableSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onRunAwaySubscriber.c b/tests/support/events/onRunAwaySubscriber.c index 884f24a10..5d4219c5e 100644 --- a/tests/support/events/onRunAwaySubscriber.c +++ b/tests/support/events/onRunAwaySubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onSelectorCompletedEventSubscriber.c b/tests/support/events/onSelectorCompletedEventSubscriber.c index 1812b53c1..da4ca2d2c 100644 --- a/tests/support/events/onSelectorCompletedEventSubscriber.c +++ b/tests/support/events/onSelectorCompletedEventSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onSkillPointsIncreasedSubscriber.c b/tests/support/events/onSkillPointsIncreasedSubscriber.c index fc34d3d11..c1ec2f6b7 100644 --- a/tests/support/events/onSkillPointsIncreasedSubscriber.c +++ b/tests/support/events/onSkillPointsIncreasedSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/onSkillPointsUsedSubscriber.c b/tests/support/events/onSkillPointsUsedSubscriber.c index 598bd6d2e..7d78e489a 100644 --- a/tests/support/events/onSkillPointsUsedSubscriber.c +++ b/tests/support/events/onSkillPointsUsedSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/questEventsSubscriber.c b/tests/support/events/questEventsSubscriber.c index f0462da7c..7f4b3eaad 100644 --- a/tests/support/events/questEventsSubscriber.c +++ b/tests/support/events/questEventsSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/events/traitEventSubscriber.c b/tests/support/events/traitEventSubscriber.c index 352ea8426..4b71220a5 100644 --- a/tests/support/events/traitEventSubscriber.c +++ b/tests/support/events/traitEventSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/factions/anotherFaction.c b/tests/support/factions/anotherFaction.c index c924579cd..88ffceb93 100644 --- a/tests/support/factions/anotherFaction.c +++ b/tests/support/factions/anotherFaction.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/factions/baseFaction.c"; \ No newline at end of file diff --git a/tests/support/factions/badGuys.c b/tests/support/factions/badGuys.c index c924579cd..88ffceb93 100644 --- a/tests/support/factions/badGuys.c +++ b/tests/support/factions/badGuys.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/factions/baseFaction.c"; \ No newline at end of file diff --git a/tests/support/factions/goodGuys.c b/tests/support/factions/goodGuys.c index 180fa008c..0e5c37295 100644 --- a/tests/support/factions/goodGuys.c +++ b/tests/support/factions/goodGuys.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/factions/baseFaction.c"; diff --git a/tests/support/factions/testFaction.c b/tests/support/factions/testFaction.c index c924579cd..88ffceb93 100644 --- a/tests/support/factions/testFaction.c +++ b/tests/support/factions/testFaction.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/factions/baseFaction.c"; \ No newline at end of file diff --git a/tests/support/groupInInvalidLocation.c b/tests/support/groupInInvalidLocation.c index 7bfcb908e..911aaa111 100644 --- a/tests/support/groupInInvalidLocation.c +++ b/tests/support/groupInInvalidLocation.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/dictionaries/groups/baseGroup.c"; diff --git a/tests/support/guilds/fakeGuild.c b/tests/support/guilds/fakeGuild.c index 9c1ad1fbd..a6015cd3b 100644 --- a/tests/support/guilds/fakeGuild.c +++ b/tests/support/guilds/fakeGuild.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/guilds/baseGuild.c"; diff --git a/tests/support/guilds/fighterGuild.c b/tests/support/guilds/fighterGuild.c index 390b57cc1..0fe8804d1 100644 --- a/tests/support/guilds/fighterGuild.c +++ b/tests/support/guilds/fighterGuild.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/guilds/baseGuild.c"; diff --git a/tests/support/guilds/guildEventsSubscriber.c b/tests/support/guilds/guildEventsSubscriber.c index 376ac354a..d6af1f92b 100644 --- a/tests/support/guilds/guildEventsSubscriber.c +++ b/tests/support/guilds/guildEventsSubscriber.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/guilds/mageGuild.c b/tests/support/guilds/mageGuild.c index 9ce091d1e..52fc9ad84 100644 --- a/tests/support/guilds/mageGuild.c +++ b/tests/support/guilds/mageGuild.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/guilds/baseGuild.c"; diff --git a/tests/support/guilds/testGuild.c b/tests/support/guilds/testGuild.c index 17cd95ede..6a5d2ccae 100644 --- a/tests/support/guilds/testGuild.c +++ b/tests/support/guilds/testGuild.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/guilds/baseGuild.c"; diff --git a/tests/support/guilds/testGuildItem.c b/tests/support/guilds/testGuildItem.c index a3a9d25b4..2b0c77769 100644 --- a/tests/support/guilds/testGuildItem.c +++ b/tests/support/guilds/testGuildItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/guilds/testGuildResearchTree.c b/tests/support/guilds/testGuildResearchTree.c index 48d869d79..749f8a032 100644 --- a/tests/support/guilds/testGuildResearchTree.c +++ b/tests/support/guilds/testGuildResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/tests/support/guilds/testGuildTreeRoot.c b/tests/support/guilds/testGuildTreeRoot.c index 26f3872b6..1c8b9632c 100644 --- a/tests/support/guilds/testGuildTreeRoot.c +++ b/tests/support/guilds/testGuildTreeRoot.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/items/mockArmorWithEvents.c b/tests/support/items/mockArmorWithEvents.c index 8e04352d2..c5ef2d9a2 100644 --- a/tests/support/items/mockArmorWithEvents.c +++ b/tests/support/items/mockArmorWithEvents.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/armor.c"; diff --git a/tests/support/items/mockModifierObjWithEvents.c b/tests/support/items/mockModifierObjWithEvents.c index a70a406cd..779054a1f 100644 --- a/tests/support/items/mockModifierObjWithEvents.c +++ b/tests/support/items/mockModifierObjWithEvents.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/items/modifierObject.c"; diff --git a/tests/support/items/testContainer.c b/tests/support/items/testContainer.c index 37972c03e..8d26abd5a 100644 --- a/tests/support/items/testContainer.c +++ b/tests/support/items/testContainer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/container.c"; diff --git a/tests/support/items/testSword.c b/tests/support/items/testSword.c index 92f36392e..2012fbac8 100644 --- a/tests/support/items/testSword.c +++ b/tests/support/items/testSword.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/items/weapon.c"; diff --git a/tests/support/quests/anotherQuest.c b/tests/support/quests/anotherQuest.c index 53d412571..45da96747 100644 --- a/tests/support/quests/anotherQuest.c +++ b/tests/support/quests/anotherQuest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/quests/questItem.c"; diff --git a/tests/support/quests/fakeQuestItem.c b/tests/support/quests/fakeQuestItem.c index 14119aea3..d976410d6 100644 --- a/tests/support/quests/fakeQuestItem.c +++ b/tests/support/quests/fakeQuestItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/quests/questItem.c"; diff --git a/tests/support/quests/mockQuest.c b/tests/support/quests/mockQuest.c index cd10011f0..03694c219 100644 --- a/tests/support/quests/mockQuest.c +++ b/tests/support/quests/mockQuest.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/quests/questItem.c"; diff --git a/tests/support/quests/someEventHandler.c b/tests/support/quests/someEventHandler.c index 25df7c523..de40c061d 100644 --- a/tests/support/quests/someEventHandler.c +++ b/tests/support/quests/someEventHandler.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/quests/testKingObject.c b/tests/support/quests/testKingObject.c index 75495332e..969ef653f 100644 --- a/tests/support/quests/testKingObject.c +++ b/tests/support/quests/testKingObject.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/realizations/npc.c"; diff --git a/tests/support/quests/testQuestItem.c b/tests/support/quests/testQuestItem.c index 8d69dba17..ceca0ee98 100644 --- a/tests/support/quests/testQuestItem.c +++ b/tests/support/quests/testQuestItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/quests/questItem.c"; diff --git a/tests/support/research/itemWithModifier.c b/tests/support/research/itemWithModifier.c index 60c5919dd..c37f53135 100644 --- a/tests/support/research/itemWithModifier.c +++ b/tests/support/research/itemWithModifier.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/instantaneousActiveResearchItem.c"; diff --git a/tests/support/research/prerequisiteItem.c b/tests/support/research/prerequisiteItem.c index dd79b80cf..fcc336dd4 100644 --- a/tests/support/research/prerequisiteItem.c +++ b/tests/support/research/prerequisiteItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/prerequisites.c"; diff --git a/tests/support/research/secondGrantedResearchItem.c b/tests/support/research/secondGrantedResearchItem.c index 8fe3d2d21..424999e24 100644 --- a/tests/support/research/secondGrantedResearchItem.c +++ b/tests/support/research/secondGrantedResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testActiveResearchItem.c b/tests/support/research/testActiveResearchItem.c index e8f0b64d3..f608cd196 100644 --- a/tests/support/research/testActiveResearchItem.c +++ b/tests/support/research/testActiveResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/activeResearchItem.c"; diff --git a/tests/support/research/testDeepResearchTree.c b/tests/support/research/testDeepResearchTree.c index 3889202d1..af771a033 100644 --- a/tests/support/research/testDeepResearchTree.c +++ b/tests/support/research/testDeepResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/tests/support/research/testEffectModifier.c b/tests/support/research/testEffectModifier.c index 4b2eb1608..b748187b0 100644 --- a/tests/support/research/testEffectModifier.c +++ b/tests/support/research/testEffectModifier.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/effectModifier.c"; diff --git a/tests/support/research/testGrantedResearchItem.c b/tests/support/research/testGrantedResearchItem.c index 1272a8583..75dbfb100 100644 --- a/tests/support/research/testGrantedResearchItem.c +++ b/tests/support/research/testGrantedResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testInstantaneousActiveResearchItem.c b/tests/support/research/testInstantaneousActiveResearchItem.c index 2d3a948ca..7f6ceaa39 100644 --- a/tests/support/research/testInstantaneousActiveResearchItem.c +++ b/tests/support/research/testInstantaneousActiveResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/instantaneousActiveResearchItem.c"; diff --git a/tests/support/research/testInstantaneousEffect.c b/tests/support/research/testInstantaneousEffect.c index 8942ee31b..28ed99ea9 100644 --- a/tests/support/research/testInstantaneousEffect.c +++ b/tests/support/research/testInstantaneousEffect.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/instantaneousEffect.c"; diff --git a/tests/support/research/testInstantaneousRitualResearchItem.c b/tests/support/research/testInstantaneousRitualResearchItem.c index 16cb3bf4b..13b8447f4 100644 --- a/tests/support/research/testInstantaneousRitualResearchItem.c +++ b/tests/support/research/testInstantaneousRitualResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/instantaneousRitualResearchItem.c"; diff --git a/tests/support/research/testLimitedActiveResearchItem.c b/tests/support/research/testLimitedActiveResearchItem.c index 17d2cf7af..ffdd70514 100644 --- a/tests/support/research/testLimitedActiveResearchItem.c +++ b/tests/support/research/testLimitedActiveResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/instantaneousActiveResearchItem.c"; diff --git a/tests/support/research/testLimitedByIntoxResearchItem.c b/tests/support/research/testLimitedByIntoxResearchItem.c index d1c7fa392..65750a96e 100644 --- a/tests/support/research/testLimitedByIntoxResearchItem.c +++ b/tests/support/research/testLimitedByIntoxResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testLimitedByOpponentResearchItem.c b/tests/support/research/testLimitedByOpponentResearchItem.c index e97fb68e0..86a216dff 100644 --- a/tests/support/research/testLimitedByOpponentResearchItem.c +++ b/tests/support/research/testLimitedByOpponentResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testPassiveResearchItem.c b/tests/support/research/testPassiveResearchItem.c index 33b92bcdb..c54ed0d2a 100644 --- a/tests/support/research/testPassiveResearchItem.c +++ b/tests/support/research/testPassiveResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testPersistedActiveResearchItem.c b/tests/support/research/testPersistedActiveResearchItem.c index d4ce80a53..d19d21980 100644 --- a/tests/support/research/testPersistedActiveResearchItem.c +++ b/tests/support/research/testPersistedActiveResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/persistedActiveResearchItem.c"; diff --git a/tests/support/research/testPersistedActiveTraitResearch.c b/tests/support/research/testPersistedActiveTraitResearch.c index abf2e31a9..ec7591af1 100644 --- a/tests/support/research/testPersistedActiveTraitResearch.c +++ b/tests/support/research/testPersistedActiveTraitResearch.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/persistedActiveResearchItem.c"; diff --git a/tests/support/research/testPersistedRitualResearchItem.c b/tests/support/research/testPersistedRitualResearchItem.c index 379f56820..7af52ab57 100644 --- a/tests/support/research/testPersistedRitualResearchItem.c +++ b/tests/support/research/testPersistedRitualResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/persistedRitualResearchItem.c"; diff --git a/tests/support/research/testPointsResearchItem.c b/tests/support/research/testPointsResearchItem.c index 947329bba..a60d4a36c 100644 --- a/tests/support/research/testPointsResearchItem.c +++ b/tests/support/research/testPointsResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchA.c b/tests/support/research/testResearchA.c index a850db782..3d57f4509 100644 --- a/tests/support/research/testResearchA.c +++ b/tests/support/research/testResearchA.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchB.c b/tests/support/research/testResearchB.c index 4c38799f1..6632df685 100644 --- a/tests/support/research/testResearchB.c +++ b/tests/support/research/testResearchB.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchC.c b/tests/support/research/testResearchC.c index 6df17fad6..1319e7386 100644 --- a/tests/support/research/testResearchC.c +++ b/tests/support/research/testResearchC.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchD.c b/tests/support/research/testResearchD.c index 4668dad87..49de3df87 100644 --- a/tests/support/research/testResearchD.c +++ b/tests/support/research/testResearchD.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchE.c b/tests/support/research/testResearchE.c index f4c608781..16a04b8f1 100644 --- a/tests/support/research/testResearchE.c +++ b/tests/support/research/testResearchE.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchF.c b/tests/support/research/testResearchF.c index c29d78cee..030ec5002 100644 --- a/tests/support/research/testResearchF.c +++ b/tests/support/research/testResearchF.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchG.c b/tests/support/research/testResearchG.c index af7e6727d..3eb7f2ba8 100644 --- a/tests/support/research/testResearchG.c +++ b/tests/support/research/testResearchG.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/research/testResearchItem.c b/tests/support/research/testResearchItem.c index d8743f569..8ad393620 100644 --- a/tests/support/research/testResearchItem.c +++ b/tests/support/research/testResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchItem.c"; diff --git a/tests/support/research/testResearchItemWithPrerequisite.c b/tests/support/research/testResearchItemWithPrerequisite.c index 08bbdf006..8e8ac230f 100644 --- a/tests/support/research/testResearchItemWithPrerequisite.c +++ b/tests/support/research/testResearchItemWithPrerequisite.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/activeResearchItem.c"; diff --git a/tests/support/research/testResearchTree.c b/tests/support/research/testResearchTree.c index 3ff0a174a..95007aae2 100644 --- a/tests/support/research/testResearchTree.c +++ b/tests/support/research/testResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/tests/support/research/testResearchTreeNoPrerequisites.c b/tests/support/research/testResearchTreeNoPrerequisites.c index 2c363c767..6bb709234 100644 --- a/tests/support/research/testResearchTreeNoPrerequisites.c +++ b/tests/support/research/testResearchTreeNoPrerequisites.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/tests/support/research/testRitualResearchItem.c b/tests/support/research/testRitualResearchItem.c index f3ba9c31f..3c03980f4 100644 --- a/tests/support/research/testRitualResearchItem.c +++ b/tests/support/research/testRitualResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/ritualResearchItem.c"; diff --git a/tests/support/research/testSecondResearchTree.c b/tests/support/research/testSecondResearchTree.c index 7327ab3de..48877e0fd 100644 --- a/tests/support/research/testSecondResearchTree.c +++ b/tests/support/research/testSecondResearchTree.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/researchTree.c"; diff --git a/tests/support/research/testSpecification.c b/tests/support/research/testSpecification.c index f9e278709..304d46b84 100644 --- a/tests/support/research/testSpecification.c +++ b/tests/support/research/testSpecification.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/core/specification.c"; diff --git a/tests/support/research/testSustainedResearchItem.c b/tests/support/research/testSustainedResearchItem.c index 399ad9ba8..2f4f14fa9 100644 --- a/tests/support/research/testSustainedResearchItem.c +++ b/tests/support/research/testSustainedResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/sustainedResearchItem.c"; diff --git a/tests/support/research/testSustainedTraitResearch.c b/tests/support/research/testSustainedTraitResearch.c index 2e0b614fc..3e198968f 100644 --- a/tests/support/research/testSustainedTraitResearch.c +++ b/tests/support/research/testSustainedTraitResearch.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/sustainedResearchItem.c"; diff --git a/tests/support/research/testTimedResearchItem.c b/tests/support/research/testTimedResearchItem.c index dd7be70ab..2d2427fd1 100644 --- a/tests/support/research/testTimedResearchItem.c +++ b/tests/support/research/testTimedResearchItem.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/sustainedResearchItem.c"; diff --git a/tests/support/research/testTreeRoot.c b/tests/support/research/testTreeRoot.c index 07f20634a..1c3eac88e 100644 --- a/tests/support/research/testTreeRoot.c +++ b/tests/support/research/testTreeRoot.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/research/passiveResearchItem.c"; diff --git a/tests/support/services/catchShadow.c b/tests/support/services/catchShadow.c index a7973ea6f..0acf83254 100644 --- a/tests/support/services/catchShadow.c +++ b/tests/support/services/catchShadow.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** diff --git a/tests/support/services/combatWithMockServices.c b/tests/support/services/combatWithMockServices.c index 50c05f4cd..ff06846e2 100644 --- a/tests/support/services/combatWithMockServices.c +++ b/tests/support/services/combatWithMockServices.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/events.c"; diff --git a/tests/support/services/mockBackgroundModule.c b/tests/support/services/mockBackgroundModule.c index 212ebb9bb..48f7cc7c3 100644 --- a/tests/support/services/mockBackgroundModule.c +++ b/tests/support/services/mockBackgroundModule.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/tests/support/services/mockBiologicalModule.c b/tests/support/services/mockBiologicalModule.c index b493e501b..e9132917c 100644 --- a/tests/support/services/mockBiologicalModule.c +++ b/tests/support/services/mockBiologicalModule.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/tests/support/services/mockFactionModule.c b/tests/support/services/mockFactionModule.c index 362842c17..adcd0c6ae 100644 --- a/tests/support/services/mockFactionModule.c +++ b/tests/support/services/mockFactionModule.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/tests/support/services/mockGuildsModule.c b/tests/support/services/mockGuildsModule.c index bbb25bcb1..68840b179 100644 --- a/tests/support/services/mockGuildsModule.c +++ b/tests/support/services/mockGuildsModule.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/tests/support/services/mockNPC.c b/tests/support/services/mockNPC.c index 97567c126..ba68e3058 100644 --- a/tests/support/services/mockNPC.c +++ b/tests/support/services/mockNPC.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/npc.c"; diff --git a/tests/support/services/mockPlayer.c b/tests/support/services/mockPlayer.c index a90e5f8dc..a028912c9 100644 --- a/tests/support/services/mockPlayer.c +++ b/tests/support/services/mockPlayer.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/player.c"; diff --git a/tests/support/services/mockQuestModule.c b/tests/support/services/mockQuestModule.c index 82f7a503f..c56a4ddaa 100644 --- a/tests/support/services/mockQuestModule.c +++ b/tests/support/services/mockQuestModule.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/tests/support/services/mockResearchModule.c b/tests/support/services/mockResearchModule.c index 61780287f..90562f51a 100644 --- a/tests/support/services/mockResearchModule.c +++ b/tests/support/services/mockResearchModule.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/tests/support/services/mockTraitsModule.c b/tests/support/services/mockTraitsModule.c index e72477541..6ede0ce47 100644 --- a/tests/support/services/mockTraitsModule.c +++ b/tests/support/services/mockTraitsModule.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/thing"; diff --git a/tests/support/services/mockUserWithInventory.c b/tests/support/services/mockUserWithInventory.c index a1b7bb0be..897c56ce7 100644 --- a/tests/support/services/mockUserWithInventory.c +++ b/tests/support/services/mockUserWithInventory.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/player.c"; diff --git a/tests/support/services/mockWizard.c b/tests/support/services/mockWizard.c index 4022d2353..b3a3a772c 100644 --- a/tests/support/services/mockWizard.c +++ b/tests/support/services/mockWizard.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/wizard.c"; diff --git a/tests/support/services/researchWithMockServices.c b/tests/support/services/researchWithMockServices.c index 7c5e4ed47..d8584e8cb 100644 --- a/tests/support/services/researchWithMockServices.c +++ b/tests/support/services/researchWithMockServices.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/core/events.c"; diff --git a/tests/support/services/skillsWithMockServices.c b/tests/support/services/skillsWithMockServices.c index 123013890..3df404ae4 100644 --- a/tests/support/services/skillsWithMockServices.c +++ b/tests/support/services/skillsWithMockServices.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "/lib/realizations/realization.c"; diff --git a/tests/support/traits/testDarkvisionTrait.c b/tests/support/traits/testDarkvisionTrait.c index 43f79326b..f67c76ca2 100644 --- a/tests/support/traits/testDarkvisionTrait.c +++ b/tests/support/traits/testDarkvisionTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testEtherealTrait.c b/tests/support/traits/testEtherealTrait.c index d01329050..26f71567a 100644 --- a/tests/support/traits/testEtherealTrait.c +++ b/tests/support/traits/testEtherealTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testGeneticTrait.c b/tests/support/traits/testGeneticTrait.c index 96e20d045..3cf061b48 100644 --- a/tests/support/traits/testGeneticTrait.c +++ b/tests/support/traits/testGeneticTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testGuildTrait.c b/tests/support/traits/testGuildTrait.c index cc3e13b12..6c2e19ec8 100644 --- a/tests/support/traits/testGuildTrait.c +++ b/tests/support/traits/testGuildTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testHealthTrait.c b/tests/support/traits/testHealthTrait.c index 1a89a1437..92287c446 100644 --- a/tests/support/traits/testHealthTrait.c +++ b/tests/support/traits/testHealthTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testInfravisionTrait.c b/tests/support/traits/testInfravisionTrait.c index b7fed5ced..64e4fd58d 100644 --- a/tests/support/traits/testInfravisionTrait.c +++ b/tests/support/traits/testInfravisionTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testInvalidPersistedTrait.c b/tests/support/traits/testInvalidPersistedTrait.c index 1ea64c90b..e233ee4f8 100644 --- a/tests/support/traits/testInvalidPersistedTrait.c +++ b/tests/support/traits/testInvalidPersistedTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testLimitedByEquipmentTrait.c b/tests/support/traits/testLimitedByEquipmentTrait.c index 62abfddad..3af0d2b6d 100644 --- a/tests/support/traits/testLimitedByEquipmentTrait.c +++ b/tests/support/traits/testLimitedByEquipmentTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testLimitedByNearDeathTrait.c b/tests/support/traits/testLimitedByNearDeathTrait.c index efb84f4a2..888bd47a8 100644 --- a/tests/support/traits/testLimitedByNearDeathTrait.c +++ b/tests/support/traits/testLimitedByNearDeathTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testLimitedByOpponentTrait.c b/tests/support/traits/testLimitedByOpponentTrait.c index 8b9ac601a..afb1ace75 100644 --- a/tests/support/traits/testLimitedByOpponentTrait.c +++ b/tests/support/traits/testLimitedByOpponentTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testNoOpposingRootTrait.c b/tests/support/traits/testNoOpposingRootTrait.c index f8997d2af..d1d3e979f 100644 --- a/tests/support/traits/testNoOpposingRootTrait.c +++ b/tests/support/traits/testNoOpposingRootTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testPersonalityTrait.c b/tests/support/traits/testPersonalityTrait.c index db5158284..cdd651ffb 100644 --- a/tests/support/traits/testPersonalityTrait.c +++ b/tests/support/traits/testPersonalityTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testPersonalityTrait2.c b/tests/support/traits/testPersonalityTrait2.c index 8764b02f8..1852a84bf 100644 --- a/tests/support/traits/testPersonalityTrait2.c +++ b/tests/support/traits/testPersonalityTrait2.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testProfessionalTrait.c b/tests/support/traits/testProfessionalTrait.c index 819b56926..c3a64aa64 100644 --- a/tests/support/traits/testProfessionalTrait.c +++ b/tests/support/traits/testProfessionalTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTrait.c b/tests/support/traits/testTrait.c index e22b5ffcc..b435bae7d 100644 --- a/tests/support/traits/testTrait.c +++ b/tests/support/traits/testTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTraitForSustainedResearch.c b/tests/support/traits/testTraitForSustainedResearch.c index f83a78019..0c87f8fb9 100644 --- a/tests/support/traits/testTraitForSustainedResearch.c +++ b/tests/support/traits/testTraitForSustainedResearch.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTraitOnlyOpinion.c b/tests/support/traits/testTraitOnlyOpinion.c index 14fe77609..a1272e2b8 100644 --- a/tests/support/traits/testTraitOnlyOpinion.c +++ b/tests/support/traits/testTraitOnlyOpinion.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTraitWithDuration.c b/tests/support/traits/testTraitWithDuration.c index 5b90021a1..783a5f366 100644 --- a/tests/support/traits/testTraitWithDuration.c +++ b/tests/support/traits/testTraitWithDuration.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTraitWithPrerequisites.c b/tests/support/traits/testTraitWithPrerequisites.c index 3fc15214f..43a5381c1 100644 --- a/tests/support/traits/testTraitWithPrerequisites.c +++ b/tests/support/traits/testTraitWithPrerequisites.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTraitWithResearchNoPrerequisites.c b/tests/support/traits/testTraitWithResearchNoPrerequisites.c index cff378cc8..288383d9c 100644 --- a/tests/support/traits/testTraitWithResearchNoPrerequisites.c +++ b/tests/support/traits/testTraitWithResearchNoPrerequisites.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTraitWithResearchThatHasPrerequisites.c b/tests/support/traits/testTraitWithResearchThatHasPrerequisites.c index 9dc75f1c4..9211998d6 100644 --- a/tests/support/traits/testTraitWithResearchThatHasPrerequisites.c +++ b/tests/support/traits/testTraitWithResearchThatHasPrerequisites.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testTraitWithoutResearch.c b/tests/support/traits/testTraitWithoutResearch.c index c8f84d06d..01f8bc72a 100644 --- a/tests/support/traits/testTraitWithoutResearch.c +++ b/tests/support/traits/testTraitWithoutResearch.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c"; diff --git a/tests/support/traits/testUndeadTrait.c b/tests/support/traits/testUndeadTrait.c index ef5979b4e..9ea2a6da2 100644 --- a/tests/support/traits/testUndeadTrait.c +++ b/tests/support/traits/testUndeadTrait.c @@ -1,5 +1,5 @@ //***************************************************************************** -// Copyright (c) 2018 - Allen Cummings, Realms MUD, All rights reserved. See +// Copyright (c) 2018 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/modules/traits/baseTrait.c";