Update slice marking file headers

This commit is contained in:
Ludovic Autin
2026-04-12 22:46:06 -07:00
parent 4d058aa1a8
commit 9345f3584a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
/**
* Copyright (c) 2026 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author OpenAI
* @author Ludovic Autin <autin@scripps.edu>
*/
import { OrderedSet, Interval } from '../../../mol-data/int';

View File

@@ -2,6 +2,7 @@
* Copyright (c) 2020-2026 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Ludovic Autin <autin@scripps.edu>
*/
import { ParamDefinition as PD } from '../../mol-util/param-definition';