Skip to content

Commit 70f1252

Browse files
updating copyright dates
Co-authored-by: Tharun Ganeshram <tharun.ganeshram@gmail.com>
1 parent 6b52be8 commit 70f1252

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dev/pinctrl-tegra234.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Pinctrl data for the NVIDIA Tegra234 pinmux
44
*
5-
* Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved.
5+
* Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
66
*/
77

88
#include <linux/mod_devicetable.h>

dev/update_pinmux_registers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2019-2025, NVIDIA CORPORATION. All rights reserved.
2+
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a
55
# copy of this software and associated documentation files (the "Software"),

lib/python/Jetson/GPIO/gpio_cdev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2023-2025, NVIDIA CORPORATION. All rights reserved.
22
# Permission is hereby granted, free of charge, to any person obtaining a
33
# copy of this software and associated documentation files (the "Software"),
44
# to deal in the Software without restriction, including without limitation

lib/python/Jetson/GPIO/gpio_pinmux_lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2019-2025, NVIDIA CORPORATION. All rights reserved.
2+
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a
55
# copy of this software and associated documentation files (the "Software"),

samples/test_gpio_pinmux_lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2019-2025, NVIDIA CORPORATION. All rights reserved.
3+
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
44
# Permission is hereby granted, free of charge, to any person obtaining a
55
# copy of this software and associated documentation files (the "Software"),
66
# to deal in the Software without restriction, including without limitation

0 commit comments

Comments
 (0)