summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysDateStamp.py
Commit message (Collapse)AuthorAgeFilesLines
* KWSys: Remove DateStampBrad King2012-04-251-54/+0
| | | | | | | | | KWSys is no longer shared in projects via a server-side directory symlink in CVS. An automated nightly date stamp commit can no longer be shared by multiple projects directly. It needs a per-project replay robot so the nightly commits end up needing N+1 robots instead of N. Remove the DateStamp feature because it is no longer useful or maintained by nightly commits.
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-0/+22
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* ENH: Created better names and a more convenient set of version date stamp ↵Brad King2007-11-121-3/+3
| | | | macros.
* ENH: Adding DateStamp feature to KWSys. This provides a header file giving ↵Brad King2007-11-121-0/+32
preprocessor access to a dated version. The 'datestamp' will be updated automatically every day by a script.