diff --git a/etc/bash_completions/qed.bash b/etc/bash_completions/qed.bash index 2b045111..460a0a3a 100644 --- a/etc/bash_completions/qed.bash +++ b/etc/bash_completions/qed.bash @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # bash completion script for qed function _qed() { diff --git a/ext/qed/exceptions.cc b/ext/qed/exceptions.cc index e7044318..492ededa 100644 --- a/ext/qed/exceptions.cc +++ b/ext/qed/exceptions.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ext/qed/external.h b/ext/qed/external.h index 47d0561c..e3743295 100644 --- a/ext/qed/external.h +++ b/ext/qed/external.h @@ -1,7 +1,7 @@ // -*- c++ -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // code guard #if !defined(qed_py_external_h) diff --git a/ext/qed/forward.h b/ext/qed/forward.h index 3d423b91..99e96460 100644 --- a/ext/qed/forward.h +++ b/ext/qed/forward.h @@ -1,7 +1,7 @@ // -*- c++ -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // code guard #if !defined(qed_py_forward_h) diff --git a/ext/qed/opaque.cc b/ext/qed/opaque.cc index 7c980cfd..12007d0b 100644 --- a/ext/qed/opaque.cc +++ b/ext/qed/opaque.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ext/qed/qed.cc b/ext/qed/qed.cc index bd257f08..4e134d08 100644 --- a/ext/qed/qed.cc +++ b/ext/qed/qed.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // external diff --git a/ext/qed/version.cc b/ext/qed/version.cc index 10be1087..7acbedb3 100644 --- a/ext/qed/version.cc +++ b/ext/qed/version.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/lib/qed/version.cc b/lib/qed/version.cc index b8811f8e..4788f346 100644 --- a/lib/qed/version.cc +++ b/lib/qed/version.cc @@ -2,7 +2,7 @@ // -*- coding: utf-8 -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // my declarations #include "version.h" diff --git a/lib/qed/version.h.in b/lib/qed/version.h.in index 1d0bf64a..7de6f93f 100644 --- a/lib/qed/version.h.in +++ b/lib/qed/version.h.in @@ -2,7 +2,7 @@ // -*- coding: utf-8 -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // code guard #if !defined(qed_version_h) diff --git a/pkg/__init__.py b/pkg/__init__.py index e8b64517..fad52961 100644 --- a/pkg/__init__.py +++ b/pkg/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # import and publish pyre symbols diff --git a/pkg/cli/About.py b/pkg/cli/About.py index a29587a4..62e02bca 100644 --- a/pkg/cli/About.py +++ b/pkg/cli/About.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/cli/Complete.py b/pkg/cli/Complete.py index b8ace623..818dbf36 100644 --- a/pkg/cli/Complete.py +++ b/pkg/cli/Complete.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/cli/Config.py b/pkg/cli/Config.py index 3b290a25..56182f70 100644 --- a/pkg/cli/Config.py +++ b/pkg/cli/Config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/cli/Debug.py b/pkg/cli/Debug.py index 38cbb24b..723d19a1 100644 --- a/pkg/cli/Debug.py +++ b/pkg/cli/Debug.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/cli/Info.py b/pkg/cli/Info.py index 0c9b828f..6753cc3f 100644 --- a/pkg/cli/Info.py +++ b/pkg/cli/Info.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/cli/__init__.py b/pkg/cli/__init__.py index 5cfd4263..f4a5cf82 100644 --- a/pkg/cli/__init__.py +++ b/pkg/cli/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # pull the action protocol diff --git a/pkg/datasets/Raw.py b/pkg/datasets/Raw.py index e11745f5..6085d9f6 100644 --- a/pkg/datasets/Raw.py +++ b/pkg/datasets/Raw.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/datasets/__init__.py b/pkg/datasets/__init__.py index d0f5d0bd..53f4465f 100644 --- a/pkg/datasets/__init__.py +++ b/pkg/datasets/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # raw datasets diff --git a/pkg/datatypes/Complex.py b/pkg/datatypes/Complex.py index 58036171..9c003474 100644 --- a/pkg/datatypes/Complex.py +++ b/pkg/datatypes/Complex.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/datatypes/ComplexDouble.py b/pkg/datatypes/ComplexDouble.py index 6e5707ba..d6f75dfd 100644 --- a/pkg/datatypes/ComplexDouble.py +++ b/pkg/datatypes/ComplexDouble.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # my base class diff --git a/pkg/datatypes/ComplexFloat.py b/pkg/datatypes/ComplexFloat.py index 3f4cca95..1a21431f 100644 --- a/pkg/datatypes/ComplexFloat.py +++ b/pkg/datatypes/ComplexFloat.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # my base class diff --git a/pkg/datatypes/Datatype.py b/pkg/datatypes/Datatype.py index 3e1b6846..179eee83 100644 --- a/pkg/datatypes/Datatype.py +++ b/pkg/datatypes/Datatype.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/datatypes/Double.py b/pkg/datatypes/Double.py index ad089003..60c5aa4a 100644 --- a/pkg/datatypes/Double.py +++ b/pkg/datatypes/Double.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # my base class diff --git a/pkg/datatypes/Float.py b/pkg/datatypes/Float.py index f88af7fc..eb1f4054 100644 --- a/pkg/datatypes/Float.py +++ b/pkg/datatypes/Float.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # my base class diff --git a/pkg/datatypes/Real.py b/pkg/datatypes/Real.py index dcd97431..aff3294d 100644 --- a/pkg/datatypes/Real.py +++ b/pkg/datatypes/Real.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/datatypes/__init__.py b/pkg/datatypes/__init__.py index 762cc187..3386a515 100644 --- a/pkg/datatypes/__init__.py +++ b/pkg/datatypes/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # publish diff --git a/pkg/exceptions.py b/pkg/exceptions.py index 562abe74..722ffe41 100644 --- a/pkg/exceptions.py +++ b/pkg/exceptions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # get the framework diff --git a/pkg/ext/__init__.py b/pkg/ext/__init__.py index 69ac8715..b91d4e58 100644 --- a/pkg/ext/__init__.py +++ b/pkg/ext/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved """ diff --git a/pkg/gql/Dataset.py b/pkg/gql/Dataset.py index 46794b04..b726c120 100644 --- a/pkg/gql/Dataset.py +++ b/pkg/gql/Dataset.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/Datasets.py b/pkg/gql/Datasets.py index 43eda736..dd182b18 100644 --- a/pkg/gql/Datasets.py +++ b/pkg/gql/Datasets.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/Node.py b/pkg/gql/Node.py index 0d5019c6..d12bf466 100644 --- a/pkg/gql/Node.py +++ b/pkg/gql/Node.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/Query.py b/pkg/gql/Query.py index b1ae1cdd..c7f1876f 100644 --- a/pkg/gql/Query.py +++ b/pkg/gql/Query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/Reader.py b/pkg/gql/Reader.py index 15662c36..99fc5558 100644 --- a/pkg/gql/Reader.py +++ b/pkg/gql/Reader.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/ReaderConnection.py b/pkg/gql/ReaderConnection.py index ab004f28..dad80bb1 100644 --- a/pkg/gql/ReaderConnection.py +++ b/pkg/gql/ReaderConnection.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/Selector.py b/pkg/gql/Selector.py index d66408c4..8e5ebb48 100644 --- a/pkg/gql/Selector.py +++ b/pkg/gql/Selector.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/Selectors.py b/pkg/gql/Selectors.py index 27dd607d..a98b45fa 100644 --- a/pkg/gql/Selectors.py +++ b/pkg/gql/Selectors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/Version.py b/pkg/gql/Version.py index 2eab2ad6..f61ffc95 100644 --- a/pkg/gql/Version.py +++ b/pkg/gql/Version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/gql/__init__.py b/pkg/gql/__init__.py index e2a645cd..a9137da1 100644 --- a/pkg/gql/__init__.py +++ b/pkg/gql/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/meta.py.in b/pkg/meta.py.in index 378bd878..8e6024f0 100644 --- a/pkg/meta.py.in +++ b/pkg/meta.py.in @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # expansion placeholders @@ -17,7 +17,7 @@ version = (major, minor, micro, revision) # decorations for the help system -copyright = "copyright (c) 1998-2021 all rights reserved" +copyright = "copyright (c) 1998-2022 all rights reserved" banner = f""" qed {major}.{minor}.{micro} revision {revision} diff --git a/pkg/protocols/Dataset.py b/pkg/protocols/Dataset.py index 621a17ee..a747a775 100644 --- a/pkg/protocols/Dataset.py +++ b/pkg/protocols/Dataset.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/protocols/Datatype.py b/pkg/protocols/Datatype.py index 885928ae..9eef93b2 100644 --- a/pkg/protocols/Datatype.py +++ b/pkg/protocols/Datatype.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/protocols/Producer.py b/pkg/protocols/Producer.py index 0e026b2e..d5cbac7e 100644 --- a/pkg/protocols/Producer.py +++ b/pkg/protocols/Producer.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # framework diff --git a/pkg/protocols/Reader.py b/pkg/protocols/Reader.py index 7550f211..90024d32 100644 --- a/pkg/protocols/Reader.py +++ b/pkg/protocols/Reader.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/protocols/Specification.py b/pkg/protocols/Specification.py index 2092b29d..65106637 100644 --- a/pkg/protocols/Specification.py +++ b/pkg/protocols/Specification.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # framework diff --git a/pkg/protocols/__init__.py b/pkg/protocols/__init__.py index cd99d1c2..94f06bf7 100644 --- a/pkg/protocols/__init__.py +++ b/pkg/protocols/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # custom properties diff --git a/pkg/protocols/properties.py b/pkg/protocols/properties.py index c4edc345..82232593 100644 --- a/pkg/protocols/properties.py +++ b/pkg/protocols/properties.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/readers/__init__.py b/pkg/readers/__init__.py index 1f11dc45..b9dd3f93 100644 --- a/pkg/readers/__init__.py +++ b/pkg/readers/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # publish diff --git a/pkg/readers/isce2/RSLC.py b/pkg/readers/isce2/RSLC.py index 1dbd5b51..f10b80d4 100644 --- a/pkg/readers/isce2/RSLC.py +++ b/pkg/readers/isce2/RSLC.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/readers/isce2/__init__.py b/pkg/readers/isce2/__init__.py index 59fcf741..dcca95cc 100644 --- a/pkg/readers/isce2/__init__.py +++ b/pkg/readers/isce2/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/readers/nisar/RSLC.py b/pkg/readers/nisar/RSLC.py index f3ce22a5..6ea5c97d 100644 --- a/pkg/readers/nisar/RSLC.py +++ b/pkg/readers/nisar/RSLC.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # external diff --git a/pkg/readers/nisar/__init__.py b/pkg/readers/nisar/__init__.py index 59fcf741..dcca95cc 100644 --- a/pkg/readers/nisar/__init__.py +++ b/pkg/readers/nisar/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/shells/Action.py b/pkg/shells/Action.py index 92f8e7a7..60ec514c 100644 --- a/pkg/shells/Action.py +++ b/pkg/shells/Action.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # access the framework diff --git a/pkg/shells/Command.py b/pkg/shells/Command.py index 8f3488b2..fd68294e 100644 --- a/pkg/shells/Command.py +++ b/pkg/shells/Command.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # access the pyre framework diff --git a/pkg/shells/Plexus.py b/pkg/shells/Plexus.py index f2ae0b3e..6aa35c79 100644 --- a/pkg/shells/Plexus.py +++ b/pkg/shells/Plexus.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/shells/__init__.py b/pkg/shells/__init__.py index f01bcc1e..a40f08a2 100644 --- a/pkg/shells/__init__.py +++ b/pkg/shells/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # the action protocol diff --git a/pkg/ux/Dispatcher.py b/pkg/ux/Dispatcher.py index 2321167a..22d41bc6 100644 --- a/pkg/ux/Dispatcher.py +++ b/pkg/ux/Dispatcher.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/ux/GraphQL.py b/pkg/ux/GraphQL.py index f1dfdec8..a1e029da 100644 --- a/pkg/ux/GraphQL.py +++ b/pkg/ux/GraphQL.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # externals diff --git a/pkg/ux/Panel.py b/pkg/ux/Panel.py index 4c53aee3..238c1cd0 100644 --- a/pkg/ux/Panel.py +++ b/pkg/ux/Panel.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # support diff --git a/pkg/ux/__init__.py b/pkg/ux/__init__.py index fe6bddad..3c492e82 100644 --- a/pkg/ux/__init__.py +++ b/pkg/ux/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # the dispatcher diff --git a/sandbox/gui/qed.yaml b/sandbox/gui/qed.yaml index d5001d8c..38f0ff9f 100644 --- a/sandbox/gui/qed.yaml +++ b/sandbox/gui/qed.yaml @@ -1,7 +1,7 @@ # -*- pyre -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # datasets 20061231: diff --git a/tests/qed.ext/sanity.py b/tests/qed.ext/sanity.py index 4d8857f5..e6d7b843 100755 --- a/tests/qed.ext/sanity.py +++ b/tests/qed.ext/sanity.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # the driver diff --git a/tests/qed.pkg/sanity.py b/tests/qed.pkg/sanity.py index 47eaa6d0..7308c18b 100755 --- a/tests/qed.pkg/sanity.py +++ b/tests/qed.pkg/sanity.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved # the driver diff --git a/ux/client/activities/about/index.js b/ux/client/activities/about/index.js index 7eb14e6b..99b617ce 100644 --- a/ux/client/activities/about/index.js +++ b/ux/client/activities/about/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/about/styles.js b/ux/client/activities/about/styles.js index 199458ff..0a64cd05 100644 --- a/ux/client/activities/about/styles.js +++ b/ux/client/activities/about/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/activities/activity/index.js b/ux/client/activities/activity/index.js index 98defb2f..a9a32d2c 100644 --- a/ux/client/activities/activity/index.js +++ b/ux/client/activities/activity/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/activity/styles.js b/ux/client/activities/activity/styles.js index 05f2fe57..dbe467f4 100644 --- a/ux/client/activities/activity/styles.js +++ b/ux/client/activities/activity/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/activities/bar/index.js b/ux/client/activities/bar/index.js index 882b5b01..bf8db091 100644 --- a/ux/client/activities/bar/index.js +++ b/ux/client/activities/bar/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/bar/styles.js b/ux/client/activities/bar/styles.js index a6e0325a..a747c2e2 100644 --- a/ux/client/activities/bar/styles.js +++ b/ux/client/activities/bar/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/activities/controls/index.js b/ux/client/activities/controls/index.js index f009bf04..42b26cc9 100644 --- a/ux/client/activities/controls/index.js +++ b/ux/client/activities/controls/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/controls/styles.js b/ux/client/activities/controls/styles.js index 199458ff..0a64cd05 100644 --- a/ux/client/activities/controls/styles.js +++ b/ux/client/activities/controls/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/activities/data/index.js b/ux/client/activities/data/index.js index ec70206c..d4b249cf 100644 --- a/ux/client/activities/data/index.js +++ b/ux/client/activities/data/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/data/styles.js b/ux/client/activities/data/styles.js index 199458ff..0a64cd05 100644 --- a/ux/client/activities/data/styles.js +++ b/ux/client/activities/data/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/activities/debug/index.js b/ux/client/activities/debug/index.js index e14c1e99..172ef274 100644 --- a/ux/client/activities/debug/index.js +++ b/ux/client/activities/debug/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/debug/styles.js b/ux/client/activities/debug/styles.js index 199458ff..0a64cd05 100644 --- a/ux/client/activities/debug/styles.js +++ b/ux/client/activities/debug/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/activities/help/index.js b/ux/client/activities/help/index.js index f3c49c83..aa1c1330 100644 --- a/ux/client/activities/help/index.js +++ b/ux/client/activities/help/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/help/styles.js b/ux/client/activities/help/styles.js index 199458ff..0a64cd05 100644 --- a/ux/client/activities/help/styles.js +++ b/ux/client/activities/help/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/activities/index.js b/ux/client/activities/index.js index 2038fe88..605bfbb1 100644 --- a/ux/client/activities/index.js +++ b/ux/client/activities/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // publish diff --git a/ux/client/activities/kill/index.js b/ux/client/activities/kill/index.js index 537abded..d8442155 100644 --- a/ux/client/activities/kill/index.js +++ b/ux/client/activities/kill/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/activities/kill/styles.js b/ux/client/activities/kill/styles.js index 199458ff..0a64cd05 100644 --- a/ux/client/activities/kill/styles.js +++ b/ux/client/activities/kill/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/context/environment.js b/ux/client/context/environment.js index a75a6755..7f4113c8 100644 --- a/ux/client/context/environment.js +++ b/ux/client/context/environment.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/context/index.js b/ux/client/context/index.js index 3acc2c7e..8ae04159 100644 --- a/ux/client/context/index.js +++ b/ux/client/context/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // publish diff --git a/ux/client/hooks/index.js b/ux/client/hooks/index.js index 742c9ffb..bdc78eee 100644 --- a/ux/client/hooks/index.js +++ b/ux/client/hooks/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // publish diff --git a/ux/client/hooks/useEvent.js b/ux/client/hooks/useEvent.js index e69f1be0..1ace8b69 100644 --- a/ux/client/hooks/useEvent.js +++ b/ux/client/hooks/useEvent.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/hooks/useResizeObserver.js b/ux/client/hooks/useResizeObserver.js index 0bdc3e31..a461ec1d 100644 --- a/ux/client/hooks/useResizeObserver.js +++ b/ux/client/hooks/useResizeObserver.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/palette.js b/ux/client/palette.js index 5d17369d..cfe32f05 100644 --- a/ux/client/palette.js +++ b/ux/client/palette.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // a color wheel diff --git a/ux/client/qed.js b/ux/client/qed.js index d8fd7214..1f4a2952 100644 --- a/ux/client/qed.js +++ b/ux/client/qed.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // the component framework diff --git a/ux/client/shapes/chevron/index.js b/ux/client/shapes/chevron/index.js index 7e092124..0740e5f0 100644 --- a/ux/client/shapes/chevron/index.js +++ b/ux/client/shapes/chevron/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/chevron/styles.js b/ux/client/shapes/chevron/styles.js index a72cedfa..818dcff2 100644 --- a/ux/client/shapes/chevron/styles.js +++ b/ux/client/shapes/chevron/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/data/index.js b/ux/client/shapes/data/index.js index 7812b2f1..20dad732 100644 --- a/ux/client/shapes/data/index.js +++ b/ux/client/shapes/data/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/data/styles.js b/ux/client/shapes/data/styles.js index 2d12538c..82a9460f 100644 --- a/ux/client/shapes/data/styles.js +++ b/ux/client/shapes/data/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/eye/index.js b/ux/client/shapes/eye/index.js index 57b7943c..861ded49 100644 --- a/ux/client/shapes/eye/index.js +++ b/ux/client/shapes/eye/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/eye/styles.js b/ux/client/shapes/eye/styles.js index a72cedfa..818dcff2 100644 --- a/ux/client/shapes/eye/styles.js +++ b/ux/client/shapes/eye/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/flame/index.js b/ux/client/shapes/flame/index.js index 4e512b70..b3a75058 100644 --- a/ux/client/shapes/flame/index.js +++ b/ux/client/shapes/flame/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/flame/styles.js b/ux/client/shapes/flame/styles.js index 879cd52b..4f384fb8 100644 --- a/ux/client/shapes/flame/styles.js +++ b/ux/client/shapes/flame/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/gear/index.js b/ux/client/shapes/gear/index.js index a118c234..a07ae1fc 100644 --- a/ux/client/shapes/gear/index.js +++ b/ux/client/shapes/gear/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/gear/styles.js b/ux/client/shapes/gear/styles.js index 017a83f6..6e4315b5 100644 --- a/ux/client/shapes/gear/styles.js +++ b/ux/client/shapes/gear/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/hammer/index.js b/ux/client/shapes/hammer/index.js index a10a43f7..985a3d00 100644 --- a/ux/client/shapes/hammer/index.js +++ b/ux/client/shapes/hammer/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/hammer/styles.js b/ux/client/shapes/hammer/styles.js index cb99bc85..c5ac1215 100644 --- a/ux/client/shapes/hammer/styles.js +++ b/ux/client/shapes/hammer/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/help/index.js b/ux/client/shapes/help/index.js index 37f11eaf..0695a913 100644 --- a/ux/client/shapes/help/index.js +++ b/ux/client/shapes/help/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/help/styles.js b/ux/client/shapes/help/styles.js index 2d12538c..82a9460f 100644 --- a/ux/client/shapes/help/styles.js +++ b/ux/client/shapes/help/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/index.js b/ux/client/shapes/index.js index 481c9971..0283deb7 100644 --- a/ux/client/shapes/index.js +++ b/ux/client/shapes/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // publish diff --git a/ux/client/shapes/locked/index.js b/ux/client/shapes/locked/index.js index c59ef92b..84ffc49b 100644 --- a/ux/client/shapes/locked/index.js +++ b/ux/client/shapes/locked/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/locked/styles.js b/ux/client/shapes/locked/styles.js index 74c3c2e2..42d91fe8 100644 --- a/ux/client/shapes/locked/styles.js +++ b/ux/client/shapes/locked/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/play/index.js b/ux/client/shapes/play/index.js index d62081ba..c0c9f082 100644 --- a/ux/client/shapes/play/index.js +++ b/ux/client/shapes/play/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/play/styles.js b/ux/client/shapes/play/styles.js index cb99bc85..c5ac1215 100644 --- a/ux/client/shapes/play/styles.js +++ b/ux/client/shapes/play/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/skull/index.js b/ux/client/shapes/skull/index.js index 21f7b5a2..f5a80662 100644 --- a/ux/client/shapes/skull/index.js +++ b/ux/client/shapes/skull/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/skull/styles.js b/ux/client/shapes/skull/styles.js index c93472a9..c458374e 100644 --- a/ux/client/shapes/skull/styles.js +++ b/ux/client/shapes/skull/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/split/index.js b/ux/client/shapes/split/index.js index bffc86a7..06afbb88 100644 --- a/ux/client/shapes/split/index.js +++ b/ux/client/shapes/split/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/split/styles.js b/ux/client/shapes/split/styles.js index 74c3c2e2..42d91fe8 100644 --- a/ux/client/shapes/split/styles.js +++ b/ux/client/shapes/split/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/styles.js b/ux/client/shapes/styles.js index 03ce22c1..e9be4df9 100644 --- a/ux/client/shapes/styles.js +++ b/ux/client/shapes/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/unlocked/index.js b/ux/client/shapes/unlocked/index.js index 33f10f13..efb2ae2e 100644 --- a/ux/client/shapes/unlocked/index.js +++ b/ux/client/shapes/unlocked/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/unlocked/styles.js b/ux/client/shapes/unlocked/styles.js index 74c3c2e2..42d91fe8 100644 --- a/ux/client/shapes/unlocked/styles.js +++ b/ux/client/shapes/unlocked/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/shapes/x/index.js b/ux/client/shapes/x/index.js index bfbe27cb..718b5ac5 100644 --- a/ux/client/shapes/x/index.js +++ b/ux/client/shapes/x/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/shapes/x/styles.js b/ux/client/shapes/x/styles.js index 420c0c2e..5cd018b7 100644 --- a/ux/client/shapes/x/styles.js +++ b/ux/client/shapes/x/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/styles.js b/ux/client/styles.js index 99fdee46..cfe392ce 100644 --- a/ux/client/styles.js +++ b/ux/client/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/blank/index.js b/ux/client/views/blank/index.js index f14d7985..9ef6ea4c 100644 --- a/ux/client/views/blank/index.js +++ b/ux/client/views/blank/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/blank/styles.js b/ux/client/views/blank/styles.js index 0ee8a972..191ffafb 100644 --- a/ux/client/views/blank/styles.js +++ b/ux/client/views/blank/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/graphiql/index.js b/ux/client/views/graphiql/index.js index a00a8395..2adc7c6a 100644 --- a/ux/client/views/graphiql/index.js +++ b/ux/client/views/graphiql/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/index.js b/ux/client/views/index.js index 836704bf..292b40a3 100644 --- a/ux/client/views/index.js +++ b/ux/client/views/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved import { FRAGMENT_PROP_NAME_KEY } from 'relay-runtime/lib/store/RelayStoreUtils' diff --git a/ux/client/views/loading/index.js b/ux/client/views/loading/index.js index ec2740ad..0b868e6c 100644 --- a/ux/client/views/loading/index.js +++ b/ux/client/views/loading/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/loading/styles.js b/ux/client/views/loading/styles.js index 6c0b8684..42ed3d60 100644 --- a/ux/client/views/loading/styles.js +++ b/ux/client/views/loading/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/main/context.js b/ux/client/views/main/context.js index 262ba496..cf73006c 100644 --- a/ux/client/views/main/context.js +++ b/ux/client/views/main/context.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/main/index.js b/ux/client/views/main/index.js index 502844ad..0571777d 100644 --- a/ux/client/views/main/index.js +++ b/ux/client/views/main/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // publish the view diff --git a/ux/client/views/main/main.js b/ux/client/views/main/main.js index 9e249d8b..bd4a6a65 100644 --- a/ux/client/views/main/main.js +++ b/ux/client/views/main/main.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/main/styles.js b/ux/client/views/main/styles.js index 05c77b69..54e83626 100644 --- a/ux/client/views/main/styles.js +++ b/ux/client/views/main/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2020 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/main/useActivityPanel.js b/ux/client/views/main/useActivityPanel.js index 7f68bd31..459dc194 100644 --- a/ux/client/views/main/useActivityPanel.js +++ b/ux/client/views/main/useActivityPanel.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/nyi/index.js b/ux/client/views/nyi/index.js index a444c93f..daaf4a09 100644 --- a/ux/client/views/nyi/index.js +++ b/ux/client/views/nyi/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/nyi/styles.js b/ux/client/views/nyi/styles.js index 0de08fd0..88557474 100644 --- a/ux/client/views/nyi/styles.js +++ b/ux/client/views/nyi/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/status/index.js b/ux/client/views/status/index.js index 112c33ec..fd891995 100644 --- a/ux/client/views/status/index.js +++ b/ux/client/views/status/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals @@ -24,7 +24,7 @@ const status = () => ( {/* the box with the copyright note */} diff --git a/ux/client/views/status/styles.js b/ux/client/views/status/styles.js index 0294357a..082bc509 100644 --- a/ux/client/views/status/styles.js +++ b/ux/client/views/status/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/stop/index.js b/ux/client/views/stop/index.js index edfd4f1f..0733e4a2 100644 --- a/ux/client/views/stop/index.js +++ b/ux/client/views/stop/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/stop/styles.js b/ux/client/views/stop/styles.js index 0f8e0f1e..2de1647a 100644 --- a/ux/client/views/stop/styles.js +++ b/ux/client/views/stop/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/styles.js b/ux/client/views/styles.js index af3ee130..a2f2a297 100644 --- a/ux/client/views/styles.js +++ b/ux/client/views/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/viz/blank.js b/ux/client/views/viz/blank.js index 4aa2a6ac..98717816 100644 --- a/ux/client/views/viz/blank.js +++ b/ux/client/views/viz/blank.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/channel.js b/ux/client/views/viz/channel.js index 22d7a4dd..d192b959 100644 --- a/ux/client/views/viz/channel.js +++ b/ux/client/views/viz/channel.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/channels.js b/ux/client/views/viz/channels.js index 5ff58a3f..5ea57ab5 100644 --- a/ux/client/views/viz/channels.js +++ b/ux/client/views/viz/channels.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/context.js b/ux/client/views/viz/context.js index 564d1b9a..39f85b1e 100644 --- a/ux/client/views/viz/context.js +++ b/ux/client/views/viz/context.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/controls.js b/ux/client/views/viz/controls.js index 29c5f772..503005b7 100644 --- a/ux/client/views/viz/controls.js +++ b/ux/client/views/viz/controls.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/dataset.js b/ux/client/views/viz/dataset.js index 335b63b6..3fe8a9f7 100644 --- a/ux/client/views/viz/dataset.js +++ b/ux/client/views/viz/dataset.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/datasets.js b/ux/client/views/viz/datasets.js index d1059af5..1e42b50b 100644 --- a/ux/client/views/viz/datasets.js +++ b/ux/client/views/viz/datasets.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/index.js b/ux/client/views/viz/index.js index 5ba69eb1..6e32dfd5 100644 --- a/ux/client/views/viz/index.js +++ b/ux/client/views/viz/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // export the view diff --git a/ux/client/views/viz/reader.js b/ux/client/views/viz/reader.js index 66bb15cb..23babe7f 100644 --- a/ux/client/views/viz/reader.js +++ b/ux/client/views/viz/reader.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/selector.js b/ux/client/views/viz/selector.js index b1bede8b..7bdb53c7 100644 --- a/ux/client/views/viz/selector.js +++ b/ux/client/views/viz/selector.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/selectors.js b/ux/client/views/viz/selectors.js index ab0a029e..0457e24c 100644 --- a/ux/client/views/viz/selectors.js +++ b/ux/client/views/viz/selectors.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/styles.js b/ux/client/views/viz/styles.js index e8877a6f..add787ff 100644 --- a/ux/client/views/viz/styles.js +++ b/ux/client/views/viz/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/views/viz/tab.js b/ux/client/views/viz/tab.js index 0fb6d349..e06f5402 100644 --- a/ux/client/views/viz/tab.js +++ b/ux/client/views/viz/tab.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/useChannelInView.js b/ux/client/views/viz/useChannelInView.js index 9b007546..99238e68 100644 --- a/ux/client/views/viz/useChannelInView.js +++ b/ux/client/views/viz/useChannelInView.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/useCollapseView.js b/ux/client/views/viz/useCollapseView.js index 43e722ed..dce425db 100644 --- a/ux/client/views/viz/useCollapseView.js +++ b/ux/client/views/viz/useCollapseView.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/useReaders.js b/ux/client/views/viz/useReaders.js index b070aa13..bfebf7d2 100644 --- a/ux/client/views/viz/useReaders.js +++ b/ux/client/views/viz/useReaders.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/useSetActiveView.js b/ux/client/views/viz/useSetActiveView.js index bd46a359..878d6a9f 100644 --- a/ux/client/views/viz/useSetActiveView.js +++ b/ux/client/views/viz/useSetActiveView.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/useSplitView.js b/ux/client/views/viz/useSplitView.js index a89286eb..caf99f50 100644 --- a/ux/client/views/viz/useSplitView.js +++ b/ux/client/views/viz/useSplitView.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/useViews.js b/ux/client/views/viz/useViews.js index 8f242a64..909d8074 100644 --- a/ux/client/views/viz/useViews.js +++ b/ux/client/views/viz/useViews.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/useVisualizeChannel.js b/ux/client/views/viz/useVisualizeChannel.js index 3b501de1..faff9610 100644 --- a/ux/client/views/viz/useVisualizeChannel.js +++ b/ux/client/views/viz/useVisualizeChannel.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/viewer.js b/ux/client/views/viz/viewer.js index 347019b8..3ea957f2 100644 --- a/ux/client/views/viz/viewer.js +++ b/ux/client/views/viz/viewer.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/views/viz/viz.js b/ux/client/views/viz/viz.js index 46c3ff08..bdcaa269 100644 --- a/ux/client/views/viz/viz.js +++ b/ux/client/views/viz/viz.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/badge/index.js b/ux/client/widgets/badge/index.js index fd4c9d40..f20e3473 100644 --- a/ux/client/widgets/badge/index.js +++ b/ux/client/widgets/badge/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/badge/styles.js b/ux/client/widgets/badge/styles.js index 199458ff..0a64cd05 100644 --- a/ux/client/widgets/badge/styles.js +++ b/ux/client/widgets/badge/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/colophon/index.js b/ux/client/widgets/colophon/index.js index 6965aa09..36afcbbd 100644 --- a/ux/client/widgets/colophon/index.js +++ b/ux/client/widgets/colophon/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/colophon/styles.js b/ux/client/widgets/colophon/styles.js index 323eb4f7..d81a0303 100644 --- a/ux/client/widgets/colophon/styles.js +++ b/ux/client/widgets/colophon/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/compass/index.js b/ux/client/widgets/compass/index.js index 7fc6254a..9ce207a3 100644 --- a/ux/client/widgets/compass/index.js +++ b/ux/client/widgets/compass/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/compass/styles.js b/ux/client/widgets/compass/styles.js index ee2322e7..faf16db1 100644 --- a/ux/client/widgets/compass/styles.js +++ b/ux/client/widgets/compass/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/extent/index.js b/ux/client/widgets/extent/index.js index 696c5327..1d88840f 100644 --- a/ux/client/widgets/extent/index.js +++ b/ux/client/widgets/extent/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/extent/styles.js b/ux/client/widgets/extent/styles.js index 25b815cd..3ca7931c 100644 --- a/ux/client/widgets/extent/styles.js +++ b/ux/client/widgets/extent/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/flame/index.js b/ux/client/widgets/flame/index.js index 00fb4f49..270b7b98 100644 --- a/ux/client/widgets/flame/index.js +++ b/ux/client/widgets/flame/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flame/styles.js b/ux/client/widgets/flame/styles.js index d661dcb6..c6fd0064 100644 --- a/ux/client/widgets/flame/styles.js +++ b/ux/client/widgets/flame/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/flex/box.js b/ux/client/widgets/flex/box.js index c0019926..d0ebe96f 100644 --- a/ux/client/widgets/flex/box.js +++ b/ux/client/widgets/flex/box.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/context.js b/ux/client/widgets/flex/context.js index 5526dde5..9eb6d4e7 100644 --- a/ux/client/widgets/flex/context.js +++ b/ux/client/widgets/flex/context.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/index.js b/ux/client/widgets/flex/index.js index f3740dd8..07ffd74e 100644 --- a/ux/client/widgets/flex/index.js +++ b/ux/client/widgets/flex/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // pull diff --git a/ux/client/widgets/flex/panel.js b/ux/client/widgets/flex/panel.js index e4f3ba0c..8d0f55e1 100644 --- a/ux/client/widgets/flex/panel.js +++ b/ux/client/widgets/flex/panel.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/separator.js b/ux/client/widgets/flex/separator.js index 644a3b8b..2e8aed43 100644 --- a/ux/client/widgets/flex/separator.js +++ b/ux/client/widgets/flex/separator.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/styles.js b/ux/client/widgets/flex/styles.js index 729355b3..d1dfcb45 100644 --- a/ux/client/widgets/flex/styles.js +++ b/ux/client/widgets/flex/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2020 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/flex/useBeginFlex.js b/ux/client/widgets/flex/useBeginFlex.js index e748731c..17c39040 100644 --- a/ux/client/widgets/flex/useBeginFlex.js +++ b/ux/client/widgets/flex/useBeginFlex.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/useDirection.js b/ux/client/widgets/flex/useDirection.js index e9b01abc..c90badeb 100644 --- a/ux/client/widgets/flex/useDirection.js +++ b/ux/client/widgets/flex/useDirection.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/useDirectionalAttributes.js b/ux/client/widgets/flex/useDirectionalAttributes.js index 9fbc63f3..264a2708 100644 --- a/ux/client/widgets/flex/useDirectionalAttributes.js +++ b/ux/client/widgets/flex/useDirectionalAttributes.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/useEndFlex.js b/ux/client/widgets/flex/useEndFlex.js index 64459f44..a8e1d547 100644 --- a/ux/client/widgets/flex/useEndFlex.js +++ b/ux/client/widgets/flex/useEndFlex.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/useFlex.js b/ux/client/widgets/flex/useFlex.js index 99b1fc26..4ec54d94 100644 --- a/ux/client/widgets/flex/useFlex.js +++ b/ux/client/widgets/flex/useFlex.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/flex/useRegisterPanel.js b/ux/client/widgets/flex/useRegisterPanel.js index f8efc0ed..8a4e603e 100644 --- a/ux/client/widgets/flex/useRegisterPanel.js +++ b/ux/client/widgets/flex/useRegisterPanel.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/header/index.js b/ux/client/widgets/header/index.js index faa5df17..89d6de8c 100644 --- a/ux/client/widgets/header/index.js +++ b/ux/client/widgets/header/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/header/styles.js b/ux/client/widgets/header/styles.js index f49f8e65..6f9bf3d7 100644 --- a/ux/client/widgets/header/styles.js +++ b/ux/client/widgets/header/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/index.js b/ux/client/widgets/index.js index d8a8028a..8f5f1942 100644 --- a/ux/client/widgets/index.js +++ b/ux/client/widgets/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // publish diff --git a/ux/client/widgets/info/index.js b/ux/client/widgets/info/index.js index 51044906..23d76ebe 100644 --- a/ux/client/widgets/info/index.js +++ b/ux/client/widgets/info/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/info/styles.js b/ux/client/widgets/info/styles.js index 04671d34..6b7580cc 100644 --- a/ux/client/widgets/info/styles.js +++ b/ux/client/widgets/info/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/kill/index.js b/ux/client/widgets/kill/index.js index 14e55337..f0f51162 100644 --- a/ux/client/widgets/kill/index.js +++ b/ux/client/widgets/kill/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/kill/styles.js b/ux/client/widgets/kill/styles.js index d93031c4..43cd7f18 100644 --- a/ux/client/widgets/kill/styles.js +++ b/ux/client/widgets/kill/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/server/index.js b/ux/client/widgets/server/index.js index 45dd93c7..4d552c65 100644 --- a/ux/client/widgets/server/index.js +++ b/ux/client/widgets/server/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/server/styles.js b/ux/client/widgets/server/styles.js index 4a8f11c8..6c31e295 100644 --- a/ux/client/widgets/server/styles.js +++ b/ux/client/widgets/server/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/spacer/index.js b/ux/client/widgets/spacer/index.js index 8bc64847..2b2a09a1 100644 --- a/ux/client/widgets/spacer/index.js +++ b/ux/client/widgets/spacer/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/spacer/styles.js b/ux/client/widgets/spacer/styles.js index b36aec43..0b892e8c 100644 --- a/ux/client/widgets/spacer/styles.js +++ b/ux/client/widgets/spacer/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/toolbar/index.js b/ux/client/widgets/toolbar/index.js index 8d337e79..6a5b02e3 100644 --- a/ux/client/widgets/toolbar/index.js +++ b/ux/client/widgets/toolbar/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/toolbar/styles.js b/ux/client/widgets/toolbar/styles.js index 0e259114..e336abfe 100644 --- a/ux/client/widgets/toolbar/styles.js +++ b/ux/client/widgets/toolbar/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/tray/index.js b/ux/client/widgets/tray/index.js index 9769a670..a1b53a6d 100644 --- a/ux/client/widgets/tray/index.js +++ b/ux/client/widgets/tray/index.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // publish diff --git a/ux/client/widgets/tray/indicator.js b/ux/client/widgets/tray/indicator.js index 6e8c1407..c48888a1 100644 --- a/ux/client/widgets/tray/indicator.js +++ b/ux/client/widgets/tray/indicator.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/client/widgets/tray/styles.js b/ux/client/widgets/tray/styles.js index 24b8fce1..32713c02 100644 --- a/ux/client/widgets/tray/styles.js +++ b/ux/client/widgets/tray/styles.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // get colors diff --git a/ux/client/widgets/tray/tray.js b/ux/client/widgets/tray/tray.js index dea04fed..ba004700 100644 --- a/ux/client/widgets/tray/tray.js +++ b/ux/client/widgets/tray/tray.js @@ -1,7 +1,7 @@ // -*- web -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // externals diff --git a/ux/config/babelrc b/ux/config/babelrc index 1e75e3b6..4f491310 100644 --- a/ux/config/babelrc +++ b/ux/config/babelrc @@ -1,7 +1,7 @@ // -*- javascript -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved { "presets": [ diff --git a/ux/config/webpack.js b/ux/config/webpack.js index 0d328ba6..d6fa0aac 100644 --- a/ux/config/webpack.js +++ b/ux/config/webpack.js @@ -1,7 +1,7 @@ // -*- javascript -*- // // michael a.g. aïvázis -// (c) 1998-2021 all rights reserved +// (c) 1998-2022 all rights reserved // external dependencies diff --git a/ux/qed.html b/ux/qed.html index 07b7b149..ff2a7904 100644 --- a/ux/qed.html +++ b/ux/qed.html @@ -2,7 +2,7 @@ diff --git a/ux/schema/qed.gql b/ux/schema/qed.gql index b50b4541..79fb9afd 100644 --- a/ux/schema/qed.gql +++ b/ux/schema/qed.gql @@ -1,7 +1,7 @@ # -*- graphql -*- # # michael a.g. aïvázis -# (c) 1998-2021 all rights reserved +# (c) 1998-2022 all rights reserved schema { diff --git a/ux/styles/qed.css b/ux/styles/qed.css index d2a5f4c1..90f98dc9 100644 --- a/ux/styles/qed.css +++ b/ux/styles/qed.css @@ -1,7 +1,7 @@ /* -*- CSS -*- */ /* * michael a.g. aïvázis - * (c) 1998-2021 all rights reserved + * (c) 1998-2022 all rights reserved */ /* the anchor for the react content */