Skip to content

Commit

Permalink
Update copyright headers and year in copyright message (cvc5#11142)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz authored Aug 12, 2024
1 parent 3f3c9de commit a210be5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion contrib/get-authors
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#
# get-authors
# Copyright (c) 2009-2021 The cvc5 Project
# Copyright (c) 2009-2024 The cvc5 Project
#
# usage: get-authors [ files... ]
#
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This file is part of the cvc5 project.
#
# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
# Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
# in the top-level source directory and their institutional affiliations.
# All rights reserved. See the file COPYING in the top-level source
# directory for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This file is part of the cvc5 project.
#
# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
# Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
# in the top-level source directory and their institutional affiliations.
# All rights reserved. See the file COPYING in the top-level source
# directory for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This file is part of the cvc5 project.
#
# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
# Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
# in the top-level source directory and their institutional affiliations.
# All rights reserved. See the file COPYING in the top-level source
# directory for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This file is part of the cvc5 project.
#
# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
# Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
# in the top-level source directory and their institutional affiliations.
# All rights reserved. See the file COPYING in the top-level source
# directory for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion src/base/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ string Configuration::getVersionString() { return CVC5_FULL_VERSION; }

std::string Configuration::copyright() {
std::stringstream ss;
ss << "Copyright (c) 2009-2023 by the authors and their institutional\n"
ss << "Copyright (c) 2009-2024 by the authors and their institutional\n"
<< "affiliations listed at https://cvc5.github.io/people.html\n\n";

if (Configuration::licenseIsGpl()) {
Expand Down
2 changes: 1 addition & 1 deletion src/theory/conflict_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of the cvc5 project.
*
* Copyright (c) 2009-2023 by the authors listed in the file AUTHORS
* Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
* in the top-level source directory and their institutional affiliations.
* All rights reserved. See the file COPYING in the top-level source
* directory for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion src/theory/conflict_processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of the cvc5 project.
*
* Copyright (c) 2009-2023 by the authors listed in the file AUTHORS
* Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
* in the top-level source directory and their institutional affiliations.
* All rights reserved. See the file COPYING in the top-level source
* directory for licensing information.
Expand Down

0 comments on commit a210be5

Please sign in to comment.