-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libcnml, pyGuifiAPI] Added missing headers to .py files
They are ready to be uploaded as eggs!
- Loading branch information
1 parent
042001a
commit 40fa97d
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
libcnml is a CNML parser library for Python. | ||
|
||
It was developed by Pablo Castellano <[email protected]> during | ||
Google Summer of Code 2012 inside of the Guifi.net Studio project | ||
It is part of the Guifi.net Studio project developed by Pablo Castellano | ||
during Google Summer of Code 2012. | ||
|
||
You can find Guifi.net Studio at: | ||
https://gitorious.org/guifi-altres/guifinetstudio | ||
|
||
The code license is GPLv3+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
__version__ = '1.0' | ||
|
||
__version__ = '0.7' | ||
__author__ = 'Pablo Castellano <[email protected]>' | ||
__license__ = 'GPLv3+' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters