Delete stray '.' in LICENSE file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/96d2c7fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/96d2c7fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/96d2c7fb Branch: refs/heads/master Commit: 96d2c7fb04ea2c16f2db27cd37f480af9e4dca58 Parents: 32040ac Author: Christopher Collins <[email protected]> Authored: Wed Mar 16 15:32:01 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Wed Mar 16 19:36:40 2016 -0700 ---------------------------------------------------------------------- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/96d2c7fb/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 1ec8ffb..d65f97f 100644 --- a/LICENSE +++ b/LICENSE @@ -255,7 +255,7 @@ for details see ./libs/elua/elua_base/LICENSE.luarpc This product bundles parts of CMSIS-CORE, which is available under the "3-clause BSD" license. Bundled files are: - * libs/cmsis-core/. + * libs/cmsis-core/ * libs/os/src/arch/cortex_m0/m0/HAL_CM0.s * libs/os/src/arch/cortex_m0/m0/SVC_Table.s * libs/os/src/arch/cortex_m4/m4/HAL_CM4.s
