Переглянути джерело

Issue #2: LICENSE updates and license headers added

cycle20 2 роки тому
батько
коміт
56d4d0c5f5

+ 9 - 0
src/apps/tm-viewer/LICENSE

@@ -1,3 +1,12 @@
+Copyright (C) 2022, Protein Bioinformatics Research Group, RCNS
+
+Authors:
+
+* Gabor Tusnady (tusnady.gabor at ttk.hu)
+* Csongor Gerdan (gerdan.csongor at ttk.hu)
+
+=======================================================================
+
 Attribution-NonCommercial 4.0 International
 
 =======================================================================

+ 1 - 1
src/apps/tm-viewer/index.html

@@ -4,7 +4,7 @@
         <meta charset="utf-8" />
         <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
         <link rel="icon" href="./favicon.ico" type="image/x-icon">
-        <title>Mol* Viewer</title>
+        <title>TmMol* Viewer</title>
         <style>
             * {
                 margin: 0;

+ 5 - 3
src/apps/tm-viewer/index.ts

@@ -1,8 +1,10 @@
 /**
- * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
+ * Copyright (C) 2022, Protein Bioinformatics Research Group, RCNS
  *
- * @author David Sehnal <david.sehnal@gmail.com>
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
+ * 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 { TMDETMembraneOrientation } from '../../extensions/tmdet/behavior';

+ 9 - 0
src/extensions/tmdet/LICENSE

@@ -1,3 +1,12 @@
+Copyright (C) 2022, Protein Bioinformatics Research Group, RCNS
+
+Authors:
+
+* Gabor Tusnady (tusnady.gabor at ttk.hu)
+* Csongor Gerdan (gerdan.csongor at ttk.hu)
+
+=======================================================================
+
 Attribution-NonCommercial 4.0 International
 
 =======================================================================

+ 5 - 3
src/extensions/tmdet/algorithm.ts

@@ -1,8 +1,10 @@
 /**
- * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
+ * Copyright (C) 2022, Protein Bioinformatics Research Group, RCNS
  *
- * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org>
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
+ * 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 { Vec3 } from '../../mol-math/linear-algebra';

+ 5 - 3
src/extensions/tmdet/behavior.ts

@@ -1,8 +1,10 @@
 /**
- * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
+ * Copyright (C) 2022, Protein Bioinformatics Research Group, RCNS
  *
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org>
+ * 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 '../../mol-util/param-definition';

+ 9 - 0
src/extensions/tmdet/camera.ts

@@ -1,3 +1,12 @@
+/**
+ * Copyright (C) 2022, 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 { PluginUIContext } from '../../mol-plugin-ui/context';
 import { Quat, Vec3 } from '../../mol-math/linear-algebra';
 import { PluginCommands } from '../../mol-plugin/commands';

+ 9 - 0
src/extensions/tmdet/debug-utils.ts

@@ -1,3 +1,12 @@
+/**
+ * Copyright (C) 2022, 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 { mmCIF_Database } from "../../mol-io/reader/cif/schema/mmcif";
 import { Mat4, Vec3 } from "../../mol-math/linear-algebra";
 import { MmcifFormat } from "../../mol-model-formats/structure/mmcif";

+ 9 - 0
src/extensions/tmdet/labeling.ts

@@ -1,3 +1,12 @@
+/**
+ * Copyright (C) 2022, 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 { Loci } from '../../mol-model/loci';
 import { StructureElement } from '../../mol-model/structure';
 import { LociLabel, LociLabelProvider } from '../../mol-plugin-state/manager/loci-label';

+ 5 - 3
src/extensions/tmdet/prop.ts

@@ -1,8 +1,10 @@
 /**
- * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
+ * Copyright (C) 2022, Protein Bioinformatics Research Group, RCNS
  *
- * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org>
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
+ * 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 '../../mol-util/param-definition';

+ 5 - 3
src/extensions/tmdet/representation.ts

@@ -1,8 +1,10 @@
 /**
- * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
+ * Copyright (C) 2022, Protein Bioinformatics Research Group, RCNS
  *
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org>
+ * 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 '../../mol-util/param-definition';

+ 8 - 0
src/extensions/tmdet/symmetry.ts

@@ -1,3 +1,11 @@
+/**
+ * Copyright (C) 2022, 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 { MmcifFormat } from '../../mol-model-formats/structure/mmcif';
 import { Column, Table } from '../../mol-data/db';

+ 9 - 0
src/extensions/tmdet/tmdet-color-theme.ts

@@ -1,3 +1,12 @@
+/**
+ * Copyright (C) 2022, 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 { StructureElement, Unit } from '../../mol-model/structure';
 import { ColorTheme } from '../../mol-theme/color';
 import { ThemeDataContext } from '../../mol-theme/theme';

+ 9 - 0
src/extensions/tmdet/transformation.ts

@@ -1,3 +1,12 @@
+/**
+ * Copyright (C) 2022, 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 { MolScriptBuilder as MS } from '../../mol-script/language/builder';
 import { PluginUIContext } from '../../mol-plugin-ui/context';
 import { Mat4, Vec3 } from '../../mol-math/linear-algebra';

+ 9 - 0
src/extensions/tmdet/types.ts

@@ -1,3 +1,12 @@
+/**
+ * Copyright (C) 2022, 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 { PluginStateObject } from "../../mol-plugin-state/objects";
 import { StateObject, StateTransformer } from '../../mol-state';
 import { StateObjectSelector } from "../../mol-state/object";