Browse Source

update headers of modified files

Yana Rose 1 year ago
parent
commit
41fbe0d2b7

+ 5 - 0
src/mol-model-formats/structure/pdb/header.ts

@@ -1,3 +1,8 @@
+/**
+ * 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 = {
     id_code?: string,
     dep_date?: string,

+ 1 - 0
src/mol-model-formats/structure/pdb/to-cif.ts

@@ -3,6 +3,7 @@
  *
  * @author David Sehnal <david.sehnal@gmail.com>
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
+ * @author Yana Rose <yana.v.rose@gmail.com>
  */
 
 import { substringStartsWith } from '../../../mol-util/string';