Changeset 54eb3feb6589e8a4124695b188f2b94552b0de6a
- Timestamp:
- 12/17/09 22:38:26
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1261089506 +0000
- git-parent:
[ebebe4bf06f10ee391329b0818e050fd469abb9e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1261089506 +0000
- Message:
fixes #224
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf5e593b |
r54eb3fe |
|
| 100 | 100 | https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| 101 | 101 | %), |
|---|
| | 102 | 'Esper-GPL' => normalize(q%published under the terms of the GPL license%), |
|---|
| 102 | 103 | 'LGPL' => normalize(q% |
|---|
| 103 | 104 | This library is free software; you can redistribute it and/or |
|---|
| r5cffd17 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter; |
|---|
| 2 | 10 | |
|---|
| rcbf5c89 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.broker; |
|---|
| 2 | 10 | |
|---|
| rcbf5c89 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.broker; |
|---|
| 2 | 10 | |
|---|
| r4c3fb9b |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.broker; |
|---|
| 2 | 10 | |
|---|
| r7afb4e3 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.broker; |
|---|
| 2 | 10 | |
|---|
| r0335d9d |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.broker; |
|---|
| 2 | 10 | |
|---|
| r2b223ab |
r54eb3fe |
|
| 8 | 8 | * a copy of which has been included with this distribution in the license.txt file. * |
|---|
| 9 | 9 | **************************************************************************************/ |
|---|
| | 10 | |
|---|
| 10 | 11 | package com.omniti.reconnoiter.esper; |
|---|
| 11 | 12 | |
|---|
| rc75a210 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.esper; |
|---|
| 2 | 10 | |
|---|
| r57eb17f |
r54eb3fe |
|
| 8 | 8 | * a copy of which has been included with this distribution in the license.txt file. * |
|---|
| 9 | 9 | **************************************************************************************/ |
|---|
| | 10 | |
|---|
| 10 | 11 | package com.omniti.reconnoiter.esper; |
|---|
| 11 | 12 | |
|---|
| rc75a210 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.esper; |
|---|
| 2 | 10 | |
|---|
| r5640498 |
r54eb3fe |
|
| 8 | 8 | * a copy of which has been included with this distribution in the license.txt file. * |
|---|
| 9 | 9 | **************************************************************************************/ |
|---|
| | 10 | |
|---|
| 10 | 11 | package com.omniti.reconnoiter.esper; |
|---|
| 11 | 12 | |
|---|
| r5640498 |
r54eb3fe |
|
| 8 | 8 | * a copy of which has been included with this distribution in the license.txt file. * |
|---|
| 9 | 9 | **************************************************************************************/ |
|---|
| | 10 | |
|---|
| 10 | 11 | package com.omniti.reconnoiter.esper; |
|---|
| 11 | 12 | |
|---|
| r5640498 |
r54eb3fe |
|
| 8 | 8 | * a copy of which has been included with this distribution in the license.txt file. * |
|---|
| 9 | 9 | **************************************************************************************/ |
|---|
| | 10 | |
|---|
| 10 | 11 | package com.omniti.reconnoiter.esper; |
|---|
| 11 | 12 | |
|---|
| r5640498 |
r54eb3fe |
|
| 8 | 8 | * a copy of which has been included with this distribution in the license.txt file. * |
|---|
| 9 | 9 | **************************************************************************************/ |
|---|
| | 10 | |
|---|
| 10 | 11 | package com.omniti.reconnoiter.esper; |
|---|
| 11 | 12 | |
|---|
| r5640498 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.esper; |
|---|
| 2 | 10 | |
|---|
| r2b223ab |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.esper; |
|---|
| 2 | 10 | |
|---|
| r5cffd17 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.event; |
|---|
| 2 | 10 | |
|---|
| r5cffd17 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.event; |
|---|
| 2 | 10 | |
|---|
| r5cffd17 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.event; |
|---|
| 2 | 10 | |
|---|
| r5cffd17 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.event; |
|---|
| 2 | 10 | |
|---|
| r5cffd17 |
r54eb3fe |
|
| | 1 | /* |
|---|
| | 2 | * Copyright (c) 2009, OmniTI Computer Consulting, Inc. |
|---|
| | 3 | * All rights reserved. |
|---|
| | 4 | * The software in this package is published under the terms of the GPL license |
|---|
| | 5 | * a copy of which can be found at: |
|---|
| | 6 | * https://labs.omniti.com/reconnoiter/trunk/src/java/LICENSE |
|---|
| | 7 | */ |
|---|
| | 8 | |
|---|
| 1 | 9 | package com.omniti.reconnoiter.event; |
|---|
| 2 | 10 | |
|---|