diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-07 07:55:13 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-07 07:55:13 +0200 |
| commit | 9fba375c65341cc34f198bd2f9f8b516efcc024f (patch) | |
| tree | 8fddb2e48771b9455799540e62aa74892293ffc9 | |
| parent | eef72aa4656fdfa99089d58f016fee0935d33281 (diff) | |
Add license tag to alldefconfig.py
| -rwxr-xr-x | alldefconfig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alldefconfig.py b/alldefconfig.py index fb8075c..34d03ba 100755 --- a/alldefconfig.py +++ b/alldefconfig.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright (c) 2018, Ulf Magnusson +# SPDX-License-Identifier: ISC + # Works like 'make alldefconfig'. Verified by the test suite to generate # identical output to 'make alldefconfig' for all ARCHes. # |
