Skip to content

Commit 4fb0456

Browse files
committed
update copyright
1 parent 3d567f0 commit 4fb0456

File tree

152 files changed

+1487
-1487
lines changed

Some content is hidden

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

152 files changed

+1487
-1487
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-2022, InterDigital Communications, Inc
1+
Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
/* Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
/* Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
/* Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, 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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, InterDigital Communications, Inc
22
# All rights reserved.
33

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

compressai/datasets/pointcloud/modelnet.py

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

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

compressai/datasets/pointcloud/s3dis.py

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

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

compressai/datasets/pointcloud/semantic_kitti.py

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

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

compressai/datasets/pointcloud/shapenet.py

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

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

compressai/datasets/pregenerated.py

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

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

compressai/datasets/rawvideo.py

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

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

compressai/datasets/stack.py

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

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

compressai/datasets/utils.py

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

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

compressai/datasets/video.py

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

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

compressai/datasets/vimeo90k.py

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

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

compressai/entropy_models/__init__.py

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

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

compressai/entropy_models/entropy_models.py

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

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

compressai/entropy_models/entropy_models_vbr.py

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

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

compressai/latent_codecs/__init__.py

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

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

compressai/latent_codecs/base.py

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

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

compressai/latent_codecs/channel_groups.py

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

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

compressai/latent_codecs/checkerboard.py

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

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

compressai/latent_codecs/entropy_bottleneck.py

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

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

compressai/latent_codecs/gain/__init__.py

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

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

compressai/latent_codecs/gain/hyper.py

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

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

compressai/latent_codecs/gain/hyperprior.py

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

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

compressai/latent_codecs/gaussian_conditional.py

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

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

compressai/latent_codecs/hyper.py

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

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

compressai/latent_codecs/hyperprior.py

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

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

compressai/latent_codecs/rasterscan.py

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

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

compressai/layers/__init__.py

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

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

compressai/layers/basic.py

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

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

compressai/layers/gdn.py

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

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

compressai/layers/layers.py

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

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

compressai/layers/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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, InterDigital Communications, Inc
22
# All rights reserved.
33

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

compressai/layers/pointcloud/hrtzxf2022.py

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

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

compressai/layers/pointcloud/pointnet.py

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

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

compressai/layers/pointcloud/pointnet2.py

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

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

compressai/layers/pointcloud/pointnet2_sfu.py

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

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

compressai/layers/pointcloud/utils.py

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

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

compressai/losses/__init__.py

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

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

compressai/losses/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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, InterDigital Communications, Inc
22
# All rights reserved.
33

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

compressai/losses/pointcloud/chamfer.py

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

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

compressai/losses/pointcloud/hrtzxf2022.py

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

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

compressai/losses/rate_distortion.py

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

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

compressai/losses/utils.py

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

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

compressai/models/__init__.py

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

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

compressai/models/base.py

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

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

compressai/models/google.py

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

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

compressai/models/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-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, InterDigital Communications, Inc
22
# All rights reserved.
33

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

compressai/models/pointcloud/hrtzxf2022.py

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

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

compressai/models/pointcloud/sfu_pointnet.py

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

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

compressai/models/pointcloud/sfu_pointnet2.py

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

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

compressai/models/priors.py

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

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

compressai/models/sensetime.py

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

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

compressai/models/utils.py

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

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

compressai/models/video/__init__.py

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

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

compressai/models/video/google.py

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

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

compressai/models/waseda.py

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

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

compressai/ops/__init__.py

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

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

compressai/ops/bound_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2022, InterDigital Communications, Inc
1+
# Copyright (c) 2021-2024, 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)