Skip to content

Commit 2006b1f

Browse files
chore: update license headers
1 parent 77f964b commit 2006b1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+70
-60
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,10 @@ jobs:
132132

133133
license-header-check:
134134
runs-on: ubuntu-latest
135-
env:
136-
HAWKEYE_VERSION: v5.5.1
137135
steps:
138136
- uses: actions/checkout@v4
139-
- name: Download HawkEye
140-
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/$HAWKEYE_VERSION/hawkeye-installer.sh | sh
141137
- name: Check License Header
142-
run: hawkeye check
138+
uses: korandoru/hawkeye@v5.8.1
143139

144140
nightly-check:
145141
strategy:

array/array.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

array/array_js.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

array/array_nonjs.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

array/blit.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

array/deprecated.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

array/fixedarray.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

array/fixedarray_sort.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

array/view.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

bool/bool.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 International Digital Economy Academy
1+
// Copyright 2025 International Digital Economy Academy
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)