summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/build/create_modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/build/create_modules.py')
-rw-r--r--src/lib/netlist/build/create_modules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/build/create_modules.py b/src/lib/netlist/build/create_modules.py
index bf34a748321..94cfe4a26ae 100644
--- a/src/lib/netlist/build/create_modules.py
+++ b/src/lib/netlist/build/create_modules.py
@@ -67,7 +67,7 @@ if __name__ == '__main__':
for argno in range(1, len(sys.argv)):
files_sorted.append(sys.argv[argno])
files_sorted.sort();
- print("// license:CC0")
+ print("// license:CC0-1.0")
print("// copyright-holders:Couriersud")
print("")
now = datetime.datetime.now()