aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-24 18:12:23 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-24 18:12:23 +0100
commita1795c9d8c0c88caa65a340a786fe432ce95ee59 (patch)
tree97c5f38a1f167d0b859bf208f1bd8f1200fef969
parent95603bb2d1ff60dea7c9c9b70d2aec0768c7be21 (diff)
downloadjshelper-a1795c9d8c0c88caa65a340a786fe432ce95ee59.tar
jshelper-a1795c9d8c0c88caa65a340a786fe432ce95ee59.tar.bz2
jshelper-a1795c9d8c0c88caa65a340a786fe432ce95ee59.tar.zst
update year
-rw-r--r--COPYING2
-rw-r--r--mod.ts2
-rw-r--r--src/element.ts2
-rw-r--r--src/log.ts2
-rw-r--r--src/observable.ts2
-rw-r--r--src/show.ts2
6 files changed, 6 insertions, 6 deletions
diff --git a/COPYING b/COPYING
index 175ea88..84646df 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
jshelper - metamuffin's javascript helper functions
-Copyright (C) 2023 metamuffin
+Copyright (C) 2024 metamuffin
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
diff --git a/mod.ts b/mod.ts
index 0657b94..0dcf021 100644
--- a/mod.ts
+++ b/mod.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>
*/
import { e } from "./src/element.ts";
import { OVar } from "./src/observable.ts";
diff --git a/src/element.ts b/src/element.ts
index 37bf9ed..51bf42f 100644
--- a/src/element.ts
+++ b/src/element.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>
*/
import { OVar } from "./observable.ts";
diff --git a/src/log.ts b/src/log.ts
index 3916520..6f8c538 100644
--- a/src/log.ts
+++ b/src/log.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>
*/
import { e } from "./element.ts"
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
diff --git a/src/show.ts b/src/show.ts
index 08a4778..ed8eb3f 100644
--- a/src/show.ts
+++ b/src/show.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 function metric(x: number, unit = ""): string {