1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

The Great ATSPI Renaming, part 8: rename the tools from atspi-* to atrf-*

- tools/atrf-*/atspi-*.c: renamed to atrf-*.c
- tools/atrf-*/Makefile (MAIN): updated name of program
- tools/atrf-*/*.c: updated path in title comment
This commit is contained in:
Werner Almesberger
2010-11-11 10:24:22 -03:00
parent 2873174739
commit 6ee514239e
16 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
#
# atspi-id/Makefile - Build the ATSPI identification utility
# atrf-id/Makefile - Build the ATRF identification utility
#
# Written 2010 by Werner Almesberger
# Copyright 2010 Werner Almesberger
@@ -11,6 +11,6 @@
#
MAIN = atspi-id
MAIN = atrf-id
include ../Makefile.common

View File

@@ -1,5 +1,5 @@
/*
* atspi-id/atspi-id.c - Identify a ben-wpan AT86RF230 board
* atrf-id/atrf-id.c - Identify a ben-wpan AT86RF230 board
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger