Skip to content

Commit d2c280e

Browse files
committed
chore: update the LICENSE copyright year
Deliberate maintenance bump to include the year of the current modifications; required by the add-license hook's new staleness check (hooks themselves never modify LICENSE files). TRI-1100
1 parent 19be292 commit d2c280e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
conventional-pr:
3939
permissions:
4040
pull-requests: write
41-
uses: triton-inference-server/.github/.github/workflows/conventional-pr.yml@v1.3.1
41+
uses: triton-inference-server/.github/.github/workflows/conventional-pr.yml@v1.4.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ repos:
8484
- id: trailing-whitespace
8585

8686
- repo: https://github.com/triton-inference-server/.github
87-
rev: v1.3.1
87+
rev: v1.4.0
8888
hooks:
8989
- id: add-license

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
Copyright 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)