Skip to content

Commit 70463b2

Browse files
committed
update copyright year
1 parent d756b21 commit 70463b2

27 files changed

+27
-27
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright 2018-2024 the Deno authors
3+
Copyright 2018-2025 the Deno authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
#![deny(clippy::print_stderr)]
44
#![deny(clippy::print_stdout)]

src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use std::borrow::Cow;
44

src/shell/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use std::borrow::Cow;
44
use std::ffi::OsString;

src/shell/commands/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use std::ffi::OsStr;
44
use std::ffi::OsString;

src/shell/commands/cat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use anyhow::Result;
44
use futures::future::LocalBoxFuture;

src/shell/commands/cd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use std::ffi::OsStr;
44
use std::ffi::OsString;

src/shell/commands/cp_mv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use std::ffi::OsStr;
44
use std::ffi::OsString;

src/shell/commands/echo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use futures::future::LocalBoxFuture;
44

src/shell/commands/executable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 the Deno authors. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
22

33
use std::path::PathBuf;
44

0 commit comments

Comments
 (0)