You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+42-1Lines changed: 42 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,47 @@ dart format .
99
99
dart analyze --fatal-infos
100
100
```
101
101
102
+
### License Headers
103
+
104
+
All source files must include a license header. The project uses [addlicense](https://github.com/google/addlicense) to manage this automatically.
105
+
106
+
**Install addlicense:**
107
+
108
+
Download the binary for your platform from the [v1.2.0 release](https://github.com/google/addlicense/releases/tag/v1.2.0) and place it on your `PATH`. For example, on macOS ARM64:
109
+
110
+
```bash
111
+
curl -sL https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_macOS_arm64.tar.gz | tar xz
0 commit comments