diff --git a/src/mol-script/transpile.ts b/src/mol-script/transpile.ts
index 8f185a1e1c44f400621c4b3ca30f2e6910a52d7e..86f9752f2ebf855333dfef3f710b7c2bd168ae79 100644
--- a/src/mol-script/transpile.ts
+++ b/src/mol-script/transpile.ts
@@ -1,9 +1,8 @@
 /**
  * Copyright (c) 2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
+ * 
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  *
- * @author Koya Sakuma
- */
-/**
  * Adapted from MolQL src/transpile.ts
  */
 
diff --git a/src/mol-script/transpilers/_spec/pymol.spec.ts b/src/mol-script/transpilers/_spec/pymol.spec.ts
index fecaab5024e8a3e201ebeafd7cb69f77824f48cf..24077684dc7505405c2e8b4a1d35ddd52ad82770 100644
--- a/src/mol-script/transpilers/_spec/pymol.spec.ts
+++ b/src/mol-script/transpilers/_spec/pymol.spec.ts
@@ -3,6 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  */
 
 import * as u from './utils';
diff --git a/src/mol-script/transpilers/_spec/utils.ts b/src/mol-script/transpilers/_spec/utils.ts
index 9f22b60aae862cb0fabf355a15bbe1bf2e16c9b9..fc2e45d57e8631c94cc3925c2847c5b4b8e2b65f 100644
--- a/src/mol-script/transpilers/_spec/utils.ts
+++ b/src/mol-script/transpilers/_spec/utils.ts
@@ -3,6 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panangiot_tourlov@hotmail.com>
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  */
 
 import { Transpiler } from '../transpiler';
diff --git a/src/mol-script/transpilers/_spec/vmd.spec.ts b/src/mol-script/transpilers/_spec/vmd.spec.ts
index 5107ab62ab58cb8877c8c6aa83c6007dd6409fcd..67717ee48604dbd05dcc69476af754dbd64ce62c 100644
--- a/src/mol-script/transpilers/_spec/vmd.spec.ts
+++ b/src/mol-script/transpilers/_spec/vmd.spec.ts
@@ -3,6 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  */
 
 import * as u from './utils';
diff --git a/src/mol-script/transpilers/helper.ts b/src/mol-script/transpilers/helper.ts
index 62039b92b8b47b028bb8bd81d3120b8ceec46282..cd2001ab6ebc0b6230ad9854f6e823f40860f6c1 100644
--- a/src/mol-script/transpilers/helper.ts
+++ b/src/mol-script/transpilers/helper.ts
@@ -3,7 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- * @author Koya Sakuma
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  */
 // import * as Q from 'parsimmon';
 import * as P from '../../mol-util/monadic-parser';
diff --git a/src/mol-script/transpilers/jmol/keywords.ts b/src/mol-script/transpilers/jmol/keywords.ts
index 186b149dbee2fed2c0018f56abac032eaed17d42..663b206578de30e0a426a0cb6f92aebc8550cd49 100644
--- a/src/mol-script/transpilers/jmol/keywords.ts
+++ b/src/mol-script/transpilers/jmol/keywords.ts
@@ -1,7 +1,7 @@
 /**
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>                                                                                      * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>                                                                                 *
- * @author Koya Sakuma                                                                                                                       * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>                                                                           
+ * Adapted from MolQL project
 **/
 
 
diff --git a/src/mol-script/transpilers/jmol/markdown-docs.ts b/src/mol-script/transpilers/jmol/markdown-docs.ts
index d1b0222500b23ba5ffb8edb0596f94621d1ac752..813fb82e71255db3e4f77c18a70df1c6a58b3809 100644
--- a/src/mol-script/transpilers/jmol/markdown-docs.ts
+++ b/src/mol-script/transpilers/jmol/markdown-docs.ts
@@ -1,10 +1,8 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- *
- * @author Koya Sakuma
- * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.                                             */
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
+ * Adapted from MolQL project
+*/
 
 import { properties } from './properties';
 import { operators } from './operators';
