diff --git a/CHANGES.rst b/CHANGES.rst index a3b5d38..392cac3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,16 @@ describe the future plans. release expected by TBA +2021.0.1 +************ + +released expected by 2022-11-30 + +Maintenance +----------- + +* Apply *EPICS Open License*. + 2021.0.0 ************ diff --git a/README.rst b/README.rst index 731143a..a9a8e11 100644 --- a/README.rst +++ b/README.rst @@ -13,8 +13,8 @@ script for automated startup in a cron task or at system startup. :author: Pete R. Jemian :email: jemian@anl.gov -:copyright: 2005-2022, UChicago Argonne, LLC -:license: ANL OPEN SOURCE LICENSE (see *LICENSE*) +:copyright: 2005-2022, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved. +:license: EPICS (see *LICENSE*) :docs: https://bcda-aps.github.io/pvWebMonitor/ :git: https://github.com/BCDA-APS/pvWebMonitor.git :PyPI: https://pypi.python.org/pypi/pvWebMonitor @@ -32,3 +32,4 @@ script for automated startup in a cron task or at system startup. :review: .. image:: https://app.codacy.com/project/badge/Grade/ee4a888d573247afb54c1f6f53d503bd :target: https://www.codacy.com/manual/BCDA-APS/pvWebMonitor/dashboard?utm_source=github.com&utm_medium=referral&utm_content=prjemian/pvWebMonitor&utm_campaign=Badge_Grade + diff --git a/docs/source/example/index.xsl b/docs/source/example/index.xsl index d916ac1..f45180c 100644 --- a/docs/source/example/index.xsl +++ b/docs/source/example/index.xsl @@ -1,6 +1,6 @@ diff --git a/docs/source/example/livedata.xsl b/docs/source/example/livedata.xsl index 15c37b5..a6d47b8 100644 --- a/docs/source/example/livedata.xsl +++ b/docs/source/example/livedata.xsl @@ -1,6 +1,6 @@ diff --git a/docs/source/example/pvlist.xsl b/docs/source/example/pvlist.xsl index fcdaaa1..a9b817a 100644 --- a/docs/source/example/pvlist.xsl +++ b/docs/source/example/pvlist.xsl @@ -1,6 +1,6 @@ diff --git a/docs/source/example/www/livedata.xsl b/docs/source/example/www/livedata.xsl index 15c37b5..a6d47b8 100644 --- a/docs/source/example/www/livedata.xsl +++ b/docs/source/example/www/livedata.xsl @@ -1,6 +1,6 @@ diff --git a/docs/source/example/www/pvlist.xsl b/docs/source/example/www/pvlist.xsl index fcdaaa1..a9b817a 100644 --- a/docs/source/example/www/pvlist.xsl +++ b/docs/source/example/www/pvlist.xsl @@ -1,6 +1,6 @@ diff --git a/src/pvWebMonitor/config_1_0_1.xsd b/src/pvWebMonitor/config_1_0_1.xsd index 0170e43..fea0b68 100644 --- a/src/pvWebMonitor/config_1_0_1.xsd +++ b/src/pvWebMonitor/config_1_0_1.xsd @@ -2,7 +2,7 @@ diff --git a/src/pvWebMonitor/dev_main.py b/src/pvWebMonitor/dev_main.py index 8cf09be..a7c70f6 100644 --- a/src/pvWebMonitor/dev_main.py +++ b/src/pvWebMonitor/dev_main.py @@ -4,7 +4,7 @@ pvWebMonitor.dev_main """ -# Copyright (c) 2005-2022, UChicago Argonne, LLC. +# Copyright (c) 2005-2022, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved. # See LICENSE file for details. diff --git a/src/pvWebMonitor/main.py b/src/pvWebMonitor/main.py index dd81725..bac0f79 100755 --- a/src/pvWebMonitor/main.py +++ b/src/pvWebMonitor/main.py @@ -35,7 +35,7 @@ """ -# Copyright (c) 2005-2022, UChicago Argonne, LLC. +# Copyright (c) 2005-2022, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved. # See LICENSE file for details. diff --git a/src/pvWebMonitor/project/index.xsl b/src/pvWebMonitor/project/index.xsl index d916ac1..f45180c 100644 --- a/src/pvWebMonitor/project/index.xsl +++ b/src/pvWebMonitor/project/index.xsl @@ -1,6 +1,6 @@ diff --git a/src/pvWebMonitor/project/livedata.xsl b/src/pvWebMonitor/project/livedata.xsl index 15c37b5..a6d47b8 100644 --- a/src/pvWebMonitor/project/livedata.xsl +++ b/src/pvWebMonitor/project/livedata.xsl @@ -1,6 +1,6 @@ diff --git a/src/pvWebMonitor/project/pvlist.xsl b/src/pvWebMonitor/project/pvlist.xsl index fcdaaa1..a9b817a 100644 --- a/src/pvWebMonitor/project/pvlist.xsl +++ b/src/pvWebMonitor/project/pvlist.xsl @@ -1,6 +1,6 @@ diff --git a/src/pvWebMonitor/pvwatch.py b/src/pvWebMonitor/pvwatch.py index 1f06ce0..f4a229e 100644 --- a/src/pvWebMonitor/pvwatch.py +++ b/src/pvWebMonitor/pvwatch.py @@ -2,7 +2,7 @@ pvWebMonitor.pvwatch """ -# Copyright (c) 2005-2022, UChicago Argonne, LLC. +# Copyright (c) 2005-2022, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved. # See LICENSE file for details. diff --git a/src/pvWebMonitor/read_config.py b/src/pvWebMonitor/read_config.py index cad83f3..faaec9b 100644 --- a/src/pvWebMonitor/read_config.py +++ b/src/pvWebMonitor/read_config.py @@ -4,7 +4,7 @@ Read XML configuration file for ``pvWebMonitor`` package. """ -# Copyright (c) 2005-2022, UChicago Argonne, LLC. +# Copyright (c) 2005-2022, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved. # See LICENSE file for details. diff --git a/src/pvWebMonitor/setup.py b/src/pvWebMonitor/setup.py index 219dd8f..881932f 100644 --- a/src/pvWebMonitor/setup.py +++ b/src/pvWebMonitor/setup.py @@ -2,7 +2,7 @@ setup a new project directory """ -# Copyright (c) 2005-2022, UChicago Argonne, LLC. +# Copyright (c) 2005-2022, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved. # See LICENSE file for details. diff --git a/src/pvWebMonitor/utils.py b/src/pvWebMonitor/utils.py index 0c65d3c..d7377ab 100644 --- a/src/pvWebMonitor/utils.py +++ b/src/pvWebMonitor/utils.py @@ -2,7 +2,7 @@ pvWebMonitor.utils """ -# Copyright (c) 2005-2022, UChicago Argonne, LLC. +# Copyright (c) 2005-2022, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved. # See LICENSE file for details.