aboutsummaryrefslogtreecommitdiff
path: root/jim.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim.c')
-rw-r--r--jim.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/jim.c b/jim.c
index ed7ba79..c098b86 100644
--- a/jim.c
+++ b/jim.c
@@ -12,8 +12,6 @@
* 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:
@@ -42,6 +40,7 @@
* 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