diff --git a/src/mol-script/transpilers/jmol/operators.ts b/src/mol-script/transpilers/jmol/operators.ts
index cf0777504b252b79713074d806b85f619bf74458..701eb9aa3ce8391828974dd97e7e1aaaab91f8cf 100644
--- a/src/mol-script/transpilers/jmol/operators.ts
+++ b/src/mol-script/transpilers/jmol/operators.ts
@@ -1,10 +1,7 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- *
- * @author Koya Sakuma
- * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.                                             \
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
+ * Adapted from MolQL project
  */
 
 
diff --git a/src/mol-script/transpilers/jmol/parser.ts b/src/mol-script/transpilers/jmol/parser.ts
index ca67b5265de14aedb69a9881ee028f4b5573d014..abdbcb016ea8322f376c9664765b4f4dcbb6b48e 100644
--- a/src/mol-script/transpilers/jmol/parser.ts
+++ b/src/mol-script/transpilers/jmol/parser.ts
@@ -1,10 +1,8 @@
 /**
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- *
- * @author Koya Sakuma
- * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.                                              **/
+ * @author Koya Sakuma < koya.sakuma.work@gmail.com>
+ * Adapted from MolQL project
+ **/
 
 
 import * as P from '../../../mol-util/monadic-parser';
diff --git a/src/mol-script/transpilers/jmol/properties.ts b/src/mol-script/transpilers/jmol/properties.ts
index e80f98646314c48c8b25b488b94ff2c89c416639..a0a86747368039174c9fa19ce35ac973287f42d1 100644
--- a/src/mol-script/transpilers/jmol/properties.ts
+++ b/src/mol-script/transpilers/jmol/properties.ts
@@ -1,10 +1,7 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- *
- * @author Koya Sakuma
- * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.                                             \
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
+ * Adapted from MolQL project
 */
 
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
diff --git a/src/mol-script/transpilers/jmol/symbols.ts b/src/mol-script/transpilers/jmol/symbols.ts
index 85617eadc2bfd5e1e31af113a89311f18d50860c..556ff5ad7fa79821e2359e3cb4aa6773d02d8d0f 100644
--- a/src/mol-script/transpilers/jmol/symbols.ts
+++ b/src/mol-script/transpilers/jmol/symbols.ts
@@ -1,10 +1,7 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- *
- * @author Koya Sakuma
- * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.                                             \
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
+ * Adapted from MolQL project
 */
 
 import { properties } from './properties';
