Skip to content

Commit

Permalink
Update LICENSE, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraz committed Feb 5, 2016
1 parent a16e5c2 commit 6965667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions LICENSE
@@ -1,6 +1,7 @@
The MIT License

Copyright (c) 2010-2014, Patrick Altman <paltman@gmail.com>
Copyright (c) 2016, Louis Sautier <sautier.louis@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 3 additions & 6 deletions docs/index.txt
Expand Up @@ -7,11 +7,8 @@ Welcome to pymediainfo's documentation!
Requirements
============

This is a simple wrapper around the MediaInfo command line interface, which you
can find at the MediaInfo project site found at http://mediainfo.sourceforge.net/

Beyond that requirement, this simple library should work with the standard
Python library, as it's only dependancies are `subprocess` and `xml.dom`.
This is a simple wrapper around the MediaInfo library, which you can find
at the MediaInfo project site found at http://mediainfo.sourceforge.net/

===============
Using MediaInfo
Expand Down Expand Up @@ -63,7 +60,7 @@ Output::
Reporting Issues / Bugs
=======================

Please use the issue tracker in GitHub at http://github.com/paltman/pymediainfo/issues
Please use the issue tracker in GitHub at https://github.com/sbraz/pymediainfo/issues
to report all feature requests or bug reports. Thanks!


Expand Down

0 comments on commit 6965667

Please sign in to comment.