From 8e349f47a59346ee92c6c95ec682cddca484f90e Mon Sep 17 00:00:00 2001 From: ptourlas <p.tourlas@acellera.com> Date: Wed, 12 Jan 2022 16:50:06 +0200 Subject: [PATCH] (author tags) --- src/mol-io/reader/_spec/sdf.spec.ts | 7 +++++++ src/mol-io/reader/mol/parser.ts | 2 +- src/mol-io/reader/sdf/parser-v3-util.ts | 7 +++++++ src/mol-io/reader/sdf/parser.ts | 3 ++- src/mol-model-formats/structure/mol.ts | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/mol-io/reader/_spec/sdf.spec.ts b/src/mol-io/reader/_spec/sdf.spec.ts index d1a7bd9f1..00e9aa865 100644 --- a/src/mol-io/reader/_spec/sdf.spec.ts +++ b/src/mol-io/reader/_spec/sdf.spec.ts @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2020-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. + * + * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org> + * @author David Sehnal <david.sehnal@gmail.com> + * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com> + */ import { parseSdf } from '../sdf/parser'; diff --git a/src/mol-io/reader/mol/parser.ts b/src/mol-io/reader/mol/parser.ts index 62efcecf4..f0c3cefcc 100644 --- a/src/mol-io/reader/mol/parser.ts +++ b/src/mol-io/reader/mol/parser.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info. + * Copyright (c) 2020-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com> diff --git a/src/mol-io/reader/sdf/parser-v3-util.ts b/src/mol-io/reader/sdf/parser-v3-util.ts index 88b42759d..32573ac80 100644 --- a/src/mol-io/reader/sdf/parser-v3-util.ts +++ b/src/mol-io/reader/sdf/parser-v3-util.ts @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2021-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. + * + * @author Jason Pattle <jpattle@exscientia.co.uk> + * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com> + */ + import { Column } from '../../../mol-data/db'; import { MolFile } from '../mol/parser'; import { Tokenizer, TokenBuilder, Tokens } from '../common/text/tokenizer'; diff --git a/src/mol-io/reader/sdf/parser.ts b/src/mol-io/reader/sdf/parser.ts index 9c56cb927..d609a380d 100644 --- a/src/mol-io/reader/sdf/parser.ts +++ b/src/mol-io/reader/sdf/parser.ts @@ -1,8 +1,9 @@ /** - * Copyright (c) 2020-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. + * Copyright (c) 2020-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org> * @author Alexander Rose <alexander.rose@weirdbyte.de> + * @author Jason Pattle <jpattle@exscientia.co.uk> * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com> */ diff --git a/src/mol-model-formats/structure/mol.ts b/src/mol-model-formats/structure/mol.ts index 7652a9b96..9a873019d 100644 --- a/src/mol-model-formats/structure/mol.ts +++ b/src/mol-model-formats/structure/mol.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. + * Copyright (c) 2019-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> * @author Alexander Rose <alexander.rose@weirdbyte.de> -- GitLab