Esri / solutions-geoevent-java

Custom processors, adapters and transports for geoevent server.
Apache License 2.0
37 stars 45 forks source link

Add License Headers and Remove Commented code #18

Closed csmoore closed 10 years ago

csmoore commented 10 years ago

Add Apache License headers to Java & python code:

Ex: https://raw.github.com/Esri/vehicle-commander/master/source/VehicleCommander/src/com/esri/vehiclecommander/VehicleCommanderJFrame.java

https://raw.github.com/Esri/defense-and-intel-analysis-toolbox/master/toolboxes/scripts/AddUniqueRowID.py

Also check code & remove commented out code/imports/etc: https://github.com/ArcGIS/solutions-geoevent-java/blob/master/solutions-geoevent/adapters/CAP-adapter/src/main/java/com/esri/ges/solutions/adapter/cap/CAPInboundAdapter.java

csmoore commented 10 years ago

Done during code review