diff options
author | Wojciech A. Koszek <wkoszek@laptop.freebsd.czest.pl> | 2010-01-31 23:00:57 +0000 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-02-01 15:48:46 +0100 |
commit | d93957f71062edb53b34e3033b512e942de458c4 (patch) | |
tree | 267e5842f1b3f9f2c7b5074ebea3ba5533d2f597 /LICENSE | |
parent | 04b756deb6c4d95f6940592dd784382b063ecdf9 (diff) | |
download | jimtcl-d93957f71062edb53b34e3033b512e942de458c4.zip jimtcl-d93957f71062edb53b34e3033b512e942de458c4.tar.gz jimtcl-d93957f71062edb53b34e3033b512e942de458c4.tar.bz2 |
Bring corrected license as mentioned in freebsd/...
Remove "FreeBSD license" statements, since it's not a correct term
I believe.
Small cleanup while being here.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,6 @@ +Unless explicitly stated, all files within Jim repository are released +under following license: + /* Jim - A small embeddable Tcl interpreter * * Copyright 2005 Salvatore Sanfilippo <antirez@invece.org> @@ -8,8 +11,6 @@ * Copyright 2008 Duane Ellis <openocd@duaneellis.com> * Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de> * - * The FreeBSD license - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -37,4 +38,4 @@ * The views and conclusions contained in the software and documentation * are those of the authors and should not be interpreted as representing * official policies, either expressed or implied, of the Jim Tcl Project. - **/ + */ |