Skip to content
Snippets Groups Projects
Commit 41fbe0d2 authored by Yana Rose's avatar Yana Rose
Browse files

update headers of modified files

parent 1231666b
No related branches found
No related tags found
No related merge requests found
/**
* Copyright (c) 2019-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Yana Rose <yana.v.rose@gmail.com>
*/
export type PdbHeaderData = { export type PdbHeaderData = {
id_code?: string, id_code?: string,
dep_date?: string, dep_date?: string,
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* *
* @author David Sehnal <david.sehnal@gmail.com> * @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de> * @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Yana Rose <yana.v.rose@gmail.com>
*/ */
import { substringStartsWith } from '../../../mol-util/string'; import { substringStartsWith } from '../../../mol-util/string';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment