Skip to content

Commit d293ce1

Browse files
committed
chores: update license
1 parent 94da14a commit d293ce1

File tree

153 files changed

+153
-156
lines changed

Some content is hidden

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

153 files changed

+153
-156
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
Copyright (c) 2021-2025, InterDigital Communications, Inc
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

compressai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2025, InterDigital Communications, Inc
22
# All rights reserved.
33

44
# Redistribution and use in source and binary forms, with or without

compressai/cpp_exts/ops/ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
/* Copyright (c) 2021-2025, InterDigital Communications, Inc
22
* All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without

compressai/cpp_exts/rans/rans_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
/* Copyright (c) 2021-2025, InterDigital Communications, Inc
22
* All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without

compressai/cpp_exts/rans/rans_interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
/* Copyright (c) 2021-2025, InterDigital Communications, Inc
22
* All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without

compressai/datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2025, InterDigital Communications, Inc
22
# All rights reserved.
33

44
# Redistribution and use in source and binary forms, with or without

compressai/datasets/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2025, InterDigital Communications, Inc
22
# All rights reserved.
33

44
# Redistribution and use in source and binary forms, with or without

compressai/datasets/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2025, InterDigital Communications, Inc
22
# All rights reserved.
33

44
# Redistribution and use in source and binary forms, with or without

compressai/datasets/ndarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2025, InterDigital Communications, Inc
22
# All rights reserved.
33

44
# Redistribution and use in source and binary forms, with or without

compressai/datasets/pointcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2025, InterDigital Communications, Inc
22
# All rights reserved.
33

44
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)