Olin Lathrop | 10 May 14:13

Re: [EE]: opinion on Willem programmer?

Byron Jeff wrote:
> Where's the license? I looked on EmbedInc's software page, and
> downloaded the development software. The only license reference I
> found was in the aspic files:
>
> ;   ***************************************************************
> ;   * The contents of this file may be used in any way,           *
> ;   * commercial or otherwise.  This file is provided "as is",    *
> ;   * and Embed Inc makes no claims of suitability for a          *
> ;   * particular purpose nor assumes any liability resulting from *
> ;   * its use.                                                    *
> ;   ***************************************************************
>
> There was no separate license file that I could find and no such text
> in the .pas files.

The licenses are in the form of copyright notices in the individual files.
You must have found a really old one.  The one above isn't even a copyright.
The normal copyright for PIC source lets you use it any way you want but you
have to propagate the copyright notice at the start of the file unaltered.
In other words, I get credit in the source code, and any modified versions
fall under the copyright.

I'm not sure exactly what you downloaded, but to get the USBProg source go
to http://www.embedinc.com/picprg/sw.htm and download the Development
Software release.  The source files that are specific to the USBProg will be
in the SOURCE > PICPRG directory with names EUSB*.aspic and
PICPRG_*.INS.ASPIC.  For example, the EUSB_AD.ASPIC (A/D handler) module has
the normal copyright, and PICPRG_F30.INS.ASPIC (dsPIC programming algorithm)
module has the more restricted copyright.
(Continue reading)


Gmane