@@ -74,7 +74,7 @@ const TermsOfService: React.FC = () => {
7474 .
7575 </ p >
7676
77- { /* Grammatical mistakes are corrected */ }
77+ { /* Grammatical mistakes are corrected with more formal language */ }
7878 < Section id = "acceptance" title = "Acceptance of Terms" >
7979 By accessing or using RecodeHive, you agree to comply with these Terms
8080 and any other guidelines provided by us. If you do not agree, please
@@ -84,42 +84,68 @@ const TermsOfService: React.FC = () => {
8484 < Section id = "use-of-service" title = "Use of the Service" >
8585 < ol className = { styles . list } >
8686 < li >
87- < strong > Usage Instructions:</ strong > Do not use the website in any
88- way that could impair its performance, corrupt content, or reduce
89- overall functionality.
87+ < strong > License to Use:</ strong > We grant you a limited,
88+ non-exclusive, non-transferable, and revocable license to access
89+ and use the Service for your personal or internal business
90+ purposes, strictly in accordance with these Terms.
9091 </ li >
9192 < li >
92- < strong > License:</ strong > We grant a limited, non-exclusive,
93- non-transferable, revocable license for personal or internal
94- business use only. Commercial use is prohibited without prior
95- consent.
96- </ li >
97- < li >
98- < strong > User Conduct:</ strong > Do not compromise website security,
99- attempt unauthorized access, or access sensitive information you
100- are not permitted to view.
93+ < strong > Prohibited Uses:</ strong > You agree not to:
94+ { /* Using inline styles for a nested list to avoid CSS conflicts */ }
95+ < ul
96+ style = { {
97+ listStyleType : "circle" ,
98+ paddingLeft : "20px" ,
99+ marginTop : "12px" ,
100+ } }
101+ >
102+ < li style = { { marginBottom : "8px" } } >
103+ Use the Service in any manner that could disable, overburden,
104+ damage, or impair the site.
105+ </ li >
106+ < li style = { { marginBottom : "8px" } } >
107+ Attempt to gain unauthorized access to any part of the
108+ Service, or any data, servers, or networks connected to the
109+ Service.
110+ </ li >
111+ < li style = { { marginBottom : "8px" } } >
112+ Compromise the security of the Service or access sensitive
113+ information you are not permitted to view.
114+ </ li >
115+ < li >
116+ Use the Service for any illegal purpose or in violation of any
117+ local, state, national, or international law.
118+ </ li >
119+ </ ul >
101120 </ li >
102121 </ ol >
103122 </ Section >
104123
105- < Section id = "content" title = "Content" >
124+ < Section id = "content" title = "Content & Intellectual Property " >
106125 < ol className = { styles . list } >
107126 < li >
108- < strong > User Content:</ strong > You retain ownership of content you
109- submit. By submitting, you grant RecodeHive a worldwide,
110- royalty-free, non-exclusive license to use, reproduce, modify,
111- distribute, and display it.
127+ < strong > User-Generated Content:</ strong > You retain all ownership
128+ rights to the content you submit ("User Content"). By submitting
129+ User Content, you grant RecodeHive a worldwide, royalty-free,
130+ non-exclusive, sublicensable license to use, reproduce, modify,
131+ adapt, publish, distribute, and display such User Content solely
132+ in connection with providing the Service.
112133 </ li >
113134 < li >
114- < strong > Intellectual Property:</ strong > All trademarks, logos, and
115- other intellectual property remain the property of Sanjay
116- Viswanathan or its licensors. Usage requires prior written
117- consent.
135+ < strong > Our Intellectual Property:</ strong > The Service and its
136+ original content (excluding User Content), features, and
137+ functionality are and will remain the exclusive property of Sanjay
138+ Viswanathan and his licensors. Usage of any trademarks, logos, or
139+ service marks requires our prior written consent.
118140 </ li >
119141 < li >
120- < strong > Indemnification:</ strong > You are responsible for any
121- claims, expenses, or legal fees arising from violations of these
122- Terms.
142+ < strong > Indemnification:</ strong > You agree to defend, indemnify,
143+ and hold harmless RecodeHive and Sanjay Viswanathan from and
144+ against any and all claims, damages, obligations, losses,
145+ liabilities, costs or debt, and expenses (including but not
146+ limited to attorney's fees) arising from: (i) your use of and
147+ access to the Service; (ii) your violation of any term of these
148+ Terms; or (iii) your violation of any third-party right.
123149 </ li >
124150 </ ol >
125151 </ Section >
0 commit comments