summaryrefslogtreecommitdiffstats
path: root/src/intel/genxml
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-02-19 08:04:32 -0800
committerJason Ekstrand <[email protected]>2016-02-19 08:05:35 -0800
commit2b858074580ddf0b8e50d86203bc07230317a6b1 (patch)
treef2ec76496764f4704ce99c452acc46d1754ad73f /src/intel/genxml
parent1375cb3c273453920d9a15fb6ca67714f534704d (diff)
genxml: Stop using unicode in the pack generator
This causes python problems and problems when people don't have a locale set properly in their shell.
Diffstat (limited to 'src/intel/genxml')
-rwxr-xr-xsrc/intel/genxml/gen_pack_header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/genxml/gen_pack_header.py b/src/intel/genxml/gen_pack_header.py
index 75c4f269cdd..9dae2d57e42 100755
--- a/src/intel/genxml/gen_pack_header.py
+++ b/src/intel/genxml/gen_pack_header.py
@@ -6,7 +6,7 @@ import sys
import copy
license = """/*
- * Copyright © 2016 Intel Corporation
+ * Copyright (C) 2016 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),