aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS.md
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-05-17 15:12:41 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-05-17 15:12:41 +0200
commit3aa22cc24f601cb70dcff7247af95ad9fa403de5 (patch)
treefbafdfdc530426204d977249ac8fc0b3217dc41e /AUTHORS.md
parentfdf5354eef3d2a75458cf646c00616ca39a4e56b (diff)
downloaddotty-3aa22cc24f601cb70dcff7247af95ad9fa403de5.tar.gz
dotty-3aa22cc24f601cb70dcff7247af95ad9fa403de5.tar.bz2
dotty-3aa22cc24f601cb70dcff7247af95ad9fa403de5.zip
Add attribution in AUTHORS.md
Diffstat (limited to 'AUTHORS.md')
-rw-r--r--AUTHORS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index 4e8bb3d30..4d54d2ee3 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -45,3 +45,10 @@ The majority of the dotty codebase is new code, with the exception of the compon
`dotty.tools.io`
> The I/O support library was adapted from current Scala compiler. Original authors were Paul Phillips and others.
+
+`dotty.test.DottyBytecodeTest`
+
+> Is an adaptation of the bytecode testing from
+> [scala/scala](https://github.com/scala/scala). It has been reworked to fit
+> the needs of dotty. Original authors include: Adrian Moors, Lukas Rytz,
+> Grzegorz Kossakowski, Paul Phillips