Skip to content

Commit

Permalink
Added Licence.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushbhatia2 committed Aug 21, 2016
1 parent 91eeaac commit 9d69f78
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
13 changes: 13 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2016 Ankush Bhatia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
14 changes: 14 additions & 0 deletions community_detect.pyirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[distutils]
index-servers =
pypi
pypitest

[pypi]
repository=https://pypi.python.org/pypi
username=ankushbhatia
password=LedZeppelin07

[pypitest]
repository=https://testpypi.python.org/pypi
username=ankushbhatia
password=LedZeppelin07
19 changes: 17 additions & 2 deletions community_detect/community_detect.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
""" Copyright 2016 Ankush Bhatia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. """


#-------------------------------------------------------------------------------
# Name: community-detect.py
# Purpose: A community detection module based on my research paper :
Expand All @@ -7,8 +22,8 @@
# Author: Ankush Bhatia
#
# Created: 28/06/2016
# Copyright: <add copyright>
# Licence: <your licence>
# Copyright: Copyright 2016 Ankush Bhatia
# Licence: Apache License 2.0
#-------------------------------------------------------------------------------

import networkx as nx
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md

0 comments on commit 9d69f78

Please sign in to comment.