diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AvatarShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AvatarShowcase.kt index 7afcd44..fd2aa3b 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AvatarShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AvatarShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AwesomeSliderShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AwesomeSliderShowcase.kt index 0a42bc6..34517b4 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AwesomeSliderShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/AwesomeSliderShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BadgeShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BadgeShowcase.kt index c59929e..799ff1b 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BadgeShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BadgeShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BannerShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BannerShowcase.kt index f5ea7be..195a0ba 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BannerShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/BannerShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ButtonShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ButtonShowcase.kt index 6c8e2fd..ceb9a13 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ButtonShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ButtonShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CalendarShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CalendarShowcase.kt index 4a453e1..6ac92b3 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CalendarShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CalendarShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CheckboxShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CheckboxShowcase.kt index 83104f8..41c40eb 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CheckboxShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CheckboxShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CodeBlockShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CodeBlockShowcase.kt index b42c02f..df03bcf 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CodeBlockShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/CodeBlockShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimePickerShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimePickerShowcase.kt index cc9182e..e32d2b6 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimePickerShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimePickerShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimeRangePickerShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimeRangePickerShowcase.kt index eb780e2..8a6306d 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimeRangePickerShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DateTimeRangePickerShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DropdownMenuShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DropdownMenuShowcase.kt index d2385f1..a55e2f3 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DropdownMenuShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DropdownMenuShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DynamicTableShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DynamicTableShowcase.kt index 0aded40..04ef700 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DynamicTableShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/DynamicTableShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/EmptyStateShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/EmptyStateShowcase.kt index 2af7432..5ce1f03 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/EmptyStateShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/EmptyStateShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FlagShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FlagShowcase.kt index 6a3ec78..0ae5a1b 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FlagShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FlagShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FormShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FormShowcase.kt index 7851127..ff9ff51 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FormShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/FormShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/IconShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/IconShowcase.kt index e05244a..e193ded 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/IconShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/IconShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/JoyrideShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/JoyrideShowcase.kt index 38cf204..0e599de 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/JoyrideShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/JoyrideShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LPEditorShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LPEditorShowcase.kt index 73a4ef0..daf098d 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LPEditorShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LPEditorShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LozengeShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LozengeShowcase.kt index ee70c1f..229a311 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LozengeShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/LozengeShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ModalShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ModalShowcase.kt index 19a742c..ce59926 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ModalShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ModalShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PaginationShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PaginationShowcase.kt index 2a4a591..f1bf25b 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PaginationShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PaginationShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PanelShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PanelShowcase.kt index 3311119..552287e 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PanelShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PanelShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PopupShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PopupShowcase.kt index e3b51ec..c695098 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PopupShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/PopupShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/SelectShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/SelectShowcase.kt index 5af59e8..1fd9cd1 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/SelectShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/SelectShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TableTreeShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TableTreeShowcase.kt index 9a8cba4..d58a500 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TableTreeShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TableTreeShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TabsShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TabsShowcase.kt index 2e3154b..8d7d56c 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TabsShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TabsShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TagShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TagShowcase.kt index 8360e46..5913902 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TagShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TagShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextAreaShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextAreaShowcase.kt index d71587b..27ab64c 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextAreaShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextAreaShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextFieldShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextFieldShowcase.kt index 0cf1bc5..92f25c1 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextFieldShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TextFieldShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ToggleShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ToggleShowcase.kt index 4a7086a..e8fbe8b 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ToggleShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/ToggleShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TooltipShowcase.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TooltipShowcase.kt index 2488f18..67cc587 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TooltipShowcase.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/component/showcase.wrapper/TooltipShowcase.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.component.showcase.wrapper import com.linkedplanet.uikit.component.Package diff --git a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/util/ShowcaseUtil.kt b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/util/ShowcaseUtil.kt index aeb3a89..a2d83db 100644 --- a/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/util/ShowcaseUtil.kt +++ b/ui-kit-showcase/src/main/kotlin/com/linkedplanet/uikit/util/ShowcaseUtil.kt @@ -1,3 +1,18 @@ +/** + * Copyright 2022 linked-planet GmbH. + * + * 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. + */ package com.linkedplanet.uikit.util import com.linkedplanet.uikit.component.ShowcaseWrapperItemProps