aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-12-16 16:13:14 +0900
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-12-16 22:52:08 +0900
commit0199e2d8b3e3f9ffb0733e78ee363879d721a573 (patch)
tree12790b553cbab4e375fac656fa53ce3910961c8e
parent18c820b710c10f036b407f33e6c14bfad27d30e1 (diff)
Put license header
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
-rw-r--r--include/rba/RBAArbitrationPolicy.hpp17
-rw-r--r--include/rba/RBAArbitrator.hpp17
-rw-r--r--include/rba/RBAArea.hpp17
-rw-r--r--include/rba/RBABasePoint.hpp17
-rw-r--r--include/rba/RBAContentLoserType.hpp17
-rw-r--r--include/rba/RBADisplay.hpp17
-rw-r--r--include/rba/RBAJsonParser.hpp17
-rw-r--r--include/rba/RBAModel.hpp17
-rw-r--r--include/rba/RBAPositionContainer.hpp17
-rw-r--r--include/rba/RBAResult.hpp17
-rw-r--r--include/rba/RBAResultStatusType.hpp17
-rw-r--r--include/rba/RBAScene.hpp17
-rw-r--r--include/rba/RBASize.hpp17
-rw-r--r--include/rba/RBASoundContent.hpp17
-rw-r--r--include/rba/RBASoundContentState.hpp17
-rw-r--r--include/rba/RBAViewAction.hpp17
-rw-r--r--include/rba/RBAViewActionType.hpp17
-rw-r--r--include/rba/RBAViewContent.hpp17
-rw-r--r--include/rba/RBAViewContentState.hpp17
-rw-r--r--include/rba/RBAZone.hpp17
-rw-r--r--src/include/rba/RBAArbitrationPolicy.hpp17
-rw-r--r--src/include/rba/RBAArbitrator.hpp17
-rw-r--r--src/include/rba/RBAArea.hpp17
-rw-r--r--src/include/rba/RBABasePoint.hpp17
-rw-r--r--src/include/rba/RBAContentLoserType.hpp17
-rw-r--r--src/include/rba/RBADisplay.hpp17
-rw-r--r--src/include/rba/RBAJsonParser.hpp17
-rw-r--r--src/include/rba/RBAModel.hpp17
-rw-r--r--src/include/rba/RBAPositionContainer.hpp17
-rw-r--r--src/include/rba/RBAResult.hpp17
-rw-r--r--src/include/rba/RBAResultStatusType.hpp17
-rw-r--r--src/include/rba/RBAScene.hpp17
-rw-r--r--src/include/rba/RBASize.hpp17
-rw-r--r--src/include/rba/RBASoundContent.hpp17
-rw-r--r--src/include/rba/RBASoundContentState.hpp17
-rw-r--r--src/include/rba/RBAViewAction.hpp17
-rw-r--r--src/include/rba/RBAViewActionType.hpp17
-rw-r--r--src/include/rba/RBAViewContent.hpp17
-rw-r--r--src/include/rba/RBAViewContentState.hpp17
-rw-r--r--src/include/rba/RBAZone.hpp17
40 files changed, 640 insertions, 40 deletions
diff --git a/include/rba/RBAArbitrationPolicy.hpp b/include/rba/RBAArbitrationPolicy.hpp
index 42d49f6..fdd0f9b 100644
--- a/include/rba/RBAArbitrationPolicy.hpp
+++ b/include/rba/RBAArbitrationPolicy.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Arbitration policy class
*/
diff --git a/include/rba/RBAArbitrator.hpp b/include/rba/RBAArbitrator.hpp
index f3aa5d5..017db1a 100644
--- a/include/rba/RBAArbitrator.hpp
+++ b/include/rba/RBAArbitrator.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Arbitrator Logic class
*/
diff --git a/include/rba/RBAArea.hpp b/include/rba/RBAArea.hpp
index c5afc7e..804a7e9 100644
--- a/include/rba/RBAArea.hpp
+++ b/include/rba/RBAArea.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Area class
*/
diff --git a/include/rba/RBABasePoint.hpp b/include/rba/RBABasePoint.hpp
index dd971e0..de5eb9a 100644
--- a/include/rba/RBABasePoint.hpp
+++ b/include/rba/RBABasePoint.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Base point class
*/
diff --git a/include/rba/RBAContentLoserType.hpp b/include/rba/RBAContentLoserType.hpp
index 0ddb76e..b2c35e4 100644
--- a/include/rba/RBAContentLoserType.hpp
+++ b/include/rba/RBAContentLoserType.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Good loser type class
*/
diff --git a/include/rba/RBADisplay.hpp b/include/rba/RBADisplay.hpp
index 1c2be8e..85c2086 100644
--- a/include/rba/RBADisplay.hpp
+++ b/include/rba/RBADisplay.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Display class
*/
diff --git a/include/rba/RBAJsonParser.hpp b/include/rba/RBAJsonParser.hpp
index 7cc992d..2f9404a 100644
--- a/include/rba/RBAJsonParser.hpp
+++ b/include/rba/RBAJsonParser.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* JSON parser class
*/
diff --git a/include/rba/RBAModel.hpp b/include/rba/RBAModel.hpp
index ad3f97b..276201f 100644
--- a/include/rba/RBAModel.hpp
+++ b/include/rba/RBAModel.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Model class
*/
diff --git a/include/rba/RBAPositionContainer.hpp b/include/rba/RBAPositionContainer.hpp
index 2340840..7ab09c6 100644
--- a/include/rba/RBAPositionContainer.hpp
+++ b/include/rba/RBAPositionContainer.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Position container class
*/
diff --git a/include/rba/RBAResult.hpp b/include/rba/RBAResult.hpp
index 76fa4fb..53c2a35 100644
--- a/include/rba/RBAResult.hpp
+++ b/include/rba/RBAResult.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Arbitration result class
*/
diff --git a/include/rba/RBAResultStatusType.hpp b/include/rba/RBAResultStatusType.hpp
index 09c30d9..6287993 100644
--- a/include/rba/RBAResultStatusType.hpp
+++ b/include/rba/RBAResultStatusType.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Result status type cluss
*/
diff --git a/include/rba/RBAScene.hpp b/include/rba/RBAScene.hpp
index 5bb1e66..db13d2e 100644
--- a/include/rba/RBAScene.hpp
+++ b/include/rba/RBAScene.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Scene class
*/
diff --git a/include/rba/RBASize.hpp b/include/rba/RBASize.hpp
index 84c9ba7..b44c546 100644
--- a/include/rba/RBASize.hpp
+++ b/include/rba/RBASize.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Size class
*/
diff --git a/include/rba/RBASoundContent.hpp b/include/rba/RBASoundContent.hpp
index 336b462..b438328 100644
--- a/include/rba/RBASoundContent.hpp
+++ b/include/rba/RBASoundContent.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Sound content class
*/
diff --git a/include/rba/RBASoundContentState.hpp b/include/rba/RBASoundContentState.hpp
index 7f35d39..f2fd61e 100644
--- a/include/rba/RBASoundContentState.hpp
+++ b/include/rba/RBASoundContentState.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Sound content state class
*/
diff --git a/include/rba/RBAViewAction.hpp b/include/rba/RBAViewAction.hpp
index 5d09c39..ed9d05f 100644
--- a/include/rba/RBAViewAction.hpp
+++ b/include/rba/RBAViewAction.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* VIew action class
*/
diff --git a/include/rba/RBAViewActionType.hpp b/include/rba/RBAViewActionType.hpp
index 6d1f56d..7ceb088 100644
--- a/include/rba/RBAViewActionType.hpp
+++ b/include/rba/RBAViewActionType.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* View action type class
*/
diff --git a/include/rba/RBAViewContent.hpp b/include/rba/RBAViewContent.hpp
index e5847e9..5ea74d9 100644
--- a/include/rba/RBAViewContent.hpp
+++ b/include/rba/RBAViewContent.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* View content class
*/
diff --git a/include/rba/RBAViewContentState.hpp b/include/rba/RBAViewContentState.hpp
index be15d02..5924158 100644
--- a/include/rba/RBAViewContentState.hpp
+++ b/include/rba/RBAViewContentState.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* VIew content state class
*/
diff --git a/include/rba/RBAZone.hpp b/include/rba/RBAZone.hpp
index 2bf613c..bee2d46 100644
--- a/include/rba/RBAZone.hpp
+++ b/include/rba/RBAZone.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Zone class
*/
diff --git a/src/include/rba/RBAArbitrationPolicy.hpp b/src/include/rba/RBAArbitrationPolicy.hpp
index 42d49f6..fdd0f9b 100644
--- a/src/include/rba/RBAArbitrationPolicy.hpp
+++ b/src/include/rba/RBAArbitrationPolicy.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Arbitration policy class
*/
diff --git a/src/include/rba/RBAArbitrator.hpp b/src/include/rba/RBAArbitrator.hpp
index f3aa5d5..017db1a 100644
--- a/src/include/rba/RBAArbitrator.hpp
+++ b/src/include/rba/RBAArbitrator.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Arbitrator Logic class
*/
diff --git a/src/include/rba/RBAArea.hpp b/src/include/rba/RBAArea.hpp
index c5afc7e..804a7e9 100644
--- a/src/include/rba/RBAArea.hpp
+++ b/src/include/rba/RBAArea.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Area class
*/
diff --git a/src/include/rba/RBABasePoint.hpp b/src/include/rba/RBABasePoint.hpp
index dd971e0..de5eb9a 100644
--- a/src/include/rba/RBABasePoint.hpp
+++ b/src/include/rba/RBABasePoint.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Base point class
*/
diff --git a/src/include/rba/RBAContentLoserType.hpp b/src/include/rba/RBAContentLoserType.hpp
index 0ddb76e..b2c35e4 100644
--- a/src/include/rba/RBAContentLoserType.hpp
+++ b/src/include/rba/RBAContentLoserType.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Good loser type class
*/
diff --git a/src/include/rba/RBADisplay.hpp b/src/include/rba/RBADisplay.hpp
index 1c2be8e..85c2086 100644
--- a/src/include/rba/RBADisplay.hpp
+++ b/src/include/rba/RBADisplay.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Display class
*/
diff --git a/src/include/rba/RBAJsonParser.hpp b/src/include/rba/RBAJsonParser.hpp
index 7cc992d..2f9404a 100644
--- a/src/include/rba/RBAJsonParser.hpp
+++ b/src/include/rba/RBAJsonParser.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* JSON parser class
*/
diff --git a/src/include/rba/RBAModel.hpp b/src/include/rba/RBAModel.hpp
index ad3f97b..276201f 100644
--- a/src/include/rba/RBAModel.hpp
+++ b/src/include/rba/RBAModel.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Model class
*/
diff --git a/src/include/rba/RBAPositionContainer.hpp b/src/include/rba/RBAPositionContainer.hpp
index 2340840..7ab09c6 100644
--- a/src/include/rba/RBAPositionContainer.hpp
+++ b/src/include/rba/RBAPositionContainer.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Position container class
*/
diff --git a/src/include/rba/RBAResult.hpp b/src/include/rba/RBAResult.hpp
index 9d05e56..8a29785 100644
--- a/src/include/rba/RBAResult.hpp
+++ b/src/include/rba/RBAResult.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Arbitration result class
*/
diff --git a/src/include/rba/RBAResultStatusType.hpp b/src/include/rba/RBAResultStatusType.hpp
index 09c30d9..6287993 100644
--- a/src/include/rba/RBAResultStatusType.hpp
+++ b/src/include/rba/RBAResultStatusType.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Result status type cluss
*/
diff --git a/src/include/rba/RBAScene.hpp b/src/include/rba/RBAScene.hpp
index 5bb1e66..db13d2e 100644
--- a/src/include/rba/RBAScene.hpp
+++ b/src/include/rba/RBAScene.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Scene class
*/
diff --git a/src/include/rba/RBASize.hpp b/src/include/rba/RBASize.hpp
index 84c9ba7..b44c546 100644
--- a/src/include/rba/RBASize.hpp
+++ b/src/include/rba/RBASize.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Size class
*/
diff --git a/src/include/rba/RBASoundContent.hpp b/src/include/rba/RBASoundContent.hpp
index 336b462..b438328 100644
--- a/src/include/rba/RBASoundContent.hpp
+++ b/src/include/rba/RBASoundContent.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Sound content class
*/
diff --git a/src/include/rba/RBASoundContentState.hpp b/src/include/rba/RBASoundContentState.hpp
index 7f35d39..f2fd61e 100644
--- a/src/include/rba/RBASoundContentState.hpp
+++ b/src/include/rba/RBASoundContentState.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Sound content state class
*/
diff --git a/src/include/rba/RBAViewAction.hpp b/src/include/rba/RBAViewAction.hpp
index 5d09c39..ed9d05f 100644
--- a/src/include/rba/RBAViewAction.hpp
+++ b/src/include/rba/RBAViewAction.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* VIew action class
*/
diff --git a/src/include/rba/RBAViewActionType.hpp b/src/include/rba/RBAViewActionType.hpp
index 6d1f56d..7ceb088 100644
--- a/src/include/rba/RBAViewActionType.hpp
+++ b/src/include/rba/RBAViewActionType.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* View action type class
*/
diff --git a/src/include/rba/RBAViewContent.hpp b/src/include/rba/RBAViewContent.hpp
index e5847e9..5ea74d9 100644
--- a/src/include/rba/RBAViewContent.hpp
+++ b/src/include/rba/RBAViewContent.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* View content class
*/
diff --git a/src/include/rba/RBAViewContentState.hpp b/src/include/rba/RBAViewContentState.hpp
index be15d02..5924158 100644
--- a/src/include/rba/RBAViewContentState.hpp
+++ b/src/include/rba/RBAViewContentState.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* VIew content state class
*/
diff --git a/src/include/rba/RBAZone.hpp b/src/include/rba/RBAZone.hpp
index 2bf613c..bee2d46 100644
--- a/src/include/rba/RBAZone.hpp
+++ b/src/include/rba/RBAZone.hpp
@@ -1,4 +1,19 @@
-// Copyright (c) 2018 DENSO CORPORATION. All rights reserved.
+/**
+ * Copyright (c) 2019 DENSO CORPORATION.
+ *
+ * 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.
+ */
+
/**
* Zone class
*/