summaryrefslogtreecommitdiff
path: root/examples/timer
diff options
context:
space:
mode:
authorIntel <intel.com>2012-12-20 00:00:00 +0100
committerDavid Marchand <[email protected]>2013-07-05 11:59:50 +0200
commitdada9ef6edc59015b6674b5a95258787c71401b0 (patch)
treefab3a69ae4b608ece7749ab799b7c267827a3f5e /examples/timer
parentaf75078fece3615088e561357c1e97603e43a5fe (diff)
remove version in all files
Signed-off-by: Intel
Diffstat (limited to 'examples/timer')
-rw-r--r--examples/timer/Makefile1
-rw-r--r--examples/timer/main.c1
-rw-r--r--examples/timer/main.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/timer/Makefile b/examples/timer/Makefile
index f4db575b8c..98accf561e 100644
--- a/examples/timer/Makefile
+++ b/examples/timer/Makefile
@@ -29,7 +29,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# version: DPDK.L.1.2.3-3
ifeq ($(RTE_SDK),)
$(error "Please define RTE_SDK environment variable")
diff --git a/examples/timer/main.c b/examples/timer/main.c
index 7ecfad1086..b0520afe14 100644
--- a/examples/timer/main.c
+++ b/examples/timer/main.c
@@ -30,7 +30,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * version: DPDK.L.1.2.3-3
*/
#include <stdio.h>
diff --git a/examples/timer/main.h b/examples/timer/main.h
index 6027cb5455..77d6347927 100644
--- a/examples/timer/main.h
+++ b/examples/timer/main.h
@@ -30,7 +30,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * version: DPDK.L.1.2.3-3
*/
#ifndef _MAIN_H_