diff options
author | Intel <intel.com> | 2012-12-20 00:00:00 +0100 |
---|---|---|
committer | David Marchand <david.marchand@6wind.com> | 2013-07-05 11:59:50 +0200 |
commit | dada9ef6edc59015b6674b5a95258787c71401b0 (patch) | |
tree | fab3a69ae4b608ece7749ab799b7c267827a3f5e /scripts | |
parent | af75078fece3615088e561357c1e97603e43a5fe (diff) | |
download | dpdk-dada9ef6edc59015b6674b5a95258787c71401b0.zip dpdk-dada9ef6edc59015b6674b5a95258787c71401b0.tar.gz dpdk-dada9ef6edc59015b6674b5a95258787c71401b0.tar.xz |
remove version in all files
Signed-off-by: Intel
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 1 | ||||
-rwxr-xr-x | scripts/depdirs-rule.sh | 1 | ||||
-rwxr-xr-x | scripts/gen-build-mk.sh | 1 | ||||
-rwxr-xr-x | scripts/gen-config-h.sh | 1 | ||||
-rwxr-xr-x | scripts/import_autotest.sh | 1 | ||||
-rwxr-xr-x | scripts/relpath.sh | 1 | ||||
-rwxr-xr-x | scripts/test-framework.sh | 1 | ||||
-rw-r--r-- | scripts/testhost/Makefile | 1 | ||||
-rw-r--r-- | scripts/testhost/testhost.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 8557253..02e614c 100644 --- a/scripts/Makefile +++ b/scripts/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 include $(RTE_SDK)/mk/rte.vars.mk diff --git a/scripts/depdirs-rule.sh b/scripts/depdirs-rule.sh index 3b0ea56..e5d6f46 100755 --- a/scripts/depdirs-rule.sh +++ b/scripts/depdirs-rule.sh @@ -31,7 +31,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 # # This (obscure) bash script finds the smallest different path between diff --git a/scripts/gen-build-mk.sh b/scripts/gen-build-mk.sh index d773210..d94e6fd 100755 --- a/scripts/gen-build-mk.sh +++ b/scripts/gen-build-mk.sh @@ -31,7 +31,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 # Auto-generate a Makefile in build directory # Args: diff --git a/scripts/gen-config-h.sh b/scripts/gen-config-h.sh index 4d15e6f..311e9f3 100755 --- a/scripts/gen-config-h.sh +++ b/scripts/gen-config-h.sh @@ -31,7 +31,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 grep CONFIG_ $1 \ | grep -v '^#' \ diff --git a/scripts/import_autotest.sh b/scripts/import_autotest.sh index 3b3767b..2430d21 100755 --- a/scripts/import_autotest.sh +++ b/scripts/import_autotest.sh @@ -31,7 +31,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 # # import autotests in documentation diff --git a/scripts/relpath.sh b/scripts/relpath.sh index 9a3440b..c092af0 100755 --- a/scripts/relpath.sh +++ b/scripts/relpath.sh @@ -31,7 +31,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 # # print the relative path of $1 from $2 directory diff --git a/scripts/test-framework.sh b/scripts/test-framework.sh index 56cb457..e81693e 100755 --- a/scripts/test-framework.sh +++ b/scripts/test-framework.sh @@ -31,7 +31,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 # script to check that dependancies are working in the framework # must be executed from root diff --git a/scripts/testhost/Makefile b/scripts/testhost/Makefile index c2ac583..d065e04 100644 --- a/scripts/testhost/Makefile +++ b/scripts/testhost/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 include $(RTE_SDK)/mk/rte.vars.mk diff --git a/scripts/testhost/testhost.c b/scripts/testhost/testhost.c index bf26822..11e01aa 100644 --- a/scripts/testhost/testhost.c +++ b/scripts/testhost/testhost.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> |