This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"section_header": "3. Title", | |
"analysis": [ | |
{ | |
"clause": "Title, ownership and all rights (including without limitation intellectual property rights) in and to | |
the Software shall remain with LinkedIn. Except for those rights expressly granted in this EULA, | |
no other rights are granted, whether express or implied.", | |
"reasoning": { | |
"federal_laws": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"section_header": "5. Personal Information and Privacy", | |
"analysis": [ | |
{ | |
"clause": "Our handling of personal information we collect through the LinkedIn Services or the Software is governed by the LinkedIn Privacy Policy.", | |
"reasoning": { | |
"potentially_conflicting_federal_laws": [ | |
{ | |
"question": "Does the LinkedIn Privacy Policy comply with federal regulations on data privacy and protection?", | |
"law": "Privacy Act of 1974, 5 U.S.C. § 552a", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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.", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
NewerOlder