add boilerplate : license Apache-2.0 35/282035/1
author이다예 <dyamy.lee@samsung.com>
Tue, 20 Sep 2022 08:19:35 +0000 (17:19 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Mon, 26 Sep 2022 08:44:57 +0000 (17:44 +0900)
Change-Id: Id755e1bdaa145722ee4ead4bfa62b030b1acb317

13 files changed:
voice-touch/ClickableObject.cs
voice-touch/GridLayer.cs
voice-touch/Interop/Interop.Mmi.cs
voice-touch/LottieAnimationLayer.cs
voice-touch/TextBubbleLayer.cs
voice-touch/TooltipLayer.cs
voice-touch/VoiceTouch.cs
voice-touch/VoiceTouchEventManager.cs
voice-touch/VoiceTouchMmi/ExceptionFactory.cs
voice-touch/VoiceTouchMmi/SetResultEventArgs.cs
voice-touch/VoiceTouchMmi/VoiceTouchMmiManager.cs
voice-touch/VoiceTouchMmi/VoiceTouchResult.cs
voice-touch/VoiceTouchViewManager.cs

index 45fc62f208d38584472db3bb717170ba6224f926..ec8d714f7d35436a66b5ea2e4f226495bd043d3c 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2022 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;
 
 namespace VoiceTouch
index 663919655fc77af6c81d0700928aa6086bae315a..4d69c99d8a5cd6449e8b02233375a53d6a7fd3cf 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2022 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 Tizen.NUI;
index 331cd23aac2dbe9b53c255ef4c29f8aa7cf9dfeb..4bd0aa60e0ff8092f527a11e5543756190a3adc4 100644 (file)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright (c) 2022 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.Runtime.InteropServices;
 
 internal static partial class Interop
index 21558d180ab9896789738e301a713f32522ea2f0..34ea6e4673650d5acaee1ecee3448bfe6a4bd591 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2022 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 Tizen.NUI;
index 4223f8018cecf694e88917eda8b9c1e23ba7375c..eae12effc880dd5dabc9774e3b527b803a7c2915 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2022 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 Tizen.NUI;
index 544049bc1cf4dc0bc23939239861ef66921f6238..847604a3fc54df09ab631c8f088f5fc869a5add1 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2022 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 Tizen.NUI;
index e608273d1bc57dda9b3956081db5ef2febb4b6b9..e171aaeb016254fa1259aef3574aa09da0bd8c85 100644 (file)
@@ -1,4 +1,21 @@
-using Tizen.Applications;
+/*
+ * Copyright (c) 2022 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 Tizen.Applications;
 using Tizen.NUI;
 using Tizen.NUI.BaseComponents;
 using VoiceTouch.VoiceTouchMmi;
index 3ccf4f746705ce83f9fb8e4c25bf5bc1969bc5d0..a78b6eac874e714c5487e6502b4cdd8c2463ea1d 100644 (file)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright (c) 2022 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.Text;
 using VoiceTouch.VoiceTouchMmi;
index 82a34c490d0d0434aae565d0e64d46b4c6ed3b5a..32c19d8cee8685e20e1c80dc730dc6a306a8d504 100644 (file)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright (c) 2022 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.Text;
 using static Interop.Mmi;
index 3f7e24399f3697885da40708e452a582a59f74dc..431a0e081cd41ccff3f997f2d32426db7b68c8a1 100644 (file)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright (c) 2022 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.Text;
 using Newtonsoft.Json.Linq;
index 0c12995159adff49abe26975107aefa7a78c0111..7e825bbf4e5e09d0f06cb5a106dac3a6b1ebc733 100644 (file)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright (c) 2022 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.Runtime.InteropServices;
 using System.Text;
index 2b7bdb3fd3869d5da1b402fdc73db0a42e970e50..8d0831e23cee63fa69a12c8c05348e4a4897d4c1 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2022 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;
index 152ea884c0661b8ffb44379e8b89cfec41552e2a..80770018c396a41525fa53fc6e0746a83e90b749 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2022 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.Text;