From a2764d78bb32837453bafeb9f39b1152272e8894 Mon Sep 17 00:00:00 2001 From: "karma@deadmoose.com" Date: Sat, 1 Jan 2011 05:09:33 +0000 Subject: [PATCH] Auld Lang Syne git-svn-id: https://samskivert.googlecode.com/svn/trunk@2974 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- lib/SOURCE_HEADER | 4 ++-- src/main/java/com/samskivert/Log.java | 2 +- .../com/samskivert/annotation/ReplacedBy.java | 4 ++-- .../io/ByteArrayOutInputStream.java | 2 +- .../samskivert/io/ExtensiblePrintStream.java | 2 +- .../samskivert/io/PersistenceException.java | 2 +- .../java/com/samskivert/io/StreamUtil.java | 2 +- .../samskivert/jdbc/AutoCloseOperation.java | 2 +- .../java/com/samskivert/jdbc/BaseLiaison.java | 2 +- .../com/samskivert/jdbc/ColumnDefinition.java | 2 +- .../samskivert/jdbc/ConnectionProvider.java | 2 +- .../jdbc/DataSourceConnectionProvider.java | 4 ++-- .../com/samskivert/jdbc/DatabaseLiaison.java | 2 +- .../com/samskivert/jdbc/DefaultLiaison.java | 2 +- .../com/samskivert/jdbc/HsqldbLiaison.java | 4 ++-- .../java/com/samskivert/jdbc/JDBCUtil.java | 2 +- .../com/samskivert/jdbc/JORARepository.java | 2 +- .../com/samskivert/jdbc/LiaisonRegistry.java | 2 +- .../com/samskivert/jdbc/MySQLLiaison.java | 2 +- .../samskivert/jdbc/PostgreSQLLiaison.java | 2 +- .../java/com/samskivert/jdbc/Repository.java | 2 +- .../jdbc/RepositoryListenerUnit.java | 2 +- .../com/samskivert/jdbc/RepositoryUnit.java | 2 +- .../java/com/samskivert/jdbc/ResultUnit.java | 20 +++++++++++++++++++ .../com/samskivert/jdbc/SimpleRepository.java | 2 +- .../jdbc/StaticConnectionProvider.java | 2 +- .../samskivert/jdbc/TransitionRepository.java | 2 +- .../com/samskivert/jdbc/WriteOnlyUnit.java | 2 +- .../java/com/samskivert/jdbc/jora/Cursor.java | 2 +- .../jdbc/jora/DataTransferError.java | 2 +- .../samskivert/jdbc/jora/FieldDescriptor.java | 2 +- .../com/samskivert/jdbc/jora/FieldMask.java | 2 +- .../java/com/samskivert/jdbc/jora/Table.java | 2 +- .../java/com/samskivert/net/AddressUtil.java | 4 ++-- .../samskivert/net/AttachableURLFactory.java | 2 +- .../java/com/samskivert/net/HttpPostUtil.java | 2 +- src/main/java/com/samskivert/net/MACUtil.java | 2 +- .../java/com/samskivert/net/MailUtil.java | 2 +- .../java/com/samskivert/net/PathUtil.java | 2 +- .../java/com/samskivert/net/cddb/CDDB.java | 2 +- .../samskivert/net/cddb/CDDBException.java | 2 +- .../com/samskivert/net/cddb/CDDBProtocol.java | 2 +- .../com/samskivert/net/cddb/CDDBTest.java | 2 +- .../servlet/HttpErrorException.java | 2 +- .../servlet/IndiscriminateSiteIdentifier.java | 2 +- .../servlet/JDBCTableSiteIdentifier.java | 2 +- .../samskivert/servlet/MessageManager.java | 2 +- .../samskivert/servlet/RedirectException.java | 2 +- .../java/com/samskivert/servlet/Site.java | 2 +- .../samskivert/servlet/SiteIdentifier.java | 2 +- .../servlet/SiteResourceLoader.java | 2 +- .../user/AuthenticationFailedException.java | 2 +- .../servlet/user/Authenticator.java | 2 +- .../user/InvalidPasswordException.java | 2 +- .../user/InvalidUsernameException.java | 2 +- .../servlet/user/NoSuchUserException.java | 2 +- .../com/samskivert/servlet/user/Password.java | 2 +- .../com/samskivert/servlet/user/User.java | 2 +- .../servlet/user/UserExistsException.java | 2 +- .../samskivert/servlet/user/UserManager.java | 2 +- .../servlet/user/UserRepository.java | 2 +- .../com/samskivert/servlet/user/UserUtil.java | 2 +- .../com/samskivert/servlet/user/Username.java | 2 +- .../samskivert/servlet/util/CookieUtil.java | 2 +- .../servlet/util/DataValidationException.java | 2 +- .../samskivert/servlet/util/ExceptionMap.java | 2 +- .../servlet/util/FriendlyException.java | 2 +- .../com/samskivert/servlet/util/HTMLUtil.java | 2 +- .../servlet/util/ParameterUtil.java | 2 +- .../samskivert/servlet/util/RequestUtils.java | 2 +- .../servlet/util/ServiceWaiter.java | 2 +- .../samskivert/swing/AWTResultListener.java | 2 +- .../com/samskivert/swing/AbsoluteLayout.java | 2 +- .../com/samskivert/swing/CollapsibleList.java | 2 +- .../samskivert/swing/CollapsiblePanel.java | 2 +- .../com/samskivert/swing/ComboButtonBox.java | 2 +- .../com/samskivert/swing/CommandButton.java | 2 +- .../com/samskivert/swing/ControlledPanel.java | 2 +- .../java/com/samskivert/swing/Controller.java | 2 +- .../samskivert/swing/ControllerProvider.java | 2 +- .../java/com/samskivert/swing/DimenInfo.java | 2 +- .../java/com/samskivert/swing/DimmedIcon.java | 2 +- .../com/samskivert/swing/EnablingAdapter.java | 2 +- .../com/samskivert/swing/GroupLayout.java | 2 +- .../com/samskivert/swing/GroupLayoutTest.java | 2 +- .../com/samskivert/swing/HGroupLayout.java | 2 +- .../java/com/samskivert/swing/IntField.java | 2 +- .../swing/IntegerTableCellRenderer.java | 2 +- .../com/samskivert/swing/JInternalDialog.java | 2 +- src/main/java/com/samskivert/swing/Label.java | 2 +- .../com/samskivert/swing/LabelSausage.java | 2 +- .../samskivert/swing/LabelStyleConstants.java | 2 +- .../com/samskivert/swing/LazyComponent.java | 2 +- .../com/samskivert/swing/MultiLineLabel.java | 2 +- .../samskivert/swing/ObjectEditorTable.java | 2 +- .../samskivert/swing/RadialLabelSausage.java | 2 +- .../java/com/samskivert/swing/RadialMenu.java | 2 +- .../com/samskivert/swing/RadialMenuItem.java | 2 +- .../com/samskivert/swing/RuntimeAdjust.java | 2 +- .../com/samskivert/swing/SafeLayeredPane.java | 2 +- .../java/com/samskivert/swing/ScaledIcon.java | 2 +- .../java/com/samskivert/swing/ScrollBox.java | 2 +- .../com/samskivert/swing/ScrollablePanel.java | 2 +- .../java/com/samskivert/swing/ShapeIcon.java | 2 +- .../com/samskivert/swing/SimpleSlider.java | 2 +- .../com/samskivert/swing/SmartPolygon.java | 2 +- .../java/com/samskivert/swing/Spacer.java | 2 +- .../com/samskivert/swing/TGraphics2D.java | 2 +- .../java/com/samskivert/swing/TableMap.java | 2 +- .../com/samskivert/swing/TableSorter.java | 2 +- src/main/java/com/samskivert/swing/Timer.java | 2 +- .../com/samskivert/swing/VGroupLayout.java | 2 +- .../swing/dnd/AutoscrollingDropTarget.java | 2 +- .../com/samskivert/swing/dnd/DnDManager.java | 2 +- .../com/samskivert/swing/dnd/DragSource.java | 2 +- .../com/samskivert/swing/dnd/DropTarget.java | 2 +- .../swing/event/AncestorAdapter.java | 2 +- .../samskivert/swing/event/CommandEvent.java | 2 +- .../swing/event/DocumentAdapter.java | 2 +- .../swing/event/MouseArmingAdapter.java | 2 +- .../swing/event/PopupMenuAdapter.java | 2 +- .../com/samskivert/swing/util/ButtonUtil.java | 2 +- .../com/samskivert/swing/util/DialogUtil.java | 2 +- .../com/samskivert/swing/util/MenuUtil.java | 2 +- .../samskivert/swing/util/MouseHijacker.java | 2 +- .../swing/util/ProximityTracker.java | 2 +- .../samskivert/swing/util/RetryableTask.java | 2 +- .../com/samskivert/swing/util/SwingUtil.java | 2 +- .../java/com/samskivert/swing/util/Task.java | 2 +- .../samskivert/swing/util/TaskAdapter.java | 2 +- .../com/samskivert/swing/util/TaskMaster.java | 2 +- .../samskivert/swing/util/TaskObserver.java | 2 +- .../java/com/samskivert/test/TestUtil.java | 2 +- .../java/com/samskivert/text/MessageUtil.java | 2 +- .../com/samskivert/util/AbstractIntSet.java | 2 +- .../samskivert/util/AbstractInterator.java | 3 ++- .../java/com/samskivert/util/ArrayIntSet.java | 2 +- .../java/com/samskivert/util/ArrayUtil.java | 2 +- .../java/com/samskivert/util/AuditLogger.java | 2 +- .../com/samskivert/util/BaseArrayList.java | 2 +- .../com/samskivert/util/BasicRunQueue.java | 2 +- .../java/com/samskivert/util/ByteEnum.java | 4 ++-- .../com/samskivert/util/ByteEnumUtil.java | 4 ++-- .../com/samskivert/util/CalendarUtil.java | 2 +- .../java/com/samskivert/util/Calendars.java | 2 +- .../java/com/samskivert/util/Callables.java | 17 ++++++++++++++++ .../util/ChainedResultListener.java | 2 +- .../java/com/samskivert/util/CheapIntMap.java | 2 +- .../java/com/samskivert/util/ClassUtil.java | 2 +- .../com/samskivert/util/CollectionUtil.java | 2 +- .../java/com/samskivert/util/Collections.java | 2 +- .../samskivert/util/CompactIntListUtil.java | 2 +- .../samskivert/util/ComparableArrayList.java | 2 +- .../com/samskivert/util/ComparableTuple.java | 2 +- .../java/com/samskivert/util/Comparators.java | 2 +- .../samskivert/util/ComplainingListener.java | 2 +- src/main/java/com/samskivert/util/Config.java | 2 +- .../java/com/samskivert/util/ConfigUtil.java | 2 +- .../com/samskivert/util/CountHashMap.java | 2 +- .../java/com/samskivert/util/CountMap.java | 17 ++++++++++++++++ src/main/java/com/samskivert/util/Crypt.java | 2 +- .../com/samskivert/util/CurrencyUtil.java | 2 +- .../java/com/samskivert/util/DebugChords.java | 2 +- .../samskivert/util/DefaultLogProvider.java | 2 +- .../com/samskivert/util/DependencyGraph.java | 2 +- .../samskivert/util/ExpiringReference.java | 2 +- .../com/samskivert/util/FailureListener.java | 2 +- .../java/com/samskivert/util/FileUtil.java | 2 +- src/main/java/com/samskivert/util/Folds.java | 4 ++-- .../com/samskivert/util/FormatterUtil.java | 4 ++-- .../java/com/samskivert/util/GenUtil.java | 2 +- .../java/com/samskivert/util/HashIntMap.java | 2 +- .../java/com/samskivert/util/HashIntSet.java | 2 +- .../java/com/samskivert/util/Histogram.java | 2 +- .../java/com/samskivert/util/IntIntMap.java | 2 +- .../java/com/samskivert/util/IntListUtil.java | 2 +- src/main/java/com/samskivert/util/IntMap.java | 2 +- .../java/com/samskivert/util/IntMaps.java | 2 +- .../samskivert/util/IntResultListener.java | 2 +- src/main/java/com/samskivert/util/IntSet.java | 2 +- .../java/com/samskivert/util/IntSets.java | 17 ++++++++++++++++ .../java/com/samskivert/util/IntTuple.java | 2 +- .../java/com/samskivert/util/Interable.java | 2 +- .../java/com/samskivert/util/Interator.java | 2 +- .../java/com/samskivert/util/Interval.java | 2 +- .../java/com/samskivert/util/Invoker.java | 2 +- .../java/com/samskivert/util/JDK14Logger.java | 2 +- .../java/com/samskivert/util/KeyUtil.java | 2 +- .../java/com/samskivert/util/KeyValue.java | 2 +- .../java/com/samskivert/util/LRUHashMap.java | 2 +- .../java/com/samskivert/util/Lifecycle.java | 2 +- .../java/com/samskivert/util/ListUtil.java | 2 +- src/main/java/com/samskivert/util/Log.java | 2 +- .../java/com/samskivert/util/Log4JLogger.java | 2 +- .../java/com/samskivert/util/LogBuilder.java | 2 +- .../java/com/samskivert/util/LogProvider.java | 2 +- src/main/java/com/samskivert/util/Logger.java | 2 +- .../samskivert/util/LoggingLogProvider.java | 2 +- .../com/samskivert/util/LoopingThread.java | 2 +- .../java/com/samskivert/util/MapEntry.java | 2 +- .../java/com/samskivert/util/Mapping.java | 3 ++- .../com/samskivert/util/MethodFinder.java | 2 +- .../util/MissingPropertyException.java | 4 ++-- src/main/java/com/samskivert/util/Multex.java | 2 +- .../java/com/samskivert/util/ObjectUtil.java | 2 +- .../com/samskivert/util/ObserverList.java | 2 +- .../samskivert/util/OneLineLogFormatter.java | 2 +- .../java/com/samskivert/util/Predicate.java | 2 +- .../java/com/samskivert/util/PrefsConfig.java | 2 +- .../com/samskivert/util/ProcessLogger.java | 2 +- .../com/samskivert/util/PropertiesUtil.java | 2 +- src/main/java/com/samskivert/util/Queue.java | 2 +- .../java/com/samskivert/util/QuickSort.java | 2 +- .../java/com/samskivert/util/RandomUtil.java | 2 +- .../java/com/samskivert/util/Randoms.java | 2 +- .../java/com/samskivert/util/RecentList.java | 2 +- .../samskivert/util/RepeatCallTracker.java | 2 +- .../samskivert/util/RepeatRecordFilter.java | 2 +- .../com/samskivert/util/ResultHandler.java | 2 +- .../com/samskivert/util/ResultListener.java | 2 +- .../samskivert/util/ResultListenerList.java | 2 +- .../java/com/samskivert/util/RunAnywhere.java | 2 +- .../java/com/samskivert/util/RunQueue.java | 2 +- .../java/com/samskivert/util/Runnables.java | 4 ++-- .../com/samskivert/util/SerialExecutor.java | 2 +- .../util/ServiceUnavailableException.java | 2 +- .../com/samskivert/util/ServiceWaiter.java | 2 +- .../com/samskivert/util/ShortestPath.java | 2 +- .../java/com/samskivert/util/SignalUtil.java | 2 +- .../java/com/samskivert/util/SoftCache.java | 2 +- .../samskivert/util/SortableArrayList.java | 2 +- .../java/com/samskivert/util/StringUtil.java | 2 +- .../java/com/samskivert/util/SystemInfo.java | 2 +- .../java/com/samskivert/util/TermUtil.java | 2 +- .../samskivert/util/TerseLogFormatter.java | 4 ++-- .../java/com/samskivert/util/Throttle.java | 2 +- src/main/java/com/samskivert/util/Triple.java | 4 ++-- src/main/java/com/samskivert/util/Tuple.java | 2 +- .../com/samskivert/util/ValueMarshaller.java | 2 +- .../com/samskivert/util/WeakObserverList.java | 2 +- .../com/samskivert/velocity/Application.java | 2 +- .../velocity/ClasspathResourceLoader.java | 4 ++-- .../com/samskivert/velocity/CurrencyTool.java | 2 +- .../com/samskivert/velocity/DataTool.java | 2 +- .../velocity/DispatcherServlet.java | 2 +- .../com/samskivert/velocity/DummyLogic.java | 2 +- .../com/samskivert/velocity/FormTool.java | 2 +- .../com/samskivert/velocity/I18nTool.java | 2 +- .../samskivert/velocity/ImportDirective.java | 2 +- .../velocity/InvocationContext.java | 2 +- .../java/com/samskivert/velocity/Logic.java | 2 +- .../velocity/ServletContextLogger.java | 2 +- .../ServletContextResourceLoader.java | 2 +- .../ServletContextResourceManager.java | 2 +- .../velocity/SiteJarResourceLoader.java | 2 +- .../java/com/samskivert/velocity/SiteKey.java | 2 +- .../velocity/SiteResourceManager.java | 2 +- .../com/samskivert/velocity/StringTool.java | 2 +- .../com/samskivert/velocity/VelocityUtil.java | 2 +- .../samskivert/xml/CallMethodSpecialRule.java | 2 +- .../com/samskivert/xml/CheckVersionRule.java | 2 +- .../java/com/samskivert/xml/SetFieldRule.java | 2 +- .../com/samskivert/xml/SetNextFieldRule.java | 2 +- .../samskivert/xml/SetPropertyFieldsRule.java | 2 +- .../java/com/samskivert/xml/SimpleParser.java | 2 +- .../samskivert/xml/ValidatedSetNextRule.java | 2 +- src/main/java/com/samskivert/xml/XMLUtil.java | 2 +- .../com/samskivert/io/StreamUtilTest.java | 4 ++-- .../samskivert/jdbc/HsqldbLiaisonTest.java | 4 ++-- .../servlet/SiteResourceLoaderTest.java | 2 +- .../com/samskivert/swing/AdjustTestApp.java | 2 +- .../java/com/samskivert/swing/LabelDemo.java | 2 +- .../swing/ProximityTrackerTest.java | 2 +- .../samskivert/swing/TestComboButtonBox.java | 2 +- .../com/samskivert/util/ArrayIntSetTest.java | 2 +- .../com/samskivert/util/ArrayUtilTest.java | 2 +- .../com/samskivert/util/CheapIntMapTest.java | 2 +- .../samskivert/util/CollectionUtilTest.java | 2 +- .../java/com/samskivert/util/ConfigTest.java | 2 +- .../com/samskivert/util/ConfigUtilTest.java | 2 +- .../java/com/samskivert/util/FoldsTest.java | 2 +- .../com/samskivert/util/HashIntMapTest.java | 2 +- .../com/samskivert/util/HashIntSetTest.java | 2 +- .../com/samskivert/util/IntListUtilTest.java | 2 +- .../com/samskivert/util/IntSetTestBase.java | 2 +- .../com/samskivert/util/LRUHashMapTest.java | 2 +- .../com/samskivert/util/ObserverListTest.java | 2 +- .../com/samskivert/util/QuickSortTest.java | 2 +- .../com/samskivert/util/RunnablesTest.java | 4 ++-- .../samskivert/util/SerialExecutorTest.java | 2 +- .../com/samskivert/util/StringUtilTest.java | 2 +- .../com/samskivert/util/SystemInfoDemo.java | 2 +- .../com/samskivert/util/ThrottleTest.java | 2 +- .../com/samskivert/velocity/VelocityTest.java | 4 ++-- .../com/samskivert/xml/SetFieldRuleTest.java | 2 +- 295 files changed, 382 insertions(+), 309 deletions(-) diff --git a/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index 426c9a0b..795b8c99 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/Log.java b/src/main/java/com/samskivert/Log.java index fc0397d6..eef5db89 100644 --- a/src/main/java/com/samskivert/Log.java +++ b/src/main/java/com/samskivert/Log.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/annotation/ReplacedBy.java b/src/main/java/com/samskivert/annotation/ReplacedBy.java index 7bc67c62..2a823037 100644 --- a/src/main/java/com/samskivert/annotation/ReplacedBy.java +++ b/src/main/java/com/samskivert/annotation/ReplacedBy.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java b/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java index dec1f988..f2ae5ef7 100644 --- a/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java +++ b/src/main/java/com/samskivert/io/ByteArrayOutInputStream.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/io/ExtensiblePrintStream.java b/src/main/java/com/samskivert/io/ExtensiblePrintStream.java index ca60a741..7fb96c66 100644 --- a/src/main/java/com/samskivert/io/ExtensiblePrintStream.java +++ b/src/main/java/com/samskivert/io/ExtensiblePrintStream.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/io/PersistenceException.java b/src/main/java/com/samskivert/io/PersistenceException.java index c787cc01..006523c2 100644 --- a/src/main/java/com/samskivert/io/PersistenceException.java +++ b/src/main/java/com/samskivert/io/PersistenceException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/io/StreamUtil.java b/src/main/java/com/samskivert/io/StreamUtil.java index 514270e6..632b8aab 100644 --- a/src/main/java/com/samskivert/io/StreamUtil.java +++ b/src/main/java/com/samskivert/io/StreamUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java b/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java index 7aaa0e99..39eaab53 100644 --- a/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java +++ b/src/main/java/com/samskivert/jdbc/AutoCloseOperation.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/BaseLiaison.java b/src/main/java/com/samskivert/jdbc/BaseLiaison.java index 846a29d4..04bf3353 100644 --- a/src/main/java/com/samskivert/jdbc/BaseLiaison.java +++ b/src/main/java/com/samskivert/jdbc/BaseLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/ColumnDefinition.java b/src/main/java/com/samskivert/jdbc/ColumnDefinition.java index 985d2cf0..bbad79a5 100644 --- a/src/main/java/com/samskivert/jdbc/ColumnDefinition.java +++ b/src/main/java/com/samskivert/jdbc/ColumnDefinition.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/ConnectionProvider.java b/src/main/java/com/samskivert/jdbc/ConnectionProvider.java index 33c7dc94..2f2f58ea 100644 --- a/src/main/java/com/samskivert/jdbc/ConnectionProvider.java +++ b/src/main/java/com/samskivert/jdbc/ConnectionProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java b/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java index b67d9534..8bb59f7f 100644 --- a/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java +++ b/src/main/java/com/samskivert/jdbc/DataSourceConnectionProvider.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java b/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java index 6d88ab22..2b3b9c93 100644 --- a/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java +++ b/src/main/java/com/samskivert/jdbc/DatabaseLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/DefaultLiaison.java b/src/main/java/com/samskivert/jdbc/DefaultLiaison.java index d4611390..54e6ee19 100644 --- a/src/main/java/com/samskivert/jdbc/DefaultLiaison.java +++ b/src/main/java/com/samskivert/jdbc/DefaultLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java b/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java index 29cc3225..c04407d8 100644 --- a/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java +++ b/src/main/java/com/samskivert/jdbc/HsqldbLiaison.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/jdbc/JDBCUtil.java b/src/main/java/com/samskivert/jdbc/JDBCUtil.java index 18725526..1b02beac 100644 --- a/src/main/java/com/samskivert/jdbc/JDBCUtil.java +++ b/src/main/java/com/samskivert/jdbc/JDBCUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/JORARepository.java b/src/main/java/com/samskivert/jdbc/JORARepository.java index 9bfe8d5d..a37949d5 100644 --- a/src/main/java/com/samskivert/jdbc/JORARepository.java +++ b/src/main/java/com/samskivert/jdbc/JORARepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java b/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java index cb13334e..e5ba6d5c 100644 --- a/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java +++ b/src/main/java/com/samskivert/jdbc/LiaisonRegistry.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/MySQLLiaison.java b/src/main/java/com/samskivert/jdbc/MySQLLiaison.java index 8c6ac1b0..176c4c55 100644 --- a/src/main/java/com/samskivert/jdbc/MySQLLiaison.java +++ b/src/main/java/com/samskivert/jdbc/MySQLLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java b/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java index 767a5916..4b11988e 100644 --- a/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java +++ b/src/main/java/com/samskivert/jdbc/PostgreSQLLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/Repository.java b/src/main/java/com/samskivert/jdbc/Repository.java index 338cd75a..6108f8d3 100644 --- a/src/main/java/com/samskivert/jdbc/Repository.java +++ b/src/main/java/com/samskivert/jdbc/Repository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java b/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java index 90a3555c..054d63ad 100644 --- a/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java +++ b/src/main/java/com/samskivert/jdbc/RepositoryListenerUnit.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/RepositoryUnit.java b/src/main/java/com/samskivert/jdbc/RepositoryUnit.java index fca0a7c3..5e40fc89 100644 --- a/src/main/java/com/samskivert/jdbc/RepositoryUnit.java +++ b/src/main/java/com/samskivert/jdbc/RepositoryUnit.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/ResultUnit.java b/src/main/java/com/samskivert/jdbc/ResultUnit.java index f917e95e..a3841725 100644 --- a/src/main/java/com/samskivert/jdbc/ResultUnit.java +++ b/src/main/java/com/samskivert/jdbc/ResultUnit.java @@ -1,3 +1,23 @@ +// +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2011 Michael Bayne, et al. +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + package com.samskivert.jdbc; diff --git a/src/main/java/com/samskivert/jdbc/SimpleRepository.java b/src/main/java/com/samskivert/jdbc/SimpleRepository.java index 5f3c4c95..72cfa3c4 100644 --- a/src/main/java/com/samskivert/jdbc/SimpleRepository.java +++ b/src/main/java/com/samskivert/jdbc/SimpleRepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java b/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java index 0ae7ce14..da3c0997 100644 --- a/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java +++ b/src/main/java/com/samskivert/jdbc/StaticConnectionProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/TransitionRepository.java b/src/main/java/com/samskivert/jdbc/TransitionRepository.java index 918c0cfa..9b1c2b5d 100644 --- a/src/main/java/com/samskivert/jdbc/TransitionRepository.java +++ b/src/main/java/com/samskivert/jdbc/TransitionRepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java b/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java index d5009cc9..155aa720 100644 --- a/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java +++ b/src/main/java/com/samskivert/jdbc/WriteOnlyUnit.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/jora/Cursor.java b/src/main/java/com/samskivert/jdbc/jora/Cursor.java index d7bc86ea..6d821cc6 100644 --- a/src/main/java/com/samskivert/jdbc/jora/Cursor.java +++ b/src/main/java/com/samskivert/jdbc/jora/Cursor.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java b/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java index 3ea445b9..489627a7 100644 --- a/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java +++ b/src/main/java/com/samskivert/jdbc/jora/DataTransferError.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java b/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java index 68a53cf7..85048b72 100644 --- a/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java +++ b/src/main/java/com/samskivert/jdbc/jora/FieldDescriptor.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/jora/FieldMask.java b/src/main/java/com/samskivert/jdbc/jora/FieldMask.java index 51c485c4..cb5b9f40 100644 --- a/src/main/java/com/samskivert/jdbc/jora/FieldMask.java +++ b/src/main/java/com/samskivert/jdbc/jora/FieldMask.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/jdbc/jora/Table.java b/src/main/java/com/samskivert/jdbc/jora/Table.java index 083e3f02..8aaeff85 100644 --- a/src/main/java/com/samskivert/jdbc/jora/Table.java +++ b/src/main/java/com/samskivert/jdbc/jora/Table.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/AddressUtil.java b/src/main/java/com/samskivert/net/AddressUtil.java index 48db8d99..b30a519a 100644 --- a/src/main/java/com/samskivert/net/AddressUtil.java +++ b/src/main/java/com/samskivert/net/AddressUtil.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/net/AttachableURLFactory.java b/src/main/java/com/samskivert/net/AttachableURLFactory.java index a4e7e91b..9a8fee9d 100644 --- a/src/main/java/com/samskivert/net/AttachableURLFactory.java +++ b/src/main/java/com/samskivert/net/AttachableURLFactory.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/HttpPostUtil.java b/src/main/java/com/samskivert/net/HttpPostUtil.java index a9b04074..8b0f577b 100644 --- a/src/main/java/com/samskivert/net/HttpPostUtil.java +++ b/src/main/java/com/samskivert/net/HttpPostUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/MACUtil.java b/src/main/java/com/samskivert/net/MACUtil.java index e9f84a53..97c1d430 100644 --- a/src/main/java/com/samskivert/net/MACUtil.java +++ b/src/main/java/com/samskivert/net/MACUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/MailUtil.java b/src/main/java/com/samskivert/net/MailUtil.java index 25ce2d9e..e7f08111 100644 --- a/src/main/java/com/samskivert/net/MailUtil.java +++ b/src/main/java/com/samskivert/net/MailUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/PathUtil.java b/src/main/java/com/samskivert/net/PathUtil.java index 4640ab81..ba99e77d 100644 --- a/src/main/java/com/samskivert/net/PathUtil.java +++ b/src/main/java/com/samskivert/net/PathUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/cddb/CDDB.java b/src/main/java/com/samskivert/net/cddb/CDDB.java index 8b1895d8..b4e4183b 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDB.java +++ b/src/main/java/com/samskivert/net/cddb/CDDB.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/cddb/CDDBException.java b/src/main/java/com/samskivert/net/cddb/CDDBException.java index 78a1f233..c7ad00a3 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDBException.java +++ b/src/main/java/com/samskivert/net/cddb/CDDBException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java b/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java index 671adda4..2a441881 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java +++ b/src/main/java/com/samskivert/net/cddb/CDDBProtocol.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/net/cddb/CDDBTest.java b/src/main/java/com/samskivert/net/cddb/CDDBTest.java index e8f43dc8..f07dca8b 100644 --- a/src/main/java/com/samskivert/net/cddb/CDDBTest.java +++ b/src/main/java/com/samskivert/net/cddb/CDDBTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/HttpErrorException.java b/src/main/java/com/samskivert/servlet/HttpErrorException.java index 7c16c993..8c6eaf95 100644 --- a/src/main/java/com/samskivert/servlet/HttpErrorException.java +++ b/src/main/java/com/samskivert/servlet/HttpErrorException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java b/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java index 862dac26..2a3419ea 100644 --- a/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java +++ b/src/main/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java b/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java index 01e05076..3d644f2f 100644 --- a/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java +++ b/src/main/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/MessageManager.java b/src/main/java/com/samskivert/servlet/MessageManager.java index 846e4c56..7f31b097 100644 --- a/src/main/java/com/samskivert/servlet/MessageManager.java +++ b/src/main/java/com/samskivert/servlet/MessageManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/RedirectException.java b/src/main/java/com/samskivert/servlet/RedirectException.java index 851fa87a..8243c18b 100644 --- a/src/main/java/com/samskivert/servlet/RedirectException.java +++ b/src/main/java/com/samskivert/servlet/RedirectException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/Site.java b/src/main/java/com/samskivert/servlet/Site.java index 0bdb56cd..1503620e 100644 --- a/src/main/java/com/samskivert/servlet/Site.java +++ b/src/main/java/com/samskivert/servlet/Site.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/SiteIdentifier.java b/src/main/java/com/samskivert/servlet/SiteIdentifier.java index 28af0da3..d99e704e 100644 --- a/src/main/java/com/samskivert/servlet/SiteIdentifier.java +++ b/src/main/java/com/samskivert/servlet/SiteIdentifier.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/SiteResourceLoader.java b/src/main/java/com/samskivert/servlet/SiteResourceLoader.java index cd8f7c41..94761e74 100644 --- a/src/main/java/com/samskivert/servlet/SiteResourceLoader.java +++ b/src/main/java/com/samskivert/servlet/SiteResourceLoader.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java b/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java index 2fe6ea9a..dd1a79d5 100644 --- a/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java +++ b/src/main/java/com/samskivert/servlet/user/AuthenticationFailedException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/Authenticator.java b/src/main/java/com/samskivert/servlet/user/Authenticator.java index d05fc796..15bd1686 100644 --- a/src/main/java/com/samskivert/servlet/user/Authenticator.java +++ b/src/main/java/com/samskivert/servlet/user/Authenticator.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java b/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java index 4da3160c..ee29ce5e 100644 --- a/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java +++ b/src/main/java/com/samskivert/servlet/user/InvalidPasswordException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java b/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java index 5d950807..bc579e6b 100644 --- a/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java +++ b/src/main/java/com/samskivert/servlet/user/InvalidUsernameException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java b/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java index a4b38cc9..2f955179 100644 --- a/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java +++ b/src/main/java/com/samskivert/servlet/user/NoSuchUserException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/Password.java b/src/main/java/com/samskivert/servlet/user/Password.java index 1ad556a5..c6fca6df 100644 --- a/src/main/java/com/samskivert/servlet/user/Password.java +++ b/src/main/java/com/samskivert/servlet/user/Password.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/User.java b/src/main/java/com/samskivert/servlet/user/User.java index aa97eb47..7b859caf 100644 --- a/src/main/java/com/samskivert/servlet/user/User.java +++ b/src/main/java/com/samskivert/servlet/user/User.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/UserExistsException.java b/src/main/java/com/samskivert/servlet/user/UserExistsException.java index a753cc58..c4a9d1ba 100644 --- a/src/main/java/com/samskivert/servlet/user/UserExistsException.java +++ b/src/main/java/com/samskivert/servlet/user/UserExistsException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/UserManager.java b/src/main/java/com/samskivert/servlet/user/UserManager.java index 4f019589..6d230245 100644 --- a/src/main/java/com/samskivert/servlet/user/UserManager.java +++ b/src/main/java/com/samskivert/servlet/user/UserManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/UserRepository.java b/src/main/java/com/samskivert/servlet/user/UserRepository.java index ed1bb67a..a636a8a9 100644 --- a/src/main/java/com/samskivert/servlet/user/UserRepository.java +++ b/src/main/java/com/samskivert/servlet/user/UserRepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/UserUtil.java b/src/main/java/com/samskivert/servlet/user/UserUtil.java index d18a8af1..6887f0b0 100644 --- a/src/main/java/com/samskivert/servlet/user/UserUtil.java +++ b/src/main/java/com/samskivert/servlet/user/UserUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/user/Username.java b/src/main/java/com/samskivert/servlet/user/Username.java index 22175dbf..bae5a202 100644 --- a/src/main/java/com/samskivert/servlet/user/Username.java +++ b/src/main/java/com/samskivert/servlet/user/Username.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/CookieUtil.java b/src/main/java/com/samskivert/servlet/util/CookieUtil.java index 698b1379..58a92e51 100644 --- a/src/main/java/com/samskivert/servlet/util/CookieUtil.java +++ b/src/main/java/com/samskivert/servlet/util/CookieUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/DataValidationException.java b/src/main/java/com/samskivert/servlet/util/DataValidationException.java index a3203a4e..4e226ad2 100644 --- a/src/main/java/com/samskivert/servlet/util/DataValidationException.java +++ b/src/main/java/com/samskivert/servlet/util/DataValidationException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/ExceptionMap.java b/src/main/java/com/samskivert/servlet/util/ExceptionMap.java index a784e449..0c30a214 100644 --- a/src/main/java/com/samskivert/servlet/util/ExceptionMap.java +++ b/src/main/java/com/samskivert/servlet/util/ExceptionMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/FriendlyException.java b/src/main/java/com/samskivert/servlet/util/FriendlyException.java index 8c0a5550..4fc27177 100644 --- a/src/main/java/com/samskivert/servlet/util/FriendlyException.java +++ b/src/main/java/com/samskivert/servlet/util/FriendlyException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/HTMLUtil.java b/src/main/java/com/samskivert/servlet/util/HTMLUtil.java index a1a1ed0f..8692380d 100644 --- a/src/main/java/com/samskivert/servlet/util/HTMLUtil.java +++ b/src/main/java/com/samskivert/servlet/util/HTMLUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/ParameterUtil.java b/src/main/java/com/samskivert/servlet/util/ParameterUtil.java index 2c3d052e..f2baf052 100644 --- a/src/main/java/com/samskivert/servlet/util/ParameterUtil.java +++ b/src/main/java/com/samskivert/servlet/util/ParameterUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/RequestUtils.java b/src/main/java/com/samskivert/servlet/util/RequestUtils.java index b1851637..70c4950f 100644 --- a/src/main/java/com/samskivert/servlet/util/RequestUtils.java +++ b/src/main/java/com/samskivert/servlet/util/RequestUtils.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java b/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java index 63b537ae..7972e00d 100644 --- a/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java +++ b/src/main/java/com/samskivert/servlet/util/ServiceWaiter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/AWTResultListener.java b/src/main/java/com/samskivert/swing/AWTResultListener.java index fec676c0..44f571bc 100644 --- a/src/main/java/com/samskivert/swing/AWTResultListener.java +++ b/src/main/java/com/samskivert/swing/AWTResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/AbsoluteLayout.java b/src/main/java/com/samskivert/swing/AbsoluteLayout.java index 7f9fadd7..b6f2ee8f 100644 --- a/src/main/java/com/samskivert/swing/AbsoluteLayout.java +++ b/src/main/java/com/samskivert/swing/AbsoluteLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/CollapsibleList.java b/src/main/java/com/samskivert/swing/CollapsibleList.java index 03e33e6e..b86830c6 100644 --- a/src/main/java/com/samskivert/swing/CollapsibleList.java +++ b/src/main/java/com/samskivert/swing/CollapsibleList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/CollapsiblePanel.java b/src/main/java/com/samskivert/swing/CollapsiblePanel.java index 24e010a1..0d765215 100644 --- a/src/main/java/com/samskivert/swing/CollapsiblePanel.java +++ b/src/main/java/com/samskivert/swing/CollapsiblePanel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ComboButtonBox.java b/src/main/java/com/samskivert/swing/ComboButtonBox.java index 5d3aa394..ebbd9439 100644 --- a/src/main/java/com/samskivert/swing/ComboButtonBox.java +++ b/src/main/java/com/samskivert/swing/ComboButtonBox.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/CommandButton.java b/src/main/java/com/samskivert/swing/CommandButton.java index b464a5f5..908ba778 100644 --- a/src/main/java/com/samskivert/swing/CommandButton.java +++ b/src/main/java/com/samskivert/swing/CommandButton.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ControlledPanel.java b/src/main/java/com/samskivert/swing/ControlledPanel.java index 87af5092..18aca424 100644 --- a/src/main/java/com/samskivert/swing/ControlledPanel.java +++ b/src/main/java/com/samskivert/swing/ControlledPanel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/Controller.java b/src/main/java/com/samskivert/swing/Controller.java index 40c79e50..5920bc84 100644 --- a/src/main/java/com/samskivert/swing/Controller.java +++ b/src/main/java/com/samskivert/swing/Controller.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ControllerProvider.java b/src/main/java/com/samskivert/swing/ControllerProvider.java index 54c4faae..c8c07b2c 100644 --- a/src/main/java/com/samskivert/swing/ControllerProvider.java +++ b/src/main/java/com/samskivert/swing/ControllerProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/DimenInfo.java b/src/main/java/com/samskivert/swing/DimenInfo.java index 19c5fd27..2d54f577 100644 --- a/src/main/java/com/samskivert/swing/DimenInfo.java +++ b/src/main/java/com/samskivert/swing/DimenInfo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/DimmedIcon.java b/src/main/java/com/samskivert/swing/DimmedIcon.java index 40157f7b..de5c901a 100644 --- a/src/main/java/com/samskivert/swing/DimmedIcon.java +++ b/src/main/java/com/samskivert/swing/DimmedIcon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/EnablingAdapter.java b/src/main/java/com/samskivert/swing/EnablingAdapter.java index d64461bd..416fa1b5 100644 --- a/src/main/java/com/samskivert/swing/EnablingAdapter.java +++ b/src/main/java/com/samskivert/swing/EnablingAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/GroupLayout.java b/src/main/java/com/samskivert/swing/GroupLayout.java index 2935d4f9..09b92a2b 100644 --- a/src/main/java/com/samskivert/swing/GroupLayout.java +++ b/src/main/java/com/samskivert/swing/GroupLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/GroupLayoutTest.java b/src/main/java/com/samskivert/swing/GroupLayoutTest.java index 146d6151..a7c8b9f7 100644 --- a/src/main/java/com/samskivert/swing/GroupLayoutTest.java +++ b/src/main/java/com/samskivert/swing/GroupLayoutTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/HGroupLayout.java b/src/main/java/com/samskivert/swing/HGroupLayout.java index aba51640..bcc03bf0 100644 --- a/src/main/java/com/samskivert/swing/HGroupLayout.java +++ b/src/main/java/com/samskivert/swing/HGroupLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/IntField.java b/src/main/java/com/samskivert/swing/IntField.java index 0b82077d..cf8db545 100644 --- a/src/main/java/com/samskivert/swing/IntField.java +++ b/src/main/java/com/samskivert/swing/IntField.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java b/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java index 54aa21bc..f944542b 100644 --- a/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java +++ b/src/main/java/com/samskivert/swing/IntegerTableCellRenderer.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/JInternalDialog.java b/src/main/java/com/samskivert/swing/JInternalDialog.java index e21ed5fd..ad3619d7 100644 --- a/src/main/java/com/samskivert/swing/JInternalDialog.java +++ b/src/main/java/com/samskivert/swing/JInternalDialog.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/Label.java b/src/main/java/com/samskivert/swing/Label.java index c66de9a0..d4f5b787 100644 --- a/src/main/java/com/samskivert/swing/Label.java +++ b/src/main/java/com/samskivert/swing/Label.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/LabelSausage.java b/src/main/java/com/samskivert/swing/LabelSausage.java index 2f06f55a..964eb1ed 100644 --- a/src/main/java/com/samskivert/swing/LabelSausage.java +++ b/src/main/java/com/samskivert/swing/LabelSausage.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/LabelStyleConstants.java b/src/main/java/com/samskivert/swing/LabelStyleConstants.java index 8b467f15..029e8f0f 100644 --- a/src/main/java/com/samskivert/swing/LabelStyleConstants.java +++ b/src/main/java/com/samskivert/swing/LabelStyleConstants.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/LazyComponent.java b/src/main/java/com/samskivert/swing/LazyComponent.java index c2ab5c72..946c879c 100644 --- a/src/main/java/com/samskivert/swing/LazyComponent.java +++ b/src/main/java/com/samskivert/swing/LazyComponent.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/MultiLineLabel.java b/src/main/java/com/samskivert/swing/MultiLineLabel.java index d91b4126..f5b45d18 100644 --- a/src/main/java/com/samskivert/swing/MultiLineLabel.java +++ b/src/main/java/com/samskivert/swing/MultiLineLabel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ObjectEditorTable.java b/src/main/java/com/samskivert/swing/ObjectEditorTable.java index 931217d5..07f8fa23 100644 --- a/src/main/java/com/samskivert/swing/ObjectEditorTable.java +++ b/src/main/java/com/samskivert/swing/ObjectEditorTable.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/RadialLabelSausage.java b/src/main/java/com/samskivert/swing/RadialLabelSausage.java index 77b6df7a..1054a0c3 100644 --- a/src/main/java/com/samskivert/swing/RadialLabelSausage.java +++ b/src/main/java/com/samskivert/swing/RadialLabelSausage.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/RadialMenu.java b/src/main/java/com/samskivert/swing/RadialMenu.java index 5eecf5db..1e704845 100644 --- a/src/main/java/com/samskivert/swing/RadialMenu.java +++ b/src/main/java/com/samskivert/swing/RadialMenu.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/RadialMenuItem.java b/src/main/java/com/samskivert/swing/RadialMenuItem.java index 23fc0a0c..bfee60e9 100644 --- a/src/main/java/com/samskivert/swing/RadialMenuItem.java +++ b/src/main/java/com/samskivert/swing/RadialMenuItem.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/RuntimeAdjust.java b/src/main/java/com/samskivert/swing/RuntimeAdjust.java index 83c86ad8..aa1fa4f3 100644 --- a/src/main/java/com/samskivert/swing/RuntimeAdjust.java +++ b/src/main/java/com/samskivert/swing/RuntimeAdjust.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/SafeLayeredPane.java b/src/main/java/com/samskivert/swing/SafeLayeredPane.java index c9a12529..5efd29e7 100644 --- a/src/main/java/com/samskivert/swing/SafeLayeredPane.java +++ b/src/main/java/com/samskivert/swing/SafeLayeredPane.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ScaledIcon.java b/src/main/java/com/samskivert/swing/ScaledIcon.java index 6d66a3a7..9d593041 100644 --- a/src/main/java/com/samskivert/swing/ScaledIcon.java +++ b/src/main/java/com/samskivert/swing/ScaledIcon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ScrollBox.java b/src/main/java/com/samskivert/swing/ScrollBox.java index eb9054e8..0923427d 100644 --- a/src/main/java/com/samskivert/swing/ScrollBox.java +++ b/src/main/java/com/samskivert/swing/ScrollBox.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ScrollablePanel.java b/src/main/java/com/samskivert/swing/ScrollablePanel.java index a107387b..3ccefc1d 100644 --- a/src/main/java/com/samskivert/swing/ScrollablePanel.java +++ b/src/main/java/com/samskivert/swing/ScrollablePanel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/ShapeIcon.java b/src/main/java/com/samskivert/swing/ShapeIcon.java index 80b9f3e0..c1ad661d 100644 --- a/src/main/java/com/samskivert/swing/ShapeIcon.java +++ b/src/main/java/com/samskivert/swing/ShapeIcon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/SimpleSlider.java b/src/main/java/com/samskivert/swing/SimpleSlider.java index a4d4c31e..b7efbf00 100644 --- a/src/main/java/com/samskivert/swing/SimpleSlider.java +++ b/src/main/java/com/samskivert/swing/SimpleSlider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/SmartPolygon.java b/src/main/java/com/samskivert/swing/SmartPolygon.java index f7dfe6e6..ade60b45 100644 --- a/src/main/java/com/samskivert/swing/SmartPolygon.java +++ b/src/main/java/com/samskivert/swing/SmartPolygon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/Spacer.java b/src/main/java/com/samskivert/swing/Spacer.java index cbc19a97..ace1d905 100644 --- a/src/main/java/com/samskivert/swing/Spacer.java +++ b/src/main/java/com/samskivert/swing/Spacer.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/TGraphics2D.java b/src/main/java/com/samskivert/swing/TGraphics2D.java index 9f69abb1..47d92c04 100644 --- a/src/main/java/com/samskivert/swing/TGraphics2D.java +++ b/src/main/java/com/samskivert/swing/TGraphics2D.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/TableMap.java b/src/main/java/com/samskivert/swing/TableMap.java index 57d63c6a..3031e137 100644 --- a/src/main/java/com/samskivert/swing/TableMap.java +++ b/src/main/java/com/samskivert/swing/TableMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/TableSorter.java b/src/main/java/com/samskivert/swing/TableSorter.java index 076504fb..e5a200ea 100644 --- a/src/main/java/com/samskivert/swing/TableSorter.java +++ b/src/main/java/com/samskivert/swing/TableSorter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/Timer.java b/src/main/java/com/samskivert/swing/Timer.java index 16542a23..42ef8ec5 100644 --- a/src/main/java/com/samskivert/swing/Timer.java +++ b/src/main/java/com/samskivert/swing/Timer.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/VGroupLayout.java b/src/main/java/com/samskivert/swing/VGroupLayout.java index 1e1b99eb..4bfe234e 100644 --- a/src/main/java/com/samskivert/swing/VGroupLayout.java +++ b/src/main/java/com/samskivert/swing/VGroupLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java b/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java index fad2e635..9c61d03f 100644 --- a/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java +++ b/src/main/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/dnd/DnDManager.java b/src/main/java/com/samskivert/swing/dnd/DnDManager.java index 31146744..04f0afb1 100644 --- a/src/main/java/com/samskivert/swing/dnd/DnDManager.java +++ b/src/main/java/com/samskivert/swing/dnd/DnDManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/dnd/DragSource.java b/src/main/java/com/samskivert/swing/dnd/DragSource.java index 92781570..ff2aed0b 100644 --- a/src/main/java/com/samskivert/swing/dnd/DragSource.java +++ b/src/main/java/com/samskivert/swing/dnd/DragSource.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/dnd/DropTarget.java b/src/main/java/com/samskivert/swing/dnd/DropTarget.java index 4cc70f6b..157ff92e 100644 --- a/src/main/java/com/samskivert/swing/dnd/DropTarget.java +++ b/src/main/java/com/samskivert/swing/dnd/DropTarget.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/event/AncestorAdapter.java b/src/main/java/com/samskivert/swing/event/AncestorAdapter.java index 2ae0475e..04d98d19 100644 --- a/src/main/java/com/samskivert/swing/event/AncestorAdapter.java +++ b/src/main/java/com/samskivert/swing/event/AncestorAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/event/CommandEvent.java b/src/main/java/com/samskivert/swing/event/CommandEvent.java index 5561aa9c..ed0152e6 100644 --- a/src/main/java/com/samskivert/swing/event/CommandEvent.java +++ b/src/main/java/com/samskivert/swing/event/CommandEvent.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/event/DocumentAdapter.java b/src/main/java/com/samskivert/swing/event/DocumentAdapter.java index 93005755..47044d05 100644 --- a/src/main/java/com/samskivert/swing/event/DocumentAdapter.java +++ b/src/main/java/com/samskivert/swing/event/DocumentAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java b/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java index 9c9c57c1..cffdcc68 100644 --- a/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java +++ b/src/main/java/com/samskivert/swing/event/MouseArmingAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java b/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java index e141423d..e1c637ea 100644 --- a/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java +++ b/src/main/java/com/samskivert/swing/event/PopupMenuAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/ButtonUtil.java b/src/main/java/com/samskivert/swing/util/ButtonUtil.java index 6c8e4efa..d65fa8c4 100644 --- a/src/main/java/com/samskivert/swing/util/ButtonUtil.java +++ b/src/main/java/com/samskivert/swing/util/ButtonUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/DialogUtil.java b/src/main/java/com/samskivert/swing/util/DialogUtil.java index 0de0ed3c..402fc664 100644 --- a/src/main/java/com/samskivert/swing/util/DialogUtil.java +++ b/src/main/java/com/samskivert/swing/util/DialogUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/MenuUtil.java b/src/main/java/com/samskivert/swing/util/MenuUtil.java index 136d7f4c..a752f965 100644 --- a/src/main/java/com/samskivert/swing/util/MenuUtil.java +++ b/src/main/java/com/samskivert/swing/util/MenuUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/MouseHijacker.java b/src/main/java/com/samskivert/swing/util/MouseHijacker.java index 5afdebd0..a0d98582 100644 --- a/src/main/java/com/samskivert/swing/util/MouseHijacker.java +++ b/src/main/java/com/samskivert/swing/util/MouseHijacker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/ProximityTracker.java b/src/main/java/com/samskivert/swing/util/ProximityTracker.java index 6943f563..14332124 100644 --- a/src/main/java/com/samskivert/swing/util/ProximityTracker.java +++ b/src/main/java/com/samskivert/swing/util/ProximityTracker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/RetryableTask.java b/src/main/java/com/samskivert/swing/util/RetryableTask.java index 1eb13a05..0077fc08 100644 --- a/src/main/java/com/samskivert/swing/util/RetryableTask.java +++ b/src/main/java/com/samskivert/swing/util/RetryableTask.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/SwingUtil.java b/src/main/java/com/samskivert/swing/util/SwingUtil.java index 539e4f41..a827a286 100644 --- a/src/main/java/com/samskivert/swing/util/SwingUtil.java +++ b/src/main/java/com/samskivert/swing/util/SwingUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/Task.java b/src/main/java/com/samskivert/swing/util/Task.java index cca82480..48ccfe46 100644 --- a/src/main/java/com/samskivert/swing/util/Task.java +++ b/src/main/java/com/samskivert/swing/util/Task.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/TaskAdapter.java b/src/main/java/com/samskivert/swing/util/TaskAdapter.java index 487c3e6b..81905fdf 100644 --- a/src/main/java/com/samskivert/swing/util/TaskAdapter.java +++ b/src/main/java/com/samskivert/swing/util/TaskAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/TaskMaster.java b/src/main/java/com/samskivert/swing/util/TaskMaster.java index 727c2ea1..897af7ce 100644 --- a/src/main/java/com/samskivert/swing/util/TaskMaster.java +++ b/src/main/java/com/samskivert/swing/util/TaskMaster.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/swing/util/TaskObserver.java b/src/main/java/com/samskivert/swing/util/TaskObserver.java index 29ef0767..8f7d5743 100644 --- a/src/main/java/com/samskivert/swing/util/TaskObserver.java +++ b/src/main/java/com/samskivert/swing/util/TaskObserver.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/test/TestUtil.java b/src/main/java/com/samskivert/test/TestUtil.java index 775f965a..4edb0230 100644 --- a/src/main/java/com/samskivert/test/TestUtil.java +++ b/src/main/java/com/samskivert/test/TestUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/text/MessageUtil.java b/src/main/java/com/samskivert/text/MessageUtil.java index de2d8a0a..3274cac3 100644 --- a/src/main/java/com/samskivert/text/MessageUtil.java +++ b/src/main/java/com/samskivert/text/MessageUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/AbstractIntSet.java b/src/main/java/com/samskivert/util/AbstractIntSet.java index 68431607..f1bed9e7 100644 --- a/src/main/java/com/samskivert/util/AbstractIntSet.java +++ b/src/main/java/com/samskivert/util/AbstractIntSet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/AbstractInterator.java b/src/main/java/com/samskivert/util/AbstractInterator.java index ab9dab41..6aacd234 100644 --- a/src/main/java/com/samskivert/util/AbstractInterator.java +++ b/src/main/java/com/samskivert/util/AbstractInterator.java @@ -1,7 +1,8 @@ // // $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ArrayIntSet.java b/src/main/java/com/samskivert/util/ArrayIntSet.java index e8277aa8..aade8e38 100644 --- a/src/main/java/com/samskivert/util/ArrayIntSet.java +++ b/src/main/java/com/samskivert/util/ArrayIntSet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ArrayUtil.java b/src/main/java/com/samskivert/util/ArrayUtil.java index 727441cf..90d84716 100644 --- a/src/main/java/com/samskivert/util/ArrayUtil.java +++ b/src/main/java/com/samskivert/util/ArrayUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/AuditLogger.java b/src/main/java/com/samskivert/util/AuditLogger.java index 2feb76da..9f0338cc 100644 --- a/src/main/java/com/samskivert/util/AuditLogger.java +++ b/src/main/java/com/samskivert/util/AuditLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/BaseArrayList.java b/src/main/java/com/samskivert/util/BaseArrayList.java index e8a5e54f..33a37baa 100644 --- a/src/main/java/com/samskivert/util/BaseArrayList.java +++ b/src/main/java/com/samskivert/util/BaseArrayList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/BasicRunQueue.java b/src/main/java/com/samskivert/util/BasicRunQueue.java index 73c7066f..412893fa 100644 --- a/src/main/java/com/samskivert/util/BasicRunQueue.java +++ b/src/main/java/com/samskivert/util/BasicRunQueue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ByteEnum.java b/src/main/java/com/samskivert/util/ByteEnum.java index a37528b5..afc31654 100644 --- a/src/main/java/com/samskivert/util/ByteEnum.java +++ b/src/main/java/com/samskivert/util/ByteEnum.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/ByteEnumUtil.java b/src/main/java/com/samskivert/util/ByteEnumUtil.java index 4d4c9884..88d4c90d 100644 --- a/src/main/java/com/samskivert/util/ByteEnumUtil.java +++ b/src/main/java/com/samskivert/util/ByteEnumUtil.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/CalendarUtil.java b/src/main/java/com/samskivert/util/CalendarUtil.java index 14fd6926..05f0344b 100644 --- a/src/main/java/com/samskivert/util/CalendarUtil.java +++ b/src/main/java/com/samskivert/util/CalendarUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Calendars.java b/src/main/java/com/samskivert/util/Calendars.java index 33c1facc..047411ef 100644 --- a/src/main/java/com/samskivert/util/Calendars.java +++ b/src/main/java/com/samskivert/util/Calendars.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Callables.java b/src/main/java/com/samskivert/util/Callables.java index d8eff18b..65280f46 100644 --- a/src/main/java/com/samskivert/util/Callables.java +++ b/src/main/java/com/samskivert/util/Callables.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2011 Michael Bayne, et al. +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/ChainedResultListener.java b/src/main/java/com/samskivert/util/ChainedResultListener.java index e4dd353c..2d8f04e8 100644 --- a/src/main/java/com/samskivert/util/ChainedResultListener.java +++ b/src/main/java/com/samskivert/util/ChainedResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/CheapIntMap.java b/src/main/java/com/samskivert/util/CheapIntMap.java index ff42bad5..44fd98b1 100644 --- a/src/main/java/com/samskivert/util/CheapIntMap.java +++ b/src/main/java/com/samskivert/util/CheapIntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ClassUtil.java b/src/main/java/com/samskivert/util/ClassUtil.java index 6d898c80..58e405a0 100644 --- a/src/main/java/com/samskivert/util/ClassUtil.java +++ b/src/main/java/com/samskivert/util/ClassUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/CollectionUtil.java b/src/main/java/com/samskivert/util/CollectionUtil.java index 32b546f2..744fc66b 100644 --- a/src/main/java/com/samskivert/util/CollectionUtil.java +++ b/src/main/java/com/samskivert/util/CollectionUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Collections.java b/src/main/java/com/samskivert/util/Collections.java index a137fb8b..69d2734f 100644 --- a/src/main/java/com/samskivert/util/Collections.java +++ b/src/main/java/com/samskivert/util/Collections.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/CompactIntListUtil.java b/src/main/java/com/samskivert/util/CompactIntListUtil.java index 7946e1d7..1243858a 100644 --- a/src/main/java/com/samskivert/util/CompactIntListUtil.java +++ b/src/main/java/com/samskivert/util/CompactIntListUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ComparableArrayList.java b/src/main/java/com/samskivert/util/ComparableArrayList.java index 8be0b862..e061ba9e 100644 --- a/src/main/java/com/samskivert/util/ComparableArrayList.java +++ b/src/main/java/com/samskivert/util/ComparableArrayList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ComparableTuple.java b/src/main/java/com/samskivert/util/ComparableTuple.java index 7dcdede5..2992b366 100644 --- a/src/main/java/com/samskivert/util/ComparableTuple.java +++ b/src/main/java/com/samskivert/util/ComparableTuple.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Comparators.java b/src/main/java/com/samskivert/util/Comparators.java index c66fe208..21ef19e0 100644 --- a/src/main/java/com/samskivert/util/Comparators.java +++ b/src/main/java/com/samskivert/util/Comparators.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ComplainingListener.java b/src/main/java/com/samskivert/util/ComplainingListener.java index b82b699c..42679f96 100644 --- a/src/main/java/com/samskivert/util/ComplainingListener.java +++ b/src/main/java/com/samskivert/util/ComplainingListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Config.java b/src/main/java/com/samskivert/util/Config.java index 4a911e4f..7567fa0f 100644 --- a/src/main/java/com/samskivert/util/Config.java +++ b/src/main/java/com/samskivert/util/Config.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ConfigUtil.java b/src/main/java/com/samskivert/util/ConfigUtil.java index aeb5bf05..e31d5190 100644 --- a/src/main/java/com/samskivert/util/ConfigUtil.java +++ b/src/main/java/com/samskivert/util/ConfigUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/CountHashMap.java b/src/main/java/com/samskivert/util/CountHashMap.java index 1fc244c8..f3d396f1 100644 --- a/src/main/java/com/samskivert/util/CountHashMap.java +++ b/src/main/java/com/samskivert/util/CountHashMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/CountMap.java b/src/main/java/com/samskivert/util/CountMap.java index 058df140..1213f264 100644 --- a/src/main/java/com/samskivert/util/CountMap.java +++ b/src/main/java/com/samskivert/util/CountMap.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2011 Michael Bayne, et al. +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/Crypt.java b/src/main/java/com/samskivert/util/Crypt.java index 91fd7b7b..3a9fbdf6 100644 --- a/src/main/java/com/samskivert/util/Crypt.java +++ b/src/main/java/com/samskivert/util/Crypt.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/CurrencyUtil.java b/src/main/java/com/samskivert/util/CurrencyUtil.java index 2a70298b..2f88eeb5 100644 --- a/src/main/java/com/samskivert/util/CurrencyUtil.java +++ b/src/main/java/com/samskivert/util/CurrencyUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/DebugChords.java b/src/main/java/com/samskivert/util/DebugChords.java index bf169675..816c29ba 100644 --- a/src/main/java/com/samskivert/util/DebugChords.java +++ b/src/main/java/com/samskivert/util/DebugChords.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/DefaultLogProvider.java b/src/main/java/com/samskivert/util/DefaultLogProvider.java index 13930d21..7300eb3c 100644 --- a/src/main/java/com/samskivert/util/DefaultLogProvider.java +++ b/src/main/java/com/samskivert/util/DefaultLogProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/DependencyGraph.java b/src/main/java/com/samskivert/util/DependencyGraph.java index 2ad86c66..332c0e2d 100644 --- a/src/main/java/com/samskivert/util/DependencyGraph.java +++ b/src/main/java/com/samskivert/util/DependencyGraph.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ExpiringReference.java b/src/main/java/com/samskivert/util/ExpiringReference.java index 07de0802..aaee791c 100644 --- a/src/main/java/com/samskivert/util/ExpiringReference.java +++ b/src/main/java/com/samskivert/util/ExpiringReference.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/FailureListener.java b/src/main/java/com/samskivert/util/FailureListener.java index 7c6f9c63..ea802d37 100644 --- a/src/main/java/com/samskivert/util/FailureListener.java +++ b/src/main/java/com/samskivert/util/FailureListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/FileUtil.java b/src/main/java/com/samskivert/util/FileUtil.java index 9c56b294..7cbae6d7 100644 --- a/src/main/java/com/samskivert/util/FileUtil.java +++ b/src/main/java/com/samskivert/util/FileUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Folds.java b/src/main/java/com/samskivert/util/Folds.java index 704925bb..fa30887c 100644 --- a/src/main/java/com/samskivert/util/Folds.java +++ b/src/main/java/com/samskivert/util/Folds.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/FormatterUtil.java b/src/main/java/com/samskivert/util/FormatterUtil.java index 61480b55..b1881bf3 100644 --- a/src/main/java/com/samskivert/util/FormatterUtil.java +++ b/src/main/java/com/samskivert/util/FormatterUtil.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/GenUtil.java b/src/main/java/com/samskivert/util/GenUtil.java index c179b1c9..5f5cefc3 100644 --- a/src/main/java/com/samskivert/util/GenUtil.java +++ b/src/main/java/com/samskivert/util/GenUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/HashIntMap.java b/src/main/java/com/samskivert/util/HashIntMap.java index f74fcdc5..04777ebf 100644 --- a/src/main/java/com/samskivert/util/HashIntMap.java +++ b/src/main/java/com/samskivert/util/HashIntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/HashIntSet.java b/src/main/java/com/samskivert/util/HashIntSet.java index 16955d2d..22368ab5 100644 --- a/src/main/java/com/samskivert/util/HashIntSet.java +++ b/src/main/java/com/samskivert/util/HashIntSet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Histogram.java b/src/main/java/com/samskivert/util/Histogram.java index 272f0a14..97f881cd 100644 --- a/src/main/java/com/samskivert/util/Histogram.java +++ b/src/main/java/com/samskivert/util/Histogram.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/IntIntMap.java b/src/main/java/com/samskivert/util/IntIntMap.java index c67bc36c..d9dce8c0 100644 --- a/src/main/java/com/samskivert/util/IntIntMap.java +++ b/src/main/java/com/samskivert/util/IntIntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/IntListUtil.java b/src/main/java/com/samskivert/util/IntListUtil.java index 0f5de4b3..74125761 100644 --- a/src/main/java/com/samskivert/util/IntListUtil.java +++ b/src/main/java/com/samskivert/util/IntListUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/IntMap.java b/src/main/java/com/samskivert/util/IntMap.java index 4e9b6a6b..19abb184 100644 --- a/src/main/java/com/samskivert/util/IntMap.java +++ b/src/main/java/com/samskivert/util/IntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/IntMaps.java b/src/main/java/com/samskivert/util/IntMaps.java index 95b613a1..3ab5a356 100644 --- a/src/main/java/com/samskivert/util/IntMaps.java +++ b/src/main/java/com/samskivert/util/IntMaps.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/IntResultListener.java b/src/main/java/com/samskivert/util/IntResultListener.java index 6eb2a0a6..159057a4 100644 --- a/src/main/java/com/samskivert/util/IntResultListener.java +++ b/src/main/java/com/samskivert/util/IntResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/IntSet.java b/src/main/java/com/samskivert/util/IntSet.java index 87c69eed..49a28878 100644 --- a/src/main/java/com/samskivert/util/IntSet.java +++ b/src/main/java/com/samskivert/util/IntSet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/IntSets.java b/src/main/java/com/samskivert/util/IntSets.java index 94781354..00708df7 100644 --- a/src/main/java/com/samskivert/util/IntSets.java +++ b/src/main/java/com/samskivert/util/IntSets.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2011 Michael Bayne, et al. +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/main/java/com/samskivert/util/IntTuple.java b/src/main/java/com/samskivert/util/IntTuple.java index 8574d3e1..5ad22450 100644 --- a/src/main/java/com/samskivert/util/IntTuple.java +++ b/src/main/java/com/samskivert/util/IntTuple.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Interable.java b/src/main/java/com/samskivert/util/Interable.java index 4b6ad297..085cbbd2 100644 --- a/src/main/java/com/samskivert/util/Interable.java +++ b/src/main/java/com/samskivert/util/Interable.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Interator.java b/src/main/java/com/samskivert/util/Interator.java index 5e09eea8..2bfb1d7e 100644 --- a/src/main/java/com/samskivert/util/Interator.java +++ b/src/main/java/com/samskivert/util/Interator.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Interval.java b/src/main/java/com/samskivert/util/Interval.java index cbc25a59..b9e6044c 100644 --- a/src/main/java/com/samskivert/util/Interval.java +++ b/src/main/java/com/samskivert/util/Interval.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Invoker.java b/src/main/java/com/samskivert/util/Invoker.java index e597ee84..079eb830 100644 --- a/src/main/java/com/samskivert/util/Invoker.java +++ b/src/main/java/com/samskivert/util/Invoker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/JDK14Logger.java b/src/main/java/com/samskivert/util/JDK14Logger.java index 78ecdc66..207ccbd5 100644 --- a/src/main/java/com/samskivert/util/JDK14Logger.java +++ b/src/main/java/com/samskivert/util/JDK14Logger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/KeyUtil.java b/src/main/java/com/samskivert/util/KeyUtil.java index 84b6a544..f9479dbf 100644 --- a/src/main/java/com/samskivert/util/KeyUtil.java +++ b/src/main/java/com/samskivert/util/KeyUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/KeyValue.java b/src/main/java/com/samskivert/util/KeyValue.java index 3d912446..bdb1f2bb 100644 --- a/src/main/java/com/samskivert/util/KeyValue.java +++ b/src/main/java/com/samskivert/util/KeyValue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/LRUHashMap.java b/src/main/java/com/samskivert/util/LRUHashMap.java index be2173a9..4a9e9fc2 100644 --- a/src/main/java/com/samskivert/util/LRUHashMap.java +++ b/src/main/java/com/samskivert/util/LRUHashMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Lifecycle.java b/src/main/java/com/samskivert/util/Lifecycle.java index 06f3a5e3..fbf93ef1 100644 --- a/src/main/java/com/samskivert/util/Lifecycle.java +++ b/src/main/java/com/samskivert/util/Lifecycle.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ListUtil.java b/src/main/java/com/samskivert/util/ListUtil.java index 4a56da90..1b25dc3c 100644 --- a/src/main/java/com/samskivert/util/ListUtil.java +++ b/src/main/java/com/samskivert/util/ListUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Log.java b/src/main/java/com/samskivert/util/Log.java index f0184c64..3852331b 100644 --- a/src/main/java/com/samskivert/util/Log.java +++ b/src/main/java/com/samskivert/util/Log.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Log4JLogger.java b/src/main/java/com/samskivert/util/Log4JLogger.java index 70127849..de93f9d7 100644 --- a/src/main/java/com/samskivert/util/Log4JLogger.java +++ b/src/main/java/com/samskivert/util/Log4JLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/LogBuilder.java b/src/main/java/com/samskivert/util/LogBuilder.java index ccf6da47..193072d5 100644 --- a/src/main/java/com/samskivert/util/LogBuilder.java +++ b/src/main/java/com/samskivert/util/LogBuilder.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/LogProvider.java b/src/main/java/com/samskivert/util/LogProvider.java index e14f699d..bf4851b4 100644 --- a/src/main/java/com/samskivert/util/LogProvider.java +++ b/src/main/java/com/samskivert/util/LogProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Logger.java b/src/main/java/com/samskivert/util/Logger.java index e0675539..bb33c9a2 100644 --- a/src/main/java/com/samskivert/util/Logger.java +++ b/src/main/java/com/samskivert/util/Logger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/LoggingLogProvider.java b/src/main/java/com/samskivert/util/LoggingLogProvider.java index 7cba244b..d3cce832 100644 --- a/src/main/java/com/samskivert/util/LoggingLogProvider.java +++ b/src/main/java/com/samskivert/util/LoggingLogProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/LoopingThread.java b/src/main/java/com/samskivert/util/LoopingThread.java index 133aa0f5..f04504fe 100644 --- a/src/main/java/com/samskivert/util/LoopingThread.java +++ b/src/main/java/com/samskivert/util/LoopingThread.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/MapEntry.java b/src/main/java/com/samskivert/util/MapEntry.java index 820dbe16..baa0417e 100644 --- a/src/main/java/com/samskivert/util/MapEntry.java +++ b/src/main/java/com/samskivert/util/MapEntry.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Mapping.java b/src/main/java/com/samskivert/util/Mapping.java index fba5912b..2e01cbb9 100644 --- a/src/main/java/com/samskivert/util/Mapping.java +++ b/src/main/java/com/samskivert/util/Mapping.java @@ -1,7 +1,8 @@ +// // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/MethodFinder.java b/src/main/java/com/samskivert/util/MethodFinder.java index d9d0fb67..c16690bb 100644 --- a/src/main/java/com/samskivert/util/MethodFinder.java +++ b/src/main/java/com/samskivert/util/MethodFinder.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/MissingPropertyException.java b/src/main/java/com/samskivert/util/MissingPropertyException.java index 440f5587..ba721ed9 100644 --- a/src/main/java/com/samskivert/util/MissingPropertyException.java +++ b/src/main/java/com/samskivert/util/MissingPropertyException.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/Multex.java b/src/main/java/com/samskivert/util/Multex.java index 37d0aa33..02870bad 100644 --- a/src/main/java/com/samskivert/util/Multex.java +++ b/src/main/java/com/samskivert/util/Multex.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ObjectUtil.java b/src/main/java/com/samskivert/util/ObjectUtil.java index d6aa6d24..dafa8443 100644 --- a/src/main/java/com/samskivert/util/ObjectUtil.java +++ b/src/main/java/com/samskivert/util/ObjectUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ObserverList.java b/src/main/java/com/samskivert/util/ObserverList.java index 87b28269..f43711a9 100644 --- a/src/main/java/com/samskivert/util/ObserverList.java +++ b/src/main/java/com/samskivert/util/ObserverList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/OneLineLogFormatter.java b/src/main/java/com/samskivert/util/OneLineLogFormatter.java index 28a99b89..ded80097 100644 --- a/src/main/java/com/samskivert/util/OneLineLogFormatter.java +++ b/src/main/java/com/samskivert/util/OneLineLogFormatter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Predicate.java b/src/main/java/com/samskivert/util/Predicate.java index 3c1939b1..a152e344 100644 --- a/src/main/java/com/samskivert/util/Predicate.java +++ b/src/main/java/com/samskivert/util/Predicate.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/PrefsConfig.java b/src/main/java/com/samskivert/util/PrefsConfig.java index d9a5b90d..d259fa8c 100644 --- a/src/main/java/com/samskivert/util/PrefsConfig.java +++ b/src/main/java/com/samskivert/util/PrefsConfig.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ProcessLogger.java b/src/main/java/com/samskivert/util/ProcessLogger.java index e55e2483..1e9e865c 100644 --- a/src/main/java/com/samskivert/util/ProcessLogger.java +++ b/src/main/java/com/samskivert/util/ProcessLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/PropertiesUtil.java b/src/main/java/com/samskivert/util/PropertiesUtil.java index 900915af..e4738550 100644 --- a/src/main/java/com/samskivert/util/PropertiesUtil.java +++ b/src/main/java/com/samskivert/util/PropertiesUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Queue.java b/src/main/java/com/samskivert/util/Queue.java index be159b9f..083910dc 100644 --- a/src/main/java/com/samskivert/util/Queue.java +++ b/src/main/java/com/samskivert/util/Queue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/QuickSort.java b/src/main/java/com/samskivert/util/QuickSort.java index ea22086b..6103d8e8 100644 --- a/src/main/java/com/samskivert/util/QuickSort.java +++ b/src/main/java/com/samskivert/util/QuickSort.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/RandomUtil.java b/src/main/java/com/samskivert/util/RandomUtil.java index f9198fd9..1294f622 100644 --- a/src/main/java/com/samskivert/util/RandomUtil.java +++ b/src/main/java/com/samskivert/util/RandomUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Randoms.java b/src/main/java/com/samskivert/util/Randoms.java index 474a4ff5..162c2bd2 100644 --- a/src/main/java/com/samskivert/util/Randoms.java +++ b/src/main/java/com/samskivert/util/Randoms.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/RecentList.java b/src/main/java/com/samskivert/util/RecentList.java index 7076bf23..9a4dc7ea 100644 --- a/src/main/java/com/samskivert/util/RecentList.java +++ b/src/main/java/com/samskivert/util/RecentList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/RepeatCallTracker.java b/src/main/java/com/samskivert/util/RepeatCallTracker.java index 9d570ce2..2c5cbdf4 100644 --- a/src/main/java/com/samskivert/util/RepeatCallTracker.java +++ b/src/main/java/com/samskivert/util/RepeatCallTracker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/RepeatRecordFilter.java b/src/main/java/com/samskivert/util/RepeatRecordFilter.java index ec4f858a..25bc2d28 100644 --- a/src/main/java/com/samskivert/util/RepeatRecordFilter.java +++ b/src/main/java/com/samskivert/util/RepeatRecordFilter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ResultHandler.java b/src/main/java/com/samskivert/util/ResultHandler.java index ec4b27fc..2cc086ed 100644 --- a/src/main/java/com/samskivert/util/ResultHandler.java +++ b/src/main/java/com/samskivert/util/ResultHandler.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ResultListener.java b/src/main/java/com/samskivert/util/ResultListener.java index de425fa6..9ffa32d5 100644 --- a/src/main/java/com/samskivert/util/ResultListener.java +++ b/src/main/java/com/samskivert/util/ResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ResultListenerList.java b/src/main/java/com/samskivert/util/ResultListenerList.java index 35ae8383..78c797d8 100644 --- a/src/main/java/com/samskivert/util/ResultListenerList.java +++ b/src/main/java/com/samskivert/util/ResultListenerList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/RunAnywhere.java b/src/main/java/com/samskivert/util/RunAnywhere.java index d4c327ad..7a777558 100644 --- a/src/main/java/com/samskivert/util/RunAnywhere.java +++ b/src/main/java/com/samskivert/util/RunAnywhere.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/RunQueue.java b/src/main/java/com/samskivert/util/RunQueue.java index e419816c..424e46ea 100644 --- a/src/main/java/com/samskivert/util/RunQueue.java +++ b/src/main/java/com/samskivert/util/RunQueue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Runnables.java b/src/main/java/com/samskivert/util/Runnables.java index aa1e6053..6e8d932b 100644 --- a/src/main/java/com/samskivert/util/Runnables.java +++ b/src/main/java/com/samskivert/util/Runnables.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/SerialExecutor.java b/src/main/java/com/samskivert/util/SerialExecutor.java index 9c775c53..14b36f85 100644 --- a/src/main/java/com/samskivert/util/SerialExecutor.java +++ b/src/main/java/com/samskivert/util/SerialExecutor.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ServiceUnavailableException.java b/src/main/java/com/samskivert/util/ServiceUnavailableException.java index 6af462f8..3579163d 100644 --- a/src/main/java/com/samskivert/util/ServiceUnavailableException.java +++ b/src/main/java/com/samskivert/util/ServiceUnavailableException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ServiceWaiter.java b/src/main/java/com/samskivert/util/ServiceWaiter.java index 394eb371..fd185489 100644 --- a/src/main/java/com/samskivert/util/ServiceWaiter.java +++ b/src/main/java/com/samskivert/util/ServiceWaiter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ShortestPath.java b/src/main/java/com/samskivert/util/ShortestPath.java index cfffc5d6..e3ac7aab 100644 --- a/src/main/java/com/samskivert/util/ShortestPath.java +++ b/src/main/java/com/samskivert/util/ShortestPath.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/SignalUtil.java b/src/main/java/com/samskivert/util/SignalUtil.java index 6d15f25f..d1e5f084 100644 --- a/src/main/java/com/samskivert/util/SignalUtil.java +++ b/src/main/java/com/samskivert/util/SignalUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/SoftCache.java b/src/main/java/com/samskivert/util/SoftCache.java index 786facce..48b3afde 100644 --- a/src/main/java/com/samskivert/util/SoftCache.java +++ b/src/main/java/com/samskivert/util/SoftCache.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/SortableArrayList.java b/src/main/java/com/samskivert/util/SortableArrayList.java index 0572d67c..f96c850b 100644 --- a/src/main/java/com/samskivert/util/SortableArrayList.java +++ b/src/main/java/com/samskivert/util/SortableArrayList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/StringUtil.java b/src/main/java/com/samskivert/util/StringUtil.java index 88188694..88385983 100644 --- a/src/main/java/com/samskivert/util/StringUtil.java +++ b/src/main/java/com/samskivert/util/StringUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/SystemInfo.java b/src/main/java/com/samskivert/util/SystemInfo.java index 9757600e..227ac29a 100644 --- a/src/main/java/com/samskivert/util/SystemInfo.java +++ b/src/main/java/com/samskivert/util/SystemInfo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/TermUtil.java b/src/main/java/com/samskivert/util/TermUtil.java index 063a60e5..f25ffc2f 100644 --- a/src/main/java/com/samskivert/util/TermUtil.java +++ b/src/main/java/com/samskivert/util/TermUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/TerseLogFormatter.java b/src/main/java/com/samskivert/util/TerseLogFormatter.java index 9f0e61e2..a8ea0d3d 100644 --- a/src/main/java/com/samskivert/util/TerseLogFormatter.java +++ b/src/main/java/com/samskivert/util/TerseLogFormatter.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/Throttle.java b/src/main/java/com/samskivert/util/Throttle.java index 99de7632..7c564985 100644 --- a/src/main/java/com/samskivert/util/Throttle.java +++ b/src/main/java/com/samskivert/util/Throttle.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/Triple.java b/src/main/java/com/samskivert/util/Triple.java index 4999b098..621a038f 100644 --- a/src/main/java/com/samskivert/util/Triple.java +++ b/src/main/java/com/samskivert/util/Triple.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/util/Tuple.java b/src/main/java/com/samskivert/util/Tuple.java index f944e1d7..f3a906fb 100644 --- a/src/main/java/com/samskivert/util/Tuple.java +++ b/src/main/java/com/samskivert/util/Tuple.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/ValueMarshaller.java b/src/main/java/com/samskivert/util/ValueMarshaller.java index bb189dcc..33ba396b 100644 --- a/src/main/java/com/samskivert/util/ValueMarshaller.java +++ b/src/main/java/com/samskivert/util/ValueMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/util/WeakObserverList.java b/src/main/java/com/samskivert/util/WeakObserverList.java index 9b8e3c24..27acc310 100644 --- a/src/main/java/com/samskivert/util/WeakObserverList.java +++ b/src/main/java/com/samskivert/util/WeakObserverList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/Application.java b/src/main/java/com/samskivert/velocity/Application.java index ba5ab566..78832498 100644 --- a/src/main/java/com/samskivert/velocity/Application.java +++ b/src/main/java/com/samskivert/velocity/Application.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java b/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java index 3bacf738..7d30665b 100644 --- a/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java +++ b/src/main/java/com/samskivert/velocity/ClasspathResourceLoader.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/main/java/com/samskivert/velocity/CurrencyTool.java b/src/main/java/com/samskivert/velocity/CurrencyTool.java index 2e994088..a14930ba 100644 --- a/src/main/java/com/samskivert/velocity/CurrencyTool.java +++ b/src/main/java/com/samskivert/velocity/CurrencyTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/DataTool.java b/src/main/java/com/samskivert/velocity/DataTool.java index 82d6def4..9dd356b4 100644 --- a/src/main/java/com/samskivert/velocity/DataTool.java +++ b/src/main/java/com/samskivert/velocity/DataTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/DispatcherServlet.java b/src/main/java/com/samskivert/velocity/DispatcherServlet.java index 33060373..38609cbc 100644 --- a/src/main/java/com/samskivert/velocity/DispatcherServlet.java +++ b/src/main/java/com/samskivert/velocity/DispatcherServlet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/DummyLogic.java b/src/main/java/com/samskivert/velocity/DummyLogic.java index 6327bfb5..76278df4 100644 --- a/src/main/java/com/samskivert/velocity/DummyLogic.java +++ b/src/main/java/com/samskivert/velocity/DummyLogic.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/FormTool.java b/src/main/java/com/samskivert/velocity/FormTool.java index 020d6187..9dd6abe4 100644 --- a/src/main/java/com/samskivert/velocity/FormTool.java +++ b/src/main/java/com/samskivert/velocity/FormTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/I18nTool.java b/src/main/java/com/samskivert/velocity/I18nTool.java index 7db9bdae..e3348a67 100644 --- a/src/main/java/com/samskivert/velocity/I18nTool.java +++ b/src/main/java/com/samskivert/velocity/I18nTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/ImportDirective.java b/src/main/java/com/samskivert/velocity/ImportDirective.java index 979d162e..85b383fd 100644 --- a/src/main/java/com/samskivert/velocity/ImportDirective.java +++ b/src/main/java/com/samskivert/velocity/ImportDirective.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/InvocationContext.java b/src/main/java/com/samskivert/velocity/InvocationContext.java index dded631a..2cc92778 100644 --- a/src/main/java/com/samskivert/velocity/InvocationContext.java +++ b/src/main/java/com/samskivert/velocity/InvocationContext.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/Logic.java b/src/main/java/com/samskivert/velocity/Logic.java index 69bcffbb..4c6af14b 100644 --- a/src/main/java/com/samskivert/velocity/Logic.java +++ b/src/main/java/com/samskivert/velocity/Logic.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/ServletContextLogger.java b/src/main/java/com/samskivert/velocity/ServletContextLogger.java index 59c266ee..66b4421a 100644 --- a/src/main/java/com/samskivert/velocity/ServletContextLogger.java +++ b/src/main/java/com/samskivert/velocity/ServletContextLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java b/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java index 6a3018b5..ae4a393e 100644 --- a/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java +++ b/src/main/java/com/samskivert/velocity/ServletContextResourceLoader.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java b/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java index 5fa321f7..9c07ba59 100644 --- a/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java +++ b/src/main/java/com/samskivert/velocity/ServletContextResourceManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java b/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java index 8448d0bf..22d4000a 100644 --- a/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java +++ b/src/main/java/com/samskivert/velocity/SiteJarResourceLoader.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/SiteKey.java b/src/main/java/com/samskivert/velocity/SiteKey.java index 8fed027f..2916aeab 100644 --- a/src/main/java/com/samskivert/velocity/SiteKey.java +++ b/src/main/java/com/samskivert/velocity/SiteKey.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/SiteResourceManager.java b/src/main/java/com/samskivert/velocity/SiteResourceManager.java index 47716375..c8ab7f31 100644 --- a/src/main/java/com/samskivert/velocity/SiteResourceManager.java +++ b/src/main/java/com/samskivert/velocity/SiteResourceManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/StringTool.java b/src/main/java/com/samskivert/velocity/StringTool.java index 787bee8b..27ca20df 100644 --- a/src/main/java/com/samskivert/velocity/StringTool.java +++ b/src/main/java/com/samskivert/velocity/StringTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/velocity/VelocityUtil.java b/src/main/java/com/samskivert/velocity/VelocityUtil.java index 94333c70..f71fee9c 100644 --- a/src/main/java/com/samskivert/velocity/VelocityUtil.java +++ b/src/main/java/com/samskivert/velocity/VelocityUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java b/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java index f56c20af..1b3a2c1b 100644 --- a/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java +++ b/src/main/java/com/samskivert/xml/CallMethodSpecialRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/CheckVersionRule.java b/src/main/java/com/samskivert/xml/CheckVersionRule.java index f77c59f4..1cfd356d 100644 --- a/src/main/java/com/samskivert/xml/CheckVersionRule.java +++ b/src/main/java/com/samskivert/xml/CheckVersionRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/SetFieldRule.java b/src/main/java/com/samskivert/xml/SetFieldRule.java index 9a4da2f3..686b528c 100644 --- a/src/main/java/com/samskivert/xml/SetFieldRule.java +++ b/src/main/java/com/samskivert/xml/SetFieldRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/SetNextFieldRule.java b/src/main/java/com/samskivert/xml/SetNextFieldRule.java index 54660943..cb0c5694 100644 --- a/src/main/java/com/samskivert/xml/SetNextFieldRule.java +++ b/src/main/java/com/samskivert/xml/SetNextFieldRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java b/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java index e2b97e11..6507ede5 100644 --- a/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java +++ b/src/main/java/com/samskivert/xml/SetPropertyFieldsRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/SimpleParser.java b/src/main/java/com/samskivert/xml/SimpleParser.java index d4333cbb..4260d327 100644 --- a/src/main/java/com/samskivert/xml/SimpleParser.java +++ b/src/main/java/com/samskivert/xml/SimpleParser.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java b/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java index 0f71f853..acb085ad 100644 --- a/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java +++ b/src/main/java/com/samskivert/xml/ValidatedSetNextRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/main/java/com/samskivert/xml/XMLUtil.java b/src/main/java/com/samskivert/xml/XMLUtil.java index 22257cfe..de93d31b 100644 --- a/src/main/java/com/samskivert/xml/XMLUtil.java +++ b/src/main/java/com/samskivert/xml/XMLUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/io/StreamUtilTest.java b/src/test/java/com/samskivert/io/StreamUtilTest.java index 1ae8e245..cc17f86b 100644 --- a/src/test/java/com/samskivert/io/StreamUtilTest.java +++ b/src/test/java/com/samskivert/io/StreamUtilTest.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java b/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java index 00a6cdd9..e02242e5 100644 --- a/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java +++ b/src/test/java/com/samskivert/jdbc/HsqldbLiaisonTest.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java b/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java index e61afd90..ab8da81f 100644 --- a/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java +++ b/src/test/java/com/samskivert/servlet/SiteResourceLoaderTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/swing/AdjustTestApp.java b/src/test/java/com/samskivert/swing/AdjustTestApp.java index 2d14e4ad..ae1f4a71 100644 --- a/src/test/java/com/samskivert/swing/AdjustTestApp.java +++ b/src/test/java/com/samskivert/swing/AdjustTestApp.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/swing/LabelDemo.java b/src/test/java/com/samskivert/swing/LabelDemo.java index fe464ebb..6a2f9616 100644 --- a/src/test/java/com/samskivert/swing/LabelDemo.java +++ b/src/test/java/com/samskivert/swing/LabelDemo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/swing/ProximityTrackerTest.java b/src/test/java/com/samskivert/swing/ProximityTrackerTest.java index ee0fa878..cfeb39c8 100644 --- a/src/test/java/com/samskivert/swing/ProximityTrackerTest.java +++ b/src/test/java/com/samskivert/swing/ProximityTrackerTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/swing/TestComboButtonBox.java b/src/test/java/com/samskivert/swing/TestComboButtonBox.java index 2b4c6650..8b738d91 100644 --- a/src/test/java/com/samskivert/swing/TestComboButtonBox.java +++ b/src/test/java/com/samskivert/swing/TestComboButtonBox.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/ArrayIntSetTest.java b/src/test/java/com/samskivert/util/ArrayIntSetTest.java index 772eb7be..93f80c8d 100644 --- a/src/test/java/com/samskivert/util/ArrayIntSetTest.java +++ b/src/test/java/com/samskivert/util/ArrayIntSetTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/ArrayUtilTest.java b/src/test/java/com/samskivert/util/ArrayUtilTest.java index 11341e7e..04f06ff6 100644 --- a/src/test/java/com/samskivert/util/ArrayUtilTest.java +++ b/src/test/java/com/samskivert/util/ArrayUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/CheapIntMapTest.java b/src/test/java/com/samskivert/util/CheapIntMapTest.java index 32cbe242..0162f8cf 100644 --- a/src/test/java/com/samskivert/util/CheapIntMapTest.java +++ b/src/test/java/com/samskivert/util/CheapIntMapTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/CollectionUtilTest.java b/src/test/java/com/samskivert/util/CollectionUtilTest.java index 7203576e..161e5441 100644 --- a/src/test/java/com/samskivert/util/CollectionUtilTest.java +++ b/src/test/java/com/samskivert/util/CollectionUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/ConfigTest.java b/src/test/java/com/samskivert/util/ConfigTest.java index 0205f14b..9db37ee3 100644 --- a/src/test/java/com/samskivert/util/ConfigTest.java +++ b/src/test/java/com/samskivert/util/ConfigTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/ConfigUtilTest.java b/src/test/java/com/samskivert/util/ConfigUtilTest.java index f97f1b93..74453938 100644 --- a/src/test/java/com/samskivert/util/ConfigUtilTest.java +++ b/src/test/java/com/samskivert/util/ConfigUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/FoldsTest.java b/src/test/java/com/samskivert/util/FoldsTest.java index a1115b30..4e0a3547 100644 --- a/src/test/java/com/samskivert/util/FoldsTest.java +++ b/src/test/java/com/samskivert/util/FoldsTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/HashIntMapTest.java b/src/test/java/com/samskivert/util/HashIntMapTest.java index da450557..631e0bc3 100644 --- a/src/test/java/com/samskivert/util/HashIntMapTest.java +++ b/src/test/java/com/samskivert/util/HashIntMapTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/HashIntSetTest.java b/src/test/java/com/samskivert/util/HashIntSetTest.java index 06d05a88..1756fe15 100644 --- a/src/test/java/com/samskivert/util/HashIntSetTest.java +++ b/src/test/java/com/samskivert/util/HashIntSetTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/IntListUtilTest.java b/src/test/java/com/samskivert/util/IntListUtilTest.java index b07f5814..933c763d 100644 --- a/src/test/java/com/samskivert/util/IntListUtilTest.java +++ b/src/test/java/com/samskivert/util/IntListUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/IntSetTestBase.java b/src/test/java/com/samskivert/util/IntSetTestBase.java index dd080d08..fb9d54b5 100644 --- a/src/test/java/com/samskivert/util/IntSetTestBase.java +++ b/src/test/java/com/samskivert/util/IntSetTestBase.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/LRUHashMapTest.java b/src/test/java/com/samskivert/util/LRUHashMapTest.java index 002ab41a..899a1803 100644 --- a/src/test/java/com/samskivert/util/LRUHashMapTest.java +++ b/src/test/java/com/samskivert/util/LRUHashMapTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/ObserverListTest.java b/src/test/java/com/samskivert/util/ObserverListTest.java index 3821d419..39efed00 100644 --- a/src/test/java/com/samskivert/util/ObserverListTest.java +++ b/src/test/java/com/samskivert/util/ObserverListTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/QuickSortTest.java b/src/test/java/com/samskivert/util/QuickSortTest.java index 4b23ac66..9610db62 100644 --- a/src/test/java/com/samskivert/util/QuickSortTest.java +++ b/src/test/java/com/samskivert/util/QuickSortTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/RunnablesTest.java b/src/test/java/com/samskivert/util/RunnablesTest.java index be91d45f..e199a541 100644 --- a/src/test/java/com/samskivert/util/RunnablesTest.java +++ b/src/test/java/com/samskivert/util/RunnablesTest.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/test/java/com/samskivert/util/SerialExecutorTest.java b/src/test/java/com/samskivert/util/SerialExecutorTest.java index 9b1d53fe..decaf2b9 100644 --- a/src/test/java/com/samskivert/util/SerialExecutorTest.java +++ b/src/test/java/com/samskivert/util/SerialExecutorTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/StringUtilTest.java b/src/test/java/com/samskivert/util/StringUtilTest.java index 1bef46f6..7ee95b5a 100644 --- a/src/test/java/com/samskivert/util/StringUtilTest.java +++ b/src/test/java/com/samskivert/util/StringUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/SystemInfoDemo.java b/src/test/java/com/samskivert/util/SystemInfoDemo.java index eced81a7..ddbfab58 100644 --- a/src/test/java/com/samskivert/util/SystemInfoDemo.java +++ b/src/test/java/com/samskivert/util/SystemInfoDemo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/util/ThrottleTest.java b/src/test/java/com/samskivert/util/ThrottleTest.java index 6ecce3ff..020edb76 100644 --- a/src/test/java/com/samskivert/util/ThrottleTest.java +++ b/src/test/java/com/samskivert/util/ThrottleTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/test/java/com/samskivert/velocity/VelocityTest.java b/src/test/java/com/samskivert/velocity/VelocityTest.java index 5250c320..f149d66b 100644 --- a/src/test/java/com/samskivert/velocity/VelocityTest.java +++ b/src/test/java/com/samskivert/velocity/VelocityTest.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. -// +// Copyright (C) 2001-2011 Michael Bayne, et al. +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/test/java/com/samskivert/xml/SetFieldRuleTest.java b/src/test/java/com/samskivert/xml/SetFieldRuleTest.java index feb8f854..dae06e95 100644 --- a/src/test/java/com/samskivert/xml/SetFieldRuleTest.java +++ b/src/test/java/com/samskivert/xml/SetFieldRuleTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne, et al. +// Copyright (C) 2001-2011 Michael Bayne, et al. // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published