diff options
author | Wojciech 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 |
commit | 4bcedeb67723496092aa8c29674cc5a1691e205c (patch) | |
tree | 61b7a3eb3bcbc329947771592fa7a1dfc5f93fae /LICENSE | |
parent | eabbce2c45b3c67b8aa30447347dacb9dc5397df (diff) | |
download | jimtcl-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 '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. - **/ + */ |