diff options
author | Ahreum Jeong <ahreum.jeong@samsung.com> | 2017-10-17 18:57:11 +0900 |
---|---|---|
committer | Ahreum Jeong <ahreum.jeong@samsung.com> | 2017-10-18 21:45:40 +0900 |
commit | 157501a9a30bb677f9854ef4cbd5446b19b05124 (patch) | |
tree | 90084ef279058aeabf0ca622132042c2eba41d6e | |
parent | a14962972716a56ffb282de3a3cdc1c2b17f562e (diff) | |
download | tinyara-157501a9a30bb677f9854ef4cbd5446b19b05124.tar.gz tinyara-157501a9a30bb677f9854ef4cbd5446b19b05124.tar.bz2 tinyara-157501a9a30bb677f9854ef4cbd5446b19b05124.zip |
license : add missing our copyright and license
. add missing our copyright and license to file : ftl.c
-rw-r--r-- | os/fs/driver/mtd/ftl.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/os/fs/driver/mtd/ftl.c b/os/fs/driver/mtd/ftl.c index c9f6f201..33330c42 100644 --- a/os/fs/driver/mtd/ftl.c +++ b/os/fs/driver/mtd/ftl.c @@ -1,4 +1,21 @@ /**************************************************************************** + * + * Copyright 2017 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ +/**************************************************************************** * drivers/mtd/ftl.c * * Copyright (C) 2009, 2011-2012, 2016 Gregory Nutt. All rights reserved. |