diff --git a/rts/motoko-rts-tests/Cargo.toml b/rts/motoko-rts-tests/Cargo.toml index 56ed64e638a..7bfec1740a0 100644 --- a/rts/motoko-rts-tests/Cargo.toml +++ b/rts/motoko-rts-tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "motoko-rts-tests" version = "0.1.0" -authors = ["Ömer Sinan Ağacan "] +authors = ["dfinity "] +authors = ["dfinity "] edition = "2018" # For rlib use native/Cargo.toml diff --git a/rts/motoko-rts/native/Cargo.toml b/rts/motoko-rts/native/Cargo.toml index 347d956bbfb..a25a85d332f 100644 --- a/rts/motoko-rts/native/Cargo.toml +++ b/rts/motoko-rts/native/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "motoko-rts" version = "0.1.0" -authors = ["Ömer Sinan Ağacan "] +authors = ["dfinity "] edition = "2018" [lib] diff --git a/test/lsp-int/lsp-int.cabal b/test/lsp-int/lsp-int.cabal index 7aa4ac88b01..24de6c09e98 100644 --- a/test/lsp-int/lsp-int.cabal +++ b/test/lsp-int/lsp-int.cabal @@ -4,8 +4,8 @@ name: lsp-int version: 0 synopsis: Integration tests for the language server -- description: -author: Christoph Hegemann -maintainer: christoph@dfinity.org +author: dfinity +maintainer: sdk@dfinity.org -- copyright: category: Testing extra-source-files: CHANGELOG.md diff --git a/test/perf/qr.mo b/test/perf/qr.mo index 1b862c6a92d..3aedd3cc7e1 100644 --- a/test/perf/qr.mo +++ b/test/perf/qr.mo @@ -14,7 +14,6 @@ with the following changes: * Module : qr.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/alphanumeric.mo b/test/perf/qr/alphanumeric.mo index 34a814ec2e2..1d076169b4f 100644 --- a/test/perf/qr/alphanumeric.mo +++ b/test/perf/qr/alphanumeric.mo @@ -2,7 +2,6 @@ * Module : alphanumeric.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/block.mo b/test/perf/qr/block.mo index 910af57f8b3..14fda1c050e 100644 --- a/test/perf/qr/block.mo +++ b/test/perf/qr/block.mo @@ -2,7 +2,6 @@ * Module : block.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/common.mo b/test/perf/qr/common.mo index 0218712603d..30c7c60ee48 100644 --- a/test/perf/qr/common.mo +++ b/test/perf/qr/common.mo @@ -2,7 +2,6 @@ * Module : common.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : stable */ diff --git a/test/perf/qr/eight-bit.mo b/test/perf/qr/eight-bit.mo index f505fb1676a..2d1ad410731 100644 --- a/test/perf/qr/eight-bit.mo +++ b/test/perf/qr/eight-bit.mo @@ -2,7 +2,6 @@ * Module : eight-bit.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Experimental */ diff --git a/test/perf/qr/format.mo b/test/perf/qr/format.mo index 460fa7b9caf..4ebf5b533b2 100644 --- a/test/perf/qr/format.mo +++ b/test/perf/qr/format.mo @@ -2,7 +2,6 @@ * Module : format.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/galois.mo b/test/perf/qr/galois.mo index 13abd869f4a..d48eee13aae 100644 --- a/test/perf/qr/galois.mo +++ b/test/perf/qr/galois.mo @@ -2,7 +2,6 @@ * Module : galois.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/generic.mo b/test/perf/qr/generic.mo index 7718372035f..8cfbb894468 100644 --- a/test/perf/qr/generic.mo +++ b/test/perf/qr/generic.mo @@ -2,7 +2,6 @@ * Module : generic.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/kanji.mo b/test/perf/qr/kanji.mo index b99e77dd675..3d2da7713d8 100644 --- a/test/perf/qr/kanji.mo +++ b/test/perf/qr/kanji.mo @@ -2,7 +2,6 @@ * Module : kanji.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Experimental */ diff --git a/test/perf/qr/mask.mo b/test/perf/qr/mask.mo index 348b288b796..ecf7ee1036c 100644 --- a/test/perf/qr/mask.mo +++ b/test/perf/qr/mask.mo @@ -2,7 +2,6 @@ * Module : mask.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Experimental */ diff --git a/test/perf/qr/nat.mo b/test/perf/qr/nat.mo index ef566b45979..0f3d4f30411 100644 --- a/test/perf/qr/nat.mo +++ b/test/perf/qr/nat.mo @@ -2,7 +2,6 @@ * Module : nat.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/numeric.mo b/test/perf/qr/numeric.mo index f1fab963243..50444aa28a9 100644 --- a/test/perf/qr/numeric.mo +++ b/test/perf/qr/numeric.mo @@ -2,7 +2,6 @@ * Module : numeric.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Experimental */ diff --git a/test/perf/qr/symbol.mo b/test/perf/qr/symbol.mo index 61c64dc856a..ac62c3198b3 100644 --- a/test/perf/qr/symbol.mo +++ b/test/perf/qr/symbol.mo @@ -2,7 +2,6 @@ * Module : symbol.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : stable */ diff --git a/test/perf/qr/util.mo b/test/perf/qr/util.mo index eb26384cff2..9818549becf 100644 --- a/test/perf/qr/util.mo +++ b/test/perf/qr/util.mo @@ -2,7 +2,6 @@ * Module : util.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/perf/qr/version.mo b/test/perf/qr/version.mo index 5c5022f39b8..3a213cebba5 100644 --- a/test/perf/qr/version.mo +++ b/test/perf/qr/version.mo @@ -2,7 +2,6 @@ * Module : version.mo * Copyright : 2020 DFINITY Stiftung * License : Apache 2.0 with LLVM Exception - * Maintainer : Enzo Haussecker * Stability : Stable */ diff --git a/test/random/qc-motoko.cabal b/test/random/qc-motoko.cabal index c62a90c74b5..458ba9ce320 100644 --- a/test/random/qc-motoko.cabal +++ b/test/random/qc-motoko.cabal @@ -4,8 +4,8 @@ name: qc-motoko version: 1 synopsis: generate randomised tests for Motoko -- description: -author: Gabor Greif -maintainer: gabor@dfinity.org +author: dfinity +maintainer: sdk@dfinity.org -- copyright: category: Testing extra-source-files: CHANGELOG.md