Changeset 22760
- Timestamp:
- 05/10/18 10:26:44 (7 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/README
r18456 r22760 15 15 16 16 17 Copyright (c) 2002-201 4, California Institute of Technology.17 Copyright (c) 2002-2018, California Institute of Technology. 18 18 All rights reserved. Based on Government Sponsored Research under contracts 19 19 NAS7-1407 and/or NAS7-03001. -
issm/trunk-jpl/configure.ac
r21816 r22760 2 2 3 3 #AUTOCONF 4 AC_INIT([Ice Sheet System Model (ISSM)],[4.1 3],[issm@jpl.nasa.gov],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure4 AC_INIT([Ice Sheet System Model (ISSM)],[4.14],[issm@jpl.nasa.gov],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure 5 5 AC_CONFIG_AUX_DIR([./aux-config]) #Put config files in aux-config 6 6 AC_CONFIG_MACRO_DIR([m4]) #m4 macros are located in m4 -
issm/trunk-jpl/src/m/dev/issmversion.m
r21552 r22760 17 17 disp(['Compiled on ' IssmConfig('HOST_VENDOR') ' ' IssmConfig('HOST_OS') ' ' IssmConfig('HOST_ARCH') ' by ' IssmConfig('USER_NAME')]); 18 18 disp([' ']); 19 disp(['Copyright (c) 2009-201 7California Institute of Technology']);19 disp(['Copyright (c) 2009-2018 California Institute of Technology']); 20 20 disp([' ']); 21 21 disp([' to get started type: issmdoc']); -
issm/trunk-jpl/src/m/dev/issmversion.py
r21552 r22760 15 15 print ' ' 16 16 print 'Build date: '+IssmConfig('PACKAGE_BUILD_DATE')[0] 17 print 'Copyright (c) 2009-201 7California Institute of Technology'17 print 'Copyright (c) 2009-2018 California Institute of Technology' 18 18 print ' ' 19 19 print ' to get started type: issmdoc'
Note:
See TracChangeset
for help on using the changeset viewer.