From 9345f3584a195c1c8c8e177763af03efac90f676 Mon Sep 17 00:00:00 2001 From: Ludovic Autin Date: Sun, 12 Apr 2026 22:46:06 -0700 Subject: [PATCH] Update slice marking file headers --- src/mol-repr/volume/_spec/slice.spec.ts | 2 +- src/mol-repr/volume/slice.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mol-repr/volume/_spec/slice.spec.ts b/src/mol-repr/volume/_spec/slice.spec.ts index 5b8856ac0..d7818db91 100644 --- a/src/mol-repr/volume/_spec/slice.spec.ts +++ b/src/mol-repr/volume/_spec/slice.spec.ts @@ -1,7 +1,7 @@ /** * Copyright (c) 2026 mol* contributors, licensed under MIT, See LICENSE file for more info. * - * @author OpenAI + * @author Ludovic Autin */ import { OrderedSet, Interval } from '../../../mol-data/int'; diff --git a/src/mol-repr/volume/slice.ts b/src/mol-repr/volume/slice.ts index c00b38226..dc9475775 100644 --- a/src/mol-repr/volume/slice.ts +++ b/src/mol-repr/volume/slice.ts @@ -2,6 +2,7 @@ * Copyright (c) 2020-2026 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose + * @author Ludovic Autin */ import { ParamDefinition as PD } from '../../mol-util/param-definition';