- Timestamp:
- Feb 8, 2019 5:22:17 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- afdb3b3, 79d3025
- Parents:
- a1b49a7
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (02/08/19 05:21:43)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (02/08/19 05:22:17)
- Location:
- src/sas
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/LocalConfig.py
r7385fec r96d82b3 89 89 _corner_image = os.path.join(icon_path, "angles_flat.png") 90 90 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 91 _copyright = "(c) 2009 - 201 8, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO and BAM"91 _copyright = "(c) 2009 - 2019, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO and BAM" 92 92 93 93 -
src/sas/sasgui/guiframe/config.py
r1efbc190 r96d82b3 94 94 _corner_image = os.path.join(icon_path, "angles_flat.png") 95 95 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 96 _copyright = "(c) 2009 - 201 7, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, and DLS"96 _copyright = "(c) 2009 - 2019, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, and DLS" 97 97 marketplace_url = "http://marketplace.sasview.org/" 98 98 -
src/sas/sasview/local_config.py
r37b34a3 r96d82b3 93 93 _corner_image = os.path.join(icon_path, "angles_flat.png") 94 94 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 95 _copyright = "(c) 2009 - 201 7, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS"95 _copyright = "(c) 2009 - 2019, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS" 96 96 marketplace_url = "http://marketplace.sasview.org/" 97 97
Note: See TracChangeset
for help on using the changeset viewer.