From 380ca108124839a62eee2e04bbbb73ba4cdd519a Mon Sep 17 00:00:00 2001 From: Peter Nordquist Date: Sat, 16 Sep 2017 22:01:01 -0700 Subject: [PATCH] Fixed special characters to be valid UTF-8 characters --- .../pnnl/prosser/api/AbstractSimulator.java | 60 ++++++++--------- .../java/gov/pnnl/prosser/api/Experiment.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ExperimentMain.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/FncsSimulator.java | 60 ++++++++--------- .../pnnl/prosser/api/FncsSimulatorWriter.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/GldSimulator.java | 60 ++++++++--------- .../pnnl/prosser/api/GldSimulatorWriter.java | 60 ++++++++--------- .../pnnl/prosser/api/HeatTemplateWriter.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/NetworkCapable.java | 60 ++++++++--------- .../pnnl/prosser/api/Ns3ExperimentMain.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/Ns3Simulator.java | 60 ++++++++--------- .../pnnl/prosser/api/Ns3SimulatorWriter.java | 60 ++++++++--------- .../pnnl/prosser/api/ThirdPartySimulator.java | 60 ++++++++--------- .../api/ThirdPartySimulatorWriter.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/c/obj/Pointer.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/c/obj/StringMap.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/c/obj/Vector.java | 60 ++++++++--------- .../pnnl/prosser/api/c/obj/package-info.java | 60 ++++++++--------- .../java/gov/pnnl/prosser/api/fncs/Fncs.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/fncs/FncsIface.java | 60 ++++++++--------- .../pnnl/prosser/api/fncs/FncsSimType.java | 60 ++++++++--------- .../pnnl/prosser/api/fncs/FncsSyncAlgo.java | 60 ++++++++--------- .../pnnl/prosser/api/fncs/FncsTimeMetric.java | 60 ++++++++--------- .../pnnl/prosser/api/fncs/Subscription.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/fncs/SyncParams.java | 60 ++++++++--------- .../pnnl/prosser/api/fncs/package-info.java | 60 ++++++++--------- .../prosser/api/gld/AbstractGldObject.java | 60 ++++++++--------- .../prosser/api/gld/ConvertLoadToHouses.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/GldSerializable.java | 60 ++++++++--------- .../prosser/api/gld/GldSimulatorUtils.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/GlmParser.java | 60 ++++++++--------- .../prosser/api/gld/HouseRegionalization.java | 64 +++++++++--------- .../gov/pnnl/prosser/api/gld/HouseType.java | 60 ++++++++--------- .../api/gld/Ieee123NodeTestFeeder.java | 60 ++++++++--------- .../api/gld/Ieee8500NodeTestFeeder.java | 60 ++++++++--------- .../api/gld/enums/AuxiliaryStrategy.java | 60 ++++++++--------- .../api/gld/enums/AuxiliarySystemType.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/enums/BidMode.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/enums/BusType.java | 60 ++++++++--------- .../api/gld/enums/CapacitorControl.java | 60 ++++++++--------- .../enums/CoefficientOfPerformanceData.java | 60 ++++++++--------- .../prosser/api/gld/enums/ConnectionType.java | 60 ++++++++--------- .../prosser/api/gld/enums/ControlLevel.java | 60 ++++++++--------- .../prosser/api/gld/enums/ControlMode.java | 60 ++++++++--------- .../api/gld/enums/CoolingSystemType.java | 60 ++++++++--------- .../prosser/api/gld/enums/CurveOutput.java | 60 ++++++++--------- .../api/gld/enums/DistributionType.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/enums/FanType.java | 60 ++++++++--------- .../gld/enums/FourQuadrantControlMode.java | 60 ++++++++--------- .../prosser/api/gld/enums/GeneratorMode.java | 60 ++++++++--------- .../api/gld/enums/GeneratorStatus.java | 60 ++++++++--------- .../api/gld/enums/HeatingSystemType.java | 60 ++++++++--------- .../api/gld/enums/ImplicitEnduses.java | 60 ++++++++--------- .../api/gld/enums/InstallationType.java | 60 ++++++++--------- .../api/gld/enums/InverterManufacturer.java | 60 ++++++++--------- .../prosser/api/gld/enums/InverterType.java | 60 ++++++++--------- .../prosser/api/gld/enums/MarketSetUp.java | 60 ++++++++--------- .../api/gld/enums/MotorEfficiency.java | 60 ++++++++--------- .../prosser/api/gld/enums/MotorModel.java | 60 ++++++++--------- .../prosser/api/gld/enums/Orientation.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/enums/PanelType.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/enums/PhaseCode.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/enums/Region.java | 60 ++++++++--------- .../api/gld/enums/RegulatorControl.java | 60 ++++++++--------- .../prosser/api/gld/enums/RegulatorType.java | 60 ++++++++--------- .../api/gld/enums/RepairDistributionType.java | 60 ++++++++--------- .../api/gld/enums/SolarPowerModel.java | 60 ++++++++--------- .../prosser/api/gld/enums/SolarTiltModel.java | 60 ++++++++--------- .../prosser/api/gld/enums/SolverMethod.java | 60 ++++++++--------- .../prosser/api/gld/enums/SpecialMode.java | 60 ++++++++--------- .../prosser/api/gld/enums/SwitchStatus.java | 60 ++++++++--------- .../prosser/api/gld/enums/TurbineModel.java | 60 ++++++++--------- .../prosser/api/gld/enums/UseOverride.java | 60 ++++++++--------- .../api/gld/enums/WaterheaterLocation.java | 60 ++++++++--------- .../gld/enums/WindTurbineGeneratorMode.java | 60 ++++++++--------- .../gld/enums/WindTurbineGeneratorType.java | 60 ++++++++--------- .../prosser/api/gld/enums/package-info.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/lib/Conductor.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/lib/GldClock.java | 60 ++++++++--------- .../api/gld/lib/LineConfiguration.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/lib/LineSpacing.java | 60 ++++++++--------- .../api/gld/lib/OverheadLineConductor.java | 60 ++++++++--------- .../prosser/api/gld/lib/PowerflowLibrary.java | 60 ++++++++--------- .../api/gld/lib/RegulatorConfiguration.java | 60 ++++++++--------- .../gld/lib/StandardLineConfiguration.java | 60 ++++++++--------- .../api/gld/lib/TransformerConfiguration.java | 60 ++++++++--------- .../api/gld/lib/TriplexLineConductor.java | 60 ++++++++--------- .../api/gld/lib/TriplexLineConfiguration.java | 60 ++++++++--------- .../api/gld/lib/UndergroundLineConductor.java | 60 ++++++++--------- .../prosser/api/gld/lib/package-info.java | 60 ++++++++--------- .../prosser/api/gld/module/ClimateModule.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/module/Comm.java | 60 ++++++++--------- .../prosser/api/gld/module/Connection.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/module/Market.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/module/Module.java | 60 ++++++++--------- .../api/gld/module/PowerflowModule.java | 60 ++++++++--------- .../prosser/api/gld/module/Residential.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/module/Tape.java | 60 ++++++++--------- .../prosser/api/gld/module/package-info.java | 60 ++++++++--------- .../prosser/api/gld/obj/AbstractGldClass.java | 60 ++++++++--------- .../prosser/api/gld/obj/AuctionClass.java | 60 ++++++++--------- .../prosser/api/gld/obj/AuctionObject.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/Capacitor.java | 60 ++++++++--------- .../prosser/api/gld/obj/ClimateObject.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/Controller.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/CsvReader.java | 60 ++++++++--------- .../gld/obj/DieselDistributedGeneration.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/FncsMsg.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/Fuse.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/House.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/Inverter.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/Line.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/LinkObject.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/Load.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/Meter.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/Node.java | 60 ++++++++--------- .../prosser/api/gld/obj/OverheadLine.java | 60 ++++++++--------- .../api/gld/obj/PassiveController.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/PlayerClass.java | 60 ++++++++--------- .../prosser/api/gld/obj/PlayerObject.java | 60 ++++++++--------- .../prosser/api/gld/obj/PowerflowObject.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/Recorder.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/Regulator.java | 60 ++++++++--------- .../api/gld/obj/ResidentialEnduse.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/Solar.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/Substation.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/Switch.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/Transformer.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/TriplexLine.java | 60 ++++++++--------- .../prosser/api/gld/obj/TriplexMeter.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/TriplexNode.java | 60 ++++++++--------- .../prosser/api/gld/obj/UndergroundLine.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/WaterHeater.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/obj/WindTurbine.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/gld/obj/ZIPLoad.java | 60 ++++++++--------- .../prosser/api/gld/obj/package-info.java | 60 ++++++++--------- .../pnnl/prosser/api/gld/package-info.java | 66 ++++++++++--------- .../prosser/api/ns3/AbstractNs3Object.java | 60 ++++++++--------- .../api/ns3/AbstractNs3SimulatorV2.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/Ns3Includes.java | 60 ++++++++--------- .../prosser/api/ns3/Ns3SimulatorV2Arion.java | 60 ++++++++--------- .../api/ns3/Ns3SimulatorV2DelayDrop.java | 60 ++++++++--------- .../prosser/api/ns3/Ns3SimulatorV2FirstN.java | 60 ++++++++--------- .../api/ns3/datacollection/FileHelper.java | 60 ++++++++--------- .../ns3/datacollection/FlowMonitorHelper.java | 60 ++++++++--------- .../api/ns3/datacollection/GnuplotHelper.java | 60 ++++++++--------- .../api/ns3/datacollection/package-info.java | 60 ++++++++--------- .../datacollection/probes/DoubleProbe.java | 60 ++++++++--------- .../probes/Ipv4PacketProbe.java | 60 ++++++++--------- .../probes/Ipv6PacketProbe.java | 60 ++++++++--------- .../datacollection/probes/PacketProbe.java | 60 ++++++++--------- .../api/ns3/datacollection/probes/Probe.java | 60 ++++++++--------- .../prosser/api/ns3/enums/CsmaSources.java | 60 ++++++++--------- .../prosser/api/ns3/enums/FileFormat.java | 60 ++++++++--------- .../prosser/api/ns3/enums/Ipv4L3Protocol.java | 60 ++++++++--------- .../api/ns3/enums/Ipv4PacketProbe.java | 60 ++++++++--------- .../prosser/api/ns3/enums/Ipv6L3Protocol.java | 60 ++++++++--------- .../prosser/api/ns3/enums/KeyLocation.java | 60 ++++++++--------- .../prosser/api/ns3/enums/MacSources.java | 60 ++++++++--------- .../prosser/api/ns3/enums/MobilityModel.java | 60 ++++++++--------- .../prosser/api/ns3/enums/NetworkType.java | 60 ++++++++--------- .../prosser/api/ns3/enums/PhySources.java | 60 ++++++++--------- .../prosser/api/ns3/enums/SnifferSources.java | 60 ++++++++--------- .../prosser/api/ns3/enums/TraceSource.java | 60 ++++++++--------- .../prosser/api/ns3/enums/package-info.java | 60 ++++++++--------- .../prosser/api/ns3/module/Applications.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Bridge.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/module/Core.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/module/Csma.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Cstdlib.java | 60 ++++++++--------- .../api/ns3/module/FlowMonitorHelper.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/module/Fncs.java | 60 ++++++++--------- .../api/ns3/module/FncsApplication.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Internet.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Iostream.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/module/Lte.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/module/Map.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Mobility.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Module.java | 60 ++++++++--------- .../prosser/api/ns3/module/Namespace.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Network.java | 60 ++++++++--------- .../api/ns3/module/NixVectorRouting.java | 60 ++++++++--------- .../prosser/api/ns3/module/PointToPoint.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/module/Stats.java | 60 ++++++++--------- .../prosser/api/ns3/module/Stdexcept.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/module/Wifi.java | 60 ++++++++--------- .../prosser/api/ns3/module/package-info.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/obj/Application.java | 60 ++++++++--------- .../api/ns3/obj/ApplicationContainer.java | 60 ++++++++--------- .../prosser/api/ns3/obj/BridgeHelper.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/obj/Channel.java | 60 ++++++++--------- .../api/ns3/obj/FNCSApplicationHelper.java | 60 ++++++++--------- .../prosser/api/ns3/obj/FncsSimulator.java | 60 ++++++++--------- .../prosser/api/ns3/obj/MobilityHelper.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/obj/NetDevice.java | 60 ++++++++--------- .../api/ns3/obj/NetDeviceContainer.java | 60 ++++++++--------- .../prosser/api/ns3/obj/NetworkHelper.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/obj/Node.java | 60 ++++++++--------- .../prosser/api/ns3/obj/NodeContainer.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/obj/Ns3Network.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/obj/Router.java | 60 ++++++++--------- .../prosser/api/ns3/obj/csma/CsmaChannel.java | 60 ++++++++--------- .../prosser/api/ns3/obj/csma/CsmaHelper.java | 60 ++++++++--------- .../api/ns3/obj/csma/CsmaNetDevice.java | 60 ++++++++--------- .../api/ns3/obj/csma/package-info.java | 60 ++++++++--------- .../api/ns3/obj/echo/UdpEchoClientHelper.java | 60 ++++++++--------- .../api/ns3/obj/echo/UdpEchoHelper.java | 60 ++++++++--------- .../api/ns3/obj/echo/UdpEchoServerHelper.java | 60 ++++++++--------- .../api/ns3/obj/echo/package-info.java | 60 ++++++++--------- .../ns3/obj/internet/InternetStackHelper.java | 60 ++++++++--------- .../prosser/api/ns3/obj/internet/Ipv4.java | 60 ++++++++--------- .../api/ns3/obj/internet/Ipv4Address.java | 60 ++++++++--------- .../ns3/obj/internet/Ipv4AddressHelper.java | 60 ++++++++--------- .../obj/internet/Ipv4GlobalRoutingHelper.java | 60 ++++++++--------- .../obj/internet/Ipv4InterfaceAddress.java | 60 ++++++++--------- .../obj/internet/Ipv4InterfaceContainer.java | 60 ++++++++--------- .../obj/internet/Ipv4ListRoutingHelper.java | 60 ++++++++--------- .../api/ns3/obj/internet/Ipv4Mask.java | 60 ++++++++--------- .../ns3/obj/internet/Ipv4NixVectorHelper.java | 60 ++++++++--------- .../ns3/obj/internet/Ipv4StaticRouting.java | 60 ++++++++--------- .../obj/internet/Ipv4StaticRoutingHelper.java | 60 ++++++++--------- .../api/ns3/obj/internet/package-info.java | 60 ++++++++--------- .../prosser/api/ns3/obj/lte/EpsBearer.java | 60 ++++++++--------- .../prosser/api/ns3/obj/lte/LteHelper.java | 60 ++++++++--------- .../ns3/obj/lte/PointToPointEpcHelper.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/ns3/obj/lte/Qci.java | 60 ++++++++--------- .../prosser/api/ns3/obj/lte/package-info.java | 60 ++++++++--------- .../api/ns3/obj/p2p/PointToPointChannel.java | 60 ++++++++--------- .../api/ns3/obj/p2p/PointToPointHelper.java | 60 ++++++++--------- .../ns3/obj/p2p/PointToPointNetDevice.java | 60 ++++++++--------- .../prosser/api/ns3/obj/p2p/package-info.java | 60 ++++++++--------- .../prosser/api/ns3/obj/package-info.java | 60 ++++++++--------- .../api/ns3/obj/wifi/NqosWifiMacHelper.java | 60 ++++++++--------- .../api/ns3/obj/wifi/PcapDataLinkType.java | 60 ++++++++--------- .../pnnl/prosser/api/ns3/obj/wifi/Ssid.java | 60 ++++++++--------- .../prosser/api/ns3/obj/wifi/WifiChannel.java | 60 ++++++++--------- .../prosser/api/ns3/obj/wifi/WifiHelper.java | 60 ++++++++--------- .../prosser/api/ns3/obj/wifi/WifiMac.java | 60 ++++++++--------- .../prosser/api/ns3/obj/wifi/WifiMacType.java | 60 ++++++++--------- .../api/ns3/obj/wifi/WifiObjectBase.java | 60 ++++++++--------- .../prosser/api/ns3/obj/wifi/WifiPhyMode.java | 60 ++++++++--------- .../api/ns3/obj/wifi/WifiPhyStandard.java | 60 ++++++++--------- .../obj/wifi/WifiRemoteStationManager.java | 60 ++++++++--------- .../api/ns3/obj/wifi/YansErrorRateModel.java | 60 ++++++++--------- .../api/ns3/obj/wifi/YansWifiChannel.java | 60 ++++++++--------- .../ns3/obj/wifi/YansWifiChannelHelper.java | 60 ++++++++--------- .../api/ns3/obj/wifi/YansWifiPhyHelper.java | 60 ++++++++--------- .../api/ns3/obj/wifi/package-info.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/package-info.java | 60 ++++++++--------- .../pnnl/prosser/api/sql/SqlColumnDef.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/sql/SqlFile.java | 60 ++++++++--------- .../gov/pnnl/prosser/api/sql/SqlTableDef.java | 60 ++++++++--------- .../pnnl/prosser/api/sql/package-info.java | 60 ++++++++--------- .../prosser/api/thirdparty/enums/SimType.java | 60 ++++++++--------- .../api/thirdparty/enums/package-info.java | 60 ++++++++--------- src/test/java/AdaptedAEPArionNs3Test.java | 60 ++++++++--------- src/test/java/AdaptedAEPFncsTest.java | 60 ++++++++--------- src/test/java/AdaptedAEPNs3Sim2Test.java | 60 ++++++++--------- src/test/java/BasicSimulator.java | 60 ++++++++--------- src/test/java/DataCollectionTest.java | 60 ++++++++--------- src/test/java/ExperimentFncsTest.java | 60 ++++++++--------- src/test/java/IntegratedDemo.java | 60 ++++++++--------- src/test/java/Ns3OnlyTest.java | 60 ++++++++--------- src/test/java/TestNs3Simulator.java | 60 ++++++++--------- src/test/java/TestSeanZExperiment.java | 60 ++++++++--------- src/test/java/WifiFncsTest.java | 60 ++++++++--------- .../pnnl/prosser/api/test/TestProsser.java | 60 ++++++++--------- 267 files changed, 8014 insertions(+), 8016 deletions(-) diff --git a/src/main/java/gov/pnnl/prosser/api/AbstractSimulator.java b/src/main/java/gov/pnnl/prosser/api/AbstractSimulator.java index 43508b3..e514f26 100644 --- a/src/main/java/gov/pnnl/prosser/api/AbstractSimulator.java +++ b/src/main/java/gov/pnnl/prosser/api/AbstractSimulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; /** diff --git a/src/main/java/gov/pnnl/prosser/api/Experiment.java b/src/main/java/gov/pnnl/prosser/api/Experiment.java index 581b02e..20d4c89 100644 --- a/src/main/java/gov/pnnl/prosser/api/Experiment.java +++ b/src/main/java/gov/pnnl/prosser/api/Experiment.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import java.nio.file.Path; diff --git a/src/main/java/gov/pnnl/prosser/api/ExperimentMain.java b/src/main/java/gov/pnnl/prosser/api/ExperimentMain.java index d816dee..baca4c2 100644 --- a/src/main/java/gov/pnnl/prosser/api/ExperimentMain.java +++ b/src/main/java/gov/pnnl/prosser/api/ExperimentMain.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import java.io.BufferedOutputStream; diff --git a/src/main/java/gov/pnnl/prosser/api/FncsSimulator.java b/src/main/java/gov/pnnl/prosser/api/FncsSimulator.java index e2c948e..0d042df 100644 --- a/src/main/java/gov/pnnl/prosser/api/FncsSimulator.java +++ b/src/main/java/gov/pnnl/prosser/api/FncsSimulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; /** diff --git a/src/main/java/gov/pnnl/prosser/api/FncsSimulatorWriter.java b/src/main/java/gov/pnnl/prosser/api/FncsSimulatorWriter.java index 08e787d..69f2997 100644 --- a/src/main/java/gov/pnnl/prosser/api/FncsSimulatorWriter.java +++ b/src/main/java/gov/pnnl/prosser/api/FncsSimulatorWriter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import gov.pnnl.prosser.api.fncs.Fncs; diff --git a/src/main/java/gov/pnnl/prosser/api/GldSimulator.java b/src/main/java/gov/pnnl/prosser/api/GldSimulator.java index 6c33e3a..a4d566e 100644 --- a/src/main/java/gov/pnnl/prosser/api/GldSimulator.java +++ b/src/main/java/gov/pnnl/prosser/api/GldSimulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import gov.pnnl.prosser.api.gld.AbstractGldObject; diff --git a/src/main/java/gov/pnnl/prosser/api/GldSimulatorWriter.java b/src/main/java/gov/pnnl/prosser/api/GldSimulatorWriter.java index 6023e7f..dd0d58a 100644 --- a/src/main/java/gov/pnnl/prosser/api/GldSimulatorWriter.java +++ b/src/main/java/gov/pnnl/prosser/api/GldSimulatorWriter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import gov.pnnl.prosser.api.gld.AbstractGldObject; diff --git a/src/main/java/gov/pnnl/prosser/api/HeatTemplateWriter.java b/src/main/java/gov/pnnl/prosser/api/HeatTemplateWriter.java index f13e78a..791eb9a 100644 --- a/src/main/java/gov/pnnl/prosser/api/HeatTemplateWriter.java +++ b/src/main/java/gov/pnnl/prosser/api/HeatTemplateWriter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import java.io.BufferedWriter; diff --git a/src/main/java/gov/pnnl/prosser/api/NetworkCapable.java b/src/main/java/gov/pnnl/prosser/api/NetworkCapable.java index 957caff..19e51cb 100644 --- a/src/main/java/gov/pnnl/prosser/api/NetworkCapable.java +++ b/src/main/java/gov/pnnl/prosser/api/NetworkCapable.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; /** diff --git a/src/main/java/gov/pnnl/prosser/api/Ns3ExperimentMain.java b/src/main/java/gov/pnnl/prosser/api/Ns3ExperimentMain.java index 96f17cf..3a75c11 100644 --- a/src/main/java/gov/pnnl/prosser/api/Ns3ExperimentMain.java +++ b/src/main/java/gov/pnnl/prosser/api/Ns3ExperimentMain.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import java.net.URL; diff --git a/src/main/java/gov/pnnl/prosser/api/Ns3Simulator.java b/src/main/java/gov/pnnl/prosser/api/Ns3Simulator.java index 09ac3d0..3c423e6 100644 --- a/src/main/java/gov/pnnl/prosser/api/Ns3Simulator.java +++ b/src/main/java/gov/pnnl/prosser/api/Ns3Simulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import gov.pnnl.prosser.api.gld.obj.AuctionObject; diff --git a/src/main/java/gov/pnnl/prosser/api/Ns3SimulatorWriter.java b/src/main/java/gov/pnnl/prosser/api/Ns3SimulatorWriter.java index 9301b2b..e876c3a 100644 --- a/src/main/java/gov/pnnl/prosser/api/Ns3SimulatorWriter.java +++ b/src/main/java/gov/pnnl/prosser/api/Ns3SimulatorWriter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulator.java b/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulator.java index 734a418..acc89d7 100644 --- a/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulator.java +++ b/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import java.nio.file.Path; diff --git a/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulatorWriter.java b/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulatorWriter.java index 252d867..c4d71d2 100644 --- a/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulatorWriter.java +++ b/src/main/java/gov/pnnl/prosser/api/ThirdPartySimulatorWriter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api; import java.io.BufferedWriter; diff --git a/src/main/java/gov/pnnl/prosser/api/c/obj/Pointer.java b/src/main/java/gov/pnnl/prosser/api/c/obj/Pointer.java index 1acd98c..8398db5 100644 --- a/src/main/java/gov/pnnl/prosser/api/c/obj/Pointer.java +++ b/src/main/java/gov/pnnl/prosser/api/c/obj/Pointer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.c.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/c/obj/StringMap.java b/src/main/java/gov/pnnl/prosser/api/c/obj/StringMap.java index ff4d5b0..8fa37cd 100644 --- a/src/main/java/gov/pnnl/prosser/api/c/obj/StringMap.java +++ b/src/main/java/gov/pnnl/prosser/api/c/obj/StringMap.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.c.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/c/obj/Vector.java b/src/main/java/gov/pnnl/prosser/api/c/obj/Vector.java index 276a70b..91ee1bd 100644 --- a/src/main/java/gov/pnnl/prosser/api/c/obj/Vector.java +++ b/src/main/java/gov/pnnl/prosser/api/c/obj/Vector.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.c.obj; import gov.pnnl.prosser.api.NetworkCapable; diff --git a/src/main/java/gov/pnnl/prosser/api/c/obj/package-info.java b/src/main/java/gov/pnnl/prosser/api/c/obj/package-info.java index d7bafa9..1e360d0 100644 --- a/src/main/java/gov/pnnl/prosser/api/c/obj/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/c/obj/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * C++ Classes diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/Fncs.java b/src/main/java/gov/pnnl/prosser/api/fncs/Fncs.java index 08b5184..32e9222 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/Fncs.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/Fncs.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.fncs; import com.google.gson.annotations.SerializedName; diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/FncsIface.java b/src/main/java/gov/pnnl/prosser/api/fncs/FncsIface.java index fbcce6c..a28cb10 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/FncsIface.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/FncsIface.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.fncs; /** diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/FncsSimType.java b/src/main/java/gov/pnnl/prosser/api/fncs/FncsSimType.java index 8e1817f..22b1559 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/FncsSimType.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/FncsSimType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.fncs; import com.google.gson.annotations.SerializedName; diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/FncsSyncAlgo.java b/src/main/java/gov/pnnl/prosser/api/fncs/FncsSyncAlgo.java index 640589f..eb019e1 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/FncsSyncAlgo.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/FncsSyncAlgo.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.fncs; /** diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/FncsTimeMetric.java b/src/main/java/gov/pnnl/prosser/api/fncs/FncsTimeMetric.java index c2a261b..05c7b11 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/FncsTimeMetric.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/FncsTimeMetric.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.fncs; /** diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/Subscription.java b/src/main/java/gov/pnnl/prosser/api/fncs/Subscription.java index 6568ef8..d7a738d 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/Subscription.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/Subscription.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.fncs; import gov.pnnl.prosser.api.AbstractSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/SyncParams.java b/src/main/java/gov/pnnl/prosser/api/fncs/SyncParams.java index f16c1ca..2474f2f 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/SyncParams.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/SyncParams.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.fncs; import com.google.gson.annotations.SerializedName; diff --git a/src/main/java/gov/pnnl/prosser/api/fncs/package-info.java b/src/main/java/gov/pnnl/prosser/api/fncs/package-info.java index 5d2083a..30e1834 100644 --- a/src/main/java/gov/pnnl/prosser/api/fncs/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/fncs/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * FNCS Simulator Model diff --git a/src/main/java/gov/pnnl/prosser/api/gld/AbstractGldObject.java b/src/main/java/gov/pnnl/prosser/api/gld/AbstractGldObject.java index cbd9ab1..80c806f 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/AbstractGldObject.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/AbstractGldObject.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/ConvertLoadToHouses.java b/src/main/java/gov/pnnl/prosser/api/gld/ConvertLoadToHouses.java index a88bf55..642fc05 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/ConvertLoadToHouses.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/ConvertLoadToHouses.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; import java.util.EnumSet; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/GldSerializable.java b/src/main/java/gov/pnnl/prosser/api/gld/GldSerializable.java index 5bc0a06..fec22f0 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/GldSerializable.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/GldSerializable.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; import gov.pnnl.prosser.api.sql.SqlFile; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/GldSimulatorUtils.java b/src/main/java/gov/pnnl/prosser/api/gld/GldSimulatorUtils.java index 97c9768..752d777 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/GldSimulatorUtils.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/GldSimulatorUtils.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/GlmParser.java b/src/main/java/gov/pnnl/prosser/api/gld/GlmParser.java index a7fb6fd..7dad8ed 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/GlmParser.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/GlmParser.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; import java.io.BufferedReader; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/HouseRegionalization.java b/src/main/java/gov/pnnl/prosser/api/gld/HouseRegionalization.java index de9a3fb..8a9015b 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/HouseRegionalization.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/HouseRegionalization.java @@ -1,37 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -* -* - * Provides generalation of house parameter - * diversity for various regions of the country - */ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/HouseType.java b/src/main/java/gov/pnnl/prosser/api/gld/HouseType.java index 186bec0..e90a9d2 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/HouseType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/HouseType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/Ieee123NodeTestFeeder.java b/src/main/java/gov/pnnl/prosser/api/gld/Ieee123NodeTestFeeder.java index 0e61d52..9336ff2 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/Ieee123NodeTestFeeder.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/Ieee123NodeTestFeeder.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; import java.awt.Point; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/Ieee8500NodeTestFeeder.java b/src/main/java/gov/pnnl/prosser/api/gld/Ieee8500NodeTestFeeder.java index d30edf5..79974ce 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/Ieee8500NodeTestFeeder.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/Ieee8500NodeTestFeeder.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld; import java.io.BufferedReader; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliaryStrategy.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliaryStrategy.java index a9a0a07..5f0227c 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliaryStrategy.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliaryStrategy.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliarySystemType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliarySystemType.java index 01a1c1b..571a634 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliarySystemType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/AuxiliarySystemType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/BidMode.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/BidMode.java index 306d02d..72f4944 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/BidMode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/BidMode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/BusType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/BusType.java index a7d62f4..4f25183 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/BusType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/BusType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/CapacitorControl.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/CapacitorControl.java index 64a4003..8891017 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/CapacitorControl.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/CapacitorControl.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/CoefficientOfPerformanceData.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/CoefficientOfPerformanceData.java index 2a7bdb4..ce9baea 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/CoefficientOfPerformanceData.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/CoefficientOfPerformanceData.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/ConnectionType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/ConnectionType.java index fcdad33..d23d0e3 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/ConnectionType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/ConnectionType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlLevel.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlLevel.java index 9d867af..8daef3a 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlLevel.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlLevel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlMode.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlMode.java index f75e418..a0b3502 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlMode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/ControlMode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/CoolingSystemType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/CoolingSystemType.java index 3692734..d9351ca 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/CoolingSystemType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/CoolingSystemType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/CurveOutput.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/CurveOutput.java index 1db31ce..d0213c2 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/CurveOutput.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/CurveOutput.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/DistributionType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/DistributionType.java index da7fb89..556c863 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/DistributionType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/DistributionType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/FanType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/FanType.java index 8919aa3..0a8467b 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/FanType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/FanType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/FourQuadrantControlMode.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/FourQuadrantControlMode.java index b18f686..050faf9 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/FourQuadrantControlMode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/FourQuadrantControlMode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorMode.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorMode.java index 0104a25..da6d0af 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorMode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorMode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorStatus.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorStatus.java index 1dac3e0..0a27c8f 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorStatus.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/GeneratorStatus.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/HeatingSystemType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/HeatingSystemType.java index 21d4b4f..d390284 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/HeatingSystemType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/HeatingSystemType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/ImplicitEnduses.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/ImplicitEnduses.java index a65f7fe..ccfcd5b 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/ImplicitEnduses.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/ImplicitEnduses.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/InstallationType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/InstallationType.java index e1ff367..11a8870 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/InstallationType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/InstallationType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterManufacturer.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterManufacturer.java index 0e86b02..bafe30d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterManufacturer.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterManufacturer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterType.java index eac06af..2f666b6 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/InverterType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/MarketSetUp.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/MarketSetUp.java index 4111869..10ab42e 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/MarketSetUp.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/MarketSetUp.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorEfficiency.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorEfficiency.java index bc5a897..f758ad0 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorEfficiency.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorEfficiency.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorModel.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorModel.java index 669a753..06f877f 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorModel.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/MotorModel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/Orientation.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/Orientation.java index 7b37950..d68d5b5 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/Orientation.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/Orientation.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/PanelType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/PanelType.java index 5627996..062675e 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/PanelType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/PanelType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/PhaseCode.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/PhaseCode.java index e8e14b9..e61d6af 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/PhaseCode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/PhaseCode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; import java.util.EnumSet; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/Region.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/Region.java index 3d741f2..35cb27d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/Region.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/Region.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorControl.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorControl.java index 2966d93..9969a78 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorControl.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorControl.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorType.java index 7ab4800..8b0949d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/RegulatorType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/RepairDistributionType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/RepairDistributionType.java index cea329c..8d4d2c0 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/RepairDistributionType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/RepairDistributionType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarPowerModel.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarPowerModel.java index a6921c7..5f145c4 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarPowerModel.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarPowerModel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarTiltModel.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarTiltModel.java index cd609dd..3304d0d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarTiltModel.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/SolarTiltModel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/SolverMethod.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/SolverMethod.java index 3e5dcf5..3e36cc6 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/SolverMethod.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/SolverMethod.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/SpecialMode.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/SpecialMode.java index 92b8928..9fd6524 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/SpecialMode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/SpecialMode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/SwitchStatus.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/SwitchStatus.java index e732324..48e5316 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/SwitchStatus.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/SwitchStatus.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/TurbineModel.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/TurbineModel.java index 302db1f..8874c7e 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/TurbineModel.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/TurbineModel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/UseOverride.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/UseOverride.java index b9ac978..c8cfe8c 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/UseOverride.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/UseOverride.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/WaterheaterLocation.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/WaterheaterLocation.java index 4dbb27e..66b97ec 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/WaterheaterLocation.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/WaterheaterLocation.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorMode.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorMode.java index 0da8fe1..37f8803 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorMode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorMode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorType.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorType.java index 2db6db2..82cb96a 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorType.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/WindTurbineGeneratorType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/enums/package-info.java b/src/main/java/gov/pnnl/prosser/api/gld/enums/package-info.java index 4e66ae9..dab247b 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/enums/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/enums/package-info.java @@ -1,31 +1,31 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.enums; \ No newline at end of file diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/Conductor.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/Conductor.java index 38bd199..a68e73d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/Conductor.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/Conductor.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/GldClock.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/GldClock.java index c3695e9..ea3468c 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/GldClock.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/GldClock.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import gov.pnnl.prosser.api.gld.GldSerializable; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/LineConfiguration.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/LineConfiguration.java index 2445297..ab15d94 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/LineConfiguration.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/LineConfiguration.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/LineSpacing.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/LineSpacing.java index 00f7afb..8640743 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/LineSpacing.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/LineSpacing.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/OverheadLineConductor.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/OverheadLineConductor.java index a1c3e60..5312b3e 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/OverheadLineConductor.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/OverheadLineConductor.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/PowerflowLibrary.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/PowerflowLibrary.java index 08ed30e..9e9b396 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/PowerflowLibrary.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/PowerflowLibrary.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/RegulatorConfiguration.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/RegulatorConfiguration.java index 81fdd9a..6d7b88d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/RegulatorConfiguration.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/RegulatorConfiguration.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/StandardLineConfiguration.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/StandardLineConfiguration.java index 1908f10..0b2c194 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/StandardLineConfiguration.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/StandardLineConfiguration.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/TransformerConfiguration.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/TransformerConfiguration.java index e7c2f86..15a0cd1 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/TransformerConfiguration.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/TransformerConfiguration.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConductor.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConductor.java index 0a8e259..6dcd7f9 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConductor.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConductor.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConfiguration.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConfiguration.java index 3a68707..0f46628 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConfiguration.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/TriplexLineConfiguration.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/UndergroundLineConductor.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/UndergroundLineConductor.java index 70300b3..bba41a8 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/UndergroundLineConductor.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/UndergroundLineConductor.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.lib; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/lib/package-info.java b/src/main/java/gov/pnnl/prosser/api/gld/lib/package-info.java index 5eaa11e..54060fd 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/lib/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/lib/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * GridLab-D Powerflow library diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/ClimateModule.java b/src/main/java/gov/pnnl/prosser/api/gld/module/ClimateModule.java index 7523958..5b17d79 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/ClimateModule.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/ClimateModule.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/Comm.java b/src/main/java/gov/pnnl/prosser/api/gld/module/Comm.java index db95e56..eea9db9 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/Comm.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/Comm.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/Connection.java b/src/main/java/gov/pnnl/prosser/api/gld/module/Connection.java index bb78a9c..c567276 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/Connection.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/Connection.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/Market.java b/src/main/java/gov/pnnl/prosser/api/gld/module/Market.java index 582ded5..fbea78a 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/Market.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/Market.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/Module.java b/src/main/java/gov/pnnl/prosser/api/gld/module/Module.java index 5b2420e..6d51359 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/Module.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/Module.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; import gov.pnnl.prosser.api.gld.GldSerializable; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/PowerflowModule.java b/src/main/java/gov/pnnl/prosser/api/gld/module/PowerflowModule.java index cb4ec85..0bcd62f 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/PowerflowModule.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/PowerflowModule.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; import gov.pnnl.prosser.api.gld.enums.SolverMethod; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/Residential.java b/src/main/java/gov/pnnl/prosser/api/gld/module/Residential.java index 3b32cb3..70439b2 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/Residential.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/Residential.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; import gov.pnnl.prosser.api.gld.enums.ImplicitEnduses; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/Tape.java b/src/main/java/gov/pnnl/prosser/api/gld/module/Tape.java index bf87738..9565e9b 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/Tape.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/Tape.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/module/package-info.java b/src/main/java/gov/pnnl/prosser/api/gld/module/package-info.java index ca6a686..f635484 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/module/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/module/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * GridLab-D Modules diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/AbstractGldClass.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/AbstractGldClass.java index 2875e40..98fe630 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/AbstractGldClass.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/AbstractGldClass.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.gld.GldSerializable; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionClass.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionClass.java index e3836f7..707a0af 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionClass.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionClass.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionObject.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionObject.java index ec8bd61..d1c3cca 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionObject.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/AuctionObject.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Capacitor.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Capacitor.java index ca2c3ca..6f22fc2 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Capacitor.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Capacitor.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.EnumSet; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/ClimateObject.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/ClimateObject.java index 844fc94..9b872b0 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/ClimateObject.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/ClimateObject.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Controller.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Controller.java index 526d6b3..3657ed2 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Controller.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Controller.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/CsvReader.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/CsvReader.java index 2a19e65..eddf7a4 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/CsvReader.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/CsvReader.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/DieselDistributedGeneration.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/DieselDistributedGeneration.java index e85f13a..129f350 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/DieselDistributedGeneration.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/DieselDistributedGeneration.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.lang.reflect.Field; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/FncsMsg.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/FncsMsg.java index bb3e93e..503d17d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/FncsMsg.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/FncsMsg.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Fuse.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Fuse.java index 2813310..80671fb 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Fuse.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Fuse.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/House.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/House.java index a407e23..f25f665 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/House.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/House.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Inverter.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Inverter.java index 003791e..e71ca7e 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Inverter.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Inverter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import org.apache.commons.math3.complex.Complex; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Line.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Line.java index 7215260..706af43 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Line.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Line.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/LinkObject.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/LinkObject.java index 7186adf..99fe986 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/LinkObject.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/LinkObject.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Load.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Load.java index f524f4e..a4a2625 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Load.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Load.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Meter.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Meter.java index 22b1e74..0333686 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Meter.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Meter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Node.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Node.java index f15719b..d7afa84 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Node.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Node.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/OverheadLine.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/OverheadLine.java index c49f90d..de3c12d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/OverheadLine.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/OverheadLine.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/PassiveController.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/PassiveController.java index 1bd275e..c3a0242 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/PassiveController.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/PassiveController.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerClass.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerClass.java index 506ad7b..4649fc4 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerClass.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerClass.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; /** diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerObject.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerObject.java index c87ee0e..04d11c0 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerObject.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/PlayerObject.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/PowerflowObject.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/PowerflowObject.java index e39c54c..6ba6ac6 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/PowerflowObject.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/PowerflowObject.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Recorder.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Recorder.java index f22656b..a6bedca 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Recorder.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Recorder.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Regulator.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Regulator.java index 4dcf35f..536a1cc 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Regulator.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Regulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/ResidentialEnduse.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/ResidentialEnduse.java index b1892eb..7e04cc3 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/ResidentialEnduse.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/ResidentialEnduse.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Solar.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Solar.java index b4df7d8..870b8d1 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Solar.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Solar.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import org.apache.commons.math3.complex.Complex; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Substation.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Substation.java index 587126b..cc41550 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Substation.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Substation.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Switch.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Switch.java index c32e13d..ac00d16 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Switch.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Switch.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/Transformer.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/Transformer.java index a883abb..9891138 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/Transformer.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/Transformer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexLine.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexLine.java index 4dd0c37..6b229dc 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexLine.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexLine.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexMeter.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexMeter.java index d36fff7..c4e4630 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexMeter.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexMeter.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexNode.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexNode.java index 26fb383..7318f5d 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexNode.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/TriplexNode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/UndergroundLine.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/UndergroundLine.java index 346d1ed..7d39837 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/UndergroundLine.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/UndergroundLine.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/WaterHeater.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/WaterHeater.java index 79871d1..8192384 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/WaterHeater.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/WaterHeater.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/WindTurbine.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/WindTurbine.java index a09790c..bba0339 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/WindTurbine.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/WindTurbine.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.lang.reflect.Field; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/ZIPLoad.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/ZIPLoad.java index 5676a5a..af356df 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/ZIPLoad.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/ZIPLoad.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.gld.obj; import java.util.Objects; diff --git a/src/main/java/gov/pnnl/prosser/api/gld/obj/package-info.java b/src/main/java/gov/pnnl/prosser/api/gld/obj/package-info.java index 5c44846..f7574c6 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/obj/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/obj/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * GridLab-D Powerflow Object Model diff --git a/src/main/java/gov/pnnl/prosser/api/gld/package-info.java b/src/main/java/gov/pnnl/prosser/api/gld/package-info.java index 33207ae..9de70a3 100644 --- a/src/main/java/gov/pnnl/prosser/api/gld/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/gld/package-info.java @@ -1,33 +1,35 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -* - * GridLab-D Base Classes http://gridlab-d.sourceforge.net/doxygen/3.0/ - */ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ + +/** + * GridLab-D Base Classes http://gridlab-d.sourceforge.net/doxygen/3.0/ + */ package gov.pnnl.prosser.api.gld; \ No newline at end of file diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3Object.java b/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3Object.java index de5b950..53983e0 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3Object.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3Object.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3; import gov.pnnl.prosser.api.Ns3Simulator; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3SimulatorV2.java b/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3SimulatorV2.java index 45276d3..91e5793 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3SimulatorV2.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/AbstractNs3SimulatorV2.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3; import java.io.IOException; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3Includes.java b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3Includes.java index 2a58869..2edc262 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3Includes.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3Includes.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2Arion.java b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2Arion.java index 44c535f..fd3d2c0 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2Arion.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2Arion.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3; import java.io.BufferedWriter; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2DelayDrop.java b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2DelayDrop.java index e0856b6..fbf6253 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2DelayDrop.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2DelayDrop.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3; import java.io.BufferedWriter; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2FirstN.java b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2FirstN.java index 0efe5f8..23b68df 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2FirstN.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/Ns3SimulatorV2FirstN.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3; import java.io.BufferedWriter; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FileHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FileHelper.java index 84b5044..cd19b5a 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FileHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FileHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FlowMonitorHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FlowMonitorHelper.java index 648121f..11b1d34 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FlowMonitorHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/FlowMonitorHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/GnuplotHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/GnuplotHelper.java index df39b66..45dda7e 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/GnuplotHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/GnuplotHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/package-info.java index 75653ef..1cf356f 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * Classes providing data collection (collecting, processing, outputting) capabilities. diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/DoubleProbe.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/DoubleProbe.java index 6271567..f514c0d 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/DoubleProbe.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/DoubleProbe.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection.probes; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv4PacketProbe.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv4PacketProbe.java index 1ff2357..815e872 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv4PacketProbe.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv4PacketProbe.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection.probes; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv6PacketProbe.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv6PacketProbe.java index 62aff07..818bfdc 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv6PacketProbe.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Ipv6PacketProbe.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection.probes; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/PacketProbe.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/PacketProbe.java index 1bab00d..7b6d646 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/PacketProbe.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/PacketProbe.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection.probes; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Probe.java b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Probe.java index 9fde595..516f8f5 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Probe.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/datacollection/probes/Probe.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.datacollection.probes; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/CsmaSources.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/CsmaSources.java index a8246b8..70b7d2d 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/CsmaSources.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/CsmaSources.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/FileFormat.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/FileFormat.java index be65912..cfc7f75 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/FileFormat.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/FileFormat.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4L3Protocol.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4L3Protocol.java index ddd93b7..0aeef7c 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4L3Protocol.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4L3Protocol.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4PacketProbe.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4PacketProbe.java index e54e954..c976d13 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4PacketProbe.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv4PacketProbe.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv6L3Protocol.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv6L3Protocol.java index ae36507..b793d7c 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv6L3Protocol.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/Ipv6L3Protocol.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/KeyLocation.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/KeyLocation.java index 6ae1508..ae3bcbd 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/KeyLocation.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/KeyLocation.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/MacSources.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/MacSources.java index 887b80d..16cf63e 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/MacSources.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/MacSources.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/MobilityModel.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/MobilityModel.java index 99d602b..438a188 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/MobilityModel.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/MobilityModel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/NetworkType.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/NetworkType.java index 3e06955..8bc5da3 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/NetworkType.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/NetworkType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/PhySources.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/PhySources.java index cea9f49..d570d74 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/PhySources.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/PhySources.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/SnifferSources.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/SnifferSources.java index 5b67126..fcedc49 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/SnifferSources.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/SnifferSources.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/TraceSource.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/TraceSource.java index d716008..9ee87bd 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/TraceSource.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/TraceSource.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.enums; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/enums/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/enums/package-info.java index fd03615..07607e5 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/enums/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/enums/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 Enums diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Applications.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Applications.java index 7b385e3..51e0418 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Applications.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Applications.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Bridge.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Bridge.java index baecc45..f415207 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Bridge.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Bridge.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Core.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Core.java index c3501f7..70eb7b2 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Core.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Core.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Csma.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Csma.java index c9c1cc9..ef80790 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Csma.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Csma.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Cstdlib.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Cstdlib.java index 3e72a1b..1c06e7b 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Cstdlib.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Cstdlib.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/FlowMonitorHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/FlowMonitorHelper.java index eb8122f..cd426e1 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/FlowMonitorHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/FlowMonitorHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Fncs.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Fncs.java index 2bcbb98..4cbd585 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Fncs.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Fncs.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/FncsApplication.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/FncsApplication.java index 3c0aca9..2d53ac5 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/FncsApplication.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/FncsApplication.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Internet.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Internet.java index 4b1f0f2..667b9af 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Internet.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Internet.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Iostream.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Iostream.java index 955a6e4..dd028ab 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Iostream.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Iostream.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Lte.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Lte.java index bb152cd..140c2ec 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Lte.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Lte.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Map.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Map.java index 6280bfb..0edf1b1 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Map.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Map.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Mobility.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Mobility.java index 02814e2..5e780b0 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Mobility.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Mobility.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Module.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Module.java index dfb25be..0e71482 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Module.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Module.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Namespace.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Namespace.java index 8ed674c..c2cdf92 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Namespace.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Namespace.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Network.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Network.java index 3822fee..d60a99d 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Network.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Network.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/NixVectorRouting.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/NixVectorRouting.java index d4a4ef5..7f2f12e 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/NixVectorRouting.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/NixVectorRouting.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/PointToPoint.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/PointToPoint.java index 65f4c88..9e5df7c 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/PointToPoint.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/PointToPoint.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Stats.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Stats.java index 8c467cc..dda0189 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Stats.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Stats.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Stdexcept.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Stdexcept.java index 18b9e71..c101ce0 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Stdexcept.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Stdexcept.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/Wifi.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/Wifi.java index 28af84c..21f0808 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/Wifi.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/Wifi.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.module; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/module/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/module/package-info.java index 29991ad..f1a8ce0 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/module/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/module/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 Modules diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Application.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Application.java index 3f18d93..08dd9ea 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Application.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Application.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/ApplicationContainer.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/ApplicationContainer.java index 601272f..5dfa261 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/ApplicationContainer.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/ApplicationContainer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/BridgeHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/BridgeHelper.java index af4fe28..8c82bd8 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/BridgeHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/BridgeHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import java.util.HashMap; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Channel.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Channel.java index d468336..7af9e25 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Channel.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Channel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.gld.obj.AuctionObject; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/FNCSApplicationHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/FNCSApplicationHelper.java index fb62856..15214ed 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/FNCSApplicationHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/FNCSApplicationHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.c.obj.StringMap; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/FncsSimulator.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/FncsSimulator.java index 271936e..4fa0e61 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/FncsSimulator.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/FncsSimulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/MobilityHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/MobilityHelper.java index 3c95ec3..120ad23 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/MobilityHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/MobilityHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDevice.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDevice.java index 1f2a085..bb26514 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDevice.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDevice.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDeviceContainer.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDeviceContainer.java index 321a201..a142ed3 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDeviceContainer.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetDeviceContainer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetworkHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetworkHelper.java index cc86af1..a918e14 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetworkHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NetworkHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Node.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Node.java index 7654d12..b905b84 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Node.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Node.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NodeContainer.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NodeContainer.java index ab1950e..8f8bd32 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/NodeContainer.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/NodeContainer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import java.util.ArrayList; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Ns3Network.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Ns3Network.java index 75603ae..2395047 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Ns3Network.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Ns3Network.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import gov.pnnl.prosser.api.c.obj.Pointer; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Router.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Router.java index df19336..d7e0a4f 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/Router.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/Router.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj; import java.util.ArrayList; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaChannel.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaChannel.java index 2efe1f9..76d2750 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaChannel.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaChannel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.csma; import gov.pnnl.prosser.api.c.obj.Pointer; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaHelper.java index 2baec53..77ae5f1 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.csma; import gov.pnnl.prosser.api.ns3.obj.NetDeviceContainer; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaNetDevice.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaNetDevice.java index 038b72a..dc5628b 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaNetDevice.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/CsmaNetDevice.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.csma; import gov.pnnl.prosser.api.ns3.obj.NetDevice; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/package-info.java index f2d0176..0738132 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/csma/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * Created by happ546 on 9/3/2015. diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoClientHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoClientHelper.java index 9b30b03..c15a2ae 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoClientHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoClientHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.echo; import java.util.HashMap; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoHelper.java index 38f865f..7c622a2 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.echo; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoServerHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoServerHelper.java index 5e8ee57..e3d01a7 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoServerHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/UdpEchoServerHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.echo; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/package-info.java index efe2b8a..63519f6 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/echo/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 UDP echo application model diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/InternetStackHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/InternetStackHelper.java index 43ef1c2..3a2d662 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/InternetStackHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/InternetStackHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4.java index 1fb9753..77a1ec8 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Address.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Address.java index 34da772..db87424 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Address.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Address.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4AddressHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4AddressHelper.java index e55fa71..7898b39 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4AddressHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4AddressHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4GlobalRoutingHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4GlobalRoutingHelper.java index 66f2cca..827bd43 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4GlobalRoutingHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4GlobalRoutingHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceAddress.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceAddress.java index a6bbda7..875bfdd 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceAddress.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceAddress.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceContainer.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceContainer.java index 81ab8d2..9ade8cd 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceContainer.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4InterfaceContainer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4ListRoutingHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4ListRoutingHelper.java index 373812a..7083969 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4ListRoutingHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4ListRoutingHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Mask.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Mask.java index d5036f0..6cbba90 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Mask.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4Mask.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4NixVectorHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4NixVectorHelper.java index 2a73295..36a6c74 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4NixVectorHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4NixVectorHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRouting.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRouting.java index 7d2f7ed..07f5af8 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRouting.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRouting.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRoutingHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRoutingHelper.java index 8004327..bc3bcff 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRoutingHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/Ipv4StaticRoutingHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.internet; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/package-info.java index bdec994..8cec649 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/internet/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 Internet and IPv4 model diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/EpsBearer.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/EpsBearer.java index 8b6e2d0..377cd9a 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/EpsBearer.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/EpsBearer.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.lte; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/LteHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/LteHelper.java index f720ebb..6fd49f8 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/LteHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/LteHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.lte; import gov.pnnl.prosser.api.c.obj.Pointer; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/PointToPointEpcHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/PointToPointEpcHelper.java index cf7bb66..8344be6 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/PointToPointEpcHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/PointToPointEpcHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.lte; import gov.pnnl.prosser.api.c.obj.Pointer; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/Qci.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/Qci.java index 6f22508..6c70133 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/Qci.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/Qci.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.lte; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/package-info.java index fb8bcd9..2b84b5e 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/lte/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 LTE model diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointChannel.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointChannel.java index caabc47..b32327f 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointChannel.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointChannel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.p2p; import gov.pnnl.prosser.api.ns3.enums.NetworkType; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointHelper.java index 69519b9..a94b1cf 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.p2p; import gov.pnnl.prosser.api.ns3.obj.NetDeviceContainer; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointNetDevice.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointNetDevice.java index 4beb7c8..c6efeaa 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointNetDevice.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/PointToPointNetDevice.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.p2p; import gov.pnnl.prosser.api.ns3.obj.NetDevice; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/package-info.java index 1c088c9..33eb4d7 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/p2p/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 Point-to-Point model diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/package-info.java index 752d36f..95c04f4 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 Object Model diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/NqosWifiMacHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/NqosWifiMacHelper.java index 44dd9b4..304e641 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/NqosWifiMacHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/NqosWifiMacHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/PcapDataLinkType.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/PcapDataLinkType.java index d8d22ec..b2685a5 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/PcapDataLinkType.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/PcapDataLinkType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/Ssid.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/Ssid.java index a4c2fff..26e53c4 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/Ssid.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/Ssid.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiChannel.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiChannel.java index 1c17e0e..feacdfa 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiChannel.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiChannel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiHelper.java index 6b26ca5..2ae403d 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMac.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMac.java index 1b87062..59a710e 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMac.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMac.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMacType.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMacType.java index 4fc6573..294217a 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMacType.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiMacType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiObjectBase.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiObjectBase.java index 3066f93..4f82881 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiObjectBase.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiObjectBase.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyMode.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyMode.java index 7529a86..bb8f472 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyMode.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyMode.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyStandard.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyStandard.java index 2f68a92..c8442ea 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyStandard.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiPhyStandard.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiRemoteStationManager.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiRemoteStationManager.java index f6cd350..df27e0d 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiRemoteStationManager.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/WifiRemoteStationManager.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansErrorRateModel.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansErrorRateModel.java index a8c03fa..b90034f 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansErrorRateModel.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansErrorRateModel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannel.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannel.java index 9da8797..ff70503 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannel.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannel.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; /** diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannelHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannelHelper.java index 8e8ad94..3327fe4 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannelHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiChannelHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiPhyHelper.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiPhyHelper.java index c71bd83..a50b985 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiPhyHelper.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/YansWifiPhyHelper.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.ns3.obj.wifi; import gov.pnnl.prosser.api.ns3.AbstractNs3Object; diff --git a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/package-info.java b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/package-info.java index d605b18..442ac60 100644 --- a/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/ns3/obj/wifi/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * NS-3 Wi-Fi model diff --git a/src/main/java/gov/pnnl/prosser/api/package-info.java b/src/main/java/gov/pnnl/prosser/api/package-info.java index 358d0ae..3013a65 100644 --- a/src/main/java/gov/pnnl/prosser/api/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * Base Prosser API diff --git a/src/main/java/gov/pnnl/prosser/api/sql/SqlColumnDef.java b/src/main/java/gov/pnnl/prosser/api/sql/SqlColumnDef.java index f663efa..2cd841d 100644 --- a/src/main/java/gov/pnnl/prosser/api/sql/SqlColumnDef.java +++ b/src/main/java/gov/pnnl/prosser/api/sql/SqlColumnDef.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * diff --git a/src/main/java/gov/pnnl/prosser/api/sql/SqlFile.java b/src/main/java/gov/pnnl/prosser/api/sql/SqlFile.java index 612e10f..da22b50 100644 --- a/src/main/java/gov/pnnl/prosser/api/sql/SqlFile.java +++ b/src/main/java/gov/pnnl/prosser/api/sql/SqlFile.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * diff --git a/src/main/java/gov/pnnl/prosser/api/sql/SqlTableDef.java b/src/main/java/gov/pnnl/prosser/api/sql/SqlTableDef.java index c39e3ff..b88d5a7 100644 --- a/src/main/java/gov/pnnl/prosser/api/sql/SqlTableDef.java +++ b/src/main/java/gov/pnnl/prosser/api/sql/SqlTableDef.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * diff --git a/src/main/java/gov/pnnl/prosser/api/sql/package-info.java b/src/main/java/gov/pnnl/prosser/api/sql/package-info.java index 292f9c5..4d103ac 100644 --- a/src/main/java/gov/pnnl/prosser/api/sql/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/sql/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * SQL Model diff --git a/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/SimType.java b/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/SimType.java index eaaf3b3..5055612 100644 --- a/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/SimType.java +++ b/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/SimType.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.thirdparty.enums; /** diff --git a/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/package-info.java b/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/package-info.java index 0c197ea..4da88b4 100644 --- a/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/package-info.java +++ b/src/main/java/gov/pnnl/prosser/api/thirdparty/enums/package-info.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ /** * @author fish334 * diff --git a/src/test/java/AdaptedAEPArionNs3Test.java b/src/test/java/AdaptedAEPArionNs3Test.java index dca3f72..f3a1d31 100644 --- a/src/test/java/AdaptedAEPArionNs3Test.java +++ b/src/test/java/AdaptedAEPArionNs3Test.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.*; import gov.pnnl.prosser.api.gld.*; diff --git a/src/test/java/AdaptedAEPFncsTest.java b/src/test/java/AdaptedAEPFncsTest.java index acec082..d3213ba 100644 --- a/src/test/java/AdaptedAEPFncsTest.java +++ b/src/test/java/AdaptedAEPFncsTest.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.*; import gov.pnnl.prosser.api.gld.*; diff --git a/src/test/java/AdaptedAEPNs3Sim2Test.java b/src/test/java/AdaptedAEPNs3Sim2Test.java index 8f8e111..19273d2 100644 --- a/src/test/java/AdaptedAEPNs3Sim2Test.java +++ b/src/test/java/AdaptedAEPNs3Sim2Test.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.*; import gov.pnnl.prosser.api.gld.*; diff --git a/src/test/java/BasicSimulator.java b/src/test/java/BasicSimulator.java index d54bac5..aa2dce6 100644 --- a/src/test/java/BasicSimulator.java +++ b/src/test/java/BasicSimulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.Experiment; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/test/java/DataCollectionTest.java b/src/test/java/DataCollectionTest.java index 167d78b..99e41e8 100644 --- a/src/test/java/DataCollectionTest.java +++ b/src/test/java/DataCollectionTest.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.Experiment; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/test/java/ExperimentFncsTest.java b/src/test/java/ExperimentFncsTest.java index 9c76f9a..e191106 100644 --- a/src/test/java/ExperimentFncsTest.java +++ b/src/test/java/ExperimentFncsTest.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.*; import gov.pnnl.prosser.api.FncsSimulator; diff --git a/src/test/java/IntegratedDemo.java b/src/test/java/IntegratedDemo.java index 36bb916..9b3f193 100644 --- a/src/test/java/IntegratedDemo.java +++ b/src/test/java/IntegratedDemo.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.*; import gov.pnnl.prosser.api.gld.*; diff --git a/src/test/java/Ns3OnlyTest.java b/src/test/java/Ns3OnlyTest.java index 8d30317..d91e6cb 100644 --- a/src/test/java/Ns3OnlyTest.java +++ b/src/test/java/Ns3OnlyTest.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.*; import gov.pnnl.prosser.api.gld.*; diff --git a/src/test/java/TestNs3Simulator.java b/src/test/java/TestNs3Simulator.java index a24b5ae..a964500 100644 --- a/src/test/java/TestNs3Simulator.java +++ b/src/test/java/TestNs3Simulator.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.ns3.AbstractNs3Object; import gov.pnnl.prosser.api.ns3.module.Module; diff --git a/src/test/java/TestSeanZExperiment.java b/src/test/java/TestSeanZExperiment.java index 8fb3389..4db0974 100644 --- a/src/test/java/TestSeanZExperiment.java +++ b/src/test/java/TestSeanZExperiment.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.*; import gov.pnnl.prosser.api.gld.enums.*; diff --git a/src/test/java/WifiFncsTest.java b/src/test/java/WifiFncsTest.java index 1f0c998..0fbb7a8 100644 --- a/src/test/java/WifiFncsTest.java +++ b/src/test/java/WifiFncsTest.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ import gov.pnnl.prosser.api.Experiment; import gov.pnnl.prosser.api.GldSimulator; diff --git a/src/test/java/gov/pnnl/prosser/api/test/TestProsser.java b/src/test/java/gov/pnnl/prosser/api/test/TestProsser.java index 9e8e644..fe929ce 100644 --- a/src/test/java/gov/pnnl/prosser/api/test/TestProsser.java +++ b/src/test/java/gov/pnnl/prosser/api/test/TestProsser.java @@ -1,33 +1,33 @@ -/** -* Arion -* Copyright © 2016, Battelle Memorial Institute -* All rights reserved. -* 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity -* lawfully obtaining a copy of this software and associated documentation files (hereinafter “the Software”) -* to redistribute and use the Software in source and binary forms, with or without modification. Such person -* or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -* and may permit others to do so, subject to the following conditions: -* • Redistributions of source code must retain the above copyright notice, this list of conditions and -* the following disclaimers. -* • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and -* the following disclaimer in the documentation and/or other materials provided with the distribution. -* • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any -* form whatsoever without the express written consent of Battelle. -* 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED -* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT -* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* -* PACIFIC NORTHWEST NATIONAL LABORATORY -* operated by -* BATTELLE -* for the -* UNITED STATES DEPARTMENT OF ENERGY -* under Contract DE-AC05-76RL01830 -*/ +/******************************************************************************* + * Arion + * Copyright © 2016, Battelle Memorial Institute + * All rights reserved. + * 1. Battelle Memorial Institute (hereinafter Battelle) hereby grants permission to any person or entity + * lawfully obtaining a copy of this software and associated documentation files (hereinafter "the Software") + * to redistribute and use the Software in source and binary forms, with or without modification. Such person + * or entity may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, + * and may permit others to do so, subject to the following conditions: + * • Redistributions of source code must retain the above copyright notice, this list of conditions and + * the following disclaimers. + * • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or other materials provided with the distribution. + * • Other than as used herein, neither the name Battelle Memorial Institute or Battelle may be used in any + * form whatsoever without the express written consent of Battelle. + * 2. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BATTELLE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT + * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * PACIFIC NORTHWEST NATIONAL LABORATORY + * operated by + * BATTELLE + * for the + * UNITED STATES DEPARTMENT OF ENERGY + * under Contract DE-AC05-76RL01830 + *******************************************************************************/ package gov.pnnl.prosser.api.test;