aboutsummaryrefslogtreecommitdiff
path: root/src/observable.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/observable.ts')
-rw-r--r--src/observable.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/observable.ts b/src/observable.ts
index 5185c9f..a9e23e8 100644
--- a/src/observable.ts
+++ b/src/observable.ts
@@ -1,7 +1,7 @@
/*
This file is part of jshelper (https://codeberg.org/metamuffin/jshelper)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
export class OVar<T> {
private _value: T