diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 22:44:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 22:44:59 -0700 |
commit | a29f25226ac408489c311050e795c75d1985d9dd (patch) | |
tree | 1f648ad9e7fe6365824380ed75ebf46010884168 /regex.c | |
parent | d11481b8cd38d63d21d50fb1b7fc9c49a7f21c0d (diff) | |
download | txr-a29f25226ac408489c311050e795c75d1985d9dd.tar.gz txr-a29f25226ac408489c311050e795c75d1985d9dd.tar.bz2 txr-a29f25226ac408489c311050e795c75d1985d9dd.zip |
* LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,
lib.h, match.c, match.h, parser.h, parser.l, parser.y, regex.c,
regex.h, stream.c, stream.h, txr.1, txr.c, txr.h, unwind.c, unwind.h,
utf8.c, utf8.h: Updated copyright year.
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* Copyright 2010 +/* Copyright 2011 * Kaz Kylheku <kkylheku@gmail.com> * Vancouver, Canada * All rights reserved. |