MessageBus/LICENSE

45 lines
1.3 KiB
Plaintext
Raw Normal View History

- Dorkbox MessageBus - Apache 2.0 License
https://github.com/dorkbox
Copyright 2015, dorkbox, llc
2015-06-29 01:46:30 +02:00
Copyright 2012, Benjamin Diedrichsen
2017-02-01 00:51:26 +01:00
Lightweight, extremely fast, and zero-gc message/event bus for Java 6+
2012-10-30 14:22:56 +01:00
2015-10-30 13:41:28 +01:00
- ASM - BSD 3-clause License
2015-06-29 01:46:30 +02:00
http://asm.ow2.org
Copyright 2012, France Télécom
Bytecode manipulation framework and utilities
2012-10-30 14:22:56 +01:00
- Disruptor - Apache 2.0 License
https://github.com/LMAX-Exchange/disruptor/
Copyright 2011, LMAX Ltd/
A High Performance Inter-Thread Messaging Library
2016-04-03 21:03:27 +02:00
- FastThreadLocal - BSD 3-clause License
https://github.com/LWJGL/lwjgl3/blob/5819c9123222f6ce51f208e022cb907091dd8023/modules/core/src/main/java/org/lwjgl/system/FastThreadLocal.java
Copyright 2012-2014, Lightweight Java Game Library Project
Riven
2016-05-31 02:21:42 +02:00
Optimized and Fast ThreadLocals
2016-04-03 21:03:27 +02:00
- Kryo - BSD 3-clause License
https://github.com/EsotericSoftware/kryo
Copyright 2008, Nathan Sweet
- MBassador - MIT License
https://github.com/bennidi/mbassador
Copyright 2012, Benjamin Diedrichsen
2015-06-29 01:46:30 +02:00
2015-10-30 13:41:28 +01:00
- ReflectASM - BSD 3-clause License
2015-06-29 01:46:30 +02:00
https://github.com/EsotericSoftware/reflectasm
Copyright 2008, Nathan Sweet
- SLF4J - MIT License
http://www.slf4j.org
Copyright 2004-2008, QOS.ch