diff --git a/LICENSE b/LICENSE index fdd11fc068..729655ea0c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The BSD 3-Clause License -Copyright © 2003 - 2020 Broad Institute, Inc. All rights reserved. +Copyright © 2003 - 2021 Broad Institute, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/cellprofiler/gui/dialog.py b/cellprofiler/gui/dialog.py index a1d9c30c04..10f4eed57b 100644 --- a/cellprofiler/gui/dialog.py +++ b/cellprofiler/gui/dialog.py @@ -10,7 +10,7 @@ def __init__(self): super(AboutDialogInfo, self).__init__() self.SetCopyright( - "Copyright © 2003 - 2020 Broad Institute, Inc.\nAll rights reserved." + "Copyright © 2003 - 2021 Broad Institute, Inc.\nAll rights reserved." ) self.SetName("CellProfiler") diff --git a/docs/source/conf.py b/docs/source/conf.py index fb26b611ab..97874c0adb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,7 +57,7 @@ # General information about the project. project = "CellProfiler" -copyright = "2003-2020, Broad Institute" +copyright = "2003-2021, Broad Institute" author = "Broad Institute" # The version info for the project you're documenting, acts as replacement for diff --git a/docs/source/modules/license.rst b/docs/source/modules/license.rst index 01fa944463..52fade4dec 100644 --- a/docs/source/modules/license.rst +++ b/docs/source/modules/license.rst @@ -1,7 +1,7 @@ License information ------------------- -Copyright © 2003 - 2020 Broad Institute, Inc. All rights reserved. +Copyright © 2003 - 2021 Broad Institute, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: