genxml: Stop using unicode in the pack generator
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 19 Feb 2016 16:04:32 +0000 (08:04 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 19 Feb 2016 16:05:35 +0000 (08:05 -0800)
This causes python problems and problems when people don't have a locale
set properly in their shell.

src/intel/genxml/gen_pack_header.py

index 75c4f269cdd3e903e482d3174c2014d69924cf56..9dae2d57e420d3105cef5a08f1c4e6402f95e211 100755 (executable)
@@ -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"),