]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/pwm/__init__.py
Backport recent changes from mainline.
[libsigrokdecode.git] / decoders / pwm / __init__.py
index 096e077d90c87aa6314b2ba8ce48564dce8635b1..8f0397668655e039151d695b2e7fee7512e0a804 100644 (file)
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 '''
-Pulse-width modulation (a.k.a pulse-duration modulation, PDM) decoder.
+Pulse-width modulation (PWM) a.k.a pulse-duration modulation (PDM) decoder.
 '''
 
 from .pd import Decoder