From 0e259ebe3ac85b6cfcb30f41aaa0a699c450687a Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Thu, 16 Jan 2014 07:34:40 +0000 Subject: [PATCH] * flip2.c: Rename from flip.c * flip2.h: Rename from flip.h * Makefile.am: Reflect the renaming. * dfu.c: Update information how to get GPL. * dfu.h: (Dito.) git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1262 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 8 ++++++++ Makefile.am | 4 ++-- dfu.c | 3 +-- dfu.h | 3 +-- flip.c => flip2.c | 3 +-- flip.h => flip2.h | 3 +-- 6 files changed, 14 insertions(+), 10 deletions(-) rename flip.c => flip2.c (99%) rename flip.h => flip2.h (86%) diff --git a/ChangeLog b/ChangeLog index 4a8e8737..4f543c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-01-16 Joerg Wunsch + + * flip2.c: Rename from flip.c + * flip2.h: Rename from flip.h + * Makefile.am: Reflect the renaming. + * dfu.c: Update information how to get GPL. + * dfu.h: (Dito.) + 2014-01-16 Joerg Wunsch * flip.c (flip2_initialize): Check user is running on an Xmega diff --git a/Makefile.am b/Makefile.am index f97c84cf..dbe7c3ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,8 +118,8 @@ libavrdude_a_SOURCES = \ dfu.h \ fileio.c \ fileio.h \ - flip.c \ - flip.h \ + flip2.c \ + flip2.h \ freebsd_ppi.h \ ft245r.c \ ft245r.h \ diff --git a/dfu.c b/dfu.c index edada44d..10248b55 100644 --- a/dfu.c +++ b/dfu.c @@ -13,8 +13,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see . */ /* $Id$ */ diff --git a/dfu.h b/dfu.h index 12eb1e83..5dc6b7f6 100644 --- a/dfu.h +++ b/dfu.h @@ -13,8 +13,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see . */ /* $Id$ */ diff --git a/flip.c b/flip2.c similarity index 99% rename from flip.c rename to flip2.c index d9ffb5e4..e6cb84e7 100644 --- a/flip.c +++ b/flip2.c @@ -13,8 +13,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see . */ /* $Id$ */ diff --git a/flip.h b/flip2.h similarity index 86% rename from flip.h rename to flip2.h index 08f1bb2f..cff5a040 100644 --- a/flip.h +++ b/flip2.h @@ -13,8 +13,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see . */ /* $Id$ */