Fix encoding header

The encoding header is semi-invalid has the encoding name should be
"utf-8" and not "utf8", which is not the official name of the encoding
and is not recognized by all tools.

Change-Id: I4db673fe86f643f5e1b3e5135d8b0cb72407253e
This commit is contained in:
Julien Danjou 2014-12-08 11:54:26 +01:00
parent 045068e976
commit b88055350a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
# Copyright (c) 2013 Mirantis Inc.
#

View File

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
# Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
#