Skip to content

Commit 9db9211

Browse files
CHG: updated date and removed issmdoc
1 parent bd7ea32 commit 9db9211

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

src/m/dev/issmversion.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@
2222
disp(['Build date: ' IssmConfig('PACKAGE_BUILD_DATE')]);
2323
disp(['Compiled on ' IssmConfig('HOST_VENDOR') ' ' IssmConfig('HOST_OS') ' ' IssmConfig('HOST_ARCH') ' by ' IssmConfig('USER_NAME')]);
2424
disp([' ']);
25-
disp(['Copyright (c) 2009-2024 California Institute of Technology']);
26-
disp([' ']);
27-
disp([' to get started type: issmdoc']);
28-
disp([' ']);
25+
disp(['Copyright (c) 2009-2025 California Institute of Technology (3-Clause BSD License)']);

src/m/dev/issmversion.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ def issmversion():
1515
print(('(website: ' + IssmConfig('PACKAGE_URL')[0] + ' contact: ' + IssmConfig('PACKAGE_BUGREPORT')[0] + ')'))
1616
print(' ')
1717
print(('Build date: ' + IssmConfig('PACKAGE_BUILD_DATE')[0]))
18-
print('Copyright (c) 2009-2024 California Institute of Technology')
19-
print(' ')
20-
print(' to get started type: issmdoc')
21-
print(' ')
18+
print('Copyright (c) 2009-2024 California Institute of Technology (3-Clause BSD License)')

src/m/miscellaneous/issmdoc.m

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)