aboutsummaryrefslogtreecommitdiff
path: root/jim-regexp.c
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@laptop.freebsd.czest.pl>2010-01-31 22:49:26 +0000
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-02-01 13:20:27 +0100
commit4bcedeb67723496092aa8c29674cc5a1691e205c (patch)
tree61b7a3eb3bcbc329947771592fa7a1dfc5f93fae /jim-regexp.c
parenteabbce2c45b3c67b8aa30447347dacb9dc5397df (diff)
downloadjimtcl-4bcedeb67723496092aa8c29674cc5a1691e205c.zip
jimtcl-4bcedeb67723496092aa8c29674cc5a1691e205c.tar.gz
jimtcl-4bcedeb67723496092aa8c29674cc5a1691e205c.tar.bz2
Bring correct license -- I think freebsd/ directory has an agreements
for relicensing all files within Jim project. "FreeBSD license" isn't correct term, so basically remove it. Try to make the whole place consistent.
Diffstat (limited to 'jim-regexp.c')
-rw-r--r--jim-regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-regexp.c b/jim-regexp.c
index 72d2f1f..de2cbb8 100644
--- a/jim-regexp.c
+++ b/jim-regexp.c
@@ -1,5 +1,5 @@
/*
- * (c) 2008 Steve Bennett <steveb@workware.net.au>
+ * Copyright (c) 2008 Steve Bennett <steveb@workware.net.au>
*
* Implements the regexp and regsub commands for Jim
*