diff --git a/LICENSE b/LICENSE index 3d84517..1b51776 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License Copyright (c) 2010-2014, Patrick Altman +Copyright (c) 2016, Louis Sautier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/index.txt b/docs/index.txt index 2dca5f2..a5c9a25 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -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 @@ -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!