Skip to content

Commit

Permalink
new copyright line phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-borderless committed Jan 6, 2025
1 parent 7d706f8 commit 8ba6add
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion functions/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2018-2025 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.

// This module is browser compatible.

/**
Expand Down
2 changes: 1 addition & 1 deletion functions/pipe.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2025 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.

// deno-lint-ignore-file no-explicit-any
type AnyFunc = (...arg: any) => any;
Expand Down
2 changes: 1 addition & 1 deletion functions/pipe_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2025 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.

import { assertEquals, assertThrows } from "@std/assert";
import { pipe } from "./pipe.ts";
Expand Down

0 comments on commit 8ba6add

Please sign in to comment.