aboutsummaryrefslogtreecommitdiff
path: root/jim.c
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@laptop.freebsd.czest.pl>2010-01-31 22:53:55 +0000
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-02-01 13:20:27 +0100
commitfb76eaf8f1f24a394618d4e757cb2b203055ae17 (patch)
treee023372736a904a6cb23145142ec67d3c88545fa /jim.c
parent4bcedeb67723496092aa8c29674cc5a1691e205c (diff)
downloadjimtcl-fb76eaf8f1f24a394618d4e757cb2b203055ae17.zip
jimtcl-fb76eaf8f1f24a394618d4e757cb2b203055ae17.tar.gz
jimtcl-fb76eaf8f1f24a394618d4e757cb2b203055ae17.tar.bz2
Revert "Bring correct license -- I think freebsd/ directory has an agreements"
This reverts commit 1e2fdd7d9e877fbe2c88a4c32f098ce1e575dc1d.
Diffstat (limited to 'jim.c')
-rw-r--r--jim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/jim.c b/jim.c
index c098b86..ed7ba79 100644
--- a/jim.c
+++ b/jim.c
@@ -12,6 +12,8 @@
* Copyright 2009 Zachary T Welch zw@superlucidity.net
* Copyright 2009 David Brownell
*
+ * The FreeBSD license
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -40,7 +42,6 @@
* are those of the authors and should not be interpreted as representing
* official policies, either expressed or implied, of the Jim Tcl Project.
**/
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif