Licensed Software. This Software is licensed not sold.
You may use this Software only as described in this license. If
you do not agree to the terms of this license, do not install or
use the Software.
Single Computer. The programs provided can only be used
on a single computer system (CPU) at a time. If you need
additional licenses for your company, contact REBOL for quantity
discounts.
Source Module Ownership. All source code modules are
owned by REBOL Technologies. Source code modules are
confidential and shall not be copied, distributed, or published.
All changes, modifications, fixes, improvements, or derivations,
must be submitted back to REBOL Technologies for possible
inclusion in future releases. All such submissions are owned and
copyrighted exclusively by REBOL Technologies.
REBOL API Restriction. If you choose to export the REBOL API
(function and objects of REBOL) for users of programs created by
REBOL/SDK (in other words, you allow users of your programs to write
and execute REBOL scripts within your program), you must obtain a
separate commercial distribution license from REBOL Technologies. If
your program does not allow users to access the REBOL API, then no
additional license is required.
Encapsulated Source Code. Programs encapsulated by this
product can only be protected to the extent allowed by
encryption technology. Because the program itself requires
decryption prior to execution, it is not possible to fully
protect the contents of the User's program. The User understands
and accepts the possiblity that the encapsualted program source
could be exposed to third parties and holds REBOL Technologies
harmless and free from any claims or liability. If the User must
fully protect important patents or trade secret software
methods, the User should not use this Software.
Program Identification. The User may change the program
icons or window title for programs that are created by this
Software. However, the User must not make any other changes to
the operation or identity of the REBOL Software.
Export Restrictions. This Software contains powerful
encryption technology. You may not export or re-export the
Software in violation of the export laws of the United States,
or the applicable laws of any other jurisdiction. The Software
may not be exported or re-exported to certain countries which
are embargoed or restricted. Restricted countries currently
include Afghanistan, Cuba, Iran, Iraq, Libya, Sudan, Syria,
and North Korea.
Illegal Use. The User may not use the Software to
perform any unauthorized transfer of information, such as
copying or transferring a file in violation of a copyright, or
for any illegal purpose.
Other Restrictions. You may not reduce the Software to
human readable form, reverse engineer, de-compile, disassemble
or modify the Software. You may not rent, lease, or lend the
Software.
No Warranties. To the extent permitted by applicable
law, the Software is provided "as is" without warranty of any
kind, either express or implied, including, without limitation,
the implied warranties of merchantability, fitness for a
particular purpose, or noninfringement. The Software is provided
with all faults and the entire risk as to satisfactory quality,
performance, accuracy and effort is with you.
Limited Liability. REBOL Technologies is not liable to
you for any consequential, special, incidental, or indirect
damages of any kind arising out of the delivery, performance, or
use of the Software, even if REBOL has been advised of the
possibility of such damages. REBOL’s liability, for any claim
related to your purchase or use of the Software, whether in
contract, tort, or any other theory of liability will not exceed
the greater of U.S. $1.00 or the license fee paid by you.
Unenforceable Provisions. If any provision of this
license is held to be unenforceable, the remainder of the
license shall not be affected, and the unenforceable provision
shall be reformed to the extent necessary to make the provision
enforceable.
Governing Laws. Except to the extent local law provides
otherwise, this license is governed by the laws of the State of
California, U.S.A. This license is not governed by the United
Nations Convention of Contracts for the International Sale of
Goods.
Modification. This license may only be modified by a
written document signed by both parties.
Termination. This license terminates if you fail to
comply with its terms and conditions. If your license
terminates, you must destroy all copies of the Software and all
copies of software created by this Software. The termination of
this license does not limit REBOL Technologies' other rights it
may have by law.
If you feel inclined to help promote REBOL, we've included these
REBOL logos for display on your web-site or products.
These full size images are provided in full size lossless PNG format:
These scaled images are in small GIF format:
To link these logos to our web site, HTML code such a this can
be used:
<A HREF="http://www.rebol.com"><IMG
SRC="pwr-sdk.png" BORDER="0"></A>
|
Or, within your REBOL code you can link to our site with
a VID layout line such as:
image %pwr-sdk.png [browse http://www.rebol.com]
|
You can resize these logos to better fit your web page or
product, and you can also save them in some other image format,
but please don't modify them in any other way. If you need to do
that, contact us at feedback, and we will consider your
suggestion.
Note that REBOL is a registered trademark of REBOL
Technologies and this trademark can only be used for REBOL
products and services.
The SDK does not require any type of special installation. All
executable files operate in a stand-alone fashion. They only
require the license.key file and no other hidden files or magic
registry settings are used.
To install the SDK, unzip (untar) the distribution package into
the desired directory.
| License.key Required |
|
To use the encapsulation (encap) programs that are part of the
SDK, you must have your license.key in the same directory as
the encap program. If you do not, you will receive this message:
*** License key is missing. Please copy "license.key" to the
*** installation directory. Press return to quit.
|
To fix the problem, move the license.key to the same file as
the encap program.
|
To test the encap program on Windows, use your mouse to drag the
test.r script over the enface icon. The encap program will
create an executable file called test.exe as a result. Click
on test.exe to verify that it runs.
To test the encap program on Linux or other Unix-type systems
you can type the line:
The encap program will create an executable file called test.exe
as a result. Run the test file to verify that it works (you
need X windows to be running).
See the Encap chapter for more details and examples.