This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 150e5d7b3978b378ee76eee796d8c8e389884cc3 (commit)
from cf6c40b8881cfe78e134e2919b184e04025c1e25 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 150e5d7b3978b378ee76eee796d8c8e389884cc3
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Tue Apr 26 20:55:28 2016 +0200
fixup stupid mixup of Makefile copyright and C code
-----------------------------------------------------------------------
Summary of changes:
test/string/tst-memmove.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/test/string/tst-memmove.c b/test/string/tst-memmove.c
index 799e72e..2adc527 100644
--- a/test/string/tst-memmove.c
+++ b/test/string/tst-memmove.c
@@ -1,5 +1,7 @@
-# Copyright (C) 2016 Rene Nielsen <rene.nielsen(a)microsemi.com>
-# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+/*
+ * Copyright (C) 2016 Rene Nielsen <rene.nielsen(a)microsemi.com>
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
#include <string.h>
#include <stdio.h>
hooks/post-receive
--
uClibc-ng - small C library for embedded systems