Skip to content

Commit a98f613

Browse files
committed
chore: update copyright year
1 parent d982240 commit a98f613

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

LICENSE

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

3-
Copyright (c) 2018-2024 the oak authors
3+
Copyright (c) 2018-2025 the oak authors
44

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

README.md

Lines changed: 1 addition & 1 deletion

application.test.ts

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

33
// deno-lint-ignore-file
44

application.ts

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

33
/**
44
* Contains the core concept of oak, the middleware application. Typical usage

body.ts

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

33
/**
44
* Contains the oak abstraction to represent a request {@linkcode Body}.

context.test.ts

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

33
// deno-lint-ignore-file
44

context.ts

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

33
/**
44
* Contains the {@linkcode Context} class which is the context that is provided

deps.ts

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

33
// This file contains the external dependencies that oak depends upon
44

deps_test.ts

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

33
export { assertEquals } from "jsr:@std/assert@^1.0/equals";
44
export { assertInstanceOf } from "jsr:@std/assert@^1.0/instance-of";

http_server_bun.test.ts

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

33
// deno-lint-ignore-file no-explicit-any
44

0 commit comments

Comments
 (0)