From fe922f7f9a79d1d39de65ddd80ad38030cfcff3e Mon Sep 17 00:00:00 2001 From: Dmitry Kurinskiy Date: Tue, 6 Feb 2018 17:59:07 +0300 Subject: [PATCH] Co fail (#31) * init branch * CoFail cases compiles * co-fail submodule --- .../scala/fluence.crypto/SignatureSpec.scala | 17 +++++++++++++++++ .../fluence/crypto/CryptoSearchingSpec.scala | 17 +++++++++++++++++ .../scala/fluence/crypto/NoOpCryptSpec.scala | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/src/test/scala/fluence.crypto/SignatureSpec.scala b/src/test/scala/fluence.crypto/SignatureSpec.scala index 6c18ecf..79c8872 100644 --- a/src/test/scala/fluence.crypto/SignatureSpec.scala +++ b/src/test/scala/fluence.crypto/SignatureSpec.scala @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2017 Fluence Labs Limited + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package fluence.crypto import java.io.File diff --git a/src/test/scala/fluence/crypto/CryptoSearchingSpec.scala b/src/test/scala/fluence/crypto/CryptoSearchingSpec.scala index 14769af..7719271 100644 --- a/src/test/scala/fluence/crypto/CryptoSearchingSpec.scala +++ b/src/test/scala/fluence/crypto/CryptoSearchingSpec.scala @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2017 Fluence Labs Limited + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package fluence.crypto import fluence.crypto.cipher.NoOpCrypt diff --git a/src/test/scala/fluence/crypto/NoOpCryptSpec.scala b/src/test/scala/fluence/crypto/NoOpCryptSpec.scala index 03a1ea5..9065ab6 100644 --- a/src/test/scala/fluence/crypto/NoOpCryptSpec.scala +++ b/src/test/scala/fluence/crypto/NoOpCryptSpec.scala @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2017 Fluence Labs Limited + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package fluence.crypto import fluence.crypto.cipher.NoOpCrypt