From 3195d59326768749ebf8b403edc6d025319a8261 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Wed, 8 Oct 2025 12:49:10 -0400 Subject: [PATCH] skpkg: change py files' head name and license length --- src/diffpy/srxplanargui/calibration.py | 4 ++-- src/diffpy/srxplanargui/datacontainer.py | 4 ++-- src/diffpy/srxplanargui/help.py | 4 ++-- src/diffpy/srxplanargui/imageplot.py | 4 ++-- src/diffpy/srxplanargui/live.py | 4 ++-- src/diffpy/srxplanargui/selectfiles.py | 2 +- src/diffpy/srxplanargui/srxconfig.py | 2 +- src/diffpy/srxplanargui/srxgui.py | 4 ++-- src/diffpy/srxplanargui/srxguiapp.py | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/diffpy/srxplanargui/calibration.py b/src/diffpy/srxplanargui/calibration.py index 0388596..b2bca01 100644 --- a/src/diffpy/srxplanargui/calibration.py +++ b/src/diffpy/srxplanargui/calibration.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group -# (c) 2012 Trustees of the Columbia University +# diffpy.srxplanargui by Simon J. L. Billinge group +# (c) 2012-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang diff --git a/src/diffpy/srxplanargui/datacontainer.py b/src/diffpy/srxplanargui/datacontainer.py index d8cab2b..e64af8f 100644 --- a/src/diffpy/srxplanargui/datacontainer.py +++ b/src/diffpy/srxplanargui/datacontainer.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group -# (c) 2012 Trustees of the Columbia University +# diffpy.srxplanargui by Simon J. L. Billinge group +# (c) 2012-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang diff --git a/src/diffpy/srxplanargui/help.py b/src/diffpy/srxplanargui/help.py index 50258d7..076a0c0 100644 --- a/src/diffpy/srxplanargui/help.py +++ b/src/diffpy/srxplanargui/help.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group -# (c) 2012 Trustees of the Columbia University +# diffpy.srxplanargui by Simon J. L. Billinge group +# (c) 2012-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang diff --git a/src/diffpy/srxplanargui/imageplot.py b/src/diffpy/srxplanargui/imageplot.py index 0679bc7..650c6ee 100644 --- a/src/diffpy/srxplanargui/imageplot.py +++ b/src/diffpy/srxplanargui/imageplot.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group -# (c) 2012 Trustees of the Columbia University +# diffpy.srxplanargui by Simon J. L. Billinge group +# (c) 2012-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang diff --git a/src/diffpy/srxplanargui/live.py b/src/diffpy/srxplanargui/live.py index 7372c31..9c05fc5 100644 --- a/src/diffpy/srxplanargui/live.py +++ b/src/diffpy/srxplanargui/live.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group -# (c) 2012 Trustees of the Columbia University +# diffpy.srxplanargui by Simon J. L. Billinge group +# (c) 2012-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang diff --git a/src/diffpy/srxplanargui/selectfiles.py b/src/diffpy/srxplanargui/selectfiles.py index 94ee6ac..7b3d1e8 100644 --- a/src/diffpy/srxplanargui/selectfiles.py +++ b/src/diffpy/srxplanargui/selectfiles.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group +# diffpy.srxplanargui by Simon J. L. Billinge group # (c) 2012 Trustees of the Columbia University # in the City of New York. All rights reserved. # diff --git a/src/diffpy/srxplanargui/srxconfig.py b/src/diffpy/srxplanargui/srxconfig.py index b9ee4c6..a83a517 100644 --- a/src/diffpy/srxplanargui/srxconfig.py +++ b/src/diffpy/srxplanargui/srxconfig.py @@ -3,7 +3,7 @@ # # diffpy.srxplanar by DANSE Diffraction group # Simon J. L. Billinge -# (c) 2010 Trustees of the Columbia University +# (c) 2010-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang diff --git a/src/diffpy/srxplanargui/srxgui.py b/src/diffpy/srxplanargui/srxgui.py index 8f35ec8..76ecaa0 100644 --- a/src/diffpy/srxplanargui/srxgui.py +++ b/src/diffpy/srxplanargui/srxgui.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group -# (c) 2012 Trustees of the Columbia University +# diffpy.srxplanargui by Simon J. L. Billinge group +# (c) 2012-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang diff --git a/src/diffpy/srxplanargui/srxguiapp.py b/src/diffpy/srxplanargui/srxguiapp.py index 1107617..c9c2fe5 100644 --- a/src/diffpy/srxplanargui/srxguiapp.py +++ b/src/diffpy/srxplanargui/srxguiapp.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ############################################################################## # -# dpx.pdfgetxgui by Simon J. L. Billinge group -# (c) 2012 Trustees of the Columbia University +# diffpy.srxplanargui by Simon J. L. Billinge group +# (c) 2012-2025 Trustees of the Columbia University # in the City of New York. All rights reserved. # # File coded by: Xiaohao Yang