Skip to content

Instantly share code, notes, and snippets.

@nhomar
Last active September 10, 2015 22:22
Show Gist options
  • Select an option

  • Save nhomar/459ea9642a980689d4b2 to your computer and use it in GitHub Desktop.

Select an option

Save nhomar/459ea9642a980689d4b2 to your computer and use it in GitHub Desktop.
Autoría
# -*- encoding: utf-8 -*-
##############################################################
# Module Writen For Odoo, Open Source Management Solution
#
# Copyright (c) 2011 Vauxoo - http://www.vauxoo.com
# All Rights Reserved.
# info Vauxoo (info@vauxoo.com)
# coded by: tu@vauxoo.com
# otroautor@dominio.com
# planned by: quienplaneo@vauxoo.com
# otroplanner@otro.com
############################################################################
@moylop260
Copy link
Copy Markdown

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

@moylop260
Copy link
Copy Markdown

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

@moylop260
Copy link
Copy Markdown

@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