diff --git a/.idea/copyright/AGPL.xml b/.idea/copyright/AGPL.xml
new file mode 100644
index 0000000..c031c2c
--- /dev/null
+++ b/.idea/copyright/AGPL.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
index 0228ed2..6c9dbcf 100644
--- a/.idea/copyright/profiles_settings.xml
+++ b/.idea/copyright/profiles_settings.xml
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/SampleUriDataProvider.kt b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/SampleUriDataProvider.kt
index 3b29e0e..595fd6b 100644
--- a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/SampleUriDataProvider.kt
+++ b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/SampleUriDataProvider.kt
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2022 - 2023 Mateus Rodrigues Costa
+ * Copyright (C) 2022 - 2024 Mateus Rodrigues Costa
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/UriData.kt b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/UriData.kt
index 5a9a457..a3b824a 100644
--- a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/UriData.kt
+++ b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/model/UriData.kt
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2022 - 2023 Mateus Rodrigues Costa
+ * Copyright (C) 2022 - 2024 Mateus Rodrigues Costa
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/AboutDialog.kt b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/AboutDialog.kt
index f1b59d0..665c2ea 100644
--- a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/AboutDialog.kt
+++ b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/AboutDialog.kt
@@ -1,18 +1,18 @@
/*
- * Copyright (C) 2024 mateusrc
+ * Copyright (C) 2024 Mateus Rodrigues Costa
*
* 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.
+ * it under the terms of the GNU Affero 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.
+ * GNU Affero 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
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
package com.mateusrodcosta.apps.share2storage.screens.dialogs
diff --git a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/DefaultFolderDialog.kt b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/DefaultFolderDialog.kt
index a6e21e2..852584e 100644
--- a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/DefaultFolderDialog.kt
+++ b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/dialogs/DefaultFolderDialog.kt
@@ -1,18 +1,18 @@
/*
- * Copyright (C) 2024 mateusrc
+ * Copyright (C) 2024 Mateus Rodrigues Costa
*
* 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.
+ * it under the terms of the GNU Affero 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.
+ * GNU Affero 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
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
package com.mateusrodcosta.apps.share2storage.screens.dialogs
diff --git a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/shared/SharedComposables.kt b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/shared/SharedComposables.kt
index 550e068..3a8eacc 100644
--- a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/shared/SharedComposables.kt
+++ b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/screens/shared/SharedComposables.kt
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2022 - 2023 Mateus Rodrigues Costa
+ * Copyright (C) 2022 - 2024 Mateus Rodrigues Costa
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Color.kt b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Color.kt
index 02c0e37..7ddd4ff 100644
--- a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Color.kt
+++ b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Color.kt
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2022 - 2024 Mateus Rodrigues Costa
+ * Copyright (C) 2024 Mateus Rodrigues Costa
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Type.kt b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Type.kt
index 1e7fca7..3ecdb5a 100644
--- a/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Type.kt
+++ b/app/src/main/kotlin/com/mateusrodcosta/apps/share2storage/ui/theme/Type.kt
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2024 Mateus Rodrigues Costa
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
+ */
+
package com.mateusrodcosta.apps.share2storage.ui.theme
import androidx.compose.material3.Typography