Skip to content

Commit

Permalink
Update license comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jan 27, 2017
1 parent 4892f6e commit 27ca3e0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ API Reference
License
---------
This software is released under The GNU General Public License Version 3,
see COPYING for more detail.
see `COPYING <https://github.com/rgmining/ria/blob/master/COPYING>`_ for more detail.


References
Expand Down
2 changes: 1 addition & 1 deletion ria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Implement the Repeated Improvement Analysis (RIA) and
Mutually Reinforcing Analysis (MRA).
Expand Down
2 changes: 1 addition & 1 deletion ria/bipartite.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Provide classes for review mining algorithms based on a bipartite model.
Expand Down
2 changes: 1 addition & 1 deletion ria/bipartite_sum.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Provide a bipartite graph which implements OneSum algorithm.
Expand Down
2 changes: 1 addition & 1 deletion ria/credibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Defines functor classes computing credibility.
Expand Down
2 changes: 1 addition & 1 deletion ria/one.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Provide a review graph which implement One algorithm.
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Implement unit tests for common package.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/bipartite_sum_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Unit test for ria.bipartite_sum module.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/bipartite_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Unit test for ria.bipartite module.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/credibility_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Unit tests for ria.credibility module.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/one_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Unit test for ria.one module.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
# along with rgmining-ria. If not, see <http://www.gnu.org/licenses/>.
#
"""Test suite.
"""
Expand Down

0 comments on commit 27ca3e0

Please sign in to comment.