From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 72616559A for ; Fri, 19 Oct 2018 09:05:42 +0200 (CEST) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w9J75gNm012999; Fri, 19 Oct 2018 16:05:42 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 0039B639099; Fri, 19 Oct 2018 16:05:42 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id D9C34639068; Fri, 19 Oct 2018 16:05:41 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Cc: tim.odriscoll@intel.com, jim.st.leger@intel.com, tdelanerolle@linuxfoundation.org Date: Fri, 19 Oct 2018 16:05:25 +0900 Message-Id: <20181019070534.81134-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/9] Change license of docs to SPDX X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 07:05:44 -0000 From: Yasufumi Ogawa Hi, It is still remained old license description in docs because I did not update while source codes are changed to SPDX tag. This series of patches is for updating license descriptions of the remaining docs. I cc'ed Tim, Jim and Trishan because this update is related to license. Regards, Yasufumi Yasufumi Ogawa (9): docs: convert license of commands to SPDX tag docs: convert license of overview to SPDX tag docs: convert license of setup guides to SPDX tag docs: convert license of tools to SPDX tag docs: convert license of spp_vf commands to SPDX docs: convert license of spp_vf usecases to SPDX docs: convert license of spp_vf gsg to SPDX docs: convert license of spp_vf expl to SPDX docs: convert license of spp_vf to SPDX docs/guides/commands/common.rst | 32 ++--------------------------- docs/guides/commands/experimental.rst | 31 +--------------------------- docs/guides/commands/index.rst | 33 ++---------------------------- docs/guides/commands/primary.rst | 32 ++--------------------------- docs/guides/commands/secondary.rst | 31 ++-------------------------- docs/guides/index.rst | 31 ++-------------------------- docs/guides/overview.rst | 31 ++-------------------------- docs/guides/setup/getting_started.rst | 34 +++---------------------------- docs/guides/setup/howto_use.rst | 32 ++--------------------------- docs/guides/setup/index.rst | 31 ++-------------------------- docs/guides/setup/performance_opt.rst | 32 ++--------------------------- docs/guides/setup/use_cases.rst | 31 ++-------------------------- docs/guides/spp_vf/commands/common.rst | 31 ++-------------------------- docs/guides/spp_vf/commands/index.rst | 31 ++-------------------------- docs/guides/spp_vf/commands/primary.rst | 32 ++--------------------------- docs/guides/spp_vf/commands/secondary.rst | 31 ++-------------------------- docs/guides/spp_vf/design.rst | 31 ++-------------------------- docs/guides/spp_vf/explain/functions.rst | 31 ++-------------------------- docs/guides/spp_vf/explain/index.rst | 31 ++-------------------------- docs/guides/spp_vf/gsg/build.rst | 31 ++-------------------------- docs/guides/spp_vf/gsg/howto_use.rst | 31 ++-------------------------- docs/guides/spp_vf/gsg/index.rst | 31 ++-------------------------- docs/guides/spp_vf/index.rst | 31 ++-------------------------- docs/guides/spp_vf/overview.rst | 31 ++-------------------------- docs/guides/spp_vf/use_cases/index.rst | 31 ++-------------------------- docs/guides/spp_vf/use_cases/usecase1.rst | 31 ++-------------------------- docs/guides/tools/index.rst | 31 ++-------------------------- 27 files changed, 54 insertions(+), 793 deletions(-) -- 2.13.1