Skip to content

Commit 43c281c

Browse files
committed
chore: add license header
1 parent f43a46a commit 43c281c

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

preconditions/if_match.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
2+
// This module is browser compatible.
3+
14
import {
25
ConditionalHeader,
36
filterKeys,

preconditions/if_modified_since.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
2+
// This module is browser compatible.
3+
14
import {
25
ConditionalHeader,
36
filterKeys,

preconditions/if_none_match.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
2+
// This module is browser compatible.
3+
14
import {
25
ConditionalHeader,
36
filterKeys,

preconditions/if_range.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
2+
// This module is browser compatible.
3+
14
import {
25
BytesRange,
36
ConditionalHeader,

preconditions/if_unmodified_since.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
2+
// This module is browser compatible.
3+
14
import {
25
ConditionalHeader,
36
filterKeys,

preconditions/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
2+
// This module is browser compatible.
3+
14
import {
25
ETag,
36
isString,

0 commit comments

Comments
 (0)