Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Copyright to 2024 #14960

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/compare_bytecode_reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -euo pipefail
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
#------------------------------------------------------------------------------

no_cli_platforms=(
Expand Down
2 changes: 1 addition & 1 deletion .circleci/parallel_bytecode_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -euo pipefail
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
#------------------------------------------------------------------------------

(( $# == 4 )) || { >&2 echo "Wrong number of arguments."; exit 1; }
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def setup(sphinx):

# General information about the project.
project = 'Solidity'
project_copyright = '2016-2023, The Solidity Authors'
project_copyright = '2016-2024, The Solidity Authors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion scripts/externalTests/runners/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
# ------------------------------------------------------------------------------

import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/externalTests/runners/foundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
# ------------------------------------------------------------------------------

import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/externalTests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
# ------------------------------------------------------------------------------

import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/list_contributors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
#------------------------------------------------------------------------------

set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion test/externalTests/prb-math.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
# ------------------------------------------------------------------------------

import sys
Expand Down
2 changes: 1 addition & 1 deletion test/external_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with solidity. If not, see <http://www.gnu.org/licenses/>
#
# (c) 2023 solidity contributors.
# (c) 2024 solidity contributors.
# ------------------------------------------------------------------------------

from argparse import ArgumentParser, Namespace
Expand Down