diff options
author | Jakub Jelinek <jakub@redhat.com> | 2021-01-04 10:26:59 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2021-01-04 10:26:59 +0100 |
commit | 99dee82307f1e163e150c9c810452979994047ce (patch) | |
tree | 4f935e06cc2e81cb69c09eab061c9dcf8dbbbfd4 /gcc/analyzer | |
parent | c00e2af3639eda2dccffb55049b3d79389fbe90a (diff) | |
download | gcc-99dee82307f1e163e150c9c810452979994047ce.zip gcc-99dee82307f1e163e150c9c810452979994047ce.tar.gz gcc-99dee82307f1e163e150c9c810452979994047ce.tar.bz2 |
Update copyright years.
Diffstat (limited to 'gcc/analyzer')
59 files changed, 59 insertions, 59 deletions
diff --git a/gcc/analyzer/analysis-plan.cc b/gcc/analyzer/analysis-plan.cc index 7e48f52..7dfc48e 100644 --- a/gcc/analyzer/analysis-plan.cc +++ b/gcc/analyzer/analysis-plan.cc @@ -1,5 +1,5 @@ /* A class to encapsulate decisions about how the analysis should happen. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analysis-plan.h b/gcc/analyzer/analysis-plan.h index 79030ba..1d10b77 100644 --- a/gcc/analyzer/analysis-plan.h +++ b/gcc/analyzer/analysis-plan.h @@ -1,5 +1,5 @@ /* A class to encapsulate decisions about how the analysis should happen. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer-logging.cc b/gcc/analyzer/analyzer-logging.cc index 583840a..2973190 100644 --- a/gcc/analyzer/analyzer-logging.cc +++ b/gcc/analyzer/analyzer-logging.cc @@ -1,5 +1,5 @@ /* Hierarchical log messages for the analyzer. - Copyright (C) 2014-2020 Free Software Foundation, Inc. + Copyright (C) 2014-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer-logging.h b/gcc/analyzer/analyzer-logging.h index 0c0b8d7..88b5f0a 100644 --- a/gcc/analyzer/analyzer-logging.h +++ b/gcc/analyzer/analyzer-logging.h @@ -1,5 +1,5 @@ /* Hierarchical log messages for the analyzer. - Copyright (C) 2014-2020 Free Software Foundation, Inc. + Copyright (C) 2014-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer-pass.cc b/gcc/analyzer/analyzer-pass.cc index 333f87b..2fa0ce2 100644 --- a/gcc/analyzer/analyzer-pass.cc +++ b/gcc/analyzer/analyzer-pass.cc @@ -1,5 +1,5 @@ /* Integration of the analyzer with GCC's pass manager. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer-selftests.cc b/gcc/analyzer/analyzer-selftests.cc index aa2fd30..efffe5b 100644 --- a/gcc/analyzer/analyzer-selftests.cc +++ b/gcc/analyzer/analyzer-selftests.cc @@ -1,5 +1,5 @@ /* Selftest support for the analyzer. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer-selftests.h b/gcc/analyzer/analyzer-selftests.h index af40d36..43fbcea 100644 --- a/gcc/analyzer/analyzer-selftests.h +++ b/gcc/analyzer/analyzer-selftests.h @@ -1,5 +1,5 @@ /* Selftests for the analyzer. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer.cc b/gcc/analyzer/analyzer.cc index c792dc3..df8d881 100644 --- a/gcc/analyzer/analyzer.cc +++ b/gcc/analyzer/analyzer.cc @@ -1,5 +1,5 @@ /* Utility functions for the analyzer. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer.h b/gcc/analyzer/analyzer.h index cd46bfc..f603802 100644 --- a/gcc/analyzer/analyzer.h +++ b/gcc/analyzer/analyzer.h @@ -1,5 +1,5 @@ /* Utility functions for the analyzer. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/analyzer.opt b/gcc/analyzer/analyzer.opt index bbf9e42..089d71e 100644 --- a/gcc/analyzer/analyzer.opt +++ b/gcc/analyzer/analyzer.opt @@ -1,6 +1,6 @@ ; analyzer.opt -- Options for the analyzer. -; Copyright (C) 2019-2020 Free Software Foundation, Inc. +; Copyright (C) 2019-2021 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/analyzer/bar-chart.cc b/gcc/analyzer/bar-chart.cc index d0e30b6..45bb7a5 100644 --- a/gcc/analyzer/bar-chart.cc +++ b/gcc/analyzer/bar-chart.cc @@ -1,5 +1,5 @@ /* Support for plotting bar charts in dumps. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/bar-chart.h b/gcc/analyzer/bar-chart.h index 07e93c5..4591bb7 100644 --- a/gcc/analyzer/bar-chart.h +++ b/gcc/analyzer/bar-chart.h @@ -1,5 +1,5 @@ /* Support for plotting bar charts in dumps. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/call-string.cc b/gcc/analyzer/call-string.cc index 8dfd157..224b2e2 100644 --- a/gcc/analyzer/call-string.cc +++ b/gcc/analyzer/call-string.cc @@ -1,5 +1,5 @@ /* Call stacks at program points. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/call-string.h b/gcc/analyzer/call-string.h index 5a03c59..7721571 100644 --- a/gcc/analyzer/call-string.h +++ b/gcc/analyzer/call-string.h @@ -1,5 +1,5 @@ /* Call stacks at program points. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/checker-path.cc b/gcc/analyzer/checker-path.cc index 062730c..9417b86 100644 --- a/gcc/analyzer/checker-path.cc +++ b/gcc/analyzer/checker-path.cc @@ -1,5 +1,5 @@ /* Subclasses of diagnostic_path and diagnostic_event for analyzer diagnostics. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/checker-path.h b/gcc/analyzer/checker-path.h index 79553ba..078e9e6 100644 --- a/gcc/analyzer/checker-path.h +++ b/gcc/analyzer/checker-path.h @@ -1,5 +1,5 @@ /* Subclasses of diagnostic_path and diagnostic_event for analyzer diagnostics. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/complexity.cc b/gcc/analyzer/complexity.cc index 221f3a6..ece4272 100644 --- a/gcc/analyzer/complexity.cc +++ b/gcc/analyzer/complexity.cc @@ -1,5 +1,5 @@ /* Measuring the complexity of svalues/regions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/complexity.h b/gcc/analyzer/complexity.h index e15967f..459987e 100644 --- a/gcc/analyzer/complexity.h +++ b/gcc/analyzer/complexity.h @@ -1,5 +1,5 @@ /* Measuring the complexity of svalues/regions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/constraint-manager.cc b/gcc/analyzer/constraint-manager.cc index 590bf32..2342108 100644 --- a/gcc/analyzer/constraint-manager.cc +++ b/gcc/analyzer/constraint-manager.cc @@ -1,5 +1,5 @@ /* Tracking equivalence classes and constraints at a point on an execution path. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/constraint-manager.h b/gcc/analyzer/constraint-manager.h index 1142b1f..3173610 100644 --- a/gcc/analyzer/constraint-manager.h +++ b/gcc/analyzer/constraint-manager.h @@ -1,5 +1,5 @@ /* Tracking equivalence classes and constraints at a point on an execution path. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/diagnostic-manager.cc b/gcc/analyzer/diagnostic-manager.cc index 9739ca6..3625e3f 100644 --- a/gcc/analyzer/diagnostic-manager.cc +++ b/gcc/analyzer/diagnostic-manager.cc @@ -1,5 +1,5 @@ /* Classes for saving, deduplicating, and emitting analyzer diagnostics. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/diagnostic-manager.h b/gcc/analyzer/diagnostic-manager.h index c32f0c4..17f6ed9 100644 --- a/gcc/analyzer/diagnostic-manager.h +++ b/gcc/analyzer/diagnostic-manager.h @@ -1,5 +1,5 @@ /* Classes for saving, deduplicating, and emitting analyzer diagnostics. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/engine.cc b/gcc/analyzer/engine.cc index d022b3a..3ea4524 100644 --- a/gcc/analyzer/engine.cc +++ b/gcc/analyzer/engine.cc @@ -1,5 +1,5 @@ /* The analysis "engine". - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/engine.h b/gcc/analyzer/engine.h index 24b51ec..8fe7aee 100644 --- a/gcc/analyzer/engine.h +++ b/gcc/analyzer/engine.h @@ -1,5 +1,5 @@ /* The analysis "engine". - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/exploded-graph.h b/gcc/analyzer/exploded-graph.h index b207b1d..84f8862 100644 --- a/gcc/analyzer/exploded-graph.h +++ b/gcc/analyzer/exploded-graph.h @@ -1,5 +1,5 @@ /* Classes for managing a directed graph of <point, state> pairs. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/function-set.cc b/gcc/analyzer/function-set.cc index 1b6b5d9..4e2a7a6 100644 --- a/gcc/analyzer/function-set.cc +++ b/gcc/analyzer/function-set.cc @@ -1,5 +1,5 @@ /* Sets of function names. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/function-set.h b/gcc/analyzer/function-set.h index f12ca72..e1f8981 100644 --- a/gcc/analyzer/function-set.h +++ b/gcc/analyzer/function-set.h @@ -1,5 +1,5 @@ /* Sets of function names. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/pending-diagnostic.cc b/gcc/analyzer/pending-diagnostic.cc index 502d177..adff251 100644 --- a/gcc/analyzer/pending-diagnostic.cc +++ b/gcc/analyzer/pending-diagnostic.cc @@ -1,5 +1,5 @@ /* Classes for analyzer diagnostics. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/pending-diagnostic.h b/gcc/analyzer/pending-diagnostic.h index 0cec27a..79dc83e 100644 --- a/gcc/analyzer/pending-diagnostic.h +++ b/gcc/analyzer/pending-diagnostic.h @@ -1,5 +1,5 @@ /* Classes for analyzer diagnostics. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/program-point.cc b/gcc/analyzer/program-point.cc index d8fde60..d8cfc61 100644 --- a/gcc/analyzer/program-point.cc +++ b/gcc/analyzer/program-point.cc @@ -1,5 +1,5 @@ /* Classes for representing locations within the program. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/program-point.h b/gcc/analyzer/program-point.h index 2d1c3ab..5f86745 100644 --- a/gcc/analyzer/program-point.h +++ b/gcc/analyzer/program-point.h @@ -1,5 +1,5 @@ /* Classes for representing locations within the program. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/program-state.cc b/gcc/analyzer/program-state.cc index 5c59c09..60fed56 100644 --- a/gcc/analyzer/program-state.cc +++ b/gcc/analyzer/program-state.cc @@ -1,5 +1,5 @@ /* Classes for representing the state of interest at a given path of analysis. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/program-state.h b/gcc/analyzer/program-state.h index 1532210..d72945d 100644 --- a/gcc/analyzer/program-state.h +++ b/gcc/analyzer/program-state.h @@ -1,5 +1,5 @@ /* Classes for representing the state of interest at a given path of analysis. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/reachability.h b/gcc/analyzer/reachability.h index 445cc7d..aff812f 100644 --- a/gcc/analyzer/reachability.h +++ b/gcc/analyzer/reachability.h @@ -1,5 +1,5 @@ /* Digraph reachability. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region-model-impl-calls.cc b/gcc/analyzer/region-model-impl-calls.cc index ef84e63..1b81c74 100644 --- a/gcc/analyzer/region-model-impl-calls.cc +++ b/gcc/analyzer/region-model-impl-calls.cc @@ -1,5 +1,5 @@ /* Handling for the known behavior of various specific functions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region-model-manager.cc b/gcc/analyzer/region-model-manager.cc index f7fa33b..c864a8f 100644 --- a/gcc/analyzer/region-model-manager.cc +++ b/gcc/analyzer/region-model-manager.cc @@ -1,5 +1,5 @@ /* Consolidation of svalues and regions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region-model-reachability.cc b/gcc/analyzer/region-model-reachability.cc index 9fc70d2..daf7852 100644 --- a/gcc/analyzer/region-model-reachability.cc +++ b/gcc/analyzer/region-model-reachability.cc @@ -1,5 +1,5 @@ /* Finding reachable regions and values. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region-model-reachability.h b/gcc/analyzer/region-model-reachability.h index 4d30c1f..c6a21e9 100644 --- a/gcc/analyzer/region-model-reachability.h +++ b/gcc/analyzer/region-model-reachability.h @@ -1,5 +1,5 @@ /* Finding reachable regions and values. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region-model.cc b/gcc/analyzer/region-model.cc index 57c657b..81e1a48 100644 --- a/gcc/analyzer/region-model.cc +++ b/gcc/analyzer/region-model.cc @@ -1,5 +1,5 @@ /* Classes for modeling the state of memory. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region-model.h b/gcc/analyzer/region-model.h index 75f1512..0e303d0 100644 --- a/gcc/analyzer/region-model.h +++ b/gcc/analyzer/region-model.h @@ -1,5 +1,5 @@ /* Classes for modeling the state of memory. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region.cc b/gcc/analyzer/region.cc index cce366d..aefc389 100644 --- a/gcc/analyzer/region.cc +++ b/gcc/analyzer/region.cc @@ -1,5 +1,5 @@ /* Regions of memory. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/region.h b/gcc/analyzer/region.h index 8430650..ea24b38 100644 --- a/gcc/analyzer/region.h +++ b/gcc/analyzer/region.h @@ -1,5 +1,5 @@ /* Regions of memory. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm-file.cc b/gcc/analyzer/sm-file.cc index d201071..aaa7ab2 100644 --- a/gcc/analyzer/sm-file.cc +++ b/gcc/analyzer/sm-file.cc @@ -1,5 +1,5 @@ /* A state machine for detecting misuses of <stdio.h>'s FILE * API. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm-malloc.cc b/gcc/analyzer/sm-malloc.cc index 4c38738..e1fea02 100644 --- a/gcc/analyzer/sm-malloc.cc +++ b/gcc/analyzer/sm-malloc.cc @@ -1,5 +1,5 @@ /* A state machine for detecting misuses of the malloc/free API. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm-malloc.dot b/gcc/analyzer/sm-malloc.dot index 12e28d5..27a7c30 100644 --- a/gcc/analyzer/sm-malloc.dot +++ b/gcc/analyzer/sm-malloc.dot @@ -1,5 +1,5 @@ /* An overview of the state machine from sm-malloc.cc. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm-pattern-test.cc b/gcc/analyzer/sm-pattern-test.cc index c430476..43b8475 100644 --- a/gcc/analyzer/sm-pattern-test.cc +++ b/gcc/analyzer/sm-pattern-test.cc @@ -1,7 +1,7 @@ /* A state machine for use in DejaGnu tests, to check that pattern-matching works as expected. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm-sensitive.cc b/gcc/analyzer/sm-sensitive.cc index aec0a6a..95172f0 100644 --- a/gcc/analyzer/sm-sensitive.cc +++ b/gcc/analyzer/sm-sensitive.cc @@ -1,6 +1,6 @@ /* An experimental state machine, for tracking exposure of sensitive data (e.g. through logging). - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm-signal.cc b/gcc/analyzer/sm-signal.cc index 2e05de8..d7e7e7c 100644 --- a/gcc/analyzer/sm-signal.cc +++ b/gcc/analyzer/sm-signal.cc @@ -1,7 +1,7 @@ /* An experimental state machine, for tracking bad calls from within signal handlers. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm-taint.cc b/gcc/analyzer/sm-taint.cc index 37491d8..2b2792e 100644 --- a/gcc/analyzer/sm-taint.cc +++ b/gcc/analyzer/sm-taint.cc @@ -1,7 +1,7 @@ /* An experimental state machine, for tracking "taint": unsanitized uses of data potentially under an attacker's control. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm.cc b/gcc/analyzer/sm.cc index 3fe75ef..2d227dd 100644 --- a/gcc/analyzer/sm.cc +++ b/gcc/analyzer/sm.cc @@ -1,5 +1,5 @@ /* Modeling API uses and misuses via state machines. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/sm.h b/gcc/analyzer/sm.h index 46b93ff..8d4d030 100644 --- a/gcc/analyzer/sm.h +++ b/gcc/analyzer/sm.h @@ -1,5 +1,5 @@ /* Modeling API uses and misuses via state machines. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/state-purge.cc b/gcc/analyzer/state-purge.cc index 418d80c..70a09ed 100644 --- a/gcc/analyzer/state-purge.cc +++ b/gcc/analyzer/state-purge.cc @@ -1,5 +1,5 @@ /* Classes for purging state at function_points. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/state-purge.h b/gcc/analyzer/state-purge.h index 60464eb..879013d 100644 --- a/gcc/analyzer/state-purge.h +++ b/gcc/analyzer/state-purge.h @@ -1,5 +1,5 @@ /* Classes for purging state at function_points. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/store.cc b/gcc/analyzer/store.cc index 05dd47d..35a7e29 100644 --- a/gcc/analyzer/store.cc +++ b/gcc/analyzer/store.cc @@ -1,5 +1,5 @@ /* Classes for modeling the state of memory. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/store.h b/gcc/analyzer/store.h index 8054b34..2f97f4b 100644 --- a/gcc/analyzer/store.h +++ b/gcc/analyzer/store.h @@ -1,5 +1,5 @@ /* Classes for modeling the state of memory. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/supergraph.cc b/gcc/analyzer/supergraph.cc index 37f143c..419f642 100644 --- a/gcc/analyzer/supergraph.cc +++ b/gcc/analyzer/supergraph.cc @@ -1,5 +1,5 @@ /* "Supergraph" classes that combine CFGs and callgraph into one digraph. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/supergraph.h b/gcc/analyzer/supergraph.h index 40ae9ff..fc4a753 100644 --- a/gcc/analyzer/supergraph.h +++ b/gcc/analyzer/supergraph.h @@ -1,5 +1,5 @@ /* "Supergraph" classes that combine CFGs and callgraph into one digraph. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/svalue.cc b/gcc/analyzer/svalue.cc index e930452..b2d98cf 100644 --- a/gcc/analyzer/svalue.cc +++ b/gcc/analyzer/svalue.cc @@ -1,5 +1,5 @@ /* Symbolic values. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. diff --git a/gcc/analyzer/svalue.h b/gcc/analyzer/svalue.h index b519d26..336c0b6 100644 --- a/gcc/analyzer/svalue.h +++ b/gcc/analyzer/svalue.h @@ -1,5 +1,5 @@ /* Symbolic values. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@redhat.com>. This file is part of GCC. |