/[Apache-SVN]
ViewVC logotype

Revision 224050


Jump to revision: Previous Next
Author: mpoeschl
Date: Fri Aug 22 11:57:20 2003 UTC (20 years, 8 months ago)
Changed paths: 165 (showing only 100; show all)
Log Message:
fix license in all src files


Changed paths

Path Details
Directoryjakarta/jcs/trunk/LICENSE.txt modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/JCS.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/CacheAccess.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/GroupCacheAccess.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/behavior/ICacheAccess.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/behavior/IGroupCacheAccess.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/CacheException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/InvalidArgumentException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/InvalidGroupException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/InvalidHandleException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/NotARetrievableObjectException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/NullObjectException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/ObjectExistsException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/exception/ObjectNotFoundException.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/monitor/MonitorAccess.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/access/monitor/MonitorXMLRPCServer.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/admin/servlet/JCSAdminServlet.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/AuxiliaryCache.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/AuxiliaryCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/AuxiliaryCacheFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/AuxiliaryCacheManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/behavior/IAuxiliaryCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/behavior/IAuxiliaryCacheFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/behavior/IAuxiliaryCacheManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/AbstractDiskCache.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/PurgatoryElement.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCache.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCacheFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/HSQLCacheManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/behavior/IHSQLCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/hsql/behavior/IHSQLCacheService.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDisk.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCacheFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCacheManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskDumper.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskElementDescriptor.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jisp/JISPCache.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jisp/JISPCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jisp/JISPCacheFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jisp/JISPCacheManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jisp/JISPKey.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jisp/behavior/IJISPCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jisp/behavior/IJISPCacheService.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCache.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheInfo.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheMonitor.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheNoWait.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheNoWaitFacade.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheRestore.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCacheWatchRepairable.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralElementDescriptor.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/ZombieLateralCacheService.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/ZombieLateralCacheWatch.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheListener.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheObserver.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheService.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPSender.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPService.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/utils/SocketOpener.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCache.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheFailoverRunner.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheInfo.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheListener.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheMonitor.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheNoWait.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheNoWaitFacade.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheRestore.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheWatchRepairable.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/RemoteUtils.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/ZombieRemoteCacheWatch.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheConstants.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheListener.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheObserver.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheService.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheServiceAdmin.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheClusterFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheClusterManager.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheClusterMonitor.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheClusterRestore.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheServerAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheServerFactory.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheServerInfo.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheServerListener.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/behavior/IRemoteCacheServerAttributes.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/config/OptionConverter.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/config/PropertySetter.java modified , text changed , props changed
Directoryjakarta/jcs/trunk/src/java/org/apache/jcs/config/PropertySetterException.java modified , text changed , props changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26