Просмотр исходного кода

fix: update repository references from weseek to growilabs in various files

Shun Miyazawa 6 месяцев назад
Родитель
Сommit
a556d89148

+ 1 - 1
.changeset/config.json

@@ -1,6 +1,6 @@
 {
   "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
-  "changelog": ["@changesets/changelog-github", { "repo": "weseek/growi" }],
+  "changelog": ["@changesets/changelog-github", { "repo": "growilabs/growi" }],
   "commit": false,
   "fixed": [],
   "linked": [],

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2018 WESEEK, Inc.
+Copyright (c) 2018 GROWI, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
README.md

@@ -6,7 +6,7 @@
   </a>
 </p>
 <p align="center">
-  <a href="https://github.com/growilabs/growi/releases/latest"><img src="https://img.shields.io/github/release/weseek/growi.svg" alt="Latest version"></a>
+  <a href="https://github.com/growilabs/growi/releases/latest"><img src="https://img.shields.io/github/release/growilabs/growi.svg" alt="Latest version"></a>
   <a href="https://communityinviter.com/apps/wsgrowi/invite/"><img src="https://img.shields.io/badge/Slack-Join%20Us-4A154B?style=flat&logo=slack&logoColor=white" alt="Slack - Join US"></a>
 </p>
 

+ 1 - 1
README_JP.md

@@ -6,7 +6,7 @@
   </a>
 </p>
 <p align="center">
-  <a href="https://github.com/growilabs/growi/releases/latest"><img src="https://img.shields.io/github/release/weseek/growi.svg" alt="Latest version"></a>
+  <a href="https://github.com/growilabs/growi/releases/latest"><img src="https://img.shields.io/github/release/growilabs/growi.svg" alt="Latest version"></a>
   <a href="https://communityinviter.com/apps/wsgrowi/invite/"><img src="https://img.shields.io/badge/Slack-Join%20Us-4A154B?style=flat&logo=slack&logoColor=white" alt="Slack - Join US"></a>
 </p>
 

+ 1 - 1
apps/app/docker/README.md

@@ -20,7 +20,7 @@ What is GROWI?
 
 GROWI is a team collaboration software and it forked from [crowi](https://github.com/weseek/crowi/crowi)
 
-see: [weseek/growi](https://github.com/growilabs/growi)
+see: [growilabs/growi](https://github.com/growilabs/growi)
 
 
 Requirements

+ 10 - 10
apps/app/src/features/growi-plugin/server/models/growi-plugin.integ.ts

@@ -8,8 +8,8 @@ describe('GrowiPlugin find methods', () => {
     await GrowiPlugin.insertMany([
       {
         isEnabled: false,
-        installedPath: 'weseek/growi-plugin-unenabled1',
-        organizationName: 'weseek',
+        installedPath: 'growilabs/growi-plugin-unenabled1',
+        organizationName: 'growilabs',
         origin: {
           url: 'https://github.com/growilabs/growi-plugin-unenabled1',
         },
@@ -20,8 +20,8 @@ describe('GrowiPlugin find methods', () => {
       },
       {
         isEnabled: false,
-        installedPath: 'weseek/growi-plugin-unenabled2',
-        organizationName: 'weseek',
+        installedPath: 'growilabs/growi-plugin-unenabled2',
+        organizationName: 'growilabs',
         origin: {
           url: 'https://github.com/growilabs/growi-plugin-unenabled2',
         },
@@ -32,8 +32,8 @@ describe('GrowiPlugin find methods', () => {
       },
       {
         isEnabled: true,
-        installedPath: 'weseek/growi-plugin-example1',
-        organizationName: 'weseek',
+        installedPath: 'growilabs/growi-plugin-example1',
+        organizationName: 'growilabs',
         origin: {
           url: 'https://github.com/growilabs/growi-plugin-example1',
         },
@@ -44,8 +44,8 @@ describe('GrowiPlugin find methods', () => {
       },
       {
         isEnabled: true,
-        installedPath: 'weseek/growi-plugin-example2',
-        organizationName: 'weseek',
+        installedPath: 'growilabs/growi-plugin-example2',
+        organizationName: 'growilabs',
         origin: {
           url: 'https://github.com/growilabs/growi-plugin-example2',
         },
@@ -97,8 +97,8 @@ describe('GrowiPlugin activate/deactivate', () => {
     await GrowiPlugin.insertMany([
       {
         isEnabled: false,
-        installedPath: 'weseek/growi-plugin-example1',
-        organizationName: 'weseek',
+        installedPath: 'growilabs/growi-plugin-example1',
+        organizationName: 'growilabs',
         origin: {
           url: 'https://github.com/growilabs/growi-plugin-example1',
         },

+ 1 - 1
apps/pdf-converter/docker/README.md

@@ -29,4 +29,4 @@ and go to `http://localhost:3010/` .
 
 ### docker-compose
 
-PDF Converter is configured by default in [weseek/growi-docker-compose](https://github.com/growilabs/growi-docker-compose). GROWI will be able to request to PDF Converter after `docker-compose up`.
+PDF Converter is configured by default in [growilabs/growi-docker-compose](https://github.com/growilabs/growi-docker-compose). GROWI will be able to request to PDF Converter after `docker-compose up`.

+ 54 - 43
apps/slackbot-proxy/src/views/privacy.ejs

@@ -1,11 +1,11 @@
 <%- include('commons/head'); %>
 
-<body>
-  <div class="row">
-    <div class="col-12 col-md-6 offset-md-3">
-      <div class="p-3">
-        <h1 class="text-center">Privacy Policy</h1>
-        <h2 class="text-center"">At First</h2>
+  <body>
+    <div class="row">
+      <div class="col-12 col-md-6 offset-md-3">
+        <div class="p-3">
+          <h1 class="text-center">Privacy Policy</h1>
+          <h2 class="text-center"">At First</h2>
         <p>
           Your privacy is critically important to us. At GROWI Official Bot we have a few fundamental principles:
         </p>
@@ -18,34 +18,42 @@
           If you have questions about deleting or correcting your personal data please contact support.
         </p>
         <p>
-          WESEEK, Inc. operates slack bot about GROWI. – henceforth referred to as "GROWI Official Bot". It is slack bot’s policy to respect your privacy regarding any information we may collect while operating our service.
-        </p>
-        <h2 class="text-center"">What Personal Data Do We Receive?</h2>
+          GROWI, Inc. operates slack bot about GROWI. – henceforth referred to as " GROWI Official Bot". It is slack
+            bot’s policy to respect your privacy regarding any information we may collect while operating our service.
+            </p>
+            <h2 class="text-center"">What Personal Data Do We Receive?</h2>
         <p>
-          Personal information is information about an identified or identifiable individual, or about an identifiable individual, including information that WESEEK, Inc. can associate with an individual.
+          Personal information is information about an identified or identifiable individual, or about an identifiable individual, including information that GROWI, Inc. can associate with an individual.
         </p>
         <p>
           When using or operating the GROWI Official Bot, we may collect or process the following categories of personal information on your behalf.
         </p>
-        <h2 class="text-center"">Protection of specific personal information</h2>
-        <p>
-          WESEEK, Inc. provides potentially personally identifiable information and personally identifiable information.
-        </p>
-        <ul>
-          <li>
-            We will only disclose it to the information of employees, contractors, and related organizations who need to know that information to process on behalf of WESEEK, Inc. or to provide the services available on the GROWI Official Bot.
-          </li>
-          <li>
-            Those who have agreed not to disclose it to others. Some of these employees, contractors, and related organizations may be located outside of their home country.
-          </li>
-        </ul>
-        <p>
-          By using GROWI Official Bot, you agree to transfer such information to them. As mentioned above, other than employees, contractors, and related organizations, WESEEK, Inc. does not lend or sell personally identifiable or personally identifiable information to third parties.
-        </p>
-        <p>
-          WESEEK, Inc. will take all reasonable steps to protect personally identifiable information and personally identifiable information from unauthorized access, use, modification or destruction.
-        </p>
-        <h2 class="text-center"">Other information to collect</h2>
+        <h2 class=" text-center"">Protection of specific personal information</h2>
+            <p>
+              GROWI, Inc. provides potentially personally identifiable information and personally identifiable
+              information.
+            </p>
+            <ul>
+              <li>
+                We will only disclose it to the information of employees, contractors, and related organizations who
+                need to know that information to process on behalf of GROWI, Inc. or to provide the services available
+                on the GROWI Official Bot.
+              </li>
+              <li>
+                Those who have agreed not to disclose it to others. Some of these employees, contractors, and related
+                organizations may be located outside of their home country.
+              </li>
+            </ul>
+            <p>
+              By using GROWI Official Bot, you agree to transfer such information to them. As mentioned above, other
+              than employees, contractors, and related organizations, GROWI, Inc. does not lend or sell personally
+              identifiable or personally identifiable information to third parties.
+            </p>
+            <p>
+              GROWI, Inc. will take all reasonable steps to protect personally identifiable information and personally
+              identifiable information from unauthorized access, use, modification or destruction.
+            </p>
+            <h2 class="text-center"">Other information to collect</h2>
         <p>
           order to enable mutual communication between your GROWI and Slack, we may collect, retain and process the following information that does not fall within the definition of personal information.
         </p>
@@ -75,22 +83,25 @@
             </ul>
           </li>
         </ul>
-        <h2 class="text-center"">
-          Business Transfers
-        </h2>
-        <p>
-          If WESEEK, Inc. or substantially all of its assets, were acquired, or in the unlikely event that WESEEK, Inc.
-          goes out of business or enters bankruptcy, user information would be one of the assets that is transferred or acquired by a third party.
-        </p>
-        <p>
-          You acknowledge that such transfers may occur, and that any acquirer of WESEEK, Inc. may continue to use your personal information as set forth in this policy.
-        </p>
-        <h2 class="text-center"">
+        <h2 class=" text-center"">
+              Business Transfers
+            </h2>
+            <p>
+              If GROWI, Inc. or substantially all of its assets, were acquired, or in the unlikely event that GROWI,
+              Inc.
+              goes out of business or enters bankruptcy, user information would be one of the assets that is transferred
+              or acquired by a third party.
+            </p>
+            <p>
+              You acknowledge that such transfers may occur, and that any acquirer of GROWI, Inc. may continue to use
+              your personal information as set forth in this policy.
+            </p>
+            <h2 class="text-center"">
           Privacy Policy Changes
         </h2>
         <p>
-          Although most changes are likely to be minor, WESEEK, Inc. may change its Privacy Policy from time to time, and in WESEEK, Inc.’s sole discretion.
-          WESEEK, Inc. encourages visitors to frequently check this page for any changes to its Privacy Policy.
+          Although most changes are likely to be minor, GROWI, Inc. may change its Privacy Policy from time to time, and in GROWI, Inc.’s sole discretion.
+          GROWI, Inc. encourages visitors to frequently check this page for any changes to its Privacy Policy.
         </p>
         <p>
           Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.
@@ -98,4 +109,4 @@
       </div>
     </div>
   </div>
-</body>
+</body>

+ 105 - 65
apps/slackbot-proxy/src/views/term.ejs

@@ -1,85 +1,125 @@
 <%- include('commons/head'); %>
 
-<body>
-  <div class="row">
-    <div class="col-12 col-md-6 offset-md-3">
-      <div class="p-3">
-        <h1 class="text-center">Terms of Service</h1>
-        <h2 class="text-center">At First</h2>
-        <p>This Terms of Use Agreement(hereinafter referred to as the "Agreement") stipulates the terms and conditions of use for the services provided by WESEEK,Inc. on GROWI Slack-Bot(hereinafter referred to as the "Services"). All registered users(hereinafter referred to as "Users") are required to follow these Terms of Service.</p>
+  <body>
+    <div class="row">
+      <div class="col-12 col-md-6 offset-md-3">
+        <div class="p-3">
+          <h1 class="text-center">Terms of Service</h1>
+          <h2 class="text-center">At First</h2>
+          <p>This Terms of Use Agreement(hereinafter referred to as the "Agreement") stipulates the terms and conditions
+            of use for the services provided by GROWI, Inc. on GROWI Slack-Bot(hereinafter referred to as the
+            "Services"). All registered users(hereinafter referred to as "Users") are required to follow these Terms of
+            Service.</p>
 
-        <h2 class="text-center">Application of Terms</h2>
-        <p>This Agreement shall apply to all relationships between the User and WESEEK,Inc. regarding the use of the Service.  In addition to this Agreement, WESEEK,Inc. may make various provisions regarding the Service, such as rules for use (hereinafter referred to as "Individual Provisions"). These individual regulations may be called by any name. These Individual Regulations, regardless of their names, shall constitute a part of these Terms. In the event that the provisions of these Terms of Use conflict with the provisions of the Individual Provisions of the preceding article, the provisions of the Individual Provisions shall take precedence unless otherwise specified in the Individual Provisions.</p>
+          <h2 class="text-center">Application of Terms</h2>
+          <p>This Agreement shall apply to all relationships between the User and GROWI, Inc. regarding the use of the
+            Service. In addition to this Agreement, GROWI, Inc. may make various provisions regarding the Service, such
+            as rules for use (hereinafter referred to as "Individual Provisions"). These individual regulations may be
+            called by any name. These Individual Regulations, regardless of their names, shall constitute a part of
+            these Terms. In the event that the provisions of these Terms of Use conflict with the provisions of the
+            Individual Provisions of the preceding article, the provisions of the Individual Provisions shall take
+            precedence unless otherwise specified in the Individual Provisions.</p>
 
-        <h2 class="text-center">User Registration</h2>
-        <p>Registration for this service shall be completed when the applicant agrees to these Terms of Use, applies for registration in accordance with the method specified by WESEEK,Inc. approves the application. If WESEEK,Inc. determines that the applicant has any of the following reasons, WESEEK,Inc. may not approve the application for registration, and WESEEK,Inc. shall not be obligated to disclose any of the reasons.</p>
+          <h2 class="text-center">User Registration</h2>
+          <p>Registration for this service shall be completed when the applicant agrees to these Terms of Use, applies
+            for registration in accordance with the method specified by GROWI, Inc. approves the application. If GROWI,
+            Inc. determines that the applicant has any of the following reasons, GROWI, Inc. may not approve the
+            application for registration, and GROWI, Inc. shall not be obligated to disclose any of the reasons.</p>
           <ul>
             <li>If the applicant has provided false information in the application for registration.</li>
             <li>If the application is from a person who has violated this agreement.</li>
-            <li>In addition, when WESEEK,Inc. deems that the registration is not appropriate.</li>
+            <li>In addition, when GROWI, Inc. deems that the registration is not appropriate.</li>
           </ul>
 
-        <h2 class="text-center">Account</h2>
-        <p>Users are responsible for maintaining the privacy and security of their accounts. We will not be liable for any damage or loss caused by your failure to protect your login information, including your password.</p>
+          <h2 class="text-center">Account</h2>
+          <p>Users are responsible for maintaining the privacy and security of their accounts. We will not be liable for
+            any damage or loss caused by your failure to protect your login information, including your password.</p>
 
-        <h2 class="text-center">Prohibited Matters</h2>
-        <p>Users shall not commit any of the following acts when using the Service.</p>
-        <ul>
-          <li>Acts that violate laws or public order and morals</li>
-          <li>Acts related to criminal acts</li>
-          <li>Acts that destroy or interfere with the functions of the servers or networks of WESEEK,Inc., other users, or other third parties.</li>
-          <li>Acts that may interfere with the operation of WESEEK,Inc.'s services.</li>
-          <li>Unauthorized access or attempts to do so.</li>
-          <li>Acts that collect or accumulate personal information about other users.</li>
-          <li>Acts of using this service for illegal purposes.</li>
-          <li>Actions that cause disadvantage, damage, or discomfort to other users of this service or other third parties.</li>
-          <li>Act of impersonating other users.</li>
-          <li>Advertising, solicitation, or business activities on this service that are not authorized by WESEEK,Inc..</li>
-          <li>Directly or indirectly providing benefits to antisocial forces in relation to WESEEK,Inc.'s services.</li>
-          <li>Any other acts that WESEEK,Inc. deems inappropriate.</li>
-        </ul>
+          <h2 class="text-center">Prohibited Matters</h2>
+          <p>Users shall not commit any of the following acts when using the Service.</p>
+          <ul>
+            <li>Acts that violate laws or public order and morals</li>
+            <li>Acts related to criminal acts</li>
+            <li>Acts that destroy or interfere with the functions of the servers or networks of GROWI, Inc., other
+              users, or other third parties.</li>
+            <li>Acts that may interfere with the operation of GROWI, Inc.'s services.</li>
+            <li>Unauthorized access or attempts to do so.</li>
+            <li>Acts that collect or accumulate personal information about other users.</li>
+            <li>Acts of using this service for illegal purposes.</li>
+            <li>Actions that cause disadvantage, damage, or discomfort to other users of this service or other third
+              parties.</li>
+            <li>Act of impersonating other users.</li>
+            <li>Advertising, solicitation, or business activities on this service that are not authorized by GROWI,
+              Inc..</li>
+            <li>Directly or indirectly providing benefits to antisocial forces in relation to GROWI, Inc.'s services.
+            </li>
+            <li>Any other acts that GROWI, Inc. deems inappropriate.</li>
+          </ul>
 
-        <h2 class="text-center">Suspension of Provision of the Service, etc.</h2>
-        <p>WESEEK,Inc. may suspend or interrupt the provision of all or part of the Service without prior notice to the User if WESEEK,Inc. deems any of the following to be the case When performing maintenance, inspection, or updating of the computer system for this service</p>
-        <ul>
-          <li>In the event that the provision of the Service becomes difficult due to force majeure such as earthquakes, lightning, fire, power outages, or natural disasters.</li>
-          <li>When a computer or communication line is stopped due to an accident</li>
-          <li>In any other cases where WESEEK,Inc. deems it difficult to provide the Service.</li>
-        </ul>
-        <p>WESEEK,Inc. shall not be liable for any disadvantage or damage incurred by the User or any third party due to the suspension or interruption of the provision of the Service.</p>
+          <h2 class="text-center">Suspension of Provision of the Service, etc.</h2>
+          <p>GROWI, Inc. may suspend or interrupt the provision of all or part of the Service without prior notice to
+            the User if GROWI, Inc. deems any of the following to be the case When performing maintenance, inspection,
+            or updating of the computer system for this service</p>
+          <ul>
+            <li>In the event that the provision of the Service becomes difficult due to force majeure such as
+              earthquakes, lightning, fire, power outages, or natural disasters.</li>
+            <li>When a computer or communication line is stopped due to an accident</li>
+            <li>In any other cases where GROWI, Inc. deems it difficult to provide the Service.</li>
+          </ul>
+          <p>GROWI, Inc. shall not be liable for any disadvantage or damage incurred by the User or any third party due
+            to the suspension or interruption of the provision of the Service.</p>
 
-        <h2 class="text-center">Restriction of Use and Cancellation of Registration</h2>
-        <p>In the event that a User falls under any of the following, WESEEK,Inc. may, without prior notice, restrict the User from using all or part of the Service, or cancel the User's registration.</P>
-        <ul>
-          <li>If the user violates any of the provisions of this agreement.</li>
-          <li>When it is found that there is a false fact in the registered information.</li>
-          <li>When there is no response to communication from WESEEK,Inc. for a certain period of time.</li>
-          <li>When there is no use of this service for a certain period of time after the last use.</li>
-          <li>In any other cases where WESEEK,Inc. deems the use of the Service to be inappropriate.</li>
-        </ul>
-        <p>WESEEK,Inc. shall not be liable for any damages incurred by the User as a result of any action taken by WESEEK,Inc. in accordance with this Article.</p>
+          <h2 class="text-center">Restriction of Use and Cancellation of Registration</h2>
+          <p>In the event that a User falls under any of the following, GROWI, Inc. may, without prior notice, restrict
+            the User from using all or part of the Service, or cancel the User's registration.</P>
+          <ul>
+            <li>If the user violates any of the provisions of this agreement.</li>
+            <li>When it is found that there is a false fact in the registered information.</li>
+            <li>When there is no response to communication from GROWI, Inc. for a certain period of time.</li>
+            <li>When there is no use of this service for a certain period of time after the last use.</li>
+            <li>In any other cases where GROWI, Inc. deems the use of the Service to be inappropriate.</li>
+          </ul>
+          <p>GROWI, Inc. shall not be liable for any damages incurred by the User as a result of any action taken by
+            GROWI, Inc. in accordance with this Article.</p>
 
-        <h2 class="text-center">No Warranty and Disclaimer</h2>
-        <p>WESEEK,Inc does not warrant, expressly or impliedly, that the Service is free from defects in fact or in law (including defects in safety, reliability, accuracy, completeness, effectiveness, fitness for a particular purpose, security, errors or bugs, infringement of rights, etc.).
-            WESEEK,Inc shall not be liable for any damages incurred by the User due to the Service. WESEEK,Inc shall not be liable for any transactions, communications, or disputes that may arise between the User and other users or third parties in relation to the Service.</p>
-        <h2 class="text-center">Modification of Service Contents, etc.</h2>
-        <p>WESEEK,Inc. may change the contents of the Service or discontinue the provision of the Service without notice to the User, and shall not be liable for any damages incurred by the User as a result of such changes.</p>
+          <h2 class="text-center">No Warranty and Disclaimer</h2>
+          <p>GROWI, Inc. does not warrant, expressly or impliedly, that the Service is free from defects in fact or in
+            law (including defects in safety, reliability, accuracy, completeness, effectiveness, fitness for a
+            particular purpose, security, errors or bugs, infringement of rights, etc.).
+            GROWI, Inc. shall not be liable for any damages incurred by the User due to the Service. GROWI, Inc. shall
+            not
+            be liable for any transactions, communications, or disputes that may arise between the User and other users
+            or third parties in relation to the Service.</p>
+          <h2 class="text-center">Modification of Service Contents, etc.</h2>
+          <p>GROWI, Inc. may change the contents of the Service or discontinue the provision of the Service without
+            notice to the User, and shall not be liable for any damages incurred by the User as a result of such
+            changes.</p>
 
-        <h2 class="text-center">Modification of the Terms of Service, etx.</h2>
-        <p>WESEEK,Inc. may change the Terms of Use at any time without notice to the User, if WESEEK,Inc. deems it necessary. In the event that a User begins to use the Service after a change to the Terms, the User shall be deemed to have agreed to the changed Terms.</p>
+          <h2 class="text-center">Modification of the Terms of Service, etx.</h2>
+          <p>GROWI, Inc. may change the Terms of Use at any time without notice to the User, if GROWI, Inc. deems it
+            necessary. In the event that a User begins to use the Service after a change to the Terms, the User shall be
+            deemed to have agreed to the changed Terms.</p>
 
-        <h2 class="text-center">Handling of Personal Information</h2>
-        <p>WESEEK,Inc. shall handle personal information obtained through the use of the Service in an appropriate manner in accordance with WESEEK,Inc.'s "Privacy Policy".</p>
+          <h2 class="text-center">Handling of Personal Information</h2>
+          <p>GROWI, Inc. shall handle personal information obtained through the use of the Service in an appropriate
+            manner in accordance with GROWI, Inc.'s "Privacy Policy".</p>
 
-        <h2 class="text-center">Notification or Communication</h2>
-        <p>Notification or communication between the User and WESEEK,Inc. shall be conducted in a manner determined by WESEEK,Inc.. Unless the User notifies WESEEK,Inc. of a change in the method specified separately by WESEEK,Inc., WESEEK,Inc. will assume that the currently registered contact information is valid and send notifications or communications to said contact information, and these notifications or communications will be deemed to have reached the User at the time they are sent.</p>
+          <h2 class="text-center">Notification or Communication</h2>
+          <p>Notification or communication between the User and GROWI, Inc. shall be conducted in a manner determined by
+            GROWI, Inc.. Unless the User notifies GROWI, Inc. of a change in the method specified separately by GROWI,
+            Inc., GROWI, Inc. will assume that the currently registered contact information is valid and send
+            notifications or communications to said contact information, and these notifications or communications will
+            be deemed to have reached the User at the time they are sent.</p>
 
-        <h2 class="text-center">Prohibition of Transfer of Rights and Obligations</h2>
-        <p>The User may not assign or pledge to a third party his/her position in the User Agreement or rights or obligations under this Agreement without the prior written consent of WESEEK,Inc..</p>
+          <h2 class="text-center">Prohibition of Transfer of Rights and Obligations</h2>
+          <p>The User may not assign or pledge to a third party his/her position in the User Agreement or rights or
+            obligations under this Agreement without the prior written consent of GROWI, Inc..</p>
 
-        <h2 class="text-center">Governing Law</h2>
-        <p>These Terms of Use shall be governed by and construed in accordance with the laws of Japan. In the event of a dispute regarding the Service, the court having jurisdiction over the location of the head office of WESEEK,Inc. shall have exclusive jurisdiction.</p>
+          <h2 class="text-center">Governing Law</h2>
+          <p>These Terms of Use shall be governed by and construed in accordance with the laws of Japan. In the event of
+            a dispute regarding the Service, the court having jurisdiction over the location of the head office of
+            GROWI, Inc. shall have exclusive jurisdiction.</p>
+        </div>
       </div>
     </div>
-  </div>
-</body>
+  </body>

+ 35 - 31
apps/slackbot-proxy/src/views/top.ejs

@@ -1,33 +1,35 @@
 <%- include('commons/head'); %>
 
-<body class="pt-3">
-  <div class="container border p-5">
-    <div class="text-center">
-      <h1>GROWI Bot</h1>
-      <h4>GROWI is a wiki that can be written in Markdown and easy to share information with everyone.</h4>
+  <body class="pt-3">
+    <div class="container border p-5">
+      <div class="text-center">
+        <h1>GROWI Bot</h1>
+        <h4>GROWI is a wiki that can be written in Markdown and easy to share information with everyone.</h4>
 
-      <div>
-        <img height="300" width="300" alt="GROWi Bot" src="/images/growi-bot.png" />
-      </div>
-      <div class="m-3">
-        <a href=<%- url %>>
-          <img alt="Add to Slack" height="40" width="139" src="/images/add-to-slack.png"/>
-        </a>
-      </div>
-      <a class="btn btn-outline-success" href="https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html">Getting started</a>
-      <div class="d-flex justify-content-evenly my-3">
-        <% if (isOfficialMode) { %>
-          <a href="/privacy">
-            Privacy Policy
-          </a>
-          <a href="/term">
-            Term of Service
+        <div>
+          <img height="300" width="300" alt="GROWi Bot" src="/images/growi-bot.png" />
+        </div>
+        <div class="m-3">
+          <a href=<%- url %>>
+            <img alt="Add to Slack" height="40" width="139" src="/images/add-to-slack.png" />
           </a>
-        <% } %>
+        </div>
+        <a class="btn btn-outline-success"
+          href="https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html">Getting
+          started</a>
+        <div class="d-flex justify-content-evenly my-3">
+          <% if (isOfficialMode) { %>
+            <a href="/privacy">
+              Privacy Policy
+            </a>
+            <a href="/term">
+              Term of Service
+            </a>
+            <% } %>
+        </div>
       </div>
-    </div>
-    <div class="m-3">
-      <div class="d-flex flex-column align-items-center justify-content-center">
+      <div class="m-3">
+        <div class="d-flex flex-column align-items-center justify-content-center">
           <ul>
             With GROWI for Slack, you can:
             <ul>
@@ -36,12 +38,14 @@
             </ul>
             </li>
           </ul>
-        <div class="mt-3">
-          GROWI is open-source software developed by WESEEK, Inc and we are looking for contributors who can work with us.<br>
-          Please <a href="https://communityinviter.com/apps/wsgrowi/invite/">join</a> Slack and feel free to talk to WESEEK members!
+          <div class="mt-3">
+            GROWI is open-source software developed by GROWI, Inc. and we are looking for contributors who can work with
+            us.<br>
+            Please <a href="https://communityinviter.com/apps/wsgrowi/invite/">join</a> Slack and feel free to talk to
+            GROWI, Inc. members!
+          </div>
         </div>
       </div>
+      <%- include('commons/footer'); %>
     </div>
-    <%- include('commons/footer'); %>
-  </div>
-</body>
+  </body>