Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
[REF] Rewriting copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlejandro committed Nov 16, 2016
1 parent 239ed4c commit ec5d9f7
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 76 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors
Development Lead
----------------

* Luis Alejandro Martínez Faneyth <luisalejandro@vauxoo.com>
* Luis Alejandro Martínez Faneyth <luis@huntingbears.com.ve>

Contributors
------------
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/vauxoo/odoo-candyshop/issues.
Report bugs at https://github.com/LuisAlejandro/odoo-candyshop/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/vauxoo/odoo-candyshop/issues.
The best way to send feedback is to file an issue at https://github.com/LuisAlejandro/odoo-candyshop/issues.

If you are proposing a feature:

Expand Down Expand Up @@ -102,7 +102,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
https://travis-ci.org/Vauxoo/odoo-candyshop/pull_requests
https://travis-ci.org/LuisAlejandro/odoo-candyshop/pull_requests
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down
11 changes: 7 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Copyright (c) 2016, Vauxoo (<http://vauxoo.com>)
Copyright (C) 2016, Odoo Candyshop Developers
All rights reserved.

This program is free software: you can redistribute it and/or modify
Please refer to AUTHORS.md for a complete list of Copyright
holders.

Odoo Candyshop is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
Odoo Candyshop is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: https://cdn.rawgit.com/vauxoo/odoo-candyshop/master/docs/_static/banner.svg
.. image:: https://cdn.rawgit.com/LuisAlejandro/odoo-candyshop/master/docs/_static/banner.svg

-----

Expand All @@ -8,14 +8,14 @@
.. image:: https://readthedocs.org/projects/odoo-candyshop/badge/?version=latest
:target: https://readthedocs.org/projects/odoo-candyshop/?badge=latest

.. image:: https://img.shields.io/travis/Vauxoo/odoo-candyshop.svg
:target: https://travis-ci.org/Vauxoo/odoo-candyshop
.. image:: https://img.shields.io/travis/LuisAlejandro/odoo-candyshop.svg
:target: https://travis-ci.org/LuisAlejandro/odoo-candyshop

.. image:: https://coveralls.io/repos/github/Vauxoo/odoo-candyshop/badge.svg?branch=master
:target: https://coveralls.io/github/Vauxoo/odoo-candyshop?branch=master
.. image:: https://coveralls.io/repos/github/LuisAlejandro/odoo-candyshop/badge.svg?branch=master
:target: https://coveralls.io/github/LuisAlejandro/odoo-candyshop?branch=master

.. image:: https://www.quantifiedcode.com/api/v1/project/72f2154c6fbf464e931194f7015f6a65/badge.svg
:target: https://www.quantifiedcode.com/app/project/72f2154c6fbf464e931194f7015f6a65
.. image:: https://www.quantifiedcode.com/api/v1/project/9963672ff8484d7ea498b91b2f44e555/badge.svg
:target: https://www.quantifiedcode.com/app/project/9963672ff8484d7ea498b91b2f44e555

Odoo Candyshop is a helper to determine if all your dependencies are declared
properly. A Candyshop is a place where you can pick sweets and candies from
Expand Down
25 changes: 11 additions & 14 deletions candyshop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# -*- coding: utf-8 -*-
#
# This file is part of Odoo Candyshop
# ------------------------------------------------------------------------
# Copyright:
# Copyright (C) 2016 Vauxoo (<http://vauxoo.com>)
# All Rights Reserved
# ------------------------------------------------------------------------
# Contributors:
# Author: Luis Alejandro Martínez Faneyth ([email protected])
# ------------------------------------------------------------------------
# License:
# This program is free software: you can redistribute it and/or modify
# Copyright (C) 2016, Odoo Candyshop Developers
# All rights reserved.
#
# Please refer to AUTHORS.md for a complete list of Copyright
# holders.
#
# Odoo Candyshop is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# Odoo Candyshop is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# ------------------------------------------------------------------------
"""
``candyshop`` is just pure art.
Expand All @@ -34,8 +31,8 @@
"""

__author__ = 'Luis Alejandro Martínez Faneyth'
__email__ = 'luisalejandro@vauxoo.com'
__email__ = 'luis@huntingbears.com.ve'
__version__ = '0.1.0'
__url__ = 'https://github.com/vauxoo/odoo-candyshop'
__url__ = 'https://github.com/LuisAlejandro/odoo-candyshop'
__description__ = '''Odoo Candyshop is a helper to determine if all your
dependencies are declared properly.'''
23 changes: 10 additions & 13 deletions candyshop/bundle.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
# This file is part of Odoo Candyshop
# ------------------------------------------------------------------------
# Copyright:
# Copyright (c) 2016, Vauxoo (<http://vauxoo.com>)
# All Rights Reserved
# ------------------------------------------------------------------------
# Contributors:
# Author: Luis Alejandro Martínez Faneyth ([email protected])
# ------------------------------------------------------------------------
# License:
# This program is free software: you can redistribute it and/or modify
# Copyright (C) 2016, Odoo Candyshop Developers
# All rights reserved.
#
# Please refer to AUTHORS.md for a complete list of Copyright
# holders.
#
# Odoo Candyshop is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# Odoo Candyshop is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# ------------------------------------------------------------------------
"""
``candyshop.bundle`` is a module for representing Odoo Modules.
Expand Down
25 changes: 11 additions & 14 deletions candyshop/environment.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
# This file is part of Odoo Candyshop
# ------------------------------------------------------------------------
# Copyright:
# Copyright (c) 2016, Vauxoo (<http://vauxoo.com>)
# All Rights Reserved
# ------------------------------------------------------------------------
# Contributors:
# Author: Luis Alejandro Martínez Faneyth ([email protected])
# ------------------------------------------------------------------------
# License:
# This program is free software: you can redistribute it and/or modify
# Copyright (C) 2016, Odoo Candyshop Developers
# All rights reserved.
#
# Please refer to AUTHORS.md for a complete list of Copyright
# holders.
#
# Odoo Candyshop is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# Odoo Candyshop is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# ------------------------------------------------------------------------
"""
``candyshop.environment`` is a module for creating Odoo environments.
Expand All @@ -38,7 +35,7 @@

from .bundle import Bundle

DEFAULT_URL = 'https://github.com/vauxoo/odoo'
DEFAULT_URL = 'https://github.com/odoo/odoo'
DEFAULT_BRANCH = '8.0'


Expand Down
23 changes: 10 additions & 13 deletions candyshop/utils.py
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
# This file is part of Odoo Candyshop
# ------------------------------------------------------------------------
# Copyright:
# Copyright (c) 2016, Vauxoo (<http://vauxoo.com>)
# All Rights Reserved
# ------------------------------------------------------------------------
# Contributors:
# Author: Luis Alejandro Martínez Faneyth ([email protected])
# ------------------------------------------------------------------------
# License:
# This program is free software: you can redistribute it and/or modify
# Copyright (C) 2016, Odoo Candyshop Developers
# All rights reserved.
#
# Please refer to AUTHORS.md for a complete list of Copyright
# holders.
#
# Odoo Candyshop is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# Odoo Candyshop is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# ------------------------------------------------------------------------
"""
``candyshop.utils`` is a utility module.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

# General information about the project.
project = u'Odoo Candyshop'
copyright = u'2016, Vauxoo'
copyright = u'2016, Odoo Candyshop Developers'

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down Expand Up @@ -122,7 +122,7 @@
'logo_name': False,
'logo_text_align': 'center',
'description': candyshop.__description__,
'github_user': 'Vauxoo',
'github_user': 'LuisAlejandro',
'github_repo': 'odoo-candyshop',
'travis_button': True,
'link': '#af5d7b',
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/vauxoo/odoo-candyshop
$ git clone git://github.com/LuisAlejandro/odoo-candyshop
Or download the `tarball`_:

.. code-block:: console
$ curl -OL https://github.com/vauxoo/odoo-candyshop/tarball/master
$ curl -OL https://github.com/LuisAlejandro/odoo-candyshop/tarball/master
Once you have a copy of the source, you can install it with:

Expand All @@ -45,5 +45,5 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
.. _Github repo: https://github.com/vauxoo/odoo-candyshop
.. _tarball: https://github.com/vauxoo/odoo-candyshop/tarball/master
.. _Github repo: https://github.com/LuisAlejandro/odoo-candyshop
.. _tarball: https://github.com/LuisAlejandro/odoo-candyshop/tarball/master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except ImportError:
from distutils.core import setup

from candyshop import (__author__, __email__, __version__,__url__,
from candyshop import (__author__, __email__, __version__, __url__,
__description__)

setup(
Expand Down

0 comments on commit ec5d9f7

Please sign in to comment.