diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46c3b5d..1d6568b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - --remove - id: mixed-line-ending - repo: https://github.com/glotzerlab/fix-license-header - rev: 43eb3ff2d02cba5e572f86af5c15337823fb2c66 + rev: v0.2.0 hooks: - id: fix-license-header name: Fix license headers (Python) diff --git a/LICENSE b/LICENSE index c3e989a..080716c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 The Regents of the University of Michigan. +Copyright (c) 2022-2023 The Regents of the University of Michigan. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/shelve-action-runners.py b/shelve-action-runners.py index 4cb2eb5..58946f2 100644 --- a/shelve-action-runners.py +++ b/shelve-action-runners.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 The Regents of the University of Michigan. +# Copyright (c) 2022-2023 The Regents of the University of Michigan. # Part of the Glotzerlab jetstream2 administration scripts, released under the # BSD 3-Clause License. diff --git a/start/list-action-runners.py b/start/list-action-runners.py index 362ad99..9ffa2db 100644 --- a/start/list-action-runners.py +++ b/start/list-action-runners.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 The Regents of the University of Michigan. +# Copyright (c) 2022-2023 The Regents of the University of Michigan. # Part of the Glotzerlab jetstream2 administration scripts, released under the # BSD 3-Clause License. diff --git a/start/start-action-runners.py b/start/start-action-runners.py index 7081956..a4f9a8a 100644 --- a/start/start-action-runners.py +++ b/start/start-action-runners.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 The Regents of the University of Michigan. +# Copyright (c) 2022-2023 The Regents of the University of Michigan. # Part of the Glotzerlab jetstream2 administration scripts, released under the # BSD 3-Clause License.