Update license headers

This commit is contained in:
Ilkka Seppälä
2019-10-12 20:05:54 +03:00
parent fcc1c0a27c
commit 9ebbc421dd
1421 changed files with 3147 additions and 2877 deletions
.sonarcloud.properties
abstract-document
abstract-factory
acyclic-visitor
adapter
aggregator-microservices
aggregator-service
information-microservice
pom.xml
src
main
test
java
com
iluwatar
information
inventory-microservice
pom.xml
src
main
test
java
com
iluwatar
inventory
pom.xml
ambassador
api-gateway
api-gateway-service
image-microservice
pom.xml
src
main
test
java
com
iluwatar
image
pom.xml
price-microservice
pom.xml
src
main
test
java
com
iluwatar
price
async-method-invocation
balking
bridge
builder
business-delegate
bytecode
caching
callback
chain
checkstyle-suppressions.xmlcheckstyle.xml
collection-pipeline
command
commander
composite
converter
cqrs
dao
data-bus
data-locality
data-mapper
data-transfer-object
pom.xml
src
main
test
java
com
iluwatar
decorator
delegation
dependency-injection
dirty-flag
pom.xml
src
main
java
resources
test
double-checked-locking
pom.xml
src
main
java
com
iluwatar
resources
test
java
com
iluwatar
doublechecked
double-dispatch
eip-aggregator
eip-message-channel
pom.xml
src
main
java
com
iluwatar
eip
message
channel
test
java
com
iluwatar
eip
message
eip-publish-subscribe
pom.xml
src
main
java
com
iluwatar
eip
publish
subscribe
resources
test
java
com
iluwatar
eip
publish
subscribe
eip-splitter
pom.xml
src
main
java
com
iluwatar
resources
test
java
com
iluwatar
resources
eip-wire-tap
pom.xml
src
main
java
com
iluwatar
resources
test
java
com
iluwatar
resources
event-aggregator
event-asynchronous
event-driven-architecture
event-queue
pom.xml
src
main
java
test
java
com
iluwatar
event
event-sourcing
execute-around
pom.xml
src
main
test
java
extension-objects
facade
factory-kit
factory-method
feature-toggle
pom.xml
src
main
test
java
com
iluwatar
fluentinterface
flux
flyweight
front-controller
guarded-suspension
pom.xml
src
main
java
com
iluwatar
guarded
test
java
com
iluwatar
guarded
half-sync-half-async
pom.xml
src
main
java
test
java
com
hexagonal
intercepting-filter
interpreter
iterator
layers
lazy-loading
leader-election
marker
master-worker-pattern
mediator
memento
pom.xml
src
main
test
java
com
model-view-controller
model-view-presenter
module
monad
pom.xml
src
main
test
java
monostate
pom.xml
src
main
test
java
multiton
mute-idiom
mutex
naked-objects
null-object
object-mother
pom.xml
src
main
test
java
com
iluwatar
object-pool
observer
page-object
partial-response
pipeline
poison-pill
pom.xml
priority-queue
private-class-data
producer-consumer
promise
property
pom.xml
src
main
test
java
prototype
proxy
queue-load-leveling
reactor
reader-writer-lock
repository
resource-acquisition-is-initialization
pom.xml
src
main
java
com
iluwatar
resource
test
java
com
iluwatar
resource
acquisition
retry
semaphore
servant
serverless
service-layer
service-locator
singleton
spatial-partition
specification
state
step-builder
strategy
template-method
thread-pool
throttling
tls
tolerant-reader
trampoline
pom.xml
src
main
java
test
java
com
iluwatar
twin
typeobjectpattern
unit-of-work
update-ghpages.sh
value-object
pom.xml
src
main
java
com
iluwatar
test
java
com
visitor

@ -1,18 +1,24 @@
/**
* The MIT License Copyright (c) 2014-2016 Ilkka Seppälä
* The MIT License
* Copyright © 2014-2019 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to the following conditions:
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
* Software.
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.iluwatar.event.asynchronous;