Correct copyright holder.

rejectedsoftware e.K. doesn't exist anymore since mid-2019.
This commit is contained in:
Sönke Ludwig 2020-01-27 19:20:52 +01:00
parent 699f43c80c
commit 8e24c4a204
18 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@
to their values. It is searched for in the local directory, user's home
directory, or /etc/vibe/ (POSIX only), whichever is found first.
Copyright: © 2012-2016 RejectedSoftware e.K.
Copyright: © 2012-2016 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig, Vladimir Panteleev
*/

View file

@ -1,6 +1,6 @@
/** Implements a thread-safe, typed producer-consumer queue.
Copyright: © 2017-2019 RejectedSoftware e.K.
Copyright: © 2017-2019 Sönke Ludwig
Authors: Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
*/

View file

@ -4,7 +4,7 @@
This module is modeled after std.concurrency, but provides a fiber-aware alternative
to it. All blocking operations will yield the calling fiber instead of blocking it.
Copyright: © 2013-2014 RejectedSoftware e.K.
Copyright: © 2013-2014 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/

View file

@ -1,7 +1,7 @@
/**
Generic connection pool for reusing persistent connections across fibers.
Copyright: © 2012-2016 RejectedSoftware e.K.
Copyright: © 2012-2016 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/

View file

@ -1,7 +1,7 @@
/**
This module contains the core functionality of the vibe.d framework.
Copyright: © 2012-2019 RejectedSoftware e.K.
Copyright: © 2012-2019 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/

View file

@ -1,7 +1,7 @@
/**
File handling functions and types.
Copyright: © 2012-2019 RejectedSoftware e.K.
Copyright: © 2012-2019 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/

View file

@ -1,7 +1,7 @@
/**
Central logging facility for vibe.
Copyright: © 2012-2014 RejectedSoftware e.K.
Copyright: © 2012-2014 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/

View file

@ -1,7 +1,7 @@
/**
TCP/UDP connection and server handling.
Copyright: © 2012-2016 RejectedSoftware e.K.
Copyright: © 2012-2016 Sönke Ludwig
Authors: Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
*/

View file

@ -10,7 +10,7 @@
using the appropriate trait (e.g. `isInputStream`) instead of assuming the specific interface
type (e.g. `InputStream`).
Copyright: © 2012-2016 RejectedSoftware e.K.
Copyright: © 2012-2016 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/

View file

@ -1,7 +1,7 @@
/**
Contains interfaces and enums for evented I/O drivers.
Copyright: © 2012-2016 RejectedSoftware e.K.
Copyright: © 2012-2016 Sönke Ludwig
Authors: Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
*/

View file

@ -1,7 +1,7 @@
/**
Multi-threaded task pool implementation.
Copyright: © 2012-2017 RejectedSoftware e.K.
Copyright: © 2012-2017 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/