Changeset 4478
- Timestamp:
- Sep 5, 2008, 5:15:54 PM (15 years ago)
- Location:
- trunk/src/clients
- Files:
-
- 179 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/Agent.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/AgentController.java
r3992 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/AgentSignalReceiver.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/CmdLine.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/JobExecutor.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/JobQueueChecker.java
r3992 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/JobRunner.java
r4311 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/executors/DummyJobExecutor.java
r4311 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/executors/ProcessJobExecutor.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/executors/ThreadJobExecutor.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/DefaultRequestHandler.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/InfoRequestHandler.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/PauseRequestHandler.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/PingRequestHandler.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/SignalRequestHandler.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/StartRequestHandler.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/StopRequestHandler.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/AnnotationTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/AnnotationTypeTransfer.java
r4011 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayBatchTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayBlockTransfer.java
r4257 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArraySlideTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayTypePlateTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayTypeTransfer.java
r3824 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/CommonItemTransfer.java
r3725 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ExperimentTransfer.java
r4124 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ExtractTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/FileTransfer.java
r3824 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/GroupTransfer.java
r3725 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/HardwareTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/HybridizationTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ImageFileTransfer.java
r3683 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/LabelTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/LabeledExtractTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/Manager.java
r4032 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/MappedPlateTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/MeasuredBioMaterialTransfer.java
r3679 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/Migrater.java
r4032 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/NewsTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PlateEventTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PlateEventTypeTransfer.java
r3683 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PlateTypeTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PluginTransfer.java
r4036 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ProgressThread.java
r3679 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ProtocolTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ProtocolTypeTransfer.java
r3683 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/QuotaTransfer.java
r3775 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/RawBioAssayDataTransfer.java
r4256 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/RawBioAssayTransfer.java
r4124 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ReporterProxy.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ReporterTransfer.java
r3725 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/RoleTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SampleTissueTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SampleTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ScanTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SharedItemTransfer.java
r3725 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SoftwareTransfer.java
r3683 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/Transfer.java
r4032 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/UnmappedPlateTransfer.java
r3683 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/UploadFileTransfer.java
r4035 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/UserTransfer.java
r3725 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WellTransfer.java
r3683 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WizzzardTransfer.java
r4036 r4478 11 11 BASE is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WrappedDataItem.java
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WrappedItem.java
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/Base.java
r4302 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/DuplicateWizardException.java
r4084 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/DynamicUtil.java
r4371 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/ExperimentExplorer.java
r3675 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/ModeInfo.java
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/PermissionUtil.java
r3820 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/WebException.java
r4084 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/dtd/export.dtd
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/dtd/tableinfo.dtd
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/AbstractJspActionFactory.java
r4207 r4478 1 1 /** 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Authors contributing to this file. … … 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/AbstractJspFactory.java
r4198 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/AbstractJspRendererFactory.java
r4207 r4478 1 1 /** 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Authors contributing to this file. … … 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ExtensionsControl.java
r4320 r4478 1 1 /* 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Nicklas Nordborg … … 8 8 BASE is free software; you can redistribute it and/or 9 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 210 as published by the Free Software Foundation; either version 3 11 11 of the License, or (at your option) any later version. 12 12 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ExtensionsDirectory.java
r4233 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ExtensionsFile.java
r4323 r4478 1 1 /* 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Nicklas Nordborg … … 8 8 BASE is free software; you can redistribute it and/or 9 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 210 as published by the Free Software Foundation; either version 3 11 11 of the License, or (at your option) any later version. 12 12 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/JspContext.java
r4237 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ScanResults.java
r4208 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ServletLoader.java
r4221 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ServletWrapper.java
r4221 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/Settings.java
r4207 r4478 1 1 /** 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Authors contributing to this file. … … 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/FixedMenuItemFactory.java
r4262 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/MenuItemAction.java
r4262 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/MenuItemBean.java
r4262 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/PermissionMenuItemFactory.java
r4262 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/DummyService.java
r4320 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/ServiceControllerAction.java
r4320 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/Services.java
r4428 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/ServicesEventHandler.java
r4320 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/StartServiceRenderer.java
r4320 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/StopServiceRenderer.java
r4320 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/ButtonAction.java
r4198 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/ButtonBean.java
r4187 r4478 1 1 /** 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Authors contributing to this file. … … 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/CompactButtonRenderer.java
r4202 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/CompactButtonRendererFactory.java
r4207 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/FixedButtonFactory.java
r4207 r4478 1 1 /** 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Authors contributing to this file. … … 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/PermissionButtonFactory.java
r4462 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/FileUpload.java
r4095 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/FileUploadProgress.java
r3679 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/UploadAbortedException.java
r4084 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/UploadedFile.java
r4023 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/package.html
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/ColorFormatter.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/ExtendedPropertyFormatter.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/FormatterFactory.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/FormatterSettings.java
r3675 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/SpotImageFormatter.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/StringFormatter.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/DataQueryWrapper.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/DynamicQueryWrapper.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ExportTemplate.java
r4026 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ExportedProperty.java
r4440 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ItemQueryWrapper.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/PlainTextTemplate.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/QueryWrapper.java
r4020 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ReporterScoreQueryWrapper.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/SimpleExport.java
r4440 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/XMLTemplate.java
r3675 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/CharacterEncodingFilter.java
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/CompileAll.java
r4428 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/Download.java
r4084 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/ExtensionsServlet.java
r4320 r4478 8 8 BASE is free software; you can redistribute it and/or 9 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 210 as published by the Free Software Foundation; either version 3 11 11 of the License, or (at your option) any later version. 12 12 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/PlotServlet.java
r4084 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/StartStopServlet.java
r4319 r4478 1 1 /* 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) Nicklas Nordborg … … 8 8 BASE is free software; you can redistribute it and/or 9 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 210 as published by the Free Software Foundation; either version 3 11 11 of the License, or (at your option) any later version. 12 12 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/ViewSpotImage.java
r4084 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Body.java
r4084 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Button.java
r4084 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/ButtonGroup.java
r4084 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Head.java
r4384 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Help.java
r4084 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/HideableSection.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Icon.java
r4084 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Note.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Page.java
r4384 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/PropertyValue.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Select.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/extensions/Render.java
r4202 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/extensions/Scripts.java
r4202 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/extensions/Stylesheets.java
r4202 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Menu.java
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Menuitem.java
r4187 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Menuseparator.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Submenu.java
r4262 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/package.html
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/path/Path.java
r4084 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/path/PathElement.java
r4084 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/Tab.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/TabControl.java
r4298 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/package.html
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/tab.css
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/tab.js
r3679 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/tab.tld
r3679 r4478 14 14 BASE is free software; you can redistribute it and/or 15 15 modify it under the terms of the GNU General Public License 16 as published by the Free Software Foundation; either version 216 as published by the Free Software Foundation; either version 3 17 17 of the License, or (at your option) any later version. 18 18 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Button.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Cell.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/CellValue.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/ColumnDef.java
r4371 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Columns.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Data.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Header.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Hidden.java
r4084 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Label.java
r4093 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Navigator.java
r4084 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Panel.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/PresetSelector.java
r4093 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/PropertyFilter.java
r4084 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Row.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Rows.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Table.java
r4298 r4478 11 11 BASE is free software; you can redistribute it and/or 12 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 14 14 of the License, or (at your option) any later version. 15 15 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/TableColumn.java
r4034 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Toolbar.java
r4093 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/package.html
r3679 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/util/HTML.java
r4034 r4478 10 10 BASE is free software; you can redistribute it and/or 11 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 212 as published by the Free Software Foundation; either version 3 13 13 of the License, or (at your option) any later version. 14 14 -
trunk/src/clients/web/net/sf/basedb/clients/web/util/NameablePluginAdaptor.java
r3725 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/util/ServletExportOutputStream.java
r4023 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13 -
trunk/src/clients/web/net/sf/basedb/clients/web/util/SimpleSignalProgressReporter.java
r4330 r4478 9 9 BASE is free software; you can redistribute it and/or 10 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 211 as published by the Free Software Foundation; either version 3 12 12 of the License, or (at your option) any later version. 13 13
Note: See TracChangeset
for help on using the changeset viewer.