Skip to content

Commit

Permalink
Move license code to "license" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
whyitfor committed Jul 18, 2024
1 parent d617aba commit 9ba6c22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ frontend/public/build
ofrak_core/ofrak/core/entropy/entropy_c.cpython*
ofrak_core/ofrak/gui/public
ofrak_core/build
ofrak_core/ofrak/license/license.json
1 change: 0 additions & 1 deletion ofrak_core/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
recursive-exclude test_ofrak *
recursive-include ofrak/core/entropy/ *
recursive-include ofrak/gui/public *
include assets
include requirements*.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"signature": "dWqqtFl1Tvqs/SMOpKvRs2H5dKaJaJ00ZrP3Zmfp9DYJa3PhvolC/nUECyN1LesFe9S4v+R1a4SbaZyxTJ5dAg==",
}
RBS_PUBLIC_KEY = b"r\xcf\xb2\xe7\x17Y\x05*\x0e\xe3+\x00\x16\xd3\xd6\xf7\xa7\xd8\xd7\xfdV\x91\xa7\x88\x93\xe9\x9a\x8a\x05q\xd3\xbd"
LICENSE_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "assets", "license.json"))
LICENSE_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "license.json"))
AGREEMENT = 'RED BALLOON SECURITY, INC., A DELAWARE CORPORATION, WITH AN ADDRESS AT 639 11TH AVENUE, 4TH FLOOR, NEW YORK, NY 10036, USA ("RED BALLOON") IS ONLY WILLING TO LICENSE OFRAK AND RELATED DOCUMENTATION PURSUANT TO THE OFRAK PRO LICENSE AGREEMENT (COLLECTIVELY WITH THIS REGISTRATION FORM, THE "AGREEMENT"). READ THIS AGREEMENT CAREFULLY BEFORE DOWNLOADING AND INSTALLING AND USING OFRAK. BY CLICKING ON THE "ACCEPT" BUTTON ON THIS REGISTRATION FORM "REGISTRATION FORM"), OR OTHERWISE ACCESSING, INSTALLING, COPYING OR OTHERWISE USING OFRAK, YOU ("LICENSEE") AGREE THAT THIS REGISTRATION FORM SHALL BE DEEMED TO BE MUTUALLY EXECUTED AND THIS REGISTRATION FORM SHALL BE INCORPORATED INTO AND BECOME A MATERIAL PART OF THE AGREEMENT BETWEEN LICENSEE AND RED BALLOON LOCATED AT https://github.com/redballoonsecurity/ofrak/blob/master/LICENSE. YOU REPRESENT THAT YOU ARE AUTHORIZED TO ACCEPT THIS AGREEMENT ON BEHALF OF LICENSEE. IF LICENSEE DOES NOT AGREE TO THE FOREGOING TERMS AND CONDITIONS, DO NOT CLICK ON THE ACCEPT BUTTON, OR OTHERWISE ACCESS, INSTALL, COPY OR USE OFRAK.'


Expand Down

0 comments on commit 9ba6c22

Please sign in to comment.