summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Shin <yj99.shin@samsung.com>2020-08-24 13:54:44 +0900
committerYoungjae Shin <yj99.shin@samsung.com>2020-08-26 09:42:46 +0900
commit01973c272e2d4898a3e3cb088ac3cd0832ce89ec (patch)
tree0b899a332e4a3441c88a3bbc43c30d653758aab7
parent1c733f6c8850bbd6fcad5d226f64067f29743f32 (diff)
downloadmodes-plugins-01973c272e2d4898a3e3cb088ac3cd0832ce89ec.tar.gz
modes-plugins-01973c272e2d4898a3e3cb088ac3cd0832ce89ec.tar.bz2
modes-plugins-01973c272e2d4898a3e3cb088ac3cd0832ce89ec.zip
revise boilerplate
Change-Id: Ia2d5d7f1910f4f38b11b79e5fc9777e924e9bac9
-rw-r--r--app/AppActionLaunch.cpp2
-rw-r--r--app/AppActionLaunch.h2
-rw-r--r--app/AppFactory.cpp2
-rw-r--r--app/AppFactory.h2
-rw-r--r--app/AppPlugin.cpp2
-rw-r--r--bluetooth/BtAction.cpp2
-rw-r--r--bluetooth/BtAction.h2
-rw-r--r--bluetooth/BtActionAudioConnect.cpp2
-rw-r--r--bluetooth/BtActionAudioConnect.h2
-rw-r--r--bluetooth/BtActionPower.cpp2
-rw-r--r--bluetooth/BtActionPower.h2
-rw-r--r--bluetooth/BtFactory.cpp2
-rw-r--r--bluetooth/BtFactory.h2
-rw-r--r--bluetooth/BtPlugin.cpp2
-rw-r--r--display/DisplayActVconf.cpp2
-rw-r--r--display/DisplayActVconf.h2
-rw-r--r--display/DisplayBrightness.cpp2
-rw-r--r--display/DisplayBrightness.h2
-rw-r--r--display/DisplayDenyPalmTouch.cpp2
-rw-r--r--display/DisplayDenyPalmTouch.h2
-rw-r--r--display/DisplayFactory.cpp2
-rw-r--r--display/DisplayFactory.h2
-rw-r--r--display/DisplayPlugin.cpp2
-rw-r--r--include/plugin-def.h2
-rw-r--r--include/plugin-log.h2
-rw-r--r--media/MediaFactory.cpp2
-rw-r--r--media/MediaFactory.h2
-rw-r--r--media/MediaPlayer.cpp2
-rw-r--r--media/MediaPlayer.h2
-rw-r--r--media/MediaPlugin.cpp2
-rw-r--r--media/SoundVolume.cpp2
-rw-r--r--media/SoundVolume.h2
-rw-r--r--pkg/PkgEnableSupportMode.cpp2
-rw-r--r--pkg/PkgEnableSupportMode.h2
-rw-r--r--pkg/PkgFactory.cpp2
-rw-r--r--pkg/PkgFactory.h2
-rw-r--r--pkg/PkgPlugin.cpp2
-rw-r--r--std/StdFactory.cpp2
-rw-r--r--std/StdFactory.h2
-rw-r--r--std/StdPlugin.cpp2
-rw-r--r--std/StdTimeout.cpp2
-rw-r--r--std/StdTimeout.h2
-rw-r--r--tests/mdsp_test_app.cpp2
-rw-r--r--tests/mdsp_test_bt.cpp2
-rw-r--r--tests/mdsp_test_display.cpp2
-rw-r--r--tests/mdsp_test_integration.cpp2
-rw-r--r--tests/mdsp_test_media.cpp2
-rw-r--r--tests/mdsp_test_pkg.cpp2
-rw-r--r--tests/mdsp_test_std.cpp2
-rw-r--r--tests/mdsp_test_vconf.cpp2
-rw-r--r--tests/mdsp_test_wifi.cpp2
-rw-r--r--vconf/VconfBool.cpp2
-rw-r--r--vconf/VconfBool.h2
-rw-r--r--vconf/VconfDbl.cpp2
-rw-r--r--vconf/VconfDbl.h2
-rw-r--r--vconf/VconfFactory.cpp2
-rw-r--r--vconf/VconfFactory.h2
-rw-r--r--vconf/VconfInt.cpp2
-rw-r--r--vconf/VconfInt.h2
-rw-r--r--vconf/VconfPlugin.cpp2
-rw-r--r--vconf/VconfStr.cpp2
-rw-r--r--vconf/VconfStr.h2
-rw-r--r--wifi/WifiAction.cpp2
-rw-r--r--wifi/WifiAction.h2
-rw-r--r--wifi/WifiActionPower.cpp2
-rw-r--r--wifi/WifiActionPower.h2
-rw-r--r--wifi/WifiFactory.cpp2
-rw-r--r--wifi/WifiFactory.h2
-rw-r--r--wifi/WifiPlugin.cpp2
69 files changed, 69 insertions, 69 deletions
diff --git a/app/AppActionLaunch.cpp b/app/AppActionLaunch.cpp
index fb26e96..fdbb1a2 100644
--- a/app/AppActionLaunch.cpp
+++ b/app/AppActionLaunch.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/app/AppActionLaunch.h b/app/AppActionLaunch.h
index 35e980d..ca36240 100644
--- a/app/AppActionLaunch.h
+++ b/app/AppActionLaunch.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/app/AppFactory.cpp b/app/AppFactory.cpp
index 933b0a5..31ad3b4 100644
--- a/app/AppFactory.cpp
+++ b/app/AppFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/app/AppFactory.h b/app/AppFactory.h
index f90f6e9..8c314d3 100644
--- a/app/AppFactory.h
+++ b/app/AppFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/app/AppPlugin.cpp b/app/AppPlugin.cpp
index eb8c5b7..9164798 100644
--- a/app/AppPlugin.cpp
+++ b/app/AppPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtAction.cpp b/bluetooth/BtAction.cpp
index ba0ee46..1d938a8 100644
--- a/bluetooth/BtAction.cpp
+++ b/bluetooth/BtAction.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtAction.h b/bluetooth/BtAction.h
index 1f064fd..94e6d4d 100644
--- a/bluetooth/BtAction.h
+++ b/bluetooth/BtAction.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtActionAudioConnect.cpp b/bluetooth/BtActionAudioConnect.cpp
index 065cc51..d5b87cc 100644
--- a/bluetooth/BtActionAudioConnect.cpp
+++ b/bluetooth/BtActionAudioConnect.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtActionAudioConnect.h b/bluetooth/BtActionAudioConnect.h
index 5b749f8..0989b94 100644
--- a/bluetooth/BtActionAudioConnect.h
+++ b/bluetooth/BtActionAudioConnect.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtActionPower.cpp b/bluetooth/BtActionPower.cpp
index fdbe630..232ce6e 100644
--- a/bluetooth/BtActionPower.cpp
+++ b/bluetooth/BtActionPower.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtActionPower.h b/bluetooth/BtActionPower.h
index 1a11033..22022b8 100644
--- a/bluetooth/BtActionPower.h
+++ b/bluetooth/BtActionPower.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtFactory.cpp b/bluetooth/BtFactory.cpp
index 2dd78e2..a0f6a0d 100644
--- a/bluetooth/BtFactory.cpp
+++ b/bluetooth/BtFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtFactory.h b/bluetooth/BtFactory.h
index d7e7d3f..6414e1e 100644
--- a/bluetooth/BtFactory.h
+++ b/bluetooth/BtFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/bluetooth/BtPlugin.cpp b/bluetooth/BtPlugin.cpp
index 7e778eb..0b79c31 100644
--- a/bluetooth/BtPlugin.cpp
+++ b/bluetooth/BtPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayActVconf.cpp b/display/DisplayActVconf.cpp
index 3bf79f3..11f25e0 100644
--- a/display/DisplayActVconf.cpp
+++ b/display/DisplayActVconf.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayActVconf.h b/display/DisplayActVconf.h
index e61b2ce..554cc59 100644
--- a/display/DisplayActVconf.h
+++ b/display/DisplayActVconf.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayBrightness.cpp b/display/DisplayBrightness.cpp
index 5e99de6..cb028b8 100644
--- a/display/DisplayBrightness.cpp
+++ b/display/DisplayBrightness.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayBrightness.h b/display/DisplayBrightness.h
index 827cb73..5765286 100644
--- a/display/DisplayBrightness.h
+++ b/display/DisplayBrightness.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayDenyPalmTouch.cpp b/display/DisplayDenyPalmTouch.cpp
index 010221d..6ada315 100644
--- a/display/DisplayDenyPalmTouch.cpp
+++ b/display/DisplayDenyPalmTouch.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayDenyPalmTouch.h b/display/DisplayDenyPalmTouch.h
index e928782..387a993 100644
--- a/display/DisplayDenyPalmTouch.h
+++ b/display/DisplayDenyPalmTouch.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayFactory.cpp b/display/DisplayFactory.cpp
index 3f3adff..3885f72 100644
--- a/display/DisplayFactory.cpp
+++ b/display/DisplayFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayFactory.h b/display/DisplayFactory.h
index bae0cec..18f6433 100644
--- a/display/DisplayFactory.h
+++ b/display/DisplayFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/display/DisplayPlugin.cpp b/display/DisplayPlugin.cpp
index 9da4cbc..dfa5592 100644
--- a/display/DisplayPlugin.cpp
+++ b/display/DisplayPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by pkglicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/include/plugin-def.h b/include/plugin-def.h
index 07b66ba..9863402 100644
--- a/include/plugin-def.h
+++ b/include/plugin-def.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/include/plugin-log.h b/include/plugin-log.h
index 9e637b3..60859cf 100644
--- a/include/plugin-log.h
+++ b/include/plugin-log.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/media/MediaFactory.cpp b/media/MediaFactory.cpp
index 514afe2..b96cd32 100644
--- a/media/MediaFactory.cpp
+++ b/media/MediaFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/media/MediaFactory.h b/media/MediaFactory.h
index b7b3d07..63a8dda 100644
--- a/media/MediaFactory.h
+++ b/media/MediaFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/media/MediaPlayer.cpp b/media/MediaPlayer.cpp
index 81e5c86..44fcefe 100644
--- a/media/MediaPlayer.cpp
+++ b/media/MediaPlayer.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/media/MediaPlayer.h b/media/MediaPlayer.h
index 7c30d69..74ba7a5 100644
--- a/media/MediaPlayer.h
+++ b/media/MediaPlayer.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/media/MediaPlugin.cpp b/media/MediaPlugin.cpp
index 7ecf5cd..9a2e395 100644
--- a/media/MediaPlugin.cpp
+++ b/media/MediaPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by pkglicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/media/SoundVolume.cpp b/media/SoundVolume.cpp
index 4fc59f3..dc162ba 100644
--- a/media/SoundVolume.cpp
+++ b/media/SoundVolume.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/media/SoundVolume.h b/media/SoundVolume.h
index ce7114b..c6cf850 100644
--- a/media/SoundVolume.h
+++ b/media/SoundVolume.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/pkg/PkgEnableSupportMode.cpp b/pkg/PkgEnableSupportMode.cpp
index 21e05e1..c4fd7e9 100644
--- a/pkg/PkgEnableSupportMode.cpp
+++ b/pkg/PkgEnableSupportMode.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/pkg/PkgEnableSupportMode.h b/pkg/PkgEnableSupportMode.h
index 736a01a..6fcfc97 100644
--- a/pkg/PkgEnableSupportMode.h
+++ b/pkg/PkgEnableSupportMode.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/pkg/PkgFactory.cpp b/pkg/PkgFactory.cpp
index 5193538..bd9fc69 100644
--- a/pkg/PkgFactory.cpp
+++ b/pkg/PkgFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/pkg/PkgFactory.h b/pkg/PkgFactory.h
index 35f0689..047c218 100644
--- a/pkg/PkgFactory.h
+++ b/pkg/PkgFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/pkg/PkgPlugin.cpp b/pkg/PkgPlugin.cpp
index ce099bf..e187009 100644
--- a/pkg/PkgPlugin.cpp
+++ b/pkg/PkgPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by pkglicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/std/StdFactory.cpp b/std/StdFactory.cpp
index f97f678..7471b6e 100644
--- a/std/StdFactory.cpp
+++ b/std/StdFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/std/StdFactory.h b/std/StdFactory.h
index 1f15a01..8743413 100644
--- a/std/StdFactory.h
+++ b/std/StdFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/std/StdPlugin.cpp b/std/StdPlugin.cpp
index 6e8a979..0198427 100644
--- a/std/StdPlugin.cpp
+++ b/std/StdPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/std/StdTimeout.cpp b/std/StdTimeout.cpp
index 10f3ce7..a649662 100644
--- a/std/StdTimeout.cpp
+++ b/std/StdTimeout.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/std/StdTimeout.h b/std/StdTimeout.h
index cedc331..27ec5d9 100644
--- a/std/StdTimeout.h
+++ b/std/StdTimeout.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/tests/mdsp_test_app.cpp b/tests/mdsp_test_app.cpp
index 69600a2..e7e8658 100644
--- a/tests/mdsp_test_app.cpp
+++ b/tests/mdsp_test_app.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/tests/mdsp_test_bt.cpp b/tests/mdsp_test_bt.cpp
index 1f24d7a..5194d8f 100644
--- a/tests/mdsp_test_bt.cpp
+++ b/tests/mdsp_test_bt.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/tests/mdsp_test_display.cpp b/tests/mdsp_test_display.cpp
index 70d10bc..7f70bfc 100644
--- a/tests/mdsp_test_display.cpp
+++ b/tests/mdsp_test_display.cpp
@@ -5,7 +5,7 @@
* 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by displaylicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/tests/mdsp_test_integration.cpp b/tests/mdsp_test_integration.cpp
index 6427a5a..876c3e0 100644
--- a/tests/mdsp_test_integration.cpp
+++ b/tests/mdsp_test_integration.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/tests/mdsp_test_media.cpp b/tests/mdsp_test_media.cpp
index e7cb009..31d8b45 100644
--- a/tests/mdsp_test_media.cpp
+++ b/tests/mdsp_test_media.cpp
@@ -5,7 +5,7 @@
* 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by medialicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/tests/mdsp_test_pkg.cpp b/tests/mdsp_test_pkg.cpp
index db28dac..f0c3f69 100644
--- a/tests/mdsp_test_pkg.cpp
+++ b/tests/mdsp_test_pkg.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/tests/mdsp_test_std.cpp b/tests/mdsp_test_std.cpp
index 0bc46f4..3bb41eb 100644
--- a/tests/mdsp_test_std.cpp
+++ b/tests/mdsp_test_std.cpp
@@ -5,7 +5,7 @@
* 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by medialicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/tests/mdsp_test_vconf.cpp b/tests/mdsp_test_vconf.cpp
index 3991f4e..1a393c9 100644
--- a/tests/mdsp_test_vconf.cpp
+++ b/tests/mdsp_test_vconf.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/tests/mdsp_test_wifi.cpp b/tests/mdsp_test_wifi.cpp
index bb680a8..76ae3f8 100644
--- a/tests/mdsp_test_wifi.cpp
+++ b/tests/mdsp_test_wifi.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfBool.cpp b/vconf/VconfBool.cpp
index a7a1249..9a39f26 100644
--- a/vconf/VconfBool.cpp
+++ b/vconf/VconfBool.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfBool.h b/vconf/VconfBool.h
index e452b41..f6a9d5e 100644
--- a/vconf/VconfBool.h
+++ b/vconf/VconfBool.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfDbl.cpp b/vconf/VconfDbl.cpp
index 434d85a..1166835 100644
--- a/vconf/VconfDbl.cpp
+++ b/vconf/VconfDbl.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfDbl.h b/vconf/VconfDbl.h
index 0c814ae..4e38641 100644
--- a/vconf/VconfDbl.h
+++ b/vconf/VconfDbl.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfFactory.cpp b/vconf/VconfFactory.cpp
index 15fc497..de8b52f 100644
--- a/vconf/VconfFactory.cpp
+++ b/vconf/VconfFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfFactory.h b/vconf/VconfFactory.h
index 6787914..cefc6d8 100644
--- a/vconf/VconfFactory.h
+++ b/vconf/VconfFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfInt.cpp b/vconf/VconfInt.cpp
index 19d0bc9..7855bdf 100644
--- a/vconf/VconfInt.cpp
+++ b/vconf/VconfInt.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfInt.h b/vconf/VconfInt.h
index a9de2f6..4da57d9 100644
--- a/vconf/VconfInt.h
+++ b/vconf/VconfInt.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfPlugin.cpp b/vconf/VconfPlugin.cpp
index 25c0779..f531e0e 100644
--- a/vconf/VconfPlugin.cpp
+++ b/vconf/VconfPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfStr.cpp b/vconf/VconfStr.cpp
index 9f680db..6c854e2 100644
--- a/vconf/VconfStr.cpp
+++ b/vconf/VconfStr.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/vconf/VconfStr.h b/vconf/VconfStr.h
index 6dd4b79..f0bb1f1 100644
--- a/vconf/VconfStr.h
+++ b/vconf/VconfStr.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/wifi/WifiAction.cpp b/wifi/WifiAction.cpp
index b6e6698..fb01d25 100644
--- a/wifi/WifiAction.cpp
+++ b/wifi/WifiAction.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/wifi/WifiAction.h b/wifi/WifiAction.h
index 14da53d..da057fc 100644
--- a/wifi/WifiAction.h
+++ b/wifi/WifiAction.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/wifi/WifiActionPower.cpp b/wifi/WifiActionPower.cpp
index 8985147..f5d18b4 100644
--- a/wifi/WifiActionPower.cpp
+++ b/wifi/WifiActionPower.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/wifi/WifiActionPower.h b/wifi/WifiActionPower.h
index dbf6b57..2e91766 100644
--- a/wifi/WifiActionPower.h
+++ b/wifi/WifiActionPower.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/wifi/WifiFactory.cpp b/wifi/WifiFactory.cpp
index 95ddd7c..d7cd15b 100644
--- a/wifi/WifiFactory.cpp
+++ b/wifi/WifiFactory.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/wifi/WifiFactory.h b/wifi/WifiFactory.h
index 64b57e2..0ae5504 100644
--- a/wifi/WifiFactory.h
+++ b/wifi/WifiFactory.h
@@ -5,7 +5,7 @@
* 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
+ * 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,
diff --git a/wifi/WifiPlugin.cpp b/wifi/WifiPlugin.cpp
index 21b14f3..8c4ce75 100644
--- a/wifi/WifiPlugin.cpp
+++ b/wifi/WifiPlugin.cpp
@@ -5,7 +5,7 @@
* 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
+ * 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,