diff options
Diffstat (limited to 'util/ifdtool')
-rw-r--r-- | util/ifdtool/Makefile | 2 | ||||
-rw-r--r-- | util/ifdtool/ifdtool.c | 2 | ||||
-rw-r--r-- | util/ifdtool/ifdtool.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile index 144028e570..0670ea698b 100644 --- a/util/ifdtool/Makefile +++ b/util/ifdtool/Makefile @@ -14,7 +14,7 @@ # # 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 +# Foundation, Inc. # PROGRAM = ifdtool diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c index 9569dfa4ef..8d5d05904b 100644 --- a/util/ifdtool/ifdtool.c +++ b/util/ifdtool/ifdtool.c @@ -14,7 +14,7 @@ * * 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 + * Foundation, Inc. */ #include <unistd.h> diff --git a/util/ifdtool/ifdtool.h b/util/ifdtool/ifdtool.h index ed8f440bd1..b91c02dddb 100644 --- a/util/ifdtool/ifdtool.h +++ b/util/ifdtool/ifdtool.h @@ -14,7 +14,7 @@ * * 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 + * Foundation, Inc. */ #include <stdint.h> |