Skip to content

Commit b458997

Browse files
authored
[doc] Update the copyright name in the documentation from "Alibaba" to "Apache" (#1418)
1 parent 33f0582 commit b458997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/community/dev/ide-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ The following guide has been written for [IntelliJ IDEA](https://www.jetbrains.c
6161

6262
### Copyright Profile
6363

64-
Every file needs to include the Alibaba license as a header. This can be automated in IntelliJ by
64+
Every file needs to include the Apache license as a header. This can be automated in IntelliJ by
6565
adding a Copyright profile:
6666

6767
1. Go to "Settings" → "Editor" → "Copyright" → "Copyright Profiles".
68-
2. Add a new profile and name it "Alibaba".
68+
2. Add a new profile and name it "Apache".
6969
3. Add the following text as the license text:
7070

7171
```text
@@ -85,7 +85,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8585
See the License for the specific language governing permissions and
8686
limitations under the License.
8787
```
88-
4. Go to "Editor" → "Copyright" and choose the "Alibaba" profile as the default profile for this
88+
4. Go to "Editor" → "Copyright" and choose the "Apache" profile as the default profile for this
8989
project.
9090
5. Click "Apply".
9191

0 commit comments

Comments
 (0)