#1047 remove module infos
This commit is contained in:
abstract-document/src/main/java/com/iluwatar/abstractdocument
abstract-factory/src/main/java/com/iluwatar/abstractfactory
acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor
business-delegate/src/main/java/com/iluwatar/business/delegate
callback/src/main/java/com/iluwatar/callback
chain/src/main/java/com/iluwatar/chain
collection-pipeline/src/main/java/com/iluwatar/collectionpipeline
command/src/main/java/com/iluwatar/command
composite/src/main/java/com/iluwatar/composite
converter/src/main/java/com/iluwatar/converter
dao/src/main/java/com/iluwatar/dao
data-mapper/src/main/java/com/iluwatar/datamapper
data-transfer-object/src/main/java/com/iluwatar/datatransfer
decorator/src/main/java/com/iluwatar/decorator
delegation/src/main/java/com/iluwatar/delegation
dirty-flag/src/main/java/com/iluwatar/dirtyflag
double-checked-locking/src/main/java/com/iluwatar/doublechecked/locking
double-dispatch/src/main/java/com/iluwatar/doubledispatch
eip-message-channel/src/main/java/com/iluwatar/eip/message/channel
eip-publish-subscribe/src/main/java/com/iluwatar/eip/publish/subscribe
event-aggregator/src/main/java/com/iluwatar/event/aggregator
event-asynchronous/src/main/java/com/iluwatar/event/asynchronous
execute-around/src/main/java/com/iluwatar/execute/around
facade/src/main/java/com/iluwatar/facade
factory-kit/src/main/java/com/iluwatar/factorykit
factory-method/src/main/java/com/iluwatar/factory/method
feature-toggle/src/main/java/com/iluwatar/featuretoggle
@@ -1,26 +0,0 @@
|
||||
/*
|
||||
* 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:
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
module com.iluwatar.abstractdocument {
|
||||
requires org.slf4j;
|
||||
}
|
Reference in New Issue
Block a user