Changeset 4512
- Timestamp:
- Sep 11, 2008, 10:05:50 PM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 205 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/Agent.java
r4502 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/AgentController.java
r4502 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/AgentSignalReceiver.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/CmdLine.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/JobExecutor.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/JobQueueChecker.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/JobRunner.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/executors/DummyJobExecutor.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.executors; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/executors/ProcessJobExecutor.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.executors; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/executors/ThreadJobExecutor.java
r4502 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.executors; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/DefaultRequestHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.handlers; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/InfoRequestHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.handlers; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/PauseRequestHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.handlers; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/PingRequestHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.handlers; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/SignalRequestHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.handlers; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/StartRequestHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.handlers; -
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/handlers/StopRequestHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.jobagent.handlers; -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/AnnotationTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/AnnotationTypeTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayBatchTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayBlockTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArraySlideTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayTypePlateTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ArrayTypeTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/CommonItemTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ExperimentTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ExtractTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/FileTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/GroupTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/HardwareTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/HybridizationTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ImageFileTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/LabelTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/LabeledExtractTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/Manager.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/MappedPlateTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/MeasuredBioMaterialTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/Migrater.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/NewsTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PlateEventTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PlateEventTypeTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PlateTypeTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/PluginTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ProgressThread.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ProtocolTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ProtocolTypeTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/QuotaTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/RawBioAssayDataTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/RawBioAssayTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ReporterProxy.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.migrate; -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ReporterTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/RoleTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SampleTissueTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SampleTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/ScanTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SharedItemTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/SoftwareTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/Transfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/UnmappedPlateTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/UploadFileTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/UserTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WellTransfer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WizzzardTransfer.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 24 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WrappedDataItem.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/migrate/net/sf/basedb/clients/migrate/WrappedItem.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/web/net/sf/basedb/clients/web/Base.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web; -
trunk/src/clients/web/net/sf/basedb/clients/web/DuplicateWizardException.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web; -
trunk/src/clients/web/net/sf/basedb/clients/web/DynamicUtil.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web; -
trunk/src/clients/web/net/sf/basedb/clients/web/ExperimentExplorer.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web; -
trunk/src/clients/web/net/sf/basedb/clients/web/ModeInfo.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web; -
trunk/src/clients/web/net/sf/basedb/clients/web/PermissionUtil.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web; -
trunk/src/clients/web/net/sf/basedb/clients/web/WebException.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web; -
trunk/src/clients/web/net/sf/basedb/clients/web/dtd/export.dtd
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 --> 25 23 <!ELEMENT export (properties,items) > -
trunk/src/clients/web/net/sf/basedb/clients/web/dtd/tableinfo.dtd
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 --> 25 23 -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/AbstractJspActionFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/AbstractJspFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/AbstractJspRendererFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ExtensionsControl.java
r4478 r4512 17 17 18 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, 21 Boston, MA 02111-1307, USA. 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 20 */ 23 21 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ExtensionsDirectory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ExtensionsFile.java
r4478 r4512 17 17 18 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, 21 Boston, MA 02111-1307, USA. 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 20 */ 23 21 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/JspContext.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ScanResults.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ServletLoader.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/ServletWrapper.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/Settings.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/FixedMenuItemFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/MenuItemAction.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/MenuItemBean.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/menu/PermissionMenuItemFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/DummyService.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.service; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/ServiceControllerAction.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.service; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/Services.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.service; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/ServicesEventHandler.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.service; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/StartServiceRenderer.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.service; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/service/StopServiceRenderer.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.service; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/ButtonAction.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.toolbar; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/ButtonBean.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.toolbar; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/CompactButtonRenderer.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.toolbar; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/CompactButtonRendererFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.toolbar; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/FixedButtonFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.toolbar; -
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/toolbar/PermissionButtonFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions.toolbar; -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/FileUpload.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web.fileupload; -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/FileUploadProgress.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web.fileupload; -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/UploadAbortedException.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web.fileupload; -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/UploadedFile.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.fileupload; -
trunk/src/clients/web/net/sf/basedb/clients/web/fileupload/package.html
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 --> 25 23 <html> -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/ColorFormatter.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.formatter; -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/ExtendedPropertyFormatter.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.formatter; -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/FormatterFactory.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.formatter; -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/FormatterSettings.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.formatter; -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/SpotImageFormatter.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.formatter; -
trunk/src/clients/web/net/sf/basedb/clients/web/formatter/StringFormatter.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.formatter; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/DataQueryWrapper.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/DynamicQueryWrapper.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ExportTemplate.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ExportedProperty.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ItemQueryWrapper.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/PlainTextTemplate.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/QueryWrapper.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/ReporterScoreQueryWrapper.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/SimpleExport.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/plugins/XMLTemplate.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.plugins; -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/CharacterEncodingFilter.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.servlet; -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/CompileAll.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.servlet; -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/Download.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/ExtensionsServlet.java
r4478 r4512 17 17 18 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, 21 Boston, MA 02111-1307, USA. 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 20 */ 23 21 package net.sf.basedb.clients.web.servlet; -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/PlotServlet.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.servlet; -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/StartStopServlet.java
r4478 r4512 17 17 18 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, 21 Boston, MA 02111-1307, USA. 19 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 20 */ 23 21 package net.sf.basedb.clients.web.servlet; -
trunk/src/clients/web/net/sf/basedb/clients/web/servlet/ViewSpotImage.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Body.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Button.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/ButtonGroup.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Head.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Help.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/HideableSection.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Icon.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Note.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Page.java
r4483 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/PropertyValue.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Select.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.taglib; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/extensions/Render.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/extensions/Scripts.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/extensions/Stylesheets.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.extensions; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Menu.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Menuitem.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Menuseparator.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/Submenu.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.menu; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/menu/package.html
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 --> 25 23 <html> -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/path/Path.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.taglib.path; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/path/PathElement.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.taglib.path; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/Tab.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.tab; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/TabControl.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.tab; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/package.html
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 --> 25 23 <html> -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/tab.css
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 .tabcontrol, .tabcontrol_bottom { -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/tab.js
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 ------------------------------------------------------------------ 24 22 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/tab/tab.tld
r4478 r4512 23 23 24 24 You should have received a copy of the GNU General Public License 25 along with this program; if not, write to the Free Software 26 Foundation, Inc., 59 Temple Place - Suite 330, 27 Boston, MA 02111-1307, USA. 25 along with BASE. If not, see <http://www.gnu.org/licenses/>. 28 26 --> 29 27 <taglib> -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Button.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Cell.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/CellValue.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/ColumnDef.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Columns.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Data.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Header.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Hidden.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Label.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Navigator.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Panel.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/PresetSelector.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/PropertyFilter.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Row.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Rows.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Table.java
r4478 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/TableColumn.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/Toolbar.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.taglib.table; -
trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/package.html
r4483 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 --> 26 24 <html> -
trunk/src/clients/web/net/sf/basedb/clients/web/util/HTML.java
r4478 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.clients.web.util; -
trunk/src/clients/web/net/sf/basedb/clients/web/util/NameablePluginAdaptor.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.util; -
trunk/src/clients/web/net/sf/basedb/clients/web/util/ServletExportOutputStream.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.util; -
trunk/src/clients/web/net/sf/basedb/clients/web/util/SimpleSignalProgressReporter.java
r4478 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 -
trunk/src/info/net/sf/basedb/info/AnnotatedItemInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/AnnotationInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/AnnotationTypeInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/ArrayDesignInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/BasicItemInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 -
trunk/src/info/net/sf/basedb/info/BioAssaySetInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/CommonItemInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/DataFileTypeInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/ExperimentInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 -
trunk/src/info/net/sf/basedb/info/ExtendedPropertyInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/NameableInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/OwnedItemInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 -
trunk/src/info/net/sf/basedb/info/ProjectInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/QueryOptions.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 -
trunk/src/info/net/sf/basedb/info/QueryParameter.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/RawBioAssayInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/ReporterListInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/SharedItemInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/ToTransferable.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/Transferable.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/VersionInfo.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.info; -
trunk/src/info/net/sf/basedb/info/package.html
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 --> 24 22 <body> -
trunk/src/install/net/sf/basedb/install/InitDB.java
r4480 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.install; -
trunk/src/install/net/sf/basedb/install/OneTimeFix.java
r4480 r4512 19 19 20 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 22 */ 25 23 package net.sf.basedb.install; -
trunk/src/install/net/sf/basedb/install/Webclient.java
r4480 r4512 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 25 23 */ 26 24 package net.sf.basedb.install; -
trunk/src/misc/compiler/net/sf/basedb/clients/web/extensions/XJspCompiler.java
r4480 r4512 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, 22 Boston, MA 02111-1307, USA. 20 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 21 */ 24 22 package net.sf.basedb.clients.web.extensions;
Note: See TracChangeset
for help on using the changeset viewer.