From: Kim Schulz Date: Fri, 7 Jul 2017 08:41:31 +0000 (+0200) Subject: fix header license for wifi driver X-Git-Tag: 1.1_Public_Release~460^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1da4a2b171563f558e3b209cfbc74e037a3ca366;p=rtos%2Ftinyara.git fix header license for wifi driver The license in the header of the files were not the right one or messed up. This patch fixes the licens and align it for all files --- diff --git a/os/drivers/wireless/scsc/Make.defs b/os/drivers/wireless/scsc/Make.defs index e1c2e5c..af53b68 100644 --- a/os/drivers/wireless/scsc/Make.defs +++ b/os/drivers/wireless/scsc/Make.defs @@ -1,37 +1,20 @@ -############################################################################ -# drivers/wireless/Make.defs +########################################################################### # -# Copyright (C) 2013 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Copyright 2017 Samsung Electronics All Rights Reserved. # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: +# 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 # -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# 3. Neither the name NuttX nor the names of its contributors may be -# used to endorse or promote products derived from this software -# without specific prior written permission. +# http://www.apache.org/licenses/LICENSE-2.0 # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS -# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. +# 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. # -############################################################################ +########################################################################### ifeq ($(CONFIG_SCSC_WLAN),y) diff --git a/os/drivers/wireless/scsc/ba.c b/os/drivers/wireless/scsc/ba.c index 29a21e7..33066f4 100644 --- a/os/drivers/wireless/scsc/ba.c +++ b/os/drivers/wireless/scsc/ba.c @@ -1,6 +1,18 @@ /**************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/ba.h b/os/drivers/wireless/scsc/ba.h index 0f83ca7..65297e6 100644 --- a/os/drivers/wireless/scsc/ba.h +++ b/os/drivers/wireless/scsc/ba.h @@ -1,6 +1,18 @@ -/***************************************************************************** +/**************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/cm_if.c b/os/drivers/wireless/scsc/cm_if.c index 32dcc0d..c7aee97 100644 --- a/os/drivers/wireless/scsc/cm_if.c +++ b/os/drivers/wireless/scsc/cm_if.c @@ -1,8 +1,18 @@ /**************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * Copyright 2017 Samsung Electronics All Rights Reserved. * - * Chip Manager interface + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/debug_scsc.h b/os/drivers/wireless/scsc/debug_scsc.h index 4b665c9..f9e6c21 100644 --- a/os/drivers/wireless/scsc/debug_scsc.h +++ b/os/drivers/wireless/scsc/debug_scsc.h @@ -1,6 +1,18 @@ /**************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/dev.c b/os/drivers/wireless/scsc/dev.c index 675ffff..edbd441 100644 --- a/os/drivers/wireless/scsc/dev.c +++ b/os/drivers/wireless/scsc/dev.c @@ -1,6 +1,18 @@ /**************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/dev.h b/os/drivers/wireless/scsc/dev.h index 738293f..a7fbafe 100644 --- a/os/drivers/wireless/scsc/dev.h +++ b/os/drivers/wireless/scsc/dev.h @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/fapi.h b/os/drivers/wireless/scsc/fapi.h index f787587..1caef3e 100644 --- a/os/drivers/wireless/scsc/fapi.h +++ b/os/drivers/wireless/scsc/fapi.h @@ -1,9 +1,20 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ - /* Note: this is an auto-generated file. */ #ifndef _FAPI_H__ diff --git a/os/drivers/wireless/scsc/fw_test.c b/os/drivers/wireless/scsc/fw_test.c index 5851984..b5e6fc1 100644 --- a/os/drivers/wireless/scsc/fw_test.c +++ b/os/drivers/wireless/scsc/fw_test.c @@ -1,8 +1,20 @@ /***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include "dev.h" #include "fapi.h" #include "fw_test.h" diff --git a/os/drivers/wireless/scsc/fw_test.h b/os/drivers/wireless/scsc/fw_test.h index 367a910..c433494 100644 --- a/os/drivers/wireless/scsc/fw_test.h +++ b/os/drivers/wireless/scsc/fw_test.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/hip.c b/os/drivers/wireless/scsc/hip.c index 0ff9496..fd872f0 100644 --- a/os/drivers/wireless/scsc/hip.c +++ b/os/drivers/wireless/scsc/hip.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/hip.h b/os/drivers/wireless/scsc/hip.h index 7c00624..8e257a9 100644 --- a/os/drivers/wireless/scsc/hip.h +++ b/os/drivers/wireless/scsc/hip.h @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/hip4.c b/os/drivers/wireless/scsc/hip4.c index 40d7471..79e93e1 100644 --- a/os/drivers/wireless/scsc/hip4.c +++ b/os/drivers/wireless/scsc/hip4.c @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include #include diff --git a/os/drivers/wireless/scsc/hip4.h b/os/drivers/wireless/scsc/hip4.h index 2fe4b8b..0779cbc 100644 --- a/os/drivers/wireless/scsc/hip4.h +++ b/os/drivers/wireless/scsc/hip4.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/hydra.h b/os/drivers/wireless/scsc/hydra.h index 2adc754..01de87b 100644 --- a/os/drivers/wireless/scsc/hydra.h +++ b/os/drivers/wireless/scsc/hydra.h @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/log_clients.c b/os/drivers/wireless/scsc/log_clients.c index 8423fc4..8036066 100644 --- a/os/drivers/wireless/scsc/log_clients.c +++ b/os/drivers/wireless/scsc/log_clients.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/log_clients.h b/os/drivers/wireless/scsc/log_clients.h index fefcba1..fc6fe5c 100644 --- a/os/drivers/wireless/scsc/log_clients.h +++ b/os/drivers/wireless/scsc/log_clients.h @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/max_buf.c b/os/drivers/wireless/scsc/max_buf.c index 9136345..3448263 100644 --- a/os/drivers/wireless/scsc/max_buf.c +++ b/os/drivers/wireless/scsc/max_buf.c @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include "utils_misc.h" #include "utils_scsc.h" #include "max_buf.h" diff --git a/os/drivers/wireless/scsc/max_buf.h b/os/drivers/wireless/scsc/max_buf.h index 631c23b..f330bae 100644 --- a/os/drivers/wireless/scsc/max_buf.h +++ b/os/drivers/wireless/scsc/max_buf.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef SLSI_MAX_BUF_H__ #define SLSI_MAX_BUF_H__ diff --git a/os/drivers/wireless/scsc/mbulk.c b/os/drivers/wireless/scsc/mbulk.c index 6111efd..9ec6a1e 100644 --- a/os/drivers/wireless/scsc/mbulk.c +++ b/os/drivers/wireless/scsc/mbulk.c @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include "mbulk.h" #include "utils_misc.h" #include "dev.h" diff --git a/os/drivers/wireless/scsc/mbulk.h b/os/drivers/wireless/scsc/mbulk.h index e1f71bc..9f83944 100644 --- a/os/drivers/wireless/scsc/mbulk.h +++ b/os/drivers/wireless/scsc/mbulk.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef __MBULK_H__ #define __MBULK_H__ diff --git a/os/drivers/wireless/scsc/mbulk_def.h b/os/drivers/wireless/scsc/mbulk_def.h index 2f53e9f..3c63965 100644 --- a/os/drivers/wireless/scsc/mbulk_def.h +++ b/os/drivers/wireless/scsc/mbulk_def.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef __MBULK_DEF_H__ #define __MBULK_DEF_H__ diff --git a/os/drivers/wireless/scsc/mgt.c b/os/drivers/wireless/scsc/mgt.c index 28cab64..540fac0 100644 --- a/os/drivers/wireless/scsc/mgt.c +++ b/os/drivers/wireless/scsc/mgt.c @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include "mgt.h" #include "debug_scsc.h" #include "mlme.h" diff --git a/os/drivers/wireless/scsc/mgt.h b/os/drivers/wireless/scsc/mgt.h index 9f0e3b3..638906d 100644 --- a/os/drivers/wireless/scsc/mgt.h +++ b/os/drivers/wireless/scsc/mgt.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef __SLSI_MGT_H__ #define __SLSI_MGT_H__ diff --git a/os/drivers/wireless/scsc/mib.c b/os/drivers/wireless/scsc/mib.c index 4ba2143..38d9c95 100644 --- a/os/drivers/wireless/scsc/mib.c +++ b/os/drivers/wireless/scsc/mib.c @@ -1,9 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd and its Licensors. - * All rights reserved. + * 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. + * + ****************************************************************************/ #include "mib.h" #include "debug_scsc.h" diff --git a/os/drivers/wireless/scsc/mib.h b/os/drivers/wireless/scsc/mib.h index c6b9b12..f4d9cc9 100644 --- a/os/drivers/wireless/scsc/mib.h +++ b/os/drivers/wireless/scsc/mib.h @@ -1,9 +1,20 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ - /* Note: this is an auto-generated file. */ #ifndef SLSI_MIB_H__ diff --git a/os/drivers/wireless/scsc/mib_text_convert.c b/os/drivers/wireless/scsc/mib_text_convert.c index 8eb4f85..587e8c1 100644 --- a/os/drivers/wireless/scsc/mib_text_convert.c +++ b/os/drivers/wireless/scsc/mib_text_convert.c @@ -1,9 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd and its Licensors. - * All rights reserved. + * 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. + * + ****************************************************************************/ #include "debug_scsc.h" #include "mib_text_convert.h" diff --git a/os/drivers/wireless/scsc/mib_text_convert.h b/os/drivers/wireless/scsc/mib_text_convert.h index dda0d72..d95ecff 100644 --- a/os/drivers/wireless/scsc/mib_text_convert.h +++ b/os/drivers/wireless/scsc/mib_text_convert.h @@ -1,9 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd and its Licensors. - * All rights reserved. + * 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. + * + ****************************************************************************/ #ifndef MIB_TEXT_CONVERT_H__ #define MIB_TEXT_CONVERT_H__ diff --git a/os/drivers/wireless/scsc/misc/cpacket_buffer.c b/os/drivers/wireless/scsc/misc/cpacket_buffer.c index 43267b6..9ca1259 100644 --- a/os/drivers/wireless/scsc/misc/cpacket_buffer.c +++ b/os/drivers/wireless/scsc/misc/cpacket_buffer.c @@ -1,3 +1,20 @@ +/***************************************************************************** + * + * 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. + * + ****************************************************************************/ /** * Circular buffer backed packet stream (Implementation) * diff --git a/os/drivers/wireless/scsc/misc/cpacket_buffer.h b/os/drivers/wireless/scsc/misc/cpacket_buffer.h index 374cc01..3f70c0d 100644 --- a/os/drivers/wireless/scsc/misc/cpacket_buffer.h +++ b/os/drivers/wireless/scsc/misc/cpacket_buffer.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/fw_panic_record.c b/os/drivers/wireless/scsc/misc/fw_panic_record.c index f431dee..a2b5a4c 100644 --- a/os/drivers/wireless/scsc/misc/fw_panic_record.c +++ b/os/drivers/wireless/scsc/misc/fw_panic_record.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "panic_record_r4_defs.h" diff --git a/os/drivers/wireless/scsc/misc/fw_panic_record.h b/os/drivers/wireless/scsc/misc/fw_panic_record.h index d4cfd41..25becca 100644 --- a/os/drivers/wireless/scsc/misc/fw_panic_record.h +++ b/os/drivers/wireless/scsc/misc/fw_panic_record.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/fwhdr.c b/os/drivers/wireless/scsc/misc/fwhdr.c index 7985d28..4d1da1b 100644 --- a/os/drivers/wireless/scsc/misc/fwhdr.c +++ b/os/drivers/wireless/scsc/misc/fwhdr.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/fwhdr.h b/os/drivers/wireless/scsc/misc/fwhdr.h index 6d8d60f..c2644a7 100644 --- a/os/drivers/wireless/scsc/misc/fwhdr.h +++ b/os/drivers/wireless/scsc/misc/fwhdr.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/fwimage.c b/os/drivers/wireless/scsc/misc/fwimage.c index c472e1c..9b79973 100644 --- a/os/drivers/wireless/scsc/misc/fwimage.c +++ b/os/drivers/wireless/scsc/misc/fwimage.c @@ -1,3 +1,20 @@ +/***************************************************************************** + * + * 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. + * + ****************************************************************************/ #include #include #include "fwimage.h" diff --git a/os/drivers/wireless/scsc/misc/fwimage.h b/os/drivers/wireless/scsc/misc/fwimage.h index 998d37b..f08b81c 100644 --- a/os/drivers/wireless/scsc/misc/fwimage.h +++ b/os/drivers/wireless/scsc/misc/fwimage.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/gdb_transport.c b/os/drivers/wireless/scsc/misc/gdb_transport.c index 986dd7c..60e217d 100644 --- a/os/drivers/wireless/scsc/misc/gdb_transport.c +++ b/os/drivers/wireless/scsc/misc/gdb_transport.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/gdb_transport.h b/os/drivers/wireless/scsc/misc/gdb_transport.h index d65636a..629ef93 100644 --- a/os/drivers/wireless/scsc/misc/gdb_transport.h +++ b/os/drivers/wireless/scsc/misc/gdb_transport.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mif_reg.h b/os/drivers/wireless/scsc/misc/mif_reg.h index 93c8532..9da5a48 100644 --- a/os/drivers/wireless/scsc/misc/mif_reg.h +++ b/os/drivers/wireless/scsc/misc/mif_reg.h @@ -1,9 +1,20 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ - #ifndef __MIF_REG_H #define __MIF_REG_H diff --git a/os/drivers/wireless/scsc/misc/mifintrbit.c b/os/drivers/wireless/scsc/misc/mifintrbit.c index 0d4c1b4..3dd9e3d 100644 --- a/os/drivers/wireless/scsc/misc/mifintrbit.c +++ b/os/drivers/wireless/scsc/misc/mifintrbit.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mifintrbit.h b/os/drivers/wireless/scsc/misc/mifintrbit.h index 5bfa449..ef38d02 100644 --- a/os/drivers/wireless/scsc/misc/mifintrbit.h +++ b/os/drivers/wireless/scsc/misc/mifintrbit.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mifmboxman.c b/os/drivers/wireless/scsc/misc/mifmboxman.c index 06f17ad..4b5f55b 100644 --- a/os/drivers/wireless/scsc/misc/mifmboxman.c +++ b/os/drivers/wireless/scsc/misc/mifmboxman.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mifmboxman.h b/os/drivers/wireless/scsc/misc/mifmboxman.h index 83f0484..81bfb68 100644 --- a/os/drivers/wireless/scsc/misc/mifmboxman.h +++ b/os/drivers/wireless/scsc/misc/mifmboxman.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/miframman.c b/os/drivers/wireless/scsc/misc/miframman.c index 1549b81..234af8b 100644 --- a/os/drivers/wireless/scsc/misc/miframman.c +++ b/os/drivers/wireless/scsc/misc/miframman.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "scsc_mif_abs.h" diff --git a/os/drivers/wireless/scsc/misc/miframman.h b/os/drivers/wireless/scsc/misc/miframman.h index 97d32bf..28c9e2f 100644 --- a/os/drivers/wireless/scsc/misc/miframman.h +++ b/os/drivers/wireless/scsc/misc/miframman.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mifstream.c b/os/drivers/wireless/scsc/misc/mifstream.c index 19df919..0d1e2f5 100644 --- a/os/drivers/wireless/scsc/misc/mifstream.c +++ b/os/drivers/wireless/scsc/misc/mifstream.c @@ -1,3 +1,20 @@ +/***************************************************************************** + * + * 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. + * + ****************************************************************************/ /** * MIF Byte Stream (Implementation) */ diff --git a/os/drivers/wireless/scsc/misc/mifstream.h b/os/drivers/wireless/scsc/misc/mifstream.h index a5214bd..823503c 100644 --- a/os/drivers/wireless/scsc/misc/mifstream.h +++ b/os/drivers/wireless/scsc/misc/mifstream.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mx140_clk.c b/os/drivers/wireless/scsc/misc/mx140_clk.c index aad65e4..b52088d 100644 --- a/os/drivers/wireless/scsc/misc/mx140_clk.c +++ b/os/drivers/wireless/scsc/misc/mx140_clk.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mx140_file.c b/os/drivers/wireless/scsc/misc/mx140_file.c index f080855..46b4499 100644 --- a/os/drivers/wireless/scsc/misc/mx140_file.c +++ b/os/drivers/wireless/scsc/misc/mx140_file.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** + * + * 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 * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mx_mmap.c b/os/drivers/wireless/scsc/misc/mx_mmap.c index 6502f09..0c68f55 100644 --- a/os/drivers/wireless/scsc/misc/mx_mmap.c +++ b/os/drivers/wireless/scsc/misc/mx_mmap.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** + * + * 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 * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxconf.h b/os/drivers/wireless/scsc/misc/mxconf.h index e3a7674..0f24634 100644 --- a/os/drivers/wireless/scsc/misc/mxconf.h +++ b/os/drivers/wireless/scsc/misc/mxconf.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxlog.c b/os/drivers/wireless/scsc/misc/mxlog.c index 6277597..538c952 100644 --- a/os/drivers/wireless/scsc/misc/mxlog.c +++ b/os/drivers/wireless/scsc/misc/mxlog.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxlog.h b/os/drivers/wireless/scsc/misc/mxlog.h index 8b485c0..52da2fa 100644 --- a/os/drivers/wireless/scsc/misc/mxlog.h +++ b/os/drivers/wireless/scsc/misc/mxlog.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxlog_transport.c b/os/drivers/wireless/scsc/misc/mxlog_transport.c index 05acc76..a2ecd1b 100644 --- a/os/drivers/wireless/scsc/misc/mxlog_transport.c +++ b/os/drivers/wireless/scsc/misc/mxlog_transport.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ /** Uses */ diff --git a/os/drivers/wireless/scsc/misc/mxlog_transport.h b/os/drivers/wireless/scsc/misc/mxlog_transport.h index 06ce8a5..85df28c 100644 --- a/os/drivers/wireless/scsc/misc/mxlog_transport.h +++ b/os/drivers/wireless/scsc/misc/mxlog_transport.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxman.c b/os/drivers/wireless/scsc/misc/mxman.c index 90989cc..5b9a8e8 100644 --- a/os/drivers/wireless/scsc/misc/mxman.c +++ b/os/drivers/wireless/scsc/misc/mxman.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxman.h b/os/drivers/wireless/scsc/misc/mxman.h index 47fab30..530e28d 100644 --- a/os/drivers/wireless/scsc/misc/mxman.h +++ b/os/drivers/wireless/scsc/misc/mxman.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxmgmt_transport.c b/os/drivers/wireless/scsc/misc/mxmgmt_transport.c index d9eb11a..58c93a5 100644 --- a/os/drivers/wireless/scsc/misc/mxmgmt_transport.c +++ b/os/drivers/wireless/scsc/misc/mxmgmt_transport.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxmgmt_transport.h b/os/drivers/wireless/scsc/misc/mxmgmt_transport.h index 530b4d3..dc4b609 100644 --- a/os/drivers/wireless/scsc/misc/mxmgmt_transport.h +++ b/os/drivers/wireless/scsc/misc/mxmgmt_transport.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/mxmgmt_transport_format.h b/os/drivers/wireless/scsc/misc/mxmgmt_transport_format.h index abf7ef1..4699c67 100644 --- a/os/drivers/wireless/scsc/misc/mxmgmt_transport_format.h +++ b/os/drivers/wireless/scsc/misc/mxmgmt_transport_format.h @@ -1,9 +1,20 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ - #ifndef MXMGR_TRANSPORT_FORMAT_H__ #define MXMGR_TRANSPORT_FORMAT_H__ diff --git a/os/drivers/wireless/scsc/misc/panic_record_r4_defs.h b/os/drivers/wireless/scsc/misc/panic_record_r4_defs.h index 0d88ac1..978be35 100644 --- a/os/drivers/wireless/scsc/misc/panic_record_r4_defs.h +++ b/os/drivers/wireless/scsc/misc/panic_record_r4_defs.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** + * + * 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 * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/panicmon.c b/os/drivers/wireless/scsc/misc/panicmon.c index 091850c..c0b91ed 100644 --- a/os/drivers/wireless/scsc/misc/panicmon.c +++ b/os/drivers/wireless/scsc/misc/panicmon.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/panicmon.h b/os/drivers/wireless/scsc/misc/panicmon.h index 240c2a6..a978561 100644 --- a/os/drivers/wireless/scsc/misc/panicmon.h +++ b/os/drivers/wireless/scsc/misc/panicmon.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/platform_mif.c b/os/drivers/wireless/scsc/misc/platform_mif.c index d3124ca..b11b35d 100644 --- a/os/drivers/wireless/scsc/misc/platform_mif.c +++ b/os/drivers/wireless/scsc/misc/platform_mif.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/platform_mif_module.c b/os/drivers/wireless/scsc/misc/platform_mif_module.c index 5e43d48..d0a79a0 100644 --- a/os/drivers/wireless/scsc/misc/platform_mif_module.c +++ b/os/drivers/wireless/scsc/misc/platform_mif_module.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/platform_mif_module.h b/os/drivers/wireless/scsc/misc/platform_mif_module.h index 2f5be68..ba1cac6 100644 --- a/os/drivers/wireless/scsc/misc/platform_mif_module.h +++ b/os/drivers/wireless/scsc/misc/platform_mif_module.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/scsc_mif_abs.h b/os/drivers/wireless/scsc/misc/scsc_mif_abs.h index 6892559..0f58d83 100644 --- a/os/drivers/wireless/scsc/misc/scsc_mif_abs.h +++ b/os/drivers/wireless/scsc/misc/scsc_mif_abs.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/scsc_mx_impl.c b/os/drivers/wireless/scsc/misc/scsc_mx_impl.c index ed05a70..bd77cec 100644 --- a/os/drivers/wireless/scsc/misc/scsc_mx_impl.c +++ b/os/drivers/wireless/scsc/misc/scsc_mx_impl.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "scsc_mx_impl.h" diff --git a/os/drivers/wireless/scsc/misc/scsc_mx_impl.h b/os/drivers/wireless/scsc/misc/scsc_mx_impl.h index 4b5a07f..708da28 100644 --- a/os/drivers/wireless/scsc/misc/scsc_mx_impl.h +++ b/os/drivers/wireless/scsc/misc/scsc_mx_impl.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/scsc_mx_module.c b/os/drivers/wireless/scsc/misc/scsc_mx_module.c index 3ea77e2..7f6f7ba 100644 --- a/os/drivers/wireless/scsc/misc/scsc_mx_module.c +++ b/os/drivers/wireless/scsc/misc/scsc_mx_module.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/scsc_service.c b/os/drivers/wireless/scsc/misc/scsc_service.c index ea518ac..32413a6 100644 --- a/os/drivers/wireless/scsc/misc/scsc_service.c +++ b/os/drivers/wireless/scsc/misc/scsc_service.c @@ -1,3 +1,20 @@ +/***************************************************************************** + * + * 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. + * + ****************************************************************************/ #include #include "mxman.h" diff --git a/os/drivers/wireless/scsc/misc/servman_messages.h b/os/drivers/wireless/scsc/misc/servman_messages.h index a8b5440..64f5b14 100644 --- a/os/drivers/wireless/scsc/misc/servman_messages.h +++ b/os/drivers/wireless/scsc/misc/servman_messages.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/srvman.h b/os/drivers/wireless/scsc/misc/srvman.h index ded13d8..5c092cb 100644 --- a/os/drivers/wireless/scsc/misc/srvman.h +++ b/os/drivers/wireless/scsc/misc/srvman.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/suspendmon.c b/os/drivers/wireless/scsc/misc/suspendmon.c index 1d28111..343e198 100644 --- a/os/drivers/wireless/scsc/misc/suspendmon.c +++ b/os/drivers/wireless/scsc/misc/suspendmon.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/suspendmon.h b/os/drivers/wireless/scsc/misc/suspendmon.h index 63ca192..3622f79 100644 --- a/os/drivers/wireless/scsc/misc/suspendmon.h +++ b/os/drivers/wireless/scsc/misc/suspendmon.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/misc/utils_misc.h b/os/drivers/wireless/scsc/misc/utils_misc.h index 3ee167d..849d70e 100644 --- a/os/drivers/wireless/scsc/misc/utils_misc.h +++ b/os/drivers/wireless/scsc/misc/utils_misc.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef SLSI_UTILS_MISC_H__ #define SLSI_UTILS_MISC_H__ diff --git a/os/drivers/wireless/scsc/mlme.c b/os/drivers/wireless/scsc/mlme.c index 07323ff..2042061 100644 --- a/os/drivers/wireless/scsc/mlme.c +++ b/os/drivers/wireless/scsc/mlme.c @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "dev.h" diff --git a/os/drivers/wireless/scsc/mlme.h b/os/drivers/wireless/scsc/mlme.h index 300d9b3..b2c0955 100644 --- a/os/drivers/wireless/scsc/mlme.h +++ b/os/drivers/wireless/scsc/mlme.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/netif.c b/os/drivers/wireless/scsc/netif.c index 70d447d..8145bf3 100644 --- a/os/drivers/wireless/scsc/netif.c +++ b/os/drivers/wireless/scsc/netif.c @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include diff --git a/os/drivers/wireless/scsc/netif.h b/os/drivers/wireless/scsc/netif.h index e663d0e..d52953e 100644 --- a/os/drivers/wireless/scsc/netif.h +++ b/os/drivers/wireless/scsc/netif.h @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/rx.c b/os/drivers/wireless/scsc/rx.c index d50abab..12755fe 100644 --- a/os/drivers/wireless/scsc/rx.c +++ b/os/drivers/wireless/scsc/rx.c @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "debug_scsc.h" diff --git a/os/drivers/wireless/scsc/sap.h b/os/drivers/wireless/scsc/sap.h index feb0b4b..31fcef2 100644 --- a/os/drivers/wireless/scsc/sap.h +++ b/os/drivers/wireless/scsc/sap.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/sap_dbg.c b/os/drivers/wireless/scsc/sap_dbg.c index 261be49..7fa636d 100644 --- a/os/drivers/wireless/scsc/sap_dbg.c +++ b/os/drivers/wireless/scsc/sap_dbg.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "debug_scsc.h" diff --git a/os/drivers/wireless/scsc/sap_dbg.h b/os/drivers/wireless/scsc/sap_dbg.h index 406a62a..84b44b4 100644 --- a/os/drivers/wireless/scsc/sap_dbg.h +++ b/os/drivers/wireless/scsc/sap_dbg.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/sap_ma.c b/os/drivers/wireless/scsc/sap_ma.c index 8ff8509..42c78fa 100644 --- a/os/drivers/wireless/scsc/sap_ma.c +++ b/os/drivers/wireless/scsc/sap_ma.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "debug_scsc.h" diff --git a/os/drivers/wireless/scsc/sap_ma.h b/os/drivers/wireless/scsc/sap_ma.h index 348fad2..09bc8c3 100644 --- a/os/drivers/wireless/scsc/sap_ma.h +++ b/os/drivers/wireless/scsc/sap_ma.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/sap_mlme.c b/os/drivers/wireless/scsc/sap_mlme.c index e853309..93ca3e7 100644 --- a/os/drivers/wireless/scsc/sap_mlme.c +++ b/os/drivers/wireless/scsc/sap_mlme.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "debug_scsc.h" diff --git a/os/drivers/wireless/scsc/sap_mlme.h b/os/drivers/wireless/scsc/sap_mlme.h index f56979d..2e7b0c2 100644 --- a/os/drivers/wireless/scsc/sap_mlme.h +++ b/os/drivers/wireless/scsc/sap_mlme.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/sap_test.c b/os/drivers/wireless/scsc/sap_test.c index 67dbc6c..fc25dcf 100644 --- a/os/drivers/wireless/scsc/sap_test.c +++ b/os/drivers/wireless/scsc/sap_test.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include "dev.h" diff --git a/os/drivers/wireless/scsc/sap_test.h b/os/drivers/wireless/scsc/sap_test.h index 31d42ee..414137b 100644 --- a/os/drivers/wireless/scsc/sap_test.h +++ b/os/drivers/wireless/scsc/sap_test.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/scsc_logring.h b/os/drivers/wireless/scsc/scsc_logring.h index 4a8d5cb..9db03f2 100644 --- a/os/drivers/wireless/scsc/scsc_logring.h +++ b/os/drivers/wireless/scsc/scsc_logring.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/scsc_mifram.h b/os/drivers/wireless/scsc/scsc_mifram.h index 1d955cd..226dedd 100644 --- a/os/drivers/wireless/scsc/scsc_mifram.h +++ b/os/drivers/wireless/scsc/scsc_mifram.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/scsc_mx.h b/os/drivers/wireless/scsc/scsc_mx.h index 651e726..1d9f0dc 100644 --- a/os/drivers/wireless/scsc/scsc_mx.h +++ b/os/drivers/wireless/scsc/scsc_mx.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/scsc_wifi_cm_if.h b/os/drivers/wireless/scsc/scsc_wifi_cm_if.h index fff2cbf..3f63140 100644 --- a/os/drivers/wireless/scsc/scsc_wifi_cm_if.h +++ b/os/drivers/wireless/scsc/scsc_wifi_cm_if.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/scsc_wifi_fcq.c b/os/drivers/wireless/scsc/scsc_wifi_fcq.c index b1889a6..461a73c 100644 --- a/os/drivers/wireless/scsc/scsc_wifi_fcq.c +++ b/os/drivers/wireless/scsc/scsc_wifi_fcq.c @@ -1,8 +1,20 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include "scsc_wifi_fcq.h" #include "debug_scsc.h" diff --git a/os/drivers/wireless/scsc/scsc_wifi_fcq.h b/os/drivers/wireless/scsc/scsc_wifi_fcq.h index 314d08e..ebc5902 100644 --- a/os/drivers/wireless/scsc/scsc_wifi_fcq.h +++ b/os/drivers/wireless/scsc/scsc_wifi_fcq.h @@ -1,8 +1,20 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include "netif.h" diff --git a/os/drivers/wireless/scsc/stats.h b/os/drivers/wireless/scsc/stats.h index 11befa3..a330bfa 100644 --- a/os/drivers/wireless/scsc/stats.h +++ b/os/drivers/wireless/scsc/stats.h @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #ifndef __SLSI_STATS_H__ diff --git a/os/drivers/wireless/scsc/t20_ops.c b/os/drivers/wireless/scsc/t20_ops.c index b86e803..511dc23 100644 --- a/os/drivers/wireless/scsc/t20_ops.c +++ b/os/drivers/wireless/scsc/t20_ops.c @@ -1,6 +1,18 @@ -/*************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/t20_ops.h b/os/drivers/wireless/scsc/t20_ops.h index 02d3aa2..3a4b50f 100644 --- a/os/drivers/wireless/scsc/t20_ops.h +++ b/os/drivers/wireless/scsc/t20_ops.h @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/tinyara_wrapper.c b/os/drivers/wireless/scsc/tinyara_wrapper.c index 4468728..21658f8 100644 --- a/os/drivers/wireless/scsc/tinyara_wrapper.c +++ b/os/drivers/wireless/scsc/tinyara_wrapper.c @@ -1,6 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include diff --git a/os/drivers/wireless/scsc/tinyara_wrapper.h b/os/drivers/wireless/scsc/tinyara_wrapper.h index 5adbb0b..a52c425 100644 --- a/os/drivers/wireless/scsc/tinyara_wrapper.h +++ b/os/drivers/wireless/scsc/tinyara_wrapper.h @@ -1,3 +1,20 @@ +/***************************************************************************** + * + * 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. + * + ****************************************************************************/ #ifndef __NUTTX_WRAPPER_H__ #define __NUTTX_WRAPPER_H__ diff --git a/os/drivers/wireless/scsc/tx.c b/os/drivers/wireless/scsc/tx.c index 682a7ae..f2c3da5 100644 --- a/os/drivers/wireless/scsc/tx.c +++ b/os/drivers/wireless/scsc/tx.c @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #include "dev.h" #include "debug_scsc.h" diff --git a/os/drivers/wireless/scsc/udi.c b/os/drivers/wireless/scsc/udi.c index 0b7f9e1..e85f68e 100644 --- a/os/drivers/wireless/scsc/udi.c +++ b/os/drivers/wireless/scsc/udi.c @@ -1,6 +1,18 @@ -/**************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/udi.h b/os/drivers/wireless/scsc/udi.h index c74b354..39ae564 100644 --- a/os/drivers/wireless/scsc/udi.h +++ b/os/drivers/wireless/scsc/udi.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef __SLSI_UDI_H__ #define __SLSI_UDI_H__ diff --git a/os/drivers/wireless/scsc/unifiio.h b/os/drivers/wireless/scsc/unifiio.h index 9cb274d..d8d798b 100644 --- a/os/drivers/wireless/scsc/unifiio.h +++ b/os/drivers/wireless/scsc/unifiio.h @@ -1,9 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd and its Licensors. - * All rights reserved. + * 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. + * + ****************************************************************************/ #ifndef __UNIFIIO_H__ #define __UNIFIIO_H__ diff --git a/os/drivers/wireless/scsc/utils_scsc.h b/os/drivers/wireless/scsc/utils_scsc.h index 40243c4..cffb1e8 100644 --- a/os/drivers/wireless/scsc/utils_scsc.h +++ b/os/drivers/wireless/scsc/utils_scsc.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef SLSI_UTILS_SCSC_H__ #define SLSI_UTILS_SCSC_H__ diff --git a/os/drivers/wireless/scsc/wl_result.h b/os/drivers/wireless/scsc/wl_result.h index 0570d88..de24aa2 100644 --- a/os/drivers/wireless/scsc/wl_result.h +++ b/os/drivers/wireless/scsc/wl_result.h @@ -1,8 +1,18 @@ /***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * Copyright 2017 Samsung Electronics All Rights Reserved. * - * WLAN result codes + * 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. * ****************************************************************************/ diff --git a/os/drivers/wireless/scsc/wlan_80211_utils.c b/os/drivers/wireless/scsc/wlan_80211_utils.c index 48d65bd..5ea947d 100644 --- a/os/drivers/wireless/scsc/wlan_80211_utils.c +++ b/os/drivers/wireless/scsc/wlan_80211_utils.c @@ -1,6 +1,18 @@ -/*************************************************************************** +/***************************************************************************** * - * Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. * ****************************************************************************/ #include diff --git a/os/drivers/wireless/scsc/wlan_80211_utils.h b/os/drivers/wireless/scsc/wlan_80211_utils.h index faecc90..77fec65 100644 --- a/os/drivers/wireless/scsc/wlan_80211_utils.h +++ b/os/drivers/wireless/scsc/wlan_80211_utils.h @@ -1,8 +1,20 @@ -/****************************************************************************** +/***************************************************************************** * - * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved + * 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. + * + ****************************************************************************/ #ifndef __WLAN_80211_UTILS_H__ #define __WLAN_80211_UTILS_H__