summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Shin <yj99.shin@samsung.com>2020-08-24 15:08:21 +0900
committerYoungjae Shin <yj99.shin@samsung.com>2020-08-26 09:41:27 +0900
commit9bd8b613c170d0e5a5f285fab2f462e1e8703d5b (patch)
treef5dcd886636e96c6c0f4e3b6901be9e0216ea10e
parent1bb986ddcd0490a4f63174155387eaf30d92db33 (diff)
downloadmodes-9bd8b613c170d0e5a5f285fab2f462e1e8703d5b.tar.gz
modes-9bd8b613c170d0e5a5f285fab2f462e1e8703d5b.tar.bz2
modes-9bd8b613c170d0e5a5f285fab2f462e1e8703d5b.zip
revise boilerplate
Change-Id: I4bd9ad280a6f6340477a4cd43719be90a367cdc9
-rw-r--r--client/mdsc.c2
-rw-r--r--client/mdsc.h2
-rw-r--r--client/mdsc_add_remove.c2
-rw-r--r--client/mdsc_apply.c2
-rw-r--r--client/mdsc_can_apply.c2
-rw-r--r--client/mdsc_get_modes.c2
-rw-r--r--client/mdsc_subscribe.c2
-rw-r--r--client/mdsc_subscribe.h2
-rw-r--r--client/mdsc_undo.c2
-rw-r--r--common/dbus_def.h2
-rw-r--r--common/definitions.h2
-rw-r--r--common/log.h2
-rw-r--r--common/mds.h2
-rw-r--r--include/ModesPIAction.h2
-rw-r--r--include/ModesPlugin.h2
-rw-r--r--include/modes.h2
-rw-r--r--include/modes_constants.h2
-rw-r--r--include/modes_errors.h2
-rw-r--r--include/modes_types.h2
-rw-r--r--plugin/TestPlugin.cpp2
-rw-r--r--plugin/TestPluginAction.cpp2
-rw-r--r--plugin/TestPluginAction.h2
-rw-r--r--supervisor/Action.cpp2
-rw-r--r--supervisor/Action.h2
-rw-r--r--supervisor/ActionObserver.h2
-rw-r--r--supervisor/ActionRule.cpp2
-rw-r--r--supervisor/ActionRule.h2
-rw-r--r--supervisor/ArgumentParser.cpp2
-rw-r--r--supervisor/ArgumentParser.h2
-rw-r--r--supervisor/ClientConnection.cpp2
-rw-r--r--supervisor/ClientConnection.h2
-rw-r--r--supervisor/ClientPrivilege.cpp2
-rw-r--r--supervisor/ClientPrivilege.h2
-rw-r--r--supervisor/EssentialHandler.cpp2
-rw-r--r--supervisor/EssentialHandler.h2
-rw-r--r--supervisor/Mode.cpp2
-rw-r--r--supervisor/Mode.h2
-rw-r--r--supervisor/ModeCareTaker.cpp2
-rw-r--r--supervisor/ModeCareTaker.h2
-rw-r--r--supervisor/ModeInfo.h2
-rw-r--r--supervisor/ModeManager.cpp2
-rw-r--r--supervisor/ModeManager.h2
-rw-r--r--supervisor/ModeObserver.h2
-rw-r--r--supervisor/ModeXMLParser.cpp2
-rw-r--r--supervisor/ModeXMLParser.h2
-rw-r--r--supervisor/ModesConfig.h2
-rw-r--r--supervisor/ModesEx.cpp2
-rw-r--r--supervisor/ModesEx.h2
-rw-r--r--supervisor/ModesXMLTag.cpp2
-rw-r--r--supervisor/ModesXMLTag.h2
-rw-r--r--supervisor/PluginMapper.cpp2
-rw-r--r--supervisor/PluginMapper.h2
-rw-r--r--supervisor/RequestHandler.cpp2
-rw-r--r--supervisor/RequestHandler.h2
-rw-r--r--supervisor/RuleManager.cpp2
-rw-r--r--supervisor/RuleManager.h2
-rw-r--r--supervisor/Supervisor.cpp2
-rw-r--r--supervisor/Supervisor.h2
-rw-r--r--supervisor/TAction.h2
-rw-r--r--supervisor/TActionRule.h2
-rw-r--r--supervisor/UndoInfoParser.cpp2
-rw-r--r--supervisor/UndoInfoParser.h2
-rw-r--r--supervisor/ValueChecker.cpp2
-rw-r--r--supervisor/ValueChecker.h2
-rw-r--r--supervisor/XMLGenerator.cpp2
-rw-r--r--supervisor/XMLGenerator.h2
-rw-r--r--supervisor/XMLParser.cpp2
-rw-r--r--supervisor/XMLParser.h2
-rw-r--r--supervisor/main.cpp2
-rw-r--r--supervisor/mdss.h2
-rw-r--r--tests/modes_mode_test.c2
-rw-r--r--tests/modes_test_async.cpp2
-rw-r--r--tests/modes_test_client.cpp2
-rw-r--r--tests/modes_test_conflict.cpp2
-rw-r--r--tests/modes_test_generator.cpp2
-rw-r--r--tests/modes_test_main.cpp2
-rw-r--r--tests/modes_test_modemgr.cpp2
-rw-r--r--tests/modes_test_noti.cpp2
-rw-r--r--tests/modes_test_parser.cpp2
-rw-r--r--tests/modes_test_plugin.cpp2
-rw-r--r--tests/modes_test_policy.cpp2
-rw-r--r--tests/modes_test_rulemgr.cpp2
82 files changed, 82 insertions, 82 deletions
diff --git a/client/mdsc.c b/client/mdsc.c
index a6cee7b..a140a23 100644
--- a/client/mdsc.c
+++ b/client/mdsc.c
@@ -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/client/mdsc.h b/client/mdsc.h
index 76d27b7..f250861 100644
--- a/client/mdsc.h
+++ b/client/mdsc.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/client/mdsc_add_remove.c b/client/mdsc_add_remove.c
index 3e92786..731bd58 100644
--- a/client/mdsc_add_remove.c
+++ b/client/mdsc_add_remove.c
@@ -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/client/mdsc_apply.c b/client/mdsc_apply.c
index 737843e..c673c42 100644
--- a/client/mdsc_apply.c
+++ b/client/mdsc_apply.c
@@ -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/client/mdsc_can_apply.c b/client/mdsc_can_apply.c
index 19bad9f..8672e0b 100644
--- a/client/mdsc_can_apply.c
+++ b/client/mdsc_can_apply.c
@@ -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/client/mdsc_get_modes.c b/client/mdsc_get_modes.c
index 34109fd..dce9d32 100644
--- a/client/mdsc_get_modes.c
+++ b/client/mdsc_get_modes.c
@@ -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/client/mdsc_subscribe.c b/client/mdsc_subscribe.c
index 290369f..85da930 100644
--- a/client/mdsc_subscribe.c
+++ b/client/mdsc_subscribe.c
@@ -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/client/mdsc_subscribe.h b/client/mdsc_subscribe.h
index ad59720..cfc2abd 100644
--- a/client/mdsc_subscribe.h
+++ b/client/mdsc_subscribe.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/client/mdsc_undo.c b/client/mdsc_undo.c
index b5dd774..e59f41d 100644
--- a/client/mdsc_undo.c
+++ b/client/mdsc_undo.c
@@ -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/common/dbus_def.h b/common/dbus_def.h
index 78486cc..65bdeab 100644
--- a/common/dbus_def.h
+++ b/common/dbus_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/common/definitions.h b/common/definitions.h
index 38840f6..e29d9b8 100644
--- a/common/definitions.h
+++ b/common/definitions.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/common/log.h b/common/log.h
index 97badc6..cdace67 100644
--- a/common/log.h
+++ b/common/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/common/mds.h b/common/mds.h
index a9acb04..aa1b14b 100644
--- a/common/mds.h
+++ b/common/mds.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/ModesPIAction.h b/include/ModesPIAction.h
index d31ca33..c413d7a 100644
--- a/include/ModesPIAction.h
+++ b/include/ModesPIAction.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/ModesPlugin.h b/include/ModesPlugin.h
index 3a4c2ed..36ed4cc 100644
--- a/include/ModesPlugin.h
+++ b/include/ModesPlugin.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/modes.h b/include/modes.h
index 41d7631..f221993 100644
--- a/include/modes.h
+++ b/include/modes.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/modes_constants.h b/include/modes_constants.h
index e74e18e..2df6390 100644
--- a/include/modes_constants.h
+++ b/include/modes_constants.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/modes_errors.h b/include/modes_errors.h
index 0ea8bfe..c4640cd 100644
--- a/include/modes_errors.h
+++ b/include/modes_errors.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/modes_types.h b/include/modes_types.h
index fc0c9bf..d33df2a 100644
--- a/include/modes_types.h
+++ b/include/modes_types.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/plugin/TestPlugin.cpp b/plugin/TestPlugin.cpp
index 37a4586..8427553 100644
--- a/plugin/TestPlugin.cpp
+++ b/plugin/TestPlugin.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/plugin/TestPluginAction.cpp b/plugin/TestPluginAction.cpp
index acb1ee9..dd60fdf 100644
--- a/plugin/TestPluginAction.cpp
+++ b/plugin/TestPluginAction.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/plugin/TestPluginAction.h b/plugin/TestPluginAction.h
index 5499615..84cb981 100644
--- a/plugin/TestPluginAction.h
+++ b/plugin/TestPluginAction.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/supervisor/Action.cpp b/supervisor/Action.cpp
index 4b0cb6d..267316f 100644
--- a/supervisor/Action.cpp
+++ b/supervisor/Action.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/supervisor/Action.h b/supervisor/Action.h
index ef0e66f..1a888a3 100644
--- a/supervisor/Action.h
+++ b/supervisor/Action.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/supervisor/ActionObserver.h b/supervisor/ActionObserver.h
index bb1681e..4c8ca5b 100644
--- a/supervisor/ActionObserver.h
+++ b/supervisor/ActionObserver.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/supervisor/ActionRule.cpp b/supervisor/ActionRule.cpp
index f825577..4e9dd10 100644
--- a/supervisor/ActionRule.cpp
+++ b/supervisor/ActionRule.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/supervisor/ActionRule.h b/supervisor/ActionRule.h
index e6a1dc6..365abcd 100644
--- a/supervisor/ActionRule.h
+++ b/supervisor/ActionRule.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/supervisor/ArgumentParser.cpp b/supervisor/ArgumentParser.cpp
index 658f09b..21c08f2 100644
--- a/supervisor/ArgumentParser.cpp
+++ b/supervisor/ArgumentParser.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/supervisor/ArgumentParser.h b/supervisor/ArgumentParser.h
index 940ce66..5e97fbd 100644
--- a/supervisor/ArgumentParser.h
+++ b/supervisor/ArgumentParser.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/supervisor/ClientConnection.cpp b/supervisor/ClientConnection.cpp
index 9f5d5b5..8bc3ae4 100644
--- a/supervisor/ClientConnection.cpp
+++ b/supervisor/ClientConnection.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/supervisor/ClientConnection.h b/supervisor/ClientConnection.h
index 02c5838..2805795 100644
--- a/supervisor/ClientConnection.h
+++ b/supervisor/ClientConnection.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/supervisor/ClientPrivilege.cpp b/supervisor/ClientPrivilege.cpp
index 3235764..65c201b 100644
--- a/supervisor/ClientPrivilege.cpp
+++ b/supervisor/ClientPrivilege.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/supervisor/ClientPrivilege.h b/supervisor/ClientPrivilege.h
index c428362..7e0733c 100644
--- a/supervisor/ClientPrivilege.h
+++ b/supervisor/ClientPrivilege.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/supervisor/EssentialHandler.cpp b/supervisor/EssentialHandler.cpp
index ab06d40..cd5cd75 100644
--- a/supervisor/EssentialHandler.cpp
+++ b/supervisor/EssentialHandler.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/supervisor/EssentialHandler.h b/supervisor/EssentialHandler.h
index ba4a57a..79cb19a 100644
--- a/supervisor/EssentialHandler.h
+++ b/supervisor/EssentialHandler.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/supervisor/Mode.cpp b/supervisor/Mode.cpp
index 47228a9..10e5680 100644
--- a/supervisor/Mode.cpp
+++ b/supervisor/Mode.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/supervisor/Mode.h b/supervisor/Mode.h
index 7249159..0ecb891 100644
--- a/supervisor/Mode.h
+++ b/supervisor/Mode.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/supervisor/ModeCareTaker.cpp b/supervisor/ModeCareTaker.cpp
index 3bce37a..c953087 100644
--- a/supervisor/ModeCareTaker.cpp
+++ b/supervisor/ModeCareTaker.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/supervisor/ModeCareTaker.h b/supervisor/ModeCareTaker.h
index 33d0d16..903782d 100644
--- a/supervisor/ModeCareTaker.h
+++ b/supervisor/ModeCareTaker.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/supervisor/ModeInfo.h b/supervisor/ModeInfo.h
index 3303faf..5257bb1 100644
--- a/supervisor/ModeInfo.h
+++ b/supervisor/ModeInfo.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/supervisor/ModeManager.cpp b/supervisor/ModeManager.cpp
index c56d19d..383ee93 100644
--- a/supervisor/ModeManager.cpp
+++ b/supervisor/ModeManager.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/supervisor/ModeManager.h b/supervisor/ModeManager.h
index e883b72..efb5c26 100644
--- a/supervisor/ModeManager.h
+++ b/supervisor/ModeManager.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/supervisor/ModeObserver.h b/supervisor/ModeObserver.h
index 2ff980a..a245de9 100644
--- a/supervisor/ModeObserver.h
+++ b/supervisor/ModeObserver.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/supervisor/ModeXMLParser.cpp b/supervisor/ModeXMLParser.cpp
index 08e45dd..05af5e5 100644
--- a/supervisor/ModeXMLParser.cpp
+++ b/supervisor/ModeXMLParser.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/supervisor/ModeXMLParser.h b/supervisor/ModeXMLParser.h
index 3e4591f..9c6c411 100644
--- a/supervisor/ModeXMLParser.h
+++ b/supervisor/ModeXMLParser.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/supervisor/ModesConfig.h b/supervisor/ModesConfig.h
index c69c43c..fd7add1 100644
--- a/supervisor/ModesConfig.h
+++ b/supervisor/ModesConfig.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/supervisor/ModesEx.cpp b/supervisor/ModesEx.cpp
index 951b0d6..cd86f32 100644
--- a/supervisor/ModesEx.cpp
+++ b/supervisor/ModesEx.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/supervisor/ModesEx.h b/supervisor/ModesEx.h
index 596feb6..71d8d55 100644
--- a/supervisor/ModesEx.h
+++ b/supervisor/ModesEx.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/supervisor/ModesXMLTag.cpp b/supervisor/ModesXMLTag.cpp
index bf998c5..b86428a 100644
--- a/supervisor/ModesXMLTag.cpp
+++ b/supervisor/ModesXMLTag.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/supervisor/ModesXMLTag.h b/supervisor/ModesXMLTag.h
index 3f937c8..65fa4c7 100644
--- a/supervisor/ModesXMLTag.h
+++ b/supervisor/ModesXMLTag.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/supervisor/PluginMapper.cpp b/supervisor/PluginMapper.cpp
index b643b90..2b5b64e 100644
--- a/supervisor/PluginMapper.cpp
+++ b/supervisor/PluginMapper.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/supervisor/PluginMapper.h b/supervisor/PluginMapper.h
index 6917a93..481441b 100644
--- a/supervisor/PluginMapper.h
+++ b/supervisor/PluginMapper.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/supervisor/RequestHandler.cpp b/supervisor/RequestHandler.cpp
index 6441a09..02ec171 100644
--- a/supervisor/RequestHandler.cpp
+++ b/supervisor/RequestHandler.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/supervisor/RequestHandler.h b/supervisor/RequestHandler.h
index bef677e..7e95548 100644
--- a/supervisor/RequestHandler.h
+++ b/supervisor/RequestHandler.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/supervisor/RuleManager.cpp b/supervisor/RuleManager.cpp
index e08cd1c..1971ccd 100644
--- a/supervisor/RuleManager.cpp
+++ b/supervisor/RuleManager.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/supervisor/RuleManager.h b/supervisor/RuleManager.h
index dc7026c..9fb50fa 100644
--- a/supervisor/RuleManager.h
+++ b/supervisor/RuleManager.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/supervisor/Supervisor.cpp b/supervisor/Supervisor.cpp
index 1b01890..00ad48f 100644
--- a/supervisor/Supervisor.cpp
+++ b/supervisor/Supervisor.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/supervisor/Supervisor.h b/supervisor/Supervisor.h
index 17dd4a9..cd1c450 100644
--- a/supervisor/Supervisor.h
+++ b/supervisor/Supervisor.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/supervisor/TAction.h b/supervisor/TAction.h
index bcbb5ee..ee4a737 100644
--- a/supervisor/TAction.h
+++ b/supervisor/TAction.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/supervisor/TActionRule.h b/supervisor/TActionRule.h
index 51ee082..3725417 100644
--- a/supervisor/TActionRule.h
+++ b/supervisor/TActionRule.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/supervisor/UndoInfoParser.cpp b/supervisor/UndoInfoParser.cpp
index 4f0ee67..ee8a9b9 100644
--- a/supervisor/UndoInfoParser.cpp
+++ b/supervisor/UndoInfoParser.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/supervisor/UndoInfoParser.h b/supervisor/UndoInfoParser.h
index ba7f404..262c374 100644
--- a/supervisor/UndoInfoParser.h
+++ b/supervisor/UndoInfoParser.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/supervisor/ValueChecker.cpp b/supervisor/ValueChecker.cpp
index 20fc1a3..b06e38b 100644
--- a/supervisor/ValueChecker.cpp
+++ b/supervisor/ValueChecker.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/supervisor/ValueChecker.h b/supervisor/ValueChecker.h
index 34e92ed..9b376d6 100644
--- a/supervisor/ValueChecker.h
+++ b/supervisor/ValueChecker.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/supervisor/XMLGenerator.cpp b/supervisor/XMLGenerator.cpp
index 47a4884..f623815 100644
--- a/supervisor/XMLGenerator.cpp
+++ b/supervisor/XMLGenerator.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/supervisor/XMLGenerator.h b/supervisor/XMLGenerator.h
index 35f0bb0..cfe63f6 100644
--- a/supervisor/XMLGenerator.h
+++ b/supervisor/XMLGenerator.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/supervisor/XMLParser.cpp b/supervisor/XMLParser.cpp
index dfca3ac..a1c42ba 100644
--- a/supervisor/XMLParser.cpp
+++ b/supervisor/XMLParser.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/supervisor/XMLParser.h b/supervisor/XMLParser.h
index 6e20863..c0fbc1d 100644
--- a/supervisor/XMLParser.h
+++ b/supervisor/XMLParser.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/supervisor/main.cpp b/supervisor/main.cpp
index 120edb6..640b947 100644
--- a/supervisor/main.cpp
+++ b/supervisor/main.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/supervisor/mdss.h b/supervisor/mdss.h
index 4cce030..2627870 100644
--- a/supervisor/mdss.h
+++ b/supervisor/mdss.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/modes_mode_test.c b/tests/modes_mode_test.c
index 2593111..21f1272 100644
--- a/tests/modes_mode_test.c
+++ b/tests/modes_mode_test.c
@@ -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/modes_test_async.cpp b/tests/modes_test_async.cpp
index 78de058..e37eecc 100644
--- a/tests/modes_test_async.cpp
+++ b/tests/modes_test_async.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/modes_test_client.cpp b/tests/modes_test_client.cpp
index f28cce7..bcb4227 100644
--- a/tests/modes_test_client.cpp
+++ b/tests/modes_test_client.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/modes_test_conflict.cpp b/tests/modes_test_conflict.cpp
index 7903e43..fb477f0 100644
--- a/tests/modes_test_conflict.cpp
+++ b/tests/modes_test_conflict.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/modes_test_generator.cpp b/tests/modes_test_generator.cpp
index 2ed7f93..9c90b2e 100644
--- a/tests/modes_test_generator.cpp
+++ b/tests/modes_test_generator.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/modes_test_main.cpp b/tests/modes_test_main.cpp
index 9d1a7ca..73c0955 100644
--- a/tests/modes_test_main.cpp
+++ b/tests/modes_test_main.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/modes_test_modemgr.cpp b/tests/modes_test_modemgr.cpp
index 3e81b56..4ac1b95 100644
--- a/tests/modes_test_modemgr.cpp
+++ b/tests/modes_test_modemgr.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/modes_test_noti.cpp b/tests/modes_test_noti.cpp
index f170e66..221683b 100644
--- a/tests/modes_test_noti.cpp
+++ b/tests/modes_test_noti.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/modes_test_parser.cpp b/tests/modes_test_parser.cpp
index 8a5d110..5b99ac6 100644
--- a/tests/modes_test_parser.cpp
+++ b/tests/modes_test_parser.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/modes_test_plugin.cpp b/tests/modes_test_plugin.cpp
index db837a5..9852a3e 100644
--- a/tests/modes_test_plugin.cpp
+++ b/tests/modes_test_plugin.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/modes_test_policy.cpp b/tests/modes_test_policy.cpp
index adbf2a7..995728c 100644
--- a/tests/modes_test_policy.cpp
+++ b/tests/modes_test_policy.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/modes_test_rulemgr.cpp b/tests/modes_test_rulemgr.cpp
index dff8805..f33c143 100644
--- a/tests/modes_test_rulemgr.cpp
+++ b/tests/modes_test_rulemgr.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,