This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new b4589970 [doc] Update the copyright name in the documentation from
"Alibaba" to "Apache" (#1418)
b4589970 is described below
commit b4589970fe24a294bf5d23d0da92cf580aedca6b
Author: Junbo Wang <[email protected]>
AuthorDate: Mon Aug 4 14:44:55 2025 +0800
[doc] Update the copyright name in the documentation from "Alibaba" to
"Apache" (#1418)
---
website/community/dev/ide-setup.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/community/dev/ide-setup.md
b/website/community/dev/ide-setup.md
index aca6e163..7ec75b9d 100644
--- a/website/community/dev/ide-setup.md
+++ b/website/community/dev/ide-setup.md
@@ -61,11 +61,11 @@ The following guide has been written for [IntelliJ
IDEA](https://www.jetbrains.c
### Copyright Profile
-Every file needs to include the Alibaba license as a header. This can be
automated in IntelliJ by
+Every file needs to include the Apache license as a header. This can be
automated in IntelliJ by
adding a Copyright profile:
1. Go to "Settings" → "Editor" → "Copyright" → "Copyright Profiles".
-2. Add a new profile and name it "Alibaba".
+2. Add a new profile and name it "Apache".
3. Add the following text as the license text:
```text
@@ -85,7 +85,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
-4. Go to "Editor" → "Copyright" and choose the "Alibaba" profile as the
default profile for this
+4. Go to "Editor" → "Copyright" and choose the "Apache" profile as the default
profile for this
project.
5. Click "Apply".