Skip to content

Instantly share code, notes, and snippets.

@innerop
innerop / pro-seller-spa-production.json
Created June 12, 2024 00:20
pro-seller-spa-production.json
{
"section_header": "Section III.01 Organization and Authority of Seller",
"analysis": [
{
"clause": "Seller is a corporation dulyorganized, validly existing and in good standing under the Laws (as defined in Section 3.05) of
the state of STATE. Seller has all necessary corporate power and authority to enter into this
Agreement, to carry out its obligations hereunder and to consummate the transactions
contemplated hereby. The execution and delivery by Seller of this Agreement, the performance
by Seller of its obligations hereunder, and the consummation by Seller of the transactions
contemplated hereby have been duly authorized by all requisite corporate action on the part of
@innerop
innerop / linked-in-production.json
Last active June 13, 2024 01:40
linked-in-production.json
{
"section_header": "7. Right to Terminate or Modify Software",
"analysis": [
{
"clause": "LinkedIn may modify the Software and this EULA without notice. You may cease use of the
Software at any time. Either party may terminate this EULA at any time, with or without notice.",
"reasoning": {
"federal_laws": [
{
@innerop
innerop / linkedin-eula-analyzed-with-consideraton-for-impact-on-legal-rights.json
Created June 8, 2024 20:36
linkedin-eula-analyzed-with-consideraton-for-impact-on-legal-rights.json
@innerop
innerop / pro-seller-spa-analyzed.json
Created June 8, 2024 01:54
pro-seller-spa-analyzed.json
{
"section_header": "Section VII.06. Successors and Assigns",
"analysis": [
{
"clause": "This Agreement shall be binding uponand shall inure to the benefit of the parties hereto and their respective successors and permitted
assigns. Neither party may assign its rights or obligations hereunder without the prior written
consent of the other party, which consent shall not be unreasonably withheld or delayed. No
assignment shall relieve the assigning party of any of its obligations hereunder.",
"reasoning": {
"potentially_conflicting_federal_laws": [
@innerop
innerop / linkedin-eula-analyzed.json
Last active June 8, 2024 01:55
linkedin-eula-analyzed.json
{
"section_header": "1. Description of Software",
"analysis": [
{
"clause": "The Software is a downloadable software application that enables you to access LinkedIn functionality directly from your Android, iPhone, iPad or other mobile device supported by LinkedIn (“Device”). You may download the Software whether or not you use the LinkedIn Service, but you must associate it with your LinkedIn account to enable its full functionality.",
"reasoning": {
"potentially_conflicting_federal_laws": [
{
"law": "Electronic Communications Privacy Act of 1986, 18 U.S.C. §§ 2510-2523",
"conflict": "The clause requires users to associate the software with their LinkedIn account to enable full functionality, which may conflict with user privacy rights and data protection regulations.",
{
"section_header": "12. Export Restrictions",
"analysis": [
{
"clause": "This EULA is expressly made subject to any laws, regulations, orders or other restrictions on the export of software from the United States of America, and may be subject to export and import regulations of other countries. You acknowledge and agree not to import, export, re-export, transfer or use, directly or indirectly, the Software without compliance with such laws, regulations, orders or other restrictions.",
"reasoning": {
"US_code_and_contract_law": [
{
"relevant_federal_law": "50 U.S.C. § 4801 et seq.",
"relevance_of_federal_law": "The Export Control Reform Act (ECRA) of 2018, codified at 50 U.S.C. § 4801 et seq., governs the export, re-export, and transfer of controlled items, including software, from the United States. This law aligns with the clause by imposing legal requirements on the export of softw
{
"section_header": "Section V.04. Public Announcements",
"analysis": [
{
"clause": "Unless otherwise required by applicable Law, noparty to this Agreement shall make any public announcements in respect of this Agreement or
the transactions contemplated hereby without the prior written consent of the other party (which
consent shall not be unreasonably withheld, conditioned or delayed), and the parties shall
cooperate as to the timing and contents of any such announcement.",
"reasoning": {
"US_code_and_contract_law": [
@innerop
innerop / ssh-multi.sh
Created October 27, 2018 17:05 — forked from dmytro/ssh-multi.sh
Start multiple synchronized SSH connections with Tmux
#!/bin/bash
# ssh-multi
# D.Kovalov
# Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html
# a script to ssh multiple servers over multiple tmux panes
starttmux() {
if [ -z "$HOSTS" ]; then
@innerop
innerop / ssh-multi.sh
Created October 27, 2018 17:04 — forked from dmytro/ssh-multi.sh
Start multiple synchronized SSH connections with Tmux
#!/bin/bash
# ssh-multi
# D.Kovalov
# Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html
# a script to ssh multiple servers over multiple tmux panes
starttmux() {
if [ -z "$HOSTS" ]; then