diff options
| -rw-r--r-- | LICENSE.txt | 2 | ||||
| -rwxr-xr-x | alldefconfig.py | 2 | ||||
| -rwxr-xr-x | allmodconfig.py | 2 | ||||
| -rwxr-xr-x | allnoconfig.py | 2 | ||||
| -rwxr-xr-x | allyesconfig.py | 2 | ||||
| -rwxr-xr-x | genconfig.py | 2 | ||||
| -rw-r--r-- | kconfiglib.py | 2 | ||||
| -rwxr-xr-x | listnewconfig.py | 2 | ||||
| -rwxr-xr-x | menuconfig.py | 2 | ||||
| -rwxr-xr-x | oldconfig.py | 2 | ||||
| -rwxr-xr-x | olddefconfig.py | 2 | ||||
| -rw-r--r-- | testsuite.py | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 6bcdb35..8b31efc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011-2018, Ulf Magnusson <ulfalizer@gmail.com> +Copyright (c) 2011-2019, Ulf Magnusson <ulfalizer@gmail.com> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/alldefconfig.py b/alldefconfig.py index 66759e0..37b8f71 100755 --- a/alldefconfig.py +++ b/alldefconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Works like 'make alldefconfig'. Verified by the test suite to generate diff --git a/allmodconfig.py b/allmodconfig.py index 25145f5..1064678 100755 --- a/allmodconfig.py +++ b/allmodconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Works like 'make allmodconfig'. Verified by the test suite to generate output diff --git a/allnoconfig.py b/allnoconfig.py index f409cd4..d5bad33 100755 --- a/allnoconfig.py +++ b/allnoconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Works like 'make allnoconfig'. Verified by the test suite to generate diff --git a/allyesconfig.py b/allyesconfig.py index 09714ec..5adbf0c 100755 --- a/allyesconfig.py +++ b/allyesconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Works like 'make allyesconfig'. Verified by the test suite to generate output diff --git a/genconfig.py b/genconfig.py index a7c9e07..e222ae9 100755 --- a/genconfig.py +++ b/genconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Generates a C header from the configuration, matching the format of diff --git a/kconfiglib.py b/kconfiglib.py index 0acb65e..f1d514e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2018, Ulf Magnusson +# Copyright (c) 2011-2019, Ulf Magnusson # SPDX-License-Identifier: ISC """ diff --git a/listnewconfig.py b/listnewconfig.py index bd35502..16f44f9 100755 --- a/listnewconfig.py +++ b/listnewconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Works like 'make listnewconfig', listing all modifiable symbols that are not diff --git a/menuconfig.py b/menuconfig.py index 53221dc..d7661b4 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2018, Nordic Semiconductor ASA and Ulf Magnusson +# Copyright (c) 2018-2019, Nordic Semiconductor ASA and Ulf Magnusson # SPDX-License-Identifier: ISC """ diff --git a/oldconfig.py b/oldconfig.py index 66ee6be..8d35cc4 100755 --- a/oldconfig.py +++ b/oldconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Implements oldconfig functionality: diff --git a/olddefconfig.py b/olddefconfig.py index 2845740..4a23db3 100755 --- a/olddefconfig.py +++ b/olddefconfig.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2018, Ulf Magnusson +# Copyright (c) 2018-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # Works like 'make olddefconfig', updating an old .config file or creating a diff --git a/testsuite.py b/testsuite.py index 336fa65..fbca36c 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2018, Ulf Magnusson +# Copyright (c) 2011-2019, Ulf Magnusson # SPDX-License-Identifier: ISC # This is the Kconfiglib test suite. It runs selftests on Kconfigs provided by |
