summaryrefslogtreecommitdiff
path: root/ElmSharp.Test
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2016-11-01 16:44:02 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2016-11-01 16:44:21 +0900
commitec5ec142b178e4dfbd8f21bfb194b6641ddd421a (patch)
treed3ee80fd3ba9c88935449ac558c395295916e911 /ElmSharp.Test
parent00b91e7c696de95155cffae8ccb55d900b27e8b6 (diff)
downloadelm-sharp-ec5ec142b178e4dfbd8f21bfb194b6641ddd421a.tar.gz
elm-sharp-ec5ec142b178e4dfbd8f21bfb194b6641ddd421a.tar.bz2
elm-sharp-ec5ec142b178e4dfbd8f21bfb194b6641ddd421a.zip
Add License boilerplate to ElmSharp.Test
Change-Id: Iaa041166a70b6db719ad5a62ba37b30fc2035fa9
Diffstat (limited to 'ElmSharp.Test')
-rw-r--r--ElmSharp.Test/TC/BackgroundTest1.cs16
-rw-r--r--ElmSharp.Test/TC/BackgroundTest2.cs16
-rw-r--r--ElmSharp.Test/TC/BackgroundTest3.cs16
-rw-r--r--ElmSharp.Test/TC/BoxLayoutTest1.cs16
-rw-r--r--ElmSharp.Test/TC/BoxTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ButtonTest1.cs16
-rw-r--r--ElmSharp.Test/TC/CalendarTest1.cs16
-rw-r--r--ElmSharp.Test/TC/CheckTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ClipperTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ColorSelectorTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ContextPopupTest1.cs16
-rw-r--r--ElmSharp.Test/TC/DateTimeSelectorTest1.cs16
-rw-r--r--ElmSharp.Test/TC/EntryTest1.cs18
-rw-r--r--ElmSharp.Test/TC/GenGridTest1.cs16
-rw-r--r--ElmSharp.Test/TC/GenGridTest2.cs16
-rw-r--r--ElmSharp.Test/TC/GenListTest1.cs16
-rw-r--r--ElmSharp.Test/TC/GenListTest2.cs16
-rw-r--r--ElmSharp.Test/TC/GenListTest3.cs16
-rw-r--r--ElmSharp.Test/TC/GenListTest4.cs16
-rw-r--r--ElmSharp.Test/TC/GenListTest5.cs16
-rw-r--r--ElmSharp.Test/TC/GenListTest6.cs16
-rw-r--r--ElmSharp.Test/TC/IconTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ImageTest1.cs16
-rw-r--r--ElmSharp.Test/TC/IndexTest1.cs16
-rw-r--r--ElmSharp.Test/TC/IndexTest2.cs16
-rw-r--r--ElmSharp.Test/TC/LabelTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ListTest1.cs16
-rw-r--r--ElmSharp.Test/TC/NaviframeTest1.cs16
-rw-r--r--ElmSharp.Test/TC/NaviframeTest2.cs16
-rw-r--r--ElmSharp.Test/TC/PanelTest1.cs16
-rw-r--r--ElmSharp.Test/TC/PanelTest2.cs16
-rw-r--r--ElmSharp.Test/TC/PanesTest1.cs16
-rw-r--r--ElmSharp.Test/TC/PerformanceTest.cs16
-rw-r--r--ElmSharp.Test/TC/PolygonTest1.cs16
-rw-r--r--ElmSharp.Test/TC/PopupTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ProgressBarTest1.cs16
-rw-r--r--ElmSharp.Test/TC/RadioTest1.cs16
-rw-r--r--ElmSharp.Test/TC/RectangleTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ScrollerTest1.cs16
-rw-r--r--ElmSharp.Test/TC/ScrollerTest2.cs16
-rw-r--r--ElmSharp.Test/TC/SliderTest1.cs16
-rw-r--r--ElmSharp.Test/TC/SpinnerTest1.cs20
-rw-r--r--ElmSharp.Test/TC/ToolbarTest1.cs16
-rw-r--r--ElmSharp.Test/TestCaseBase.cs18
-rw-r--r--ElmSharp.Test/TestRunner.cs22
45 files changed, 721 insertions, 13 deletions
diff --git a/ElmSharp.Test/TC/BackgroundTest1.cs b/ElmSharp.Test/TC/BackgroundTest1.cs
index 1085d7f..a9514d5 100644
--- a/ElmSharp.Test/TC/BackgroundTest1.cs
+++ b/ElmSharp.Test/TC/BackgroundTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/BackgroundTest2.cs b/ElmSharp.Test/TC/BackgroundTest2.cs
index 704815f..09581bc 100644
--- a/ElmSharp.Test/TC/BackgroundTest2.cs
+++ b/ElmSharp.Test/TC/BackgroundTest2.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/BackgroundTest3.cs b/ElmSharp.Test/TC/BackgroundTest3.cs
index cebdf5c..788aa3b 100644
--- a/ElmSharp.Test/TC/BackgroundTest3.cs
+++ b/ElmSharp.Test/TC/BackgroundTest3.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/BoxLayoutTest1.cs b/ElmSharp.Test/TC/BoxLayoutTest1.cs
index e08df62..ebe68b4 100644
--- a/ElmSharp.Test/TC/BoxLayoutTest1.cs
+++ b/ElmSharp.Test/TC/BoxLayoutTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.Linq;
diff --git a/ElmSharp.Test/TC/BoxTest1.cs b/ElmSharp.Test/TC/BoxTest1.cs
index 46b4d58..f640d93 100644
--- a/ElmSharp.Test/TC/BoxTest1.cs
+++ b/ElmSharp.Test/TC/BoxTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ButtonTest1.cs b/ElmSharp.Test/TC/ButtonTest1.cs
index 5678a6e..3f99a50 100644
--- a/ElmSharp.Test/TC/ButtonTest1.cs
+++ b/ElmSharp.Test/TC/ButtonTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/CalendarTest1.cs b/ElmSharp.Test/TC/CalendarTest1.cs
index aa4959a..9a9c36c 100644
--- a/ElmSharp.Test/TC/CalendarTest1.cs
+++ b/ElmSharp.Test/TC/CalendarTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.Collections.Generic;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/CheckTest1.cs b/ElmSharp.Test/TC/CheckTest1.cs
index 6398fab..e11c835 100644
--- a/ElmSharp.Test/TC/CheckTest1.cs
+++ b/ElmSharp.Test/TC/CheckTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ClipperTest1.cs b/ElmSharp.Test/TC/ClipperTest1.cs
index af9cc76..d222bbc 100644
--- a/ElmSharp.Test/TC/ClipperTest1.cs
+++ b/ElmSharp.Test/TC/ClipperTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ColorSelectorTest1.cs b/ElmSharp.Test/TC/ColorSelectorTest1.cs
index f793f8d..1938d60 100644
--- a/ElmSharp.Test/TC/ColorSelectorTest1.cs
+++ b/ElmSharp.Test/TC/ColorSelectorTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ContextPopupTest1.cs b/ElmSharp.Test/TC/ContextPopupTest1.cs
index 88ea826..22ef5ca 100644
--- a/ElmSharp.Test/TC/ContextPopupTest1.cs
+++ b/ElmSharp.Test/TC/ContextPopupTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/DateTimeSelectorTest1.cs b/ElmSharp.Test/TC/DateTimeSelectorTest1.cs
index b1538c1..0a76c58 100644
--- a/ElmSharp.Test/TC/DateTimeSelectorTest1.cs
+++ b/ElmSharp.Test/TC/DateTimeSelectorTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.Collections.Generic;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/EntryTest1.cs b/ElmSharp.Test/TC/EntryTest1.cs
index c0be60b..014fa62 100644
--- a/ElmSharp.Test/TC/EntryTest1.cs
+++ b/ElmSharp.Test/TC/EntryTest1.cs
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+using System;
using ElmSharp;
namespace ElmSharp.Test
diff --git a/ElmSharp.Test/TC/GenGridTest1.cs b/ElmSharp.Test/TC/GenGridTest1.cs
index 9c9833e..ac1c309 100644
--- a/ElmSharp.Test/TC/GenGridTest1.cs
+++ b/ElmSharp.Test/TC/GenGridTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/GenGridTest2.cs b/ElmSharp.Test/TC/GenGridTest2.cs
index 739823b..c8de4b1 100644
--- a/ElmSharp.Test/TC/GenGridTest2.cs
+++ b/ElmSharp.Test/TC/GenGridTest2.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/GenListTest1.cs b/ElmSharp.Test/TC/GenListTest1.cs
index 1afbadc..86a2c87 100644
--- a/ElmSharp.Test/TC/GenListTest1.cs
+++ b/ElmSharp.Test/TC/GenListTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/GenListTest2.cs b/ElmSharp.Test/TC/GenListTest2.cs
index 3dc3cee..58d0952 100644
--- a/ElmSharp.Test/TC/GenListTest2.cs
+++ b/ElmSharp.Test/TC/GenListTest2.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/GenListTest3.cs b/ElmSharp.Test/TC/GenListTest3.cs
index a98c966..f26e92d 100644
--- a/ElmSharp.Test/TC/GenListTest3.cs
+++ b/ElmSharp.Test/TC/GenListTest3.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/GenListTest4.cs b/ElmSharp.Test/TC/GenListTest4.cs
index d563072..53bea96 100644
--- a/ElmSharp.Test/TC/GenListTest4.cs
+++ b/ElmSharp.Test/TC/GenListTest4.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/GenListTest5.cs b/ElmSharp.Test/TC/GenListTest5.cs
index 4e02dac..b684048 100644
--- a/ElmSharp.Test/TC/GenListTest5.cs
+++ b/ElmSharp.Test/TC/GenListTest5.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/GenListTest6.cs b/ElmSharp.Test/TC/GenListTest6.cs
index a6006aa..9a1739c 100644
--- a/ElmSharp.Test/TC/GenListTest6.cs
+++ b/ElmSharp.Test/TC/GenListTest6.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/IconTest1.cs b/ElmSharp.Test/TC/IconTest1.cs
index 7fb5c83..137bc00 100644
--- a/ElmSharp.Test/TC/IconTest1.cs
+++ b/ElmSharp.Test/TC/IconTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
using System.Collections.Generic;
diff --git a/ElmSharp.Test/TC/ImageTest1.cs b/ElmSharp.Test/TC/ImageTest1.cs
index 72877e4..0a6793d 100644
--- a/ElmSharp.Test/TC/ImageTest1.cs
+++ b/ElmSharp.Test/TC/ImageTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.IO;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/IndexTest1.cs b/ElmSharp.Test/TC/IndexTest1.cs
index fcceb74..767b7b0 100644
--- a/ElmSharp.Test/TC/IndexTest1.cs
+++ b/ElmSharp.Test/TC/IndexTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
using System.Collections.Generic;
diff --git a/ElmSharp.Test/TC/IndexTest2.cs b/ElmSharp.Test/TC/IndexTest2.cs
index aad42fc..9f9efc8 100644
--- a/ElmSharp.Test/TC/IndexTest2.cs
+++ b/ElmSharp.Test/TC/IndexTest2.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
using System.Collections.Generic;
diff --git a/ElmSharp.Test/TC/LabelTest1.cs b/ElmSharp.Test/TC/LabelTest1.cs
index 6d0dabb..fb5118b 100644
--- a/ElmSharp.Test/TC/LabelTest1.cs
+++ b/ElmSharp.Test/TC/LabelTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ListTest1.cs b/ElmSharp.Test/TC/ListTest1.cs
index 3b359da..b81e285 100644
--- a/ElmSharp.Test/TC/ListTest1.cs
+++ b/ElmSharp.Test/TC/ListTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/NaviframeTest1.cs b/ElmSharp.Test/TC/NaviframeTest1.cs
index eebddf7..64118bc 100644
--- a/ElmSharp.Test/TC/NaviframeTest1.cs
+++ b/ElmSharp.Test/TC/NaviframeTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/NaviframeTest2.cs b/ElmSharp.Test/TC/NaviframeTest2.cs
index 53fe87b..342fd9c 100644
--- a/ElmSharp.Test/TC/NaviframeTest2.cs
+++ b/ElmSharp.Test/TC/NaviframeTest2.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.Linq;
diff --git a/ElmSharp.Test/TC/PanelTest1.cs b/ElmSharp.Test/TC/PanelTest1.cs
index 5ebd7c7..d88fcd9 100644
--- a/ElmSharp.Test/TC/PanelTest1.cs
+++ b/ElmSharp.Test/TC/PanelTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/PanelTest2.cs b/ElmSharp.Test/TC/PanelTest2.cs
index e7fc859..2cb047b 100644
--- a/ElmSharp.Test/TC/PanelTest2.cs
+++ b/ElmSharp.Test/TC/PanelTest2.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/PanesTest1.cs b/ElmSharp.Test/TC/PanesTest1.cs
index 3dd3b02..146169e 100644
--- a/ElmSharp.Test/TC/PanesTest1.cs
+++ b/ElmSharp.Test/TC/PanesTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/PerformanceTest.cs b/ElmSharp.Test/TC/PerformanceTest.cs
index f6ee690..10e5bd8 100644
--- a/ElmSharp.Test/TC/PerformanceTest.cs
+++ b/ElmSharp.Test/TC/PerformanceTest.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/PolygonTest1.cs b/ElmSharp.Test/TC/PolygonTest1.cs
index 1823b4f..66223f0 100644
--- a/ElmSharp.Test/TC/PolygonTest1.cs
+++ b/ElmSharp.Test/TC/PolygonTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/PopupTest1.cs b/ElmSharp.Test/TC/PopupTest1.cs
index 1cb44fb..c3e0a5d 100644
--- a/ElmSharp.Test/TC/PopupTest1.cs
+++ b/ElmSharp.Test/TC/PopupTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ProgressBarTest1.cs b/ElmSharp.Test/TC/ProgressBarTest1.cs
index f96e8eb..3e28ead 100644
--- a/ElmSharp.Test/TC/ProgressBarTest1.cs
+++ b/ElmSharp.Test/TC/ProgressBarTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/ElmSharp.Test/TC/RadioTest1.cs b/ElmSharp.Test/TC/RadioTest1.cs
index cbb1b9a..0462e7a 100644
--- a/ElmSharp.Test/TC/RadioTest1.cs
+++ b/ElmSharp.Test/TC/RadioTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/ElmSharp.Test/TC/RectangleTest1.cs b/ElmSharp.Test/TC/RectangleTest1.cs
index 83bb89b..23e58f5 100644
--- a/ElmSharp.Test/TC/RectangleTest1.cs
+++ b/ElmSharp.Test/TC/RectangleTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ScrollerTest1.cs b/ElmSharp.Test/TC/ScrollerTest1.cs
index d632a16..2bfdbba 100644
--- a/ElmSharp.Test/TC/ScrollerTest1.cs
+++ b/ElmSharp.Test/TC/ScrollerTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/ScrollerTest2.cs b/ElmSharp.Test/TC/ScrollerTest2.cs
index 77ebc7d..f246a66 100644
--- a/ElmSharp.Test/TC/ScrollerTest2.cs
+++ b/ElmSharp.Test/TC/ScrollerTest2.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
diff --git a/ElmSharp.Test/TC/SliderTest1.cs b/ElmSharp.Test/TC/SliderTest1.cs
index fa7fe8f..200d770 100644
--- a/ElmSharp.Test/TC/SliderTest1.cs
+++ b/ElmSharp.Test/TC/SliderTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/ElmSharp.Test/TC/SpinnerTest1.cs b/ElmSharp.Test/TC/SpinnerTest1.cs
index ebf292f..419bfff 100644
--- a/ElmSharp.Test/TC/SpinnerTest1.cs
+++ b/ElmSharp.Test/TC/SpinnerTest1.cs
@@ -1,8 +1,20 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace ElmSharp.Test
{
diff --git a/ElmSharp.Test/TC/ToolbarTest1.cs b/ElmSharp.Test/TC/ToolbarTest1.cs
index 3c3b589..5849dfc 100644
--- a/ElmSharp.Test/TC/ToolbarTest1.cs
+++ b/ElmSharp.Test/TC/ToolbarTest1.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
using ElmSharp;
using System.Collections.Generic;
diff --git a/ElmSharp.Test/TestCaseBase.cs b/ElmSharp.Test/TestCaseBase.cs
index 99210c5..5803eaa 100644
--- a/ElmSharp.Test/TestCaseBase.cs
+++ b/ElmSharp.Test/TestCaseBase.cs
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+using System;
using ElmSharp;
namespace ElmSharp.Test
diff --git a/ElmSharp.Test/TestRunner.cs b/ElmSharp.Test/TestRunner.cs
index 52fc071..a306469 100644
--- a/ElmSharp.Test/TestRunner.cs
+++ b/ElmSharp.Test/TestRunner.cs
@@ -1,10 +1,18 @@
-// Copyright 2016 by Samsung Electronics, Inc.,
-//
-// This software is the confidential and proprietary information
-// of Samsung Electronics, Inc. ("Confidential Information"). You
-// shall not disclose such Confidential Information and shall use
-// it only in accordance with the terms of the license agreement
-// you entered into with Samsung.
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
using System;
using System.IO;