Skip to content

Commit 1b08425

Browse files
author
Flax Authors
committed
Merge pull request #4148 from google:fix-headers
PiperOrigin-RevId: 668041445
2 parents a0622b0 + 4be609d commit 1b08425

File tree

17 files changed

+17
-19
lines changed

17 files changed

+17
-19
lines changed

flax/nnx/nnx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/ids.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@
2525
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2626
# See the License for the specific language governing permissions and
2727
# limitations under the License.
28-
2928
"""UUIDs for Flax internals."""
3029

3130
import threading

flax/nnx/nnx/nn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/nn/linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/nn/lora.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/proxy_caller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/rnglib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/training/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/training/optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/transforms/compilation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/transforms/deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/transforms/general.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@
2525
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2626
# See the License for the specific language governing permissions and
2727
# limitations under the License.
28-
2928
import functools
3029
import typing as tp
3130

flax/nnx/nnx/transforms/iteration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/nnx/transforms/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

flax/nnx/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Copyright 2023 The Flax Authors.
15+
# Copyright 2024 The Flax Authors.
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)