File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
6565adding a Copyright profile:
6666
67671 . 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 ".
69693 . 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.
8585See the License for the specific language governing permissions and
8686limitations 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.
90905 . Click "Apply".
9191
You can’t perform that action at this time.
0 commit comments