Skip to content

Commit 300d67e

Browse files
committed
coptyright
1 parent dacf799 commit 300d67e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lib/utils/cache/cache.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2022-2024, Optimizely
2+
* Copyright 2022-2025, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,8 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
17-
import { Maybe } from '../../utils/type';
1816
import { OpType, OpValue } from '../../utils/type';
1917

2018
export interface OpCache<OP extends OpType, V> {

lib/utils/cache/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2022-2024, Optimizely
2+
* Copyright 2025, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)