From cb60ba9d92c983d84ee1efd532a95a2e206e09e9 Mon Sep 17 00:00:00 2001 From: Kevin Boulongne Date: Tue, 3 Sep 2024 14:17:19 +0200 Subject: [PATCH] Add missing copyrights --- .../swisstransfer/ui/images/icons/Add.kt | 17 +++++++++++++++++ .../ui/images/icons/ArrowDownFile.kt | 17 +++++++++++++++++ .../swisstransfer/ui/images/icons/ArrowLeft.kt | 17 +++++++++++++++++ .../ui/images/icons/ArrowOpenOutside.kt | 17 +++++++++++++++++ .../swisstransfer/ui/images/icons/Bell.kt | 17 +++++++++++++++++ .../swisstransfer/ui/images/icons/Camera.kt | 17 +++++++++++++++++ .../swisstransfer/ui/images/icons/Checkmark.kt | 17 +++++++++++++++++ .../ui/images/icons/ChevronRightSmall.kt | 17 +++++++++++++++++ .../ui/images/icons/CircleBlack.kt | 17 +++++++++++++++++ .../ui/images/icons/CircleBlackAndWhite.kt | 17 +++++++++++++++++ .../ui/images/icons/CircleWhite.kt | 17 +++++++++++++++++ .../swisstransfer/ui/images/icons/Clock.kt | 17 +++++++++++++++++ .../swisstransfer/ui/images/icons/Cross.kt | 17 +++++++++++++++++ .../swisstransfer/ui/images/icons/Folder.kt | 17 +++++++++++++++++ .../ui/images/icons/PaintbrushPalette.kt | 17 +++++++++++++++++ .../ui/images/icons/PolaroidLandscape.kt | 17 +++++++++++++++++ .../ui/images/icons/SpeechBubble.kt | 17 +++++++++++++++++ .../ui/images/illus/ChainTilted.kt | 17 +++++++++++++++++ .../ui/images/illus/EnvelopeTilted.kt | 17 +++++++++++++++++ .../ui/images/illus/LogoInfomaniak.kt | 17 +++++++++++++++++ .../ui/images/illus/LogoSwissTransfer.kt | 17 +++++++++++++++++ .../ui/images/illus/QrCodeTilted.kt | 17 +++++++++++++++++ .../ui/images/illus/WaveSignalTilted.kt | 17 +++++++++++++++++ app/src/main/res/drawable/flag_es.xml | 17 +++++++++++++++++ app/src/main/res/drawable/flag_fr.xml | 17 +++++++++++++++++ app/src/main/res/drawable/flag_gb.xml | 17 +++++++++++++++++ app/src/main/res/drawable/flag_ge.xml | 17 +++++++++++++++++ app/src/main/res/drawable/flag_it.xml | 17 +++++++++++++++++ .../res/drawable/ic_launcher_background.xml | 1 - .../res/drawable/ic_launcher_foreground.xml | 1 - 30 files changed, 476 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Add.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Add.kt index 4ab332f7d3..1ad2ffbfb7 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Add.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Add.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowDownFile.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowDownFile.kt index 2d21a6ac79..b6f35c014c 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowDownFile.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowDownFile.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowLeft.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowLeft.kt index 79e8df6598..dc8862125c 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowLeft.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowLeft.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowOpenOutside.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowOpenOutside.kt index f5af1ad906..ddf379303e 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowOpenOutside.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ArrowOpenOutside.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Bell.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Bell.kt index 9b6ec689f9..6ed385a129 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Bell.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Bell.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Camera.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Camera.kt index 5c89edc5cd..3e707e2b99 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Camera.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Camera.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Checkmark.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Checkmark.kt index 2097980f9d..aa6592ba48 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Checkmark.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Checkmark.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ChevronRightSmall.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ChevronRightSmall.kt index dee0fa0837..566d947709 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ChevronRightSmall.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/ChevronRightSmall.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlack.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlack.kt index 50d00a48df..8dd30041fb 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlack.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlack.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlackAndWhite.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlackAndWhite.kt index 129eac3759..a2e0d3a56b 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlackAndWhite.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleBlackAndWhite.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleWhite.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleWhite.kt index b455eaf24d..d21e1295fa 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleWhite.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/CircleWhite.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Clock.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Clock.kt index fe0892145e..80d4509bcf 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Clock.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Clock.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Cross.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Cross.kt index 287ce2c7c5..f8e8acf318 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Cross.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Cross.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Folder.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Folder.kt index 2318f1a725..044a5e605a 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Folder.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/Folder.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PaintbrushPalette.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PaintbrushPalette.kt index ea81b1c017..fbad138c76 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PaintbrushPalette.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PaintbrushPalette.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PolaroidLandscape.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PolaroidLandscape.kt index c14cc6aa2e..317a42cfaf 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PolaroidLandscape.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/PolaroidLandscape.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/SpeechBubble.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/SpeechBubble.kt index e7d822ec03..749046779c 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/SpeechBubble.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/icons/SpeechBubble.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.icons import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/ChainTilted.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/ChainTilted.kt index 9a2514ab99..4960de3904 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/ChainTilted.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/ChainTilted.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.illus import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/EnvelopeTilted.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/EnvelopeTilted.kt index d9f843d8f3..fa3d948c81 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/EnvelopeTilted.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/EnvelopeTilted.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.illus import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoInfomaniak.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoInfomaniak.kt index a24a99eafe..94ebbe3dc4 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoInfomaniak.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoInfomaniak.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.illus import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoSwissTransfer.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoSwissTransfer.kt index 6fdbe6b0c4..079057d7b6 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoSwissTransfer.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/LogoSwissTransfer.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.illus import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/QrCodeTilted.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/QrCodeTilted.kt index 4a70607d9b..b134258787 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/QrCodeTilted.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/QrCodeTilted.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.illus import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/WaveSignalTilted.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/WaveSignalTilted.kt index bb7b667a73..63c3bb1f7f 100644 --- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/WaveSignalTilted.kt +++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/WaveSignalTilted.kt @@ -1,3 +1,20 @@ +/* + * Infomaniak SwissTransfer - Android + * Copyright (C) 2024 Infomaniak Network SA + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package com.infomaniak.swisstransfer.ui.images.illus import androidx.compose.foundation.Image diff --git a/app/src/main/res/drawable/flag_es.xml b/app/src/main/res/drawable/flag_es.xml index bc6f7b3e22..7b3f656b13 100644 --- a/app/src/main/res/drawable/flag_es.xml +++ b/app/src/main/res/drawable/flag_es.xml @@ -1,3 +1,20 @@ + . + --> . + --> . + --> . + --> . --> - . --> -