diff --git a/src/mol-script/transpilers/rasmol/examples.ts b/src/mol-script/transpilers/rasmol/examples.ts
index 9958050862dbc192c7935f350606bf42e8eaddd6..514e8371cccba1c6938b83251eedda346f9ff990 100644
--- a/src/mol-script/transpilers/rasmol/examples.ts
+++ b/src/mol-script/transpilers/rasmol/examples.ts
@@ -3,7 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author David Sehnal <david.sehnal@gmail.com>
- * @author Koya Sakuma
+ * 
  */
 
 export const rasmolSelectionsExamples = [{
diff --git a/src/mol-script/transpilers/rasmol/keywords.ts b/src/mol-script/transpilers/rasmol/keywords.ts
index e0c79de31036f9d9c9a269e8563deb3a19839191..4e451290c7e2b6383147655df04e26c6b690c51e 100644
--- a/src/mol-script/transpilers/rasmol/keywords.ts
+++ b/src/mol-script/transpilers/rasmol/keywords.ts
@@ -1,7 +1,7 @@
 /**
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>                                                                                      * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>                                                                                 *
- * @author Koya Sakuma                                                                                                                       * This module was based on jmol transpiler from MolQL and modified in similar manner as pymol and vmd tranpilers.
+ *
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>                             
 **/
 
 
diff --git a/src/mol-script/transpilers/rasmol/macroproperties.ts b/src/mol-script/transpilers/rasmol/macroproperties.ts
index 5f70bce0e1157e5e77cea0d9cdfe66c4cbaeab4f..3090aa292e42f07aa2de0e011488836e5755a1c8 100644
--- a/src/mol-script/transpilers/rasmol/macroproperties.ts
+++ b/src/mol-script/transpilers/rasmol/macroproperties.ts
@@ -1,9 +1,7 @@
 /**
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
  *
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- * @author Koya Sakuma
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  */
 
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
diff --git a/src/mol-script/transpilers/rasmol/markdown-docs.ts b/src/mol-script/transpilers/rasmol/markdown-docs.ts
index 93e23c577ea0a78a1d3436a9eab45412dbff6dc7..ea4dc82038b8747a644cc338f420118b6c37d5a1 100644
--- a/src/mol-script/transpilers/rasmol/markdown-docs.ts
+++ b/src/mol-script/transpilers/rasmol/markdown-docs.ts
@@ -1,10 +1,8 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
  *
- * @author Koya Sakuma
- * This module is based on jmol transpiler from MolQL and modified in similar manner as pymol and vmd tranpilers.                                             */
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
+*/
 
 import { properties } from './properties';
 import { operators } from './operators';
@@ -12,7 +10,7 @@ import { keywords } from './keywords';
 
 
 const _docs: string[] = [
-    'Jmol',
+    'RasMol',
     '============',
     '--------------------------------',
     ''
diff --git a/src/mol-script/transpilers/rasmol/operators.ts b/src/mol-script/transpilers/rasmol/operators.ts
index 5aa727701d3765b4144a9ce2e238fb477fefe0c4..fb2880f2c9800bc0d247e3fd2f68d1e5124c2c5f 100644
--- a/src/mol-script/transpilers/rasmol/operators.ts
+++ b/src/mol-script/transpilers/rasmol/operators.ts
@@ -1,10 +1,7 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- *
- * @author Koya Sakuma
- * This module is based on jmol transpiler from MolQL and modified in similar manner as pymol and vmd tranpilers
+ * 
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  */
 
 
diff --git a/src/mol-script/transpilers/rasmol/parser.ts b/src/mol-script/transpilers/rasmol/parser.ts
index 194394d26729c0286e7fc3ea46a18dc3f12190e2..67006ee281d3a0de77aaf3e1dc192781e4e9f2ec 100644
--- a/src/mol-script/transpilers/rasmol/parser.ts
+++ b/src/mol-script/transpilers/rasmol/parser.ts
@@ -1,9 +1,7 @@
 /**
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- * @author Koya Sakuma
- * This module is based on jmol tranpiler from MolQL and modified in similar manner as pymol and vmd tranpilers.
+ *
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  **/
 
 
diff --git a/src/mol-script/transpilers/rasmol/properties.ts b/src/mol-script/transpilers/rasmol/properties.ts
index 71543e4ee912a739cc46cec48b17719014981904..afa5b7236f115c07fbd825f8dccbc69c8588f47a 100644
--- a/src/mol-script/transpilers/rasmol/properties.ts
+++ b/src/mol-script/transpilers/rasmol/properties.ts
@@ -1,10 +1,7 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
  *
- * @author Koya Sakuma
- * This module was taken from jmol transpiler from MolQL and modified in similar manner as pymol and vmd tranpilers.                                             \
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
 */
 
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
diff --git a/src/mol-script/transpilers/rasmol/symbols.ts b/src/mol-script/transpilers/rasmol/symbols.ts
index f298facbef04484a29550e194729bd4bee8ff395..a13dbb288049b2e6b40cb89b2763d4c3fb37b99d 100644
--- a/src/mol-script/transpilers/rasmol/symbols.ts
+++ b/src/mol-script/transpilers/rasmol/symbols.ts
@@ -1,10 +1,7 @@
 /*
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
- * @author Alexander Rose <alexander.rose@weirdbyte.de>
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
  *
- * @author Koya Sakuma
- * This module is based on jmol tranpiler from MolQL and modified in similar manner as pymol and vmd tranpilers.                                             \
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
 */
 
 import { properties } from './properties';
diff --git a/src/mol-script/transpilers/vmd/parser.ts b/src/mol-script/transpilers/vmd/parser.ts
index 7aa983f6ce36d4a31bd2e88271888086e77dd373..455d4c001ad13059a56bb447613b616de5ab6a6e 100644
--- a/src/mol-script/transpilers/vmd/parser.ts
+++ b/src/mol-script/transpilers/vmd/parser.ts
@@ -3,7 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
- * @author Koya Sakuma
+ * @author Koya Sakuma <koya.sakuma.work@gmail.com>
  */
 
 import * as P from '../../../mol-util/monadic-parser';