[Swift-commit] r5497 - in trunk: examples/tutorial src/org/globus/swift/catalog src/org/globus/swift/catalog/transformation src/org/globus/swift/catalog/types src/org/globus/swift/catalog/util src/org/globus/swift/data src/org/globus/swift/data/policy src/org/globus/swift/data/util src/org/griphyn/vdl/engine src/org/griphyn/vdl/karajan src/org/griphyn/vdl/karajan/functions src/org/griphyn/vdl/karajan/lib src/org/griphyn/vdl/karajan/lib/cache src/org/griphyn/vdl/karajan/lib/replication src/org/griphyn/vdl/karajan/lib/swiftscript src/org/griphyn/vdl/karajan/monitor src/org/griphyn/vdl/karajan/monitor/common src/org/griphyn/vdl/karajan/monitor/items src/org/griphyn/vdl/karajan/monitor/monitors src/org/griphyn/vdl/karajan/monitor/monitors/ansi src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui src/org/griphyn/vdl/karajan/monitor/monitors/swing src/org/griphyn/vdl/karajan/monitor/processors src/org/griphyn/vdl/mapping src/org/griphyn/vdl/mapping/file src/org/griphyn/vdl/toolkit src/o rg/griphyn/vdl/type src/org/griphyn/vdl/type/impl src/org/griphyn/vdl/util
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Tue Jan 10 12:43:51 CST 2012
Author: davidk
Date: 2012-01-10 12:43:45 -0600 (Tue, 10 Jan 2012)
New Revision: 5497
Modified:
trunk/examples/tutorial/MyFirstMapper.java
trunk/src/org/globus/swift/catalog/Catalog.java
trunk/src/org/globus/swift/catalog/CatalogEntry.java
trunk/src/org/globus/swift/catalog/TCEntry.java
trunk/src/org/globus/swift/catalog/TransformationCatalog.java
trunk/src/org/globus/swift/catalog/TransformationCatalogEntry.java
trunk/src/org/globus/swift/catalog/transformation/File.java
trunk/src/org/globus/swift/catalog/types/Arch.java
trunk/src/org/globus/swift/catalog/types/Os.java
trunk/src/org/globus/swift/catalog/types/SysInfo.java
trunk/src/org/globus/swift/catalog/types/TCType.java
trunk/src/org/globus/swift/catalog/util/Data.java
trunk/src/org/globus/swift/catalog/util/Escape.java
trunk/src/org/globus/swift/catalog/util/Profile.java
trunk/src/org/globus/swift/catalog/util/ProfileParser.java
trunk/src/org/globus/swift/catalog/util/ProfileParserException.java
trunk/src/org/globus/swift/catalog/util/Separator.java
trunk/src/org/globus/swift/data/Action.java
trunk/src/org/globus/swift/data/Director.java
trunk/src/org/globus/swift/data/Query.java
trunk/src/org/globus/swift/data/policy/AllocationHook.java
trunk/src/org/globus/swift/data/policy/Broadcast.java
trunk/src/org/globus/swift/data/policy/Default.java
trunk/src/org/globus/swift/data/policy/Direct.java
trunk/src/org/globus/swift/data/policy/External.java
trunk/src/org/globus/swift/data/policy/Gather.java
trunk/src/org/globus/swift/data/policy/Local.java
trunk/src/org/globus/swift/data/policy/Policy.java
trunk/src/org/globus/swift/data/util/LineReader.java
trunk/src/org/griphyn/vdl/engine/FormalArgumentSignature.java
trunk/src/org/griphyn/vdl/engine/Karajan.java
trunk/src/org/griphyn/vdl/engine/ProcedureSignature.java
trunk/src/org/griphyn/vdl/engine/VariableScope.java
trunk/src/org/griphyn/vdl/karajan/ArrayIndexFutureList.java
trunk/src/org/griphyn/vdl/karajan/AssertFailedException.java
trunk/src/org/griphyn/vdl/karajan/CompilationException.java
trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java
trunk/src/org/griphyn/vdl/karajan/FuturePairIterator.java
trunk/src/org/griphyn/vdl/karajan/FutureTracker.java
trunk/src/org/griphyn/vdl/karajan/FutureWrapper.java
trunk/src/org/griphyn/vdl/karajan/HangChecker.java
trunk/src/org/griphyn/vdl/karajan/InHook.java
trunk/src/org/griphyn/vdl/karajan/Loader.java
trunk/src/org/griphyn/vdl/karajan/Mergeable.java
trunk/src/org/griphyn/vdl/karajan/Monitor.java
trunk/src/org/griphyn/vdl/karajan/Pair.java
trunk/src/org/griphyn/vdl/karajan/PairIterator.java
trunk/src/org/griphyn/vdl/karajan/ScalabilityTest.java
trunk/src/org/griphyn/vdl/karajan/TCCache.java
trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java
trunk/src/org/griphyn/vdl/karajan/VDL2ExecutionContext.java
trunk/src/org/griphyn/vdl/karajan/VDL2FutureException.java
trunk/src/org/griphyn/vdl/karajan/VDSAdaptiveScheduler.java
trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java
trunk/src/org/griphyn/vdl/karajan/WaitingThreadsMonitor.java
trunk/src/org/griphyn/vdl/karajan/functions/ConfigProperty.java
trunk/src/org/griphyn/vdl/karajan/functions/ProcessBulkErrors.java
trunk/src/org/griphyn/vdl/karajan/lib/AbsFileName.java
trunk/src/org/griphyn/vdl/karajan/lib/AppStageins.java
trunk/src/org/griphyn/vdl/karajan/lib/AppStageouts.java
trunk/src/org/griphyn/vdl/karajan/lib/AppendArray.java
trunk/src/org/griphyn/vdl/karajan/lib/CacheAddAndLockFile.java
trunk/src/org/griphyn/vdl/karajan/lib/CacheAddFile.java
trunk/src/org/griphyn/vdl/karajan/lib/CacheFileRemoved.java
trunk/src/org/griphyn/vdl/karajan/lib/CacheFunction.java
trunk/src/org/griphyn/vdl/karajan/lib/CacheUnlockFiles.java
trunk/src/org/griphyn/vdl/karajan/lib/CleanDataset.java
trunk/src/org/griphyn/vdl/karajan/lib/CloseDataset.java
trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java
trunk/src/org/griphyn/vdl/karajan/lib/DoRestartLog.java
trunk/src/org/griphyn/vdl/karajan/lib/Executable.java
trunk/src/org/griphyn/vdl/karajan/lib/Execute.java
trunk/src/org/griphyn/vdl/karajan/lib/ExpandArguments.java
trunk/src/org/griphyn/vdl/karajan/lib/FileCopier.java
trunk/src/org/griphyn/vdl/karajan/lib/FileName.java
trunk/src/org/griphyn/vdl/karajan/lib/Flatten.java
trunk/src/org/griphyn/vdl/karajan/lib/FringePaths.java
trunk/src/org/griphyn/vdl/karajan/lib/GetArrayIterator.java
trunk/src/org/griphyn/vdl/karajan/lib/GetDatasetProvenanceID.java
trunk/src/org/griphyn/vdl/karajan/lib/GetField.java
trunk/src/org/griphyn/vdl/karajan/lib/GetFieldSubscript.java
trunk/src/org/griphyn/vdl/karajan/lib/GetFieldValue.java
trunk/src/org/griphyn/vdl/karajan/lib/InFileDirs.java
trunk/src/org/griphyn/vdl/karajan/lib/InfiniteCountingWhile.java
trunk/src/org/griphyn/vdl/karajan/lib/IsDone.java
trunk/src/org/griphyn/vdl/karajan/lib/IsFileBound.java
trunk/src/org/griphyn/vdl/karajan/lib/IsLogged.java
trunk/src/org/griphyn/vdl/karajan/lib/IsRestartable.java
trunk/src/org/griphyn/vdl/karajan/lib/JobConstraints.java
trunk/src/org/griphyn/vdl/karajan/lib/Kickstart.java
trunk/src/org/griphyn/vdl/karajan/lib/Log.java
trunk/src/org/griphyn/vdl/karajan/lib/LogVar.java
trunk/src/org/griphyn/vdl/karajan/lib/Mark.java
trunk/src/org/griphyn/vdl/karajan/lib/New.java
trunk/src/org/griphyn/vdl/karajan/lib/NiceName.java
trunk/src/org/griphyn/vdl/karajan/lib/Operators.java
trunk/src/org/griphyn/vdl/karajan/lib/OutFileDirs.java
trunk/src/org/griphyn/vdl/karajan/lib/OutFiles.java
trunk/src/org/griphyn/vdl/karajan/lib/Parameterlog.java
trunk/src/org/griphyn/vdl/karajan/lib/PartialCloseDataset.java
trunk/src/org/griphyn/vdl/karajan/lib/PathUtils.java
trunk/src/org/griphyn/vdl/karajan/lib/Range.java
trunk/src/org/griphyn/vdl/karajan/lib/RuntimeStats.java
trunk/src/org/griphyn/vdl/karajan/lib/SequentialWithID.java
trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java
trunk/src/org/griphyn/vdl/karajan/lib/SetFutureFault.java
trunk/src/org/griphyn/vdl/karajan/lib/SiteProfile.java
trunk/src/org/griphyn/vdl/karajan/lib/SliceArray.java
trunk/src/org/griphyn/vdl/karajan/lib/Stagein.java
trunk/src/org/griphyn/vdl/karajan/lib/Stageout.java
trunk/src/org/griphyn/vdl/karajan/lib/SwiftArg.java
trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java
trunk/src/org/griphyn/vdl/karajan/lib/ThreadPrefix.java
trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java
trunk/src/org/griphyn/vdl/karajan/lib/Typecheck.java
trunk/src/org/griphyn/vdl/karajan/lib/UnwrapClosedList.java
trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
trunk/src/org/griphyn/vdl/karajan/lib/WaitFieldValue.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheMapAdapter.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheReturn.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/File.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/LRUFileCache.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/ProcessingListener.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/Site.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCache.java
trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCacheFactory.java
trunk/src/org/griphyn/vdl/karajan/lib/replication/CanceledReplicaException.java
trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationGroups.java
trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationManager.java
trunk/src/org/griphyn/vdl/karajan/lib/replication/Sweeper.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Assert.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ExtractInt.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileName.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileNames.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FnArg.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Fprintf.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Java.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadData.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadStructured.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Sprintf.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Tracef.java
trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/WriteData.java
trunk/src/org/griphyn/vdl/karajan/monitor/MonitorAppender.java
trunk/src/org/griphyn/vdl/karajan/monitor/RadixTree.java
trunk/src/org/griphyn/vdl/karajan/monitor/StateUpdater.java
trunk/src/org/griphyn/vdl/karajan/monitor/StatefulItemClassSet.java
trunk/src/org/griphyn/vdl/karajan/monitor/Stats.java
trunk/src/org/griphyn/vdl/karajan/monitor/SystemState.java
trunk/src/org/griphyn/vdl/karajan/monitor/SystemStateListener.java
trunk/src/org/griphyn/vdl/karajan/monitor/common/StatefulItemModel.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/AbstractStatefulItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/ApplicationItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/Bridge.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/HostItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItemClass.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/TaskItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/TraceItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/items/WorkflowItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/AbstractMonitor.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/Monitor.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/MonitorFactory.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/TextMonitor.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/ANSIMonitor.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AbstractANSIDisplay.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppDialog.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTable.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTasksModel.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensCellRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensModel.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensPane.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalProgress.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalTimer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostCellRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostTableModel.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/LocalANSIDisplay.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/RemoteANSIConnection.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/STable.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SchedulerInfoPane.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SummaryPane.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskCellRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskStatsPane.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/WorkerTerminalInputHandler.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSI.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSIContext.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ActionListener.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Button.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/CharacterMap.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Component.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Container.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/DefaultTableCellRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Dialog.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Frame.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Graph.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/HLine.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Key.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Label.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LabelWithAccelerator.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LayeredContainer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBar.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBars.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Menu.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuBar.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuItem.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Screen.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ScreenBuffer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Tab.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TabbedContainer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Table.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableCellRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableColumn.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Terminal.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TextArea.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VBox.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VHCrossing.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VLine.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VScrollbar.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ApplicationTable.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ClassRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/FilteringTaskTable.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GanttChart.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SimpleTableClassRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SwingMonitor.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TasksRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgress.java
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgressRenderer.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppThreadProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/ExecutionContextProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/JobProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/LogMessageProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/ParsingException.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/ProcedureProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/SchedulerInfoProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/SimpleParser.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/TaskProcessor.java
trunk/src/org/griphyn/vdl/karajan/monitor/processors/TraceProcessor.java
trunk/src/org/griphyn/vdl/mapping/AbsFile.java
trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java
trunk/src/org/griphyn/vdl/mapping/AbstractMapper.java
trunk/src/org/griphyn/vdl/mapping/ArrayDataNode.java
trunk/src/org/griphyn/vdl/mapping/DSHandle.java
trunk/src/org/griphyn/vdl/mapping/DSHandleListener.java
trunk/src/org/griphyn/vdl/mapping/DataDependentException.java
trunk/src/org/griphyn/vdl/mapping/DataNode.java
trunk/src/org/griphyn/vdl/mapping/DependentException.java
trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java
trunk/src/org/griphyn/vdl/mapping/GeneralizedFileFormat.java
trunk/src/org/griphyn/vdl/mapping/HandleOpenException.java
trunk/src/org/griphyn/vdl/mapping/InvalidMapperException.java
trunk/src/org/griphyn/vdl/mapping/InvalidMappingParameterException.java
trunk/src/org/griphyn/vdl/mapping/InvalidPathException.java
trunk/src/org/griphyn/vdl/mapping/Mapper.java
trunk/src/org/griphyn/vdl/mapping/MapperFactory.java
trunk/src/org/griphyn/vdl/mapping/MappingDependentException.java
trunk/src/org/griphyn/vdl/mapping/MappingParam.java
trunk/src/org/griphyn/vdl/mapping/Path.java
trunk/src/org/griphyn/vdl/mapping/PathComparator.java
trunk/src/org/griphyn/vdl/mapping/PathElementComparator.java
trunk/src/org/griphyn/vdl/mapping/PathParser.java
trunk/src/org/griphyn/vdl/mapping/PathParsingException.java
trunk/src/org/griphyn/vdl/mapping/PhysicalFormat.java
trunk/src/org/griphyn/vdl/mapping/RootArrayDataNode.java
trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
trunk/src/org/griphyn/vdl/mapping/file/AbstractFileMapper.java
trunk/src/org/griphyn/vdl/mapping/file/AirsnFileNameElementMapper.java
trunk/src/org/griphyn/vdl/mapping/file/AirsnMapper.java
trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java
trunk/src/org/griphyn/vdl/mapping/file/CSVMapper.java
trunk/src/org/griphyn/vdl/mapping/file/ConcurrentElementMapper.java
trunk/src/org/griphyn/vdl/mapping/file/ConcurrentMapper.java
trunk/src/org/griphyn/vdl/mapping/file/DefaultFileNameElementMapper.java
trunk/src/org/griphyn/vdl/mapping/file/ExternalMapper.java
trunk/src/org/griphyn/vdl/mapping/file/FileGarbageCollector.java
trunk/src/org/griphyn/vdl/mapping/file/FileNameElementMapper.java
trunk/src/org/griphyn/vdl/mapping/file/FileSystemArrayMapper.java
trunk/src/org/griphyn/vdl/mapping/file/FixedArrayFileMapper.java
trunk/src/org/griphyn/vdl/mapping/file/ROIFileNameElementMapper.java
trunk/src/org/griphyn/vdl/mapping/file/ROIMapper.java
trunk/src/org/griphyn/vdl/mapping/file/RegularExpressionMapper.java
trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java
trunk/src/org/griphyn/vdl/mapping/file/SingleFileMapper.java
trunk/src/org/griphyn/vdl/mapping/file/StructuredRegularExpressionMapper.java
trunk/src/org/griphyn/vdl/mapping/file/TestMapper.java
trunk/src/org/griphyn/vdl/toolkit/VDLt2VDLx.java
trunk/src/org/griphyn/vdl/type/DuplicateFieldException.java
trunk/src/org/griphyn/vdl/type/Field.java
trunk/src/org/griphyn/vdl/type/NoSuchTypeException.java
trunk/src/org/griphyn/vdl/type/Type.java
trunk/src/org/griphyn/vdl/type/Types.java
trunk/src/org/griphyn/vdl/type/impl/FieldImpl.java
trunk/src/org/griphyn/vdl/type/impl/TypeImpl.java
trunk/src/org/griphyn/vdl/type/impl/UnresolvedType.java
trunk/src/org/griphyn/vdl/util/FQN.java
trunk/src/org/griphyn/vdl/util/SwiftProfile.java
trunk/src/org/griphyn/vdl/util/TriStateBoolean.java
trunk/src/org/griphyn/vdl/util/VDL2Config.java
trunk/src/org/griphyn/vdl/util/VDL2ConfigProperties.java
Log:
Add apache license information to each source file
Modified: trunk/examples/tutorial/MyFirstMapper.java
===================================================================
--- trunk/examples/tutorial/MyFirstMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/examples/tutorial/MyFirstMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package tutorial;
import java.util.Arrays;
Modified: trunk/src/org/globus/swift/catalog/Catalog.java
===================================================================
--- trunk/src/org/globus/swift/catalog/Catalog.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/Catalog.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,18 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog;
import java.util.Properties;
Modified: trunk/src/org/globus/swift/catalog/CatalogEntry.java
===================================================================
--- trunk/src/org/globus/swift/catalog/CatalogEntry.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/CatalogEntry.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,18 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog;
/**
Modified: trunk/src/org/globus/swift/catalog/TCEntry.java
===================================================================
--- trunk/src/org/globus/swift/catalog/TCEntry.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/TCEntry.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,18 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog;
/**
Modified: trunk/src/org/globus/swift/catalog/TransformationCatalog.java
===================================================================
--- trunk/src/org/globus/swift/catalog/TransformationCatalog.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/TransformationCatalog.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,21 +1,20 @@
-/**
- *
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found at $VDS_HOME/GTPL or
- * http://www.globus.org/toolkit/download/license.html.
- * This notice must appear in redistributions of this file
- * with or without modification.
- *
- * Redistributions of this Software, with or without modification, must reproduce
- * the GTPL in:
- * (1) the Software, or
- * (2) the Documentation or
- * some other similar material which is provided with the Software (if any).
- *
- * Copyright 1999-2004
- * University of Chicago and The University of Southern California.
- * All rights reserved.
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.globus.swift.catalog;
import org.globus.swift.catalog.types.SysInfo;
Modified: trunk/src/org/globus/swift/catalog/TransformationCatalogEntry.java
===================================================================
--- trunk/src/org/globus/swift/catalog/TransformationCatalogEntry.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/TransformationCatalogEntry.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,18 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog;
/**
Modified: trunk/src/org/globus/swift/catalog/transformation/File.java
===================================================================
--- trunk/src/org/globus/swift/catalog/transformation/File.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/transformation/File.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,20 +1,20 @@
-/**
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found at $VDS_HOME/GTPL or
- * http://www.globus.org/toolkit/download/license.html.
- * This notice must appear in redistributions of this file
- * with or without modification.
- *
- * Redistributions of this Software, with or without modification, must reproduce
- * the GTPL in:
- * (1) the Software, or
- * (2) the Documentation or
- * some other similar material which is provided with the Software (if any).
- *
- * Copyright 1999-2004
- * University of Chicago and The University of Southern California.
- * All rights reserved.
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.globus.swift.catalog.transformation;
import org.apache.log4j.Logger;
Modified: trunk/src/org/globus/swift/catalog/types/Arch.java
===================================================================
--- trunk/src/org/globus/swift/catalog/types/Arch.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/types/Arch.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,21 +1,20 @@
-/**
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found at $VDS_HOME/GTPL or
- * http://www.globus.org/toolkit/download/license.html.
- * This notice must appear in redistributions of this file
- * with or without modification.
- *
- * Redistributions of this Software, with or without modification, must reproduce
- * the GTPL in:
- * (1) the Software, or
- * (2) the Documentation or
- * some other similar material which is provided with the Software (if any).
- *
- * Copyright 1999-2004
- * University of Chicago and The University of Southern California.
- * All rights reserved.
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog.types;
/**
Modified: trunk/src/org/globus/swift/catalog/types/Os.java
===================================================================
--- trunk/src/org/globus/swift/catalog/types/Os.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/types/Os.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,21 +1,20 @@
-/**
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found at $VDS_HOME/GTPL or
- * http://www.globus.org/toolkit/download/license.html.
- * This notice must appear in redistributions of this file
- * with or without modification.
- *
- * Redistributions of this Software, with or without modification, must reproduce
- * the GTPL in:
- * (1) the Software, or
- * (2) the Documentation or
- * some other similar material which is provided with the Software (if any).
- *
- * Copyright 1999-2004
- * University of Chicago and The University of Southern California.
- * All rights reserved.
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog.types;
/**
Modified: trunk/src/org/globus/swift/catalog/types/SysInfo.java
===================================================================
--- trunk/src/org/globus/swift/catalog/types/SysInfo.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/types/SysInfo.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,20 +1,20 @@
-/**
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found at $VDS_HOME/GTPL or
- * http://www.globus.org/toolkit/download/license.html.
- * This notice must appear in redistributions of this file
- * with or without modification.
- *
- * Redistributions of this Software, with or without modification, must reproduce
- * the GTPL in:
- * (1) the Software, or
- * (2) the Documentation or
- * some other similar material which is provided with the Software (if any).
- *
- * Copyright 1999-2004
- * University of Chicago and The University of Southern California.
- * All rights reserved.
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.globus.swift.catalog.types;
/**
Modified: trunk/src/org/globus/swift/catalog/types/TCType.java
===================================================================
--- trunk/src/org/globus/swift/catalog/types/TCType.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/types/TCType.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,20 +1,20 @@
-/**
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found at $VDS_HOME/GTPL or
- * http://www.globus.org/toolkit/download/license.html.
- * This notice must appear in redistributions of this file
- * with or without modification.
- *
- * Redistributions of this Software, with or without modification, must reproduce
- * the GTPL in:
- * (1) the Software, or
- * (2) the Documentation or
- * some other similar material which is provided with the Software (if any).
- *
- * Copyright 1999-2004
- * University of Chicago and The University of Southern California.
- * All rights reserved.
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.globus.swift.catalog.types;
/**
Modified: trunk/src/org/globus/swift/catalog/util/Data.java
===================================================================
--- trunk/src/org/globus/swift/catalog/util/Data.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/util/Data.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,17 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.globus.swift.catalog.util;
@@ -44,4 +47,4 @@
*/
public abstract String toString();
-}
\ No newline at end of file
+}
Modified: trunk/src/org/globus/swift/catalog/util/Escape.java
===================================================================
--- trunk/src/org/globus/swift/catalog/util/Escape.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/util/Escape.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,18 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog.util;
/**
Modified: trunk/src/org/globus/swift/catalog/util/Profile.java
===================================================================
--- trunk/src/org/globus/swift/catalog/util/Profile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/util/Profile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,21 +1,20 @@
-/**
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found at $VDS_HOME/GTPL or
- * http://www.globus.org/toolkit/download/license.html.
- * This notice must appear in redistributions of this file
- * with or without modification.
- *
- * Redistributions of this Software, with or without modification, must reproduce
- * the GTPL in:
- * (1) the Software, or
- * (2) the Documentation or
- * some other similar material which is provided with the Software (if any).
- *
- * Copyright 1999-2004
- * University of Chicago and The University of Southern California.
- * All rights reserved.
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog.util;
Modified: trunk/src/org/globus/swift/catalog/util/ProfileParser.java
===================================================================
--- trunk/src/org/globus/swift/catalog/util/ProfileParser.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/util/ProfileParser.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,18 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog.util;
import java.util.List;
Modified: trunk/src/org/globus/swift/catalog/util/ProfileParserException.java
===================================================================
--- trunk/src/org/globus/swift/catalog/util/ProfileParserException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/util/ProfileParserException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,17 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.globus.swift.catalog.util;
Modified: trunk/src/org/globus/swift/catalog/util/Separator.java
===================================================================
--- trunk/src/org/globus/swift/catalog/util/Separator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/catalog/util/Separator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,18 +1,20 @@
/*
- * This file or a portion of this file is licensed under the terms of
- * the Globus Toolkit Public License, found in file GTPL, or at
- * http://www.globus.org/toolkit/download/license.html. This notice must
- * appear in redistributions of this file, with or without modification.
- *
- * Redistributions of this Software, with or without modification, must
- * reproduce the GTPL in: (1) the Software, or (2) the Documentation or
- * some other similar material which is provided with the Software (if
- * any).
- *
- * Copyright 1999-2004 University of Chicago and The University of
- * Southern California. All rights reserved.
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
package org.globus.swift.catalog.util;
Modified: trunk/src/org/globus/swift/data/Action.java
===================================================================
--- trunk/src/org/globus/swift/data/Action.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/Action.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data;
import org.apache.log4j.Logger;
Modified: trunk/src/org/globus/swift/data/Director.java
===================================================================
--- trunk/src/org/globus/swift/data/Director.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/Director.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data;
import java.io.File;
Modified: trunk/src/org/globus/swift/data/Query.java
===================================================================
--- trunk/src/org/globus/swift/data/Query.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/Query.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data;
import org.apache.log4j.Logger;
Modified: trunk/src/org/globus/swift/data/policy/AllocationHook.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/AllocationHook.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/AllocationHook.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import org.globus.cog.abstraction.coaster.service.job.manager.Hook;
Modified: trunk/src/org/globus/swift/data/policy/Broadcast.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/Broadcast.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/Broadcast.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import java.util.ArrayList;
Modified: trunk/src/org/globus/swift/data/policy/Default.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/Default.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/Default.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import java.util.List;
Modified: trunk/src/org/globus/swift/data/policy/Direct.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/Direct.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/Direct.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import java.util.List;
Modified: trunk/src/org/globus/swift/data/policy/External.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/External.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/External.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import java.util.List;
Modified: trunk/src/org/globus/swift/data/policy/Gather.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/Gather.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/Gather.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import java.util.List;
Modified: trunk/src/org/globus/swift/data/policy/Local.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/Local.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/Local.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import java.util.List;
Modified: trunk/src/org/globus/swift/data/policy/Policy.java
===================================================================
--- trunk/src/org/globus/swift/data/policy/Policy.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/policy/Policy.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.policy;
import java.util.List;
Modified: trunk/src/org/globus/swift/data/util/LineReader.java
===================================================================
--- trunk/src/org/globus/swift/data/util/LineReader.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/globus/swift/data/util/LineReader.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.globus.swift.data.util;
import java.io.BufferedReader;
Modified: trunk/src/org/griphyn/vdl/engine/FormalArgumentSignature.java
===================================================================
--- trunk/src/org/griphyn/vdl/engine/FormalArgumentSignature.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/engine/FormalArgumentSignature.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.engine;
import org.griphyn.vdl.type.Types;
Modified: trunk/src/org/griphyn/vdl/engine/Karajan.java
===================================================================
--- trunk/src/org/griphyn/vdl/engine/Karajan.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/engine/Karajan.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.engine;
import java.io.File;
Modified: trunk/src/org/griphyn/vdl/engine/ProcedureSignature.java
===================================================================
--- trunk/src/org/griphyn/vdl/engine/ProcedureSignature.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/engine/ProcedureSignature.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.engine;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/engine/VariableScope.java
===================================================================
--- trunk/src/org/griphyn/vdl/engine/VariableScope.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/engine/VariableScope.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.engine;
import org.antlr.stringtemplate.StringTemplate;
Modified: trunk/src/org/griphyn/vdl/karajan/ArrayIndexFutureList.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/ArrayIndexFutureList.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/ArrayIndexFutureList.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 9, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/AssertFailedException.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/AssertFailedException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/AssertFailedException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan;
import org.globus.cog.karajan.workflow.ExecutionException;
Modified: trunk/src/org/griphyn/vdl/karajan/CompilationException.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/CompilationException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/CompilationException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 8, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/FuturePairIterator.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/FuturePairIterator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/FuturePairIterator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 9, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/FutureTracker.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/FutureTracker.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/FutureTracker.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 1, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/karajan/FutureWrapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/FutureWrapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/FutureWrapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 1, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan;
import org.globus.cog.karajan.workflow.events.EventTargetPair;
Modified: trunk/src/org/griphyn/vdl/karajan/HangChecker.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/HangChecker.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/HangChecker.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 6, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan;
import java.io.ByteArrayOutputStream;
Modified: trunk/src/org/griphyn/vdl/karajan/InHook.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/InHook.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/InHook.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 19, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/Loader.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Loader.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/Loader.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 12, 2005
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/Mergeable.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Mergeable.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/Mergeable.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 13, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/Monitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Monitor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/Monitor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 17, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/Pair.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Pair.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/Pair.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 9, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/PairIterator.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/PairIterator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/PairIterator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 9, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/ScalabilityTest.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/ScalabilityTest.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/ScalabilityTest.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 20, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/TCCache.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/TCCache.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/TCCache.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 5, 2007
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 23, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/VDL2ExecutionContext.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/VDL2ExecutionContext.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/VDL2ExecutionContext.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 23, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/VDL2FutureException.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/VDL2FutureException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/VDL2FutureException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 4, 2007
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/VDSAdaptiveScheduler.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/VDSAdaptiveScheduler.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/VDSAdaptiveScheduler.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 12, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 12, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/WaitingThreadsMonitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/WaitingThreadsMonitor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/WaitingThreadsMonitor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 17, 2006
*/
package org.griphyn.vdl.karajan;
Modified: trunk/src/org/griphyn/vdl/karajan/functions/ConfigProperty.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/functions/ConfigProperty.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/functions/ConfigProperty.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 6, 2006
*/
package org.griphyn.vdl.karajan.functions;
Modified: trunk/src/org/griphyn/vdl/karajan/functions/ProcessBulkErrors.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/functions/ProcessBulkErrors.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/functions/ProcessBulkErrors.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 6, 2006
*/
package org.griphyn.vdl.karajan.functions;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/AbsFileName.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/AbsFileName.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/AbsFileName.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/AppStageins.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/AppStageins.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/AppStageins.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 5, 2007
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/AppStageouts.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/AppStageouts.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/AppStageouts.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 5, 2007
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/AppendArray.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/AppendArray.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/AppendArray.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 21, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.lib;
import org.globus.cog.karajan.arguments.Arg;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CacheAddAndLockFile.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CacheAddAndLockFile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CacheAddAndLockFile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CacheAddFile.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CacheAddFile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CacheAddFile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 28, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CacheFileRemoved.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CacheFileRemoved.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CacheFileRemoved.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CacheFunction.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CacheFunction.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CacheFunction.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 28, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CacheUnlockFiles.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CacheUnlockFiles.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CacheUnlockFiles.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 28, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CleanDataset.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CleanDataset.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CleanDataset.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CloseDataset.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CloseDataset.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CloseDataset.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import java.util.Iterator;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/DoRestartLog.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/DoRestartLog.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/DoRestartLog.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Executable.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Executable.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Executable.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Execute.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Execute.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Execute.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Apr 30, 2008
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/ExpandArguments.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/ExpandArguments.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/ExpandArguments.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/FileCopier.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/FileCopier.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/FileCopier.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Oct 16, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.lib;
import java.util.LinkedList;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/FileName.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/FileName.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/FileName.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Flatten.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Flatten.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Flatten.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/FringePaths.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/FringePaths.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/FringePaths.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/GetArrayIterator.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/GetArrayIterator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/GetArrayIterator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import org.apache.log4j.Logger;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/GetDatasetProvenanceID.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/GetDatasetProvenanceID.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/GetDatasetProvenanceID.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import org.globus.cog.karajan.arguments.Arg;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/GetField.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/GetField.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/GetField.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/GetFieldSubscript.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/GetFieldSubscript.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/GetFieldSubscript.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import java.util.Collection;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/GetFieldValue.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/GetFieldValue.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/GetFieldValue.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/InFileDirs.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/InFileDirs.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/InFileDirs.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/InfiniteCountingWhile.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/InfiniteCountingWhile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/InfiniteCountingWhile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,9 +1,20 @@
-// ----------------------------------------------------------------------
-// This code is developed as part of the Java CoG Kit project
-// The terms of the license can be found at http://www.cogkit.org/license
-// This message may not be removed or altered.
-// ----------------------------------------------------------------------
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.griphyn.vdl.karajan.lib;
import java.util.Collections;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/IsDone.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/IsDone.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/IsDone.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/IsFileBound.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/IsFileBound.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/IsFileBound.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/IsLogged.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/IsLogged.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/IsLogged.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/IsRestartable.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/IsRestartable.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/IsRestartable.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import org.globus.cog.karajan.arguments.Arg;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/JobConstraints.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/JobConstraints.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/JobConstraints.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Kickstart.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Kickstart.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Kickstart.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Log.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Log.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Log.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 5, 2007
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/LogVar.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/LogVar.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/LogVar.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Mark.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Mark.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Mark.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/New.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/New.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/New.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/NiceName.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/NiceName.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/NiceName.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Operators.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Operators.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Operators.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/OutFileDirs.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/OutFileDirs.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/OutFileDirs.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/OutFiles.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/OutFiles.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/OutFiles.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Parameterlog.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Parameterlog.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Parameterlog.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 18, 2010
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/PartialCloseDataset.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/PartialCloseDataset.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/PartialCloseDataset.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import org.apache.log4j.Logger;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/PathUtils.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/PathUtils.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/PathUtils.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Range.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Range.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Range.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/RuntimeStats.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/RuntimeStats.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/RuntimeStats.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/SequentialWithID.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/SequentialWithID.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/SequentialWithID.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import org.globus.cog.karajan.workflow.nodes.Sequential;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/SetFieldValue.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/SetFutureFault.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/SetFutureFault.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/SetFutureFault.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/SiteProfile.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/SiteProfile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/SiteProfile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/SliceArray.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/SliceArray.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/SliceArray.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Stagein.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Stagein.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Stagein.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 5, 2007
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Stageout.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Stageout.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Stageout.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 5, 2007
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/SwiftArg.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/SwiftArg.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/SwiftArg.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 31, 2007
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/TCProfile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/ThreadPrefix.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/ThreadPrefix.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/ThreadPrefix.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-// ----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 21, 2005
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.lib;
import java.io.IOException;
@@ -293,4 +301,4 @@
return closed;
}
}
-}
\ No newline at end of file
+}
Modified: trunk/src/org/griphyn/vdl/karajan/lib/Typecheck.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/Typecheck.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/Typecheck.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/UnwrapClosedList.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/UnwrapClosedList.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/UnwrapClosedList.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/WaitFieldValue.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/WaitFieldValue.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/WaitFieldValue.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib;
import org.apache.log4j.Logger;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheMapAdapter.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheMapAdapter.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheMapAdapter.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 15, 2008
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheReturn.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheReturn.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/CacheReturn.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/File.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/File.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/File.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/LRUFileCache.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/LRUFileCache.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/LRUFileCache.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/ProcessingListener.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/ProcessingListener.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/ProcessingListener.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/Site.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/Site.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/Site.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCache.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCache.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCache.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 28, 2006
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCacheFactory.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCacheFactory.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/cache/VDLFileCacheFactory.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 28, 2006
*/
package org.griphyn.vdl.karajan.lib.cache;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/replication/CanceledReplicaException.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/replication/CanceledReplicaException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/replication/CanceledReplicaException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on May 29, 2008
*/
package org.griphyn.vdl.karajan.lib.replication;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationGroups.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationGroups.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationGroups.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on May 1, 2008
*/
package org.griphyn.vdl.karajan.lib.replication;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationManager.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationManager.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/replication/ReplicationManager.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on May 1, 2008
*/
package org.griphyn.vdl.karajan.lib.replication;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/replication/Sweeper.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/replication/Sweeper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/replication/Sweeper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on May 1, 2008
*/
package org.griphyn.vdl.karajan.lib.replication;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Assert.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Assert.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Assert.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
// import org.apache.log4j.Logger;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ExtractInt.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ExtractInt.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ExtractInt.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import java.io.BufferedReader;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileName.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileName.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileName.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import org.globus.cog.karajan.arguments.Arg;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileNames.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileNames.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FileNames.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 26, 2006
*/
package org.griphyn.vdl.karajan.lib.swiftscript;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FnArg.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FnArg.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/FnArg.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 28, 2006
*/
package org.griphyn.vdl.karajan.lib.swiftscript;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Fprintf.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Fprintf.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Fprintf.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import java.io.FileWriter;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Java.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Java.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Java.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import java.lang.reflect.Method;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Misc.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadData.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadData.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadData.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Oct 8, 2007
*/
package org.griphyn.vdl.karajan.lib.swiftscript;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadStructured.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadStructured.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/ReadStructured.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Oct 8, 2007
*/
package org.griphyn.vdl.karajan.lib.swiftscript;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Sprintf.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Sprintf.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Sprintf.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import org.apache.log4j.Logger;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Tracef.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Tracef.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/Tracef.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import org.apache.log4j.Logger;
Modified: trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/WriteData.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/WriteData.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/lib/swiftscript/WriteData.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.karajan.lib.swiftscript;
import java.io.BufferedWriter;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/MonitorAppender.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/MonitorAppender.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/MonitorAppender.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/RadixTree.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/RadixTree.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/RadixTree.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 22, 2007
*/
package org.griphyn.vdl.karajan.monitor;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/StateUpdater.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/StateUpdater.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/StateUpdater.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/StatefulItemClassSet.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/StatefulItemClassSet.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/StatefulItemClassSet.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/Stats.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/Stats.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/Stats.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor;
import java.util.Timer;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/SystemState.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/SystemState.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/SystemState.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/SystemStateListener.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/SystemStateListener.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/SystemStateListener.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/common/StatefulItemModel.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/common/StatefulItemModel.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/common/StatefulItemModel.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 24, 2007
*/
package org.griphyn.vdl.karajan.monitor.common;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/AbstractStatefulItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/AbstractStatefulItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/AbstractStatefulItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/ApplicationItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/ApplicationItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/ApplicationItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/Bridge.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/Bridge.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/Bridge.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 19, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/HostItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/HostItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/HostItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItemClass.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItemClass.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/StatefulItemClass.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/TaskItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/TaskItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/TaskItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/TraceItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/TraceItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/TraceItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/items/WorkflowItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/items/WorkflowItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/items/WorkflowItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.items;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/AbstractMonitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/AbstractMonitor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/AbstractMonitor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/Monitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/Monitor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/Monitor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/MonitorFactory.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/MonitorFactory.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/MonitorFactory.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/TextMonitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/TextMonitor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/TextMonitor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/ANSIMonitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/ANSIMonitor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/ANSIMonitor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AbstractANSIDisplay.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AbstractANSIDisplay.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AbstractANSIDisplay.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppDialog.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppDialog.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppDialog.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.util.Collection;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTable.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTable.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTable.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 22, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTasksModel.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTasksModel.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/AppTasksModel.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import javax.swing.event.TableModelListener;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensCellRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensCellRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensCellRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 29, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensModel.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensModel.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensModel.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 28, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.io.BufferedReader;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensPane.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensPane.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/BensPane.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 28, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import org.griphyn.vdl.karajan.monitor.SystemState;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalProgress.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalProgress.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalProgress.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalTimer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalTimer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/GlobalTimer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 23, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostCellRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostCellRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostCellRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostTableModel.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostTableModel.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/HostTableModel.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 28, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import javax.swing.event.TableModelListener;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/LocalANSIDisplay.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/LocalANSIDisplay.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/LocalANSIDisplay.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Aug 28, 2008
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/RemoteANSIConnection.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/RemoteANSIConnection.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/RemoteANSIConnection.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/STable.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/STable.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/STable.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 22, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SchedulerInfoPane.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SchedulerInfoPane.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SchedulerInfoPane.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 2, 2008
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SummaryPane.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SummaryPane.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/SummaryPane.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskCellRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskCellRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskCellRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskStatsPane.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskStatsPane.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/TaskStatsPane.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/WorkerTerminalInputHandler.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/WorkerTerminalInputHandler.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/WorkerTerminalInputHandler.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Apr 4, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi;
import java.io.CharArrayWriter;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSI.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSI.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSI.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSIContext.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSIContext.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ANSIContext.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ActionListener.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ActionListener.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ActionListener.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Mar 1, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Button.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Button.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Button.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 22, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/CharacterMap.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/CharacterMap.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/CharacterMap.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 1, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Component.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Component.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Component.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Container.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Container.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Container.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/DefaultTableCellRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/DefaultTableCellRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/DefaultTableCellRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
public class DefaultTableCellRenderer implements TableCellRenderer {
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Dialog.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Dialog.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Dialog.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 22, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Frame.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Frame.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Frame.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Graph.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Graph.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Graph.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/HLine.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/HLine.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/HLine.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 21, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Key.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Key.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Key.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 22, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Label.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Label.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Label.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LabelWithAccelerator.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LabelWithAccelerator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LabelWithAccelerator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LayeredContainer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LayeredContainer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LayeredContainer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBar.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBar.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBar.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 28, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBars.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBars.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/LevelBars.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 28, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
import java.util.Iterator;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Menu.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Menu.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Menu.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuBar.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuBar.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuBar.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuItem.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuItem.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/MenuItem.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Screen.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Screen.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Screen.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ScreenBuffer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ScreenBuffer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/ScreenBuffer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 24, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Tab.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Tab.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Tab.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TabbedContainer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TabbedContainer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TabbedContainer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Table.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Table.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Table.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 21, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableCellRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableCellRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableCellRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Mar 27, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
public interface TableCellRenderer {
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableColumn.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableColumn.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TableColumn.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 21, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Terminal.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Terminal.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/Terminal.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Apr 4, 2009
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
import java.io.IOException;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TextArea.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TextArea.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/TextArea.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 31, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VBox.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VBox.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VBox.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 22, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VHCrossing.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VHCrossing.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VHCrossing.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 21, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VLine.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VLine.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VLine.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 21, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VScrollbar.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VScrollbar.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/ansi/tui/VScrollbar.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 21, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.ansi.tui;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ApplicationTable.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ApplicationTable.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ApplicationTable.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ClassRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ClassRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/ClassRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/FilteringTaskTable.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/FilteringTaskTable.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/FilteringTaskTable.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GanttChart.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GanttChart.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/GanttChart.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 13, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SimpleTableClassRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SimpleTableClassRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SimpleTableClassRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SwingMonitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SwingMonitor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/SwingMonitor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TasksRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TasksRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TasksRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgress.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgress.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgress.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgressRenderer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgressRenderer.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/swing/TransferProgressRenderer.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 30, 2007
*/
package org.griphyn.vdl.karajan.monitor.monitors.swing;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppThreadProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppThreadProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/AppThreadProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/ExecutionContextProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/ExecutionContextProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/ExecutionContextProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Aug 28, 2008
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/JobProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/JobProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/JobProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Aug 29, 2008
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/LogMessageProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/LogMessageProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/LogMessageProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/ParsingException.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/ParsingException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/ParsingException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/ProcedureProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/ProcedureProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/ProcedureProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/SchedulerInfoProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/SchedulerInfoProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/SchedulerInfoProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Aug 28, 2008
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/SimpleParser.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/SimpleParser.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/SimpleParser.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/TaskProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/TaskProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/TaskProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/processors/TraceProcessor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/processors/TraceProcessor.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/processors/TraceProcessor.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 29, 2007
*/
package org.griphyn.vdl.karajan.monitor.processors;
Modified: trunk/src/org/griphyn/vdl/mapping/AbsFile.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/AbsFile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/AbsFile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jul 26, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 6, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/AbstractMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/AbstractMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/AbstractMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/mapping/ArrayDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/ArrayDataNode.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/ArrayDataNode.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 30, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/DSHandle.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/DSHandle.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/DSHandle.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping;
import java.util.Collection;
Modified: trunk/src/org/griphyn/vdl/mapping/DSHandleListener.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/DSHandleListener.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/DSHandleListener.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 8, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/DataDependentException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/DataDependentException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/DataDependentException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 13, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/DataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/DataNode.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/DataNode.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 15, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/DependentException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/DependentException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/DependentException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 11, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping;
import java.util.Collection;
Modified: trunk/src/org/griphyn/vdl/mapping/GeneralizedFileFormat.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/GeneralizedFileFormat.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/GeneralizedFileFormat.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Aug 12, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/HandleOpenException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/HandleOpenException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/HandleOpenException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 15, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/InvalidMapperException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/InvalidMapperException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/InvalidMapperException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 30, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/InvalidMappingParameterException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/InvalidMappingParameterException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/InvalidMappingParameterException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Mar 2, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/InvalidPathException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/InvalidPathException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/InvalidPathException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 6, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/Mapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/Mapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/Mapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping;
import java.util.Collection;
Modified: trunk/src/org/griphyn/vdl/mapping/MapperFactory.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/MapperFactory.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/MapperFactory.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 30, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/MappingDependentException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/MappingDependentException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/MappingDependentException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jan 13, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/MappingParam.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/MappingParam.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/MappingParam.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping;
import java.util.Map;
Modified: trunk/src/org/griphyn/vdl/mapping/Path.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/Path.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/Path.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/mapping/PathComparator.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/PathComparator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/PathComparator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 22, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.mapping;
import java.util.Comparator;
@@ -54,4 +62,4 @@
}
return 0;
}
-}
\ No newline at end of file
+}
Modified: trunk/src/org/griphyn/vdl/mapping/PathElementComparator.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/PathElementComparator.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/PathElementComparator.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 22, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.mapping;
import java.util.Comparator;
Modified: trunk/src/org/griphyn/vdl/mapping/PathParser.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/PathParser.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/PathParser.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 21, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.mapping;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/mapping/PathParsingException.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/PathParsingException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/PathParsingException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 22, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.mapping;
public class PathParsingException extends RuntimeException {
Modified: trunk/src/org/griphyn/vdl/mapping/PhysicalFormat.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/PhysicalFormat.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/PhysicalFormat.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Aug 12, 2007
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/RootArrayDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/RootArrayDataNode.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/RootArrayDataNode.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping;
import java.util.Map;
Modified: trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/RootDataNode.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/RootDataNode.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 15, 2006
*/
package org.griphyn.vdl.mapping;
Modified: trunk/src/org/griphyn/vdl/mapping/file/AbstractFileMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/AbstractFileMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/AbstractFileMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.io.File;
Modified: trunk/src/org/griphyn/vdl/mapping/file/AirsnFileNameElementMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/AirsnFileNameElementMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/AirsnFileNameElementMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 8, 2006
*/
package org.griphyn.vdl.mapping.file;
Modified: trunk/src/org/griphyn/vdl/mapping/file/AirsnMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/AirsnMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/AirsnMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 30, 2006
*/
package org.griphyn.vdl.mapping.file;
Modified: trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/mapping/file/CSVMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/CSVMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/CSVMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.io.BufferedReader;
Modified: trunk/src/org/griphyn/vdl/mapping/file/ConcurrentElementMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/ConcurrentElementMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/ConcurrentElementMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
Modified: trunk/src/org/griphyn/vdl/mapping/file/ConcurrentMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/ConcurrentMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/ConcurrentMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Sep 20, 2006
*/
package org.griphyn.vdl.mapping.file;
Modified: trunk/src/org/griphyn/vdl/mapping/file/DefaultFileNameElementMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/DefaultFileNameElementMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/DefaultFileNameElementMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
Modified: trunk/src/org/griphyn/vdl/mapping/file/ExternalMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/ExternalMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/ExternalMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.io.BufferedReader;
Modified: trunk/src/org/griphyn/vdl/mapping/file/FileGarbageCollector.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/FileGarbageCollector.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/FileGarbageCollector.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 4, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.mapping.file;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/mapping/file/FileNameElementMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/FileNameElementMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/FileNameElementMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
Modified: trunk/src/org/griphyn/vdl/mapping/file/FileSystemArrayMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/FileSystemArrayMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/FileSystemArrayMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/mapping/file/FixedArrayFileMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/FixedArrayFileMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/FixedArrayFileMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/mapping/file/ROIFileNameElementMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/ROIFileNameElementMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/ROIFileNameElementMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/mapping/file/ROIMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/ROIMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/ROIMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/mapping/file/RegularExpressionMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/RegularExpressionMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/RegularExpressionMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.Arrays;
Modified: trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 30, 2006
*/
package org.griphyn.vdl.mapping.file;
Modified: trunk/src/org/griphyn/vdl/mapping/file/SingleFileMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/SingleFileMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/SingleFileMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.Arrays;
Modified: trunk/src/org/griphyn/vdl/mapping/file/StructuredRegularExpressionMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/StructuredRegularExpressionMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/StructuredRegularExpressionMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.mapping.file;
import java.util.ArrayList;
Modified: trunk/src/org/griphyn/vdl/mapping/file/TestMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/TestMapper.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/mapping/file/TestMapper.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,12 +1,20 @@
-//----------------------------------------------------------------------
-//This code is developed as part of the Java CoG Kit project
-//The terms of the license can be found at http://www.cogkit.org/license
-//This message may not be removed or altered.
-//----------------------------------------------------------------------
-
/*
- * Created on Jul 4, 2011
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+
+
package org.griphyn.vdl.mapping.file;
import java.util.Collection;
Modified: trunk/src/org/griphyn/vdl/toolkit/VDLt2VDLx.java
===================================================================
--- trunk/src/org/griphyn/vdl/toolkit/VDLt2VDLx.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/toolkit/VDLt2VDLx.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.toolkit;
import java.io.InputStream;
Modified: trunk/src/org/griphyn/vdl/type/DuplicateFieldException.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/DuplicateFieldException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/DuplicateFieldException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.type;
public class DuplicateFieldException extends Exception {
Modified: trunk/src/org/griphyn/vdl/type/Field.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/Field.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/Field.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.type;
import org.griphyn.vdl.type.impl.FieldImpl;
Modified: trunk/src/org/griphyn/vdl/type/NoSuchTypeException.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/NoSuchTypeException.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/NoSuchTypeException.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Jun 6, 2006
*/
package org.griphyn.vdl.type;
Modified: trunk/src/org/griphyn/vdl/type/Type.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/Type.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/Type.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.type;
import java.net.URI;
Modified: trunk/src/org/griphyn/vdl/type/Types.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/Types.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/Types.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.type;
import java.util.HashMap;
Modified: trunk/src/org/griphyn/vdl/type/impl/FieldImpl.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/impl/FieldImpl.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/impl/FieldImpl.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.type.impl;
import org.griphyn.vdl.type.Field;
Modified: trunk/src/org/griphyn/vdl/type/impl/TypeImpl.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/impl/TypeImpl.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/impl/TypeImpl.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
package org.griphyn.vdl.type.impl;
import java.net.URI;
Modified: trunk/src/org/griphyn/vdl/type/impl/UnresolvedType.java
===================================================================
--- trunk/src/org/griphyn/vdl/type/impl/UnresolvedType.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/type/impl/UnresolvedType.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Aug 13, 2007
*/
package org.griphyn.vdl.type.impl;
Modified: trunk/src/org/griphyn/vdl/util/FQN.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/FQN.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/util/FQN.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Nov 21, 2006
*/
package org.griphyn.vdl.util;
Modified: trunk/src/org/griphyn/vdl/util/SwiftProfile.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/SwiftProfile.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/util/SwiftProfile.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 29, 2006
*/
package org.griphyn.vdl.util;
Modified: trunk/src/org/griphyn/vdl/util/TriStateBoolean.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/TriStateBoolean.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/util/TriStateBoolean.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Feb 7, 2007
*/
package org.griphyn.vdl.util;
Modified: trunk/src/org/griphyn/vdl/util/VDL2Config.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/VDL2Config.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/util/VDL2Config.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 5, 2006
*/
package org.griphyn.vdl.util;
Modified: trunk/src/org/griphyn/vdl/util/VDL2ConfigProperties.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/VDL2ConfigProperties.java 2012-01-10 17:01:34 UTC (rev 5496)
+++ trunk/src/org/griphyn/vdl/util/VDL2ConfigProperties.java 2012-01-10 18:43:45 UTC (rev 5497)
@@ -1,4 +1,21 @@
/*
+ * Copyright 2012 University of Chicago
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/*
* Created on Dec 23, 2006
*/
package org.griphyn.vdl.util;
More information about the Swift-commit
mailing list