summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-01-15 23:11:34 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-01-15 23:12:10 +0100
commit770abd61a5c90837d9336afd972090eebbc26b0b (patch)
tree2eea84c9255001fc692efc9b4f42db85b8d55f71
parent16539b4f223fa5ea0afef409e5bd3fd62b90cfde (diff)
Update copyright years for 2019
-rw-r--r--LICENSE.txt2
-rwxr-xr-xalldefconfig.py2
-rwxr-xr-xallmodconfig.py2
-rwxr-xr-xallnoconfig.py2
-rwxr-xr-xallyesconfig.py2
-rwxr-xr-xgenconfig.py2
-rw-r--r--kconfiglib.py2
-rwxr-xr-xlistnewconfig.py2
-rwxr-xr-xmenuconfig.py2
-rwxr-xr-xoldconfig.py2
-rwxr-xr-xolddefconfig.py2
-rw-r--r--testsuite.py2
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