فهرست منبع

Issue #820: added license comments

cycle20 1 سال پیش
والد
کامیت
af7061c297

+ 8 - 0
src/TmFv3DApp/TmTrajectoryHierarchyPreset.ts

@@ -3,6 +3,14 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  */
+/**
+ * Copyright (C) 2023, Protein Bioinformatics Research Group, RCNS
+ *
+ * Licensed under CC BY-NC 4.0, see LICENSE file for more info.
+ *
+ * @author Gabor Tusnady <tusnady.gabor@ttk.hu>
+ * @author Csongor Gerdan <gerdan.csongor@ttk.hu>
+ */
 
 import { ParamDefinition as PD } from 'molstar/lib/mol-util/param-definition';
 import { TrajectoryHierarchyPresetProvider } from 'molstar/lib/mol-plugin-state/builder/structure/hierarchy-preset';

+ 9 - 0
src/TmFv3DApp/UniTmpColor.ts

@@ -1,3 +1,12 @@
+/**
+ * Copyright (C) 2023, Protein Bioinformatics Research Group, RCNS
+ *
+ * Licensed under CC BY-NC 4.0, see LICENSE file for more info.
+ *
+ * @author Gabor Tusnady <tusnady.gabor@ttk.hu>
+ * @author Csongor Gerdan <gerdan.csongor@ttk.hu>
+ */
+
 enum SiteIndexes {
     Side1 = 0,
     Side2 = 1,

+ 8 - 0
src/TmFv3DApp/UniTmpHelper.ts

@@ -1,3 +1,11 @@
+/**
+ * Copyright (C) 2023, Protein Bioinformatics Research Group, RCNS
+ *
+ * Licensed under CC BY-NC 4.0, see LICENSE file for more info.
+ *
+ * @author Gabor Tusnady <tusnady.gabor@ttk.hu>
+ * @author Csongor Gerdan <gerdan.csongor@ttk.hu>
+ */
 import { RcsbFvDisplayTypes } from "@rcsb/rcsb-saguaro";
 
 import { getColorByLocation, getLabelByLocation } from "./UniTmpColor";

+ 8 - 0
src/TmFv3DApp/tmdet-viewer/TmViewer.ts

@@ -6,6 +6,14 @@
  * @author Yana Rose <yana.rose@rcsb.org>
  * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org>
  */
+/**
+ * Copyright (C) 2023, Protein Bioinformatics Research Group, RCNS
+ *
+ * Licensed under CC BY-NC 4.0, see LICENSE file for more info.
+ *
+ * @author Gabor Tusnady <tusnady.gabor@ttk.hu>
+ * @author Csongor Gerdan <gerdan.csongor@ttk.hu>
+ */
 
 import { Viewer, ViewerProps } from '@rcsb/rcsb-molstar/build/src/viewer';
 import { TmDetColorThemeProvider } from '../tmdet-extension/tmdet-color-theme';