diff options
Diffstat (limited to 'tools/release/helpers')
-rw-r--r-- | tools/release/helpers/cargo.ts | 2 | ||||
-rw-r--r-- | tools/release/helpers/crates_io.ts | 2 | ||||
-rw-r--r-- | tools/release/helpers/deno_workspace.ts | 2 | ||||
-rw-r--r-- | tools/release/helpers/helpers.ts | 2 | ||||
-rw-r--r-- | tools/release/helpers/mod.ts | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/release/helpers/cargo.ts b/tools/release/helpers/cargo.ts index 2f750779c..15dd0c5b6 100644 --- a/tools/release/helpers/cargo.ts +++ b/tools/release/helpers/cargo.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { runCommand } from "./helpers.ts"; diff --git a/tools/release/helpers/crates_io.ts b/tools/release/helpers/crates_io.ts index b26539964..af26f55af 100644 --- a/tools/release/helpers/crates_io.ts +++ b/tools/release/helpers/crates_io.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. export interface CratesIoMetadata { crate: { diff --git a/tools/release/helpers/deno_workspace.ts b/tools/release/helpers/deno_workspace.ts index d15209adc..6d7a03cb7 100644 --- a/tools/release/helpers/deno_workspace.ts +++ b/tools/release/helpers/deno_workspace.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import * as path from "https://deno.land/std@0.105.0/path/mod.ts"; import * as semver from "https://deno.land/x/semver@v1.4.0/mod.ts"; diff --git a/tools/release/helpers/helpers.ts b/tools/release/helpers/helpers.ts index adb6eb83e..454a66373 100644 --- a/tools/release/helpers/helpers.ts +++ b/tools/release/helpers/helpers.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import type { DenoWorkspaceCrate } from "./deno_workspace.ts"; diff --git a/tools/release/helpers/mod.ts b/tools/release/helpers/mod.ts index f9d23ac83..2cf00c352 100644 --- a/tools/release/helpers/mod.ts +++ b/tools/release/helpers/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. export * from "./cargo.ts"; export * from "./crates_io.ts"; |