X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/5e7d217e7f1d40fbfb6bc6375421a21bd5572788..dda03553c7d193cd235960f9faffe07ddedacf14:/src/serialize.h diff --git a/src/serialize.h b/src/serialize.h index e2dd7d4..c109172 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -1,6 +1,6 @@ /* am7xxx - communication with AM7xxx based USB Pico Projectors and DPFs * - * Copyright (C) 2012 Antonio Ospite + * Copyright (C) 2012-2014 Antonio Ospite * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -/* You can transform a serializazion block of code which uses put-* into the +/* You can transform a serialization block of code which uses put-* into the * correspondent unserialization block with this vim substitution pattern: * * s/put_\([^(]*\)(\([^,]*\),\s*\([^)]*\))/\2 = get_\1(\3)/g