Changeset 27608


Ignore:
Timestamp:
02/23/23 11:30:35 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: adding 1 year

Location:
issm/trunk-jpl/src/m/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/dev/issmversion.m

    r26864 r27608  
    1717disp(['Compiled on ' IssmConfig('HOST_VENDOR') ' ' IssmConfig('HOST_OS') ' ' IssmConfig('HOST_ARCH') ' by ' IssmConfig('USER_NAME')]);
    1818disp([' ']);
    19 disp(['Copyright (c) 2009-2022 California Institute of Technology']);
     19disp(['Copyright (c) 2009-2023 California Institute of Technology']);
    2020disp([' ']);
    2121disp(['    to get started type: issmdoc']);
  • issm/trunk-jpl/src/m/dev/issmversion.py

    r26864 r27608  
    1616print(' ')
    1717print(('Build date: ' + IssmConfig('PACKAGE_BUILD_DATE')[0]))
    18 print('Copyright (c) 2009-2022 California Institute of Technology')
     18print('Copyright (c) 2009-2023 California Institute of Technology')
    1919print(' ')
    2020print('    to get started type: issmdoc')
Note: See TracChangeset for help on using the changeset viewer.