X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Favr_isp%2Fparts.py;h=0767789a0a594520b7fe3871f3e530c9ce66a00c;hb=c7b211b18466c69df976a6d71f1c8ba30145f14c;hp=fbc0b926185f1c062de000ce40f79a7a428616ee;hpb=77adad943111ab064f01838033dc9c94152f46c7;p=libsigrokdecode.git diff --git a/decoders/avr_isp/parts.py b/decoders/avr_isp/parts.py index fbc0b92..0767789 100644 --- a/decoders/avr_isp/parts.py +++ b/decoders/avr_isp/parts.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -14,8 +14,7 @@ ## 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 . ## # Device code addresses: @@ -40,4 +39,3 @@ part = { (0x01, 0x02): 'Device locked', # TODO: Lots more entries. } -