Module: Mesa Branch: vulkan Commit: 2b858074580ddf0b8e50d86203bc07230317a6b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b858074580ddf0b8e50d86203bc07230317a6b1
Author: Jason Ekstrand <[email protected]> Date: Fri Feb 19 08:04:32 2016 -0800 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. --- src/intel/genxml/gen_pack_header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/genxml/gen_pack_header.py b/src/intel/genxml/gen_pack_header.py index 75c4f26..9dae2d5 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"), _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
