Skip to content

Commit

Permalink
Revert date changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed Jan 4, 2022
1 parent 5a15167 commit 48b0e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2022-present
# (C) Datadog, Inc. 2021-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def models(ctx, check, sync, verbose):
current_model_file_lines = read_file_lines(model_file_path)

if model_file in CUSTOM_FILES and (len(current_model_file_lines) + 1) > len(license_header_lines):
# validators.py is a custom file, it should only be rendered the first time
# validators.py and deprecations.py are custom files, they should only be rendered the first time
continue

expected_model_file_lines.extend(license_header_lines)
Expand Down
2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/config_models/deprecations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2022-present
# (C) Datadog, Inc. 2021-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

Expand Down

0 comments on commit 48b0e7f

Please sign in to comment.