Last active
September 10, 2015 22:22
-
-
Save nhomar/459ea9642a980689d4b2 to your computer and use it in GitHub Desktop.
Autoría
https://www.python.org/dev/peps/pep-0263/
Change
# -*- encoding: utf-8 -*-
by
# -*- coding: utf-8 -*-
Add a license @hbto propose:
# license: http://www.gnu.org/licenses/agpl-3.0.html
@nhomar
The new format in community is:
# -*- coding: utf-8 -*-
# © 2015 Vauxoo - http://www.vauxoo.com
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# info Vauxoo (info@vauxoo.com)
# coded by: tu@vauxoo.com
# otroautor@dominio.com
# planned by: quienplaneo@vauxoo.com
# otroplanner@otro.com
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.python.org/dev/peps/pep-0263/
Change
# -*- encoding: utf-8 -*-by
# -*- coding: utf-8 -*-Add a license @hbto propose:
# license: http://www.gnu.org/licenses/agpl-3.0.html