diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 825e09c..a47a427 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4ba9dad --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2014 Michal Dabski + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..66f2e1e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +filemanager +=========== diff --git a/proguard-project.txt b/proguard-project.txt index f2fe155..ae6eda9 100644 --- a/proguard-project.txt +++ b/proguard-project.txt @@ -1,3 +1,23 @@ +#------------------------------------------------------------------------------- +# Copyright (c) 2014 Michal Dabski +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#------------------------------------------------------------------------------- # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # diff --git a/res/drawable/card.xml b/res/drawable/card.xml index 6da0b5b..3c8285e 100644 --- a/res/drawable/card.xml +++ b/res/drawable/card.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/drawable/card_selected.xml b/res/drawable/card_selected.xml index c52feba..04e37ea 100644 --- a/res/drawable/card_selected.xml +++ b/res/drawable/card_selected.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/drawable/card_selected_clicked.xml b/res/drawable/card_selected_clicked.xml index ae6c132..dbd5601 100644 --- a/res/drawable/card_selected_clicked.xml +++ b/res/drawable/card_selected_clicked.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/drawable/fast_scroll_handle.xml b/res/drawable/fast_scroll_handle.xml index 0414ae1..757b675 100644 --- a/res/drawable/fast_scroll_handle.xml +++ b/res/drawable/fast_scroll_handle.xml @@ -1,7 +1,27 @@ + - \ No newline at end of file + diff --git a/res/drawable/list_item_selected.xml b/res/drawable/list_item_selected.xml index 6103dc8..dc833e2 100644 --- a/res/drawable/list_item_selected.xml +++ b/res/drawable/list_item_selected.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/drawable/list_item_selected_pressed.xml b/res/drawable/list_item_selected_pressed.xml index a761911..d784659 100644 --- a/res/drawable/list_item_selected_pressed.xml +++ b/res/drawable/list_item_selected_pressed.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/drawable/selector_card.xml b/res/drawable/selector_card.xml index b69a577..308e8a2 100644 --- a/res/drawable/selector_card.xml +++ b/res/drawable/selector_card.xml @@ -1,4 +1,24 @@ + @@ -6,4 +26,4 @@ - \ No newline at end of file + diff --git a/res/drawable/selector_card_selected.xml b/res/drawable/selector_card_selected.xml index 3d5a3e4..3d2d411 100644 --- a/res/drawable/selector_card_selected.xml +++ b/res/drawable/selector_card_selected.xml @@ -1,4 +1,24 @@ + @@ -6,4 +26,4 @@ - \ No newline at end of file + diff --git a/res/drawable/selector_list_item.xml b/res/drawable/selector_list_item.xml index b2ae3ae..553d40c 100644 --- a/res/drawable/selector_list_item.xml +++ b/res/drawable/selector_list_item.xml @@ -1,4 +1,24 @@ + @@ -6,4 +26,4 @@ - \ No newline at end of file + diff --git a/res/drawable/selector_list_item_selected.xml b/res/drawable/selector_list_item_selected.xml index e20928f..7c0a355 100644 --- a/res/drawable/selector_list_item_selected.xml +++ b/res/drawable/selector_list_item_selected.xml @@ -1,4 +1,24 @@ + @@ -6,4 +26,4 @@ - \ No newline at end of file + diff --git a/res/layout/activity_about.xml b/res/layout/activity_about.xml index 16e1904..c9fbe3b 100644 --- a/res/layout/activity_about.xml +++ b/res/layout/activity_about.xml @@ -1,3 +1,23 @@ + - \ No newline at end of file + diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml index 5bb36c0..3fecfb3 100644 --- a/res/layout/activity_main.xml +++ b/res/layout/activity_main.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/layout/dialog_edittext.xml b/res/layout/dialog_edittext.xml index f14749b..453f5f1 100644 --- a/res/layout/dialog_edittext.xml +++ b/res/layout/dialog_edittext.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/layout/fragment_list.xml b/res/layout/fragment_list.xml index d332181..71356e3 100644 --- a/res/layout/fragment_list.xml +++ b/res/layout/fragment_list.xml @@ -1,4 +1,24 @@ + - \ No newline at end of file + diff --git a/res/layout/layout_clipboard_drawer.xml b/res/layout/layout_clipboard_drawer.xml index e7c4b48..3fd454a 100644 --- a/res/layout/layout_clipboard_drawer.xml +++ b/res/layout/layout_clipboard_drawer.xml @@ -1,4 +1,24 @@ + + + + - \ No newline at end of file + diff --git a/res/layout/list_item_file_card.xml b/res/layout/list_item_file_card.xml index 537937f..124d424 100644 --- a/res/layout/list_item_file_card.xml +++ b/res/layout/list_item_file_card.xml @@ -1,4 +1,24 @@ + @@ -47,4 +67,4 @@ android:src="@drawable/icon_folder" /> - \ No newline at end of file + diff --git a/res/layout/list_item_file_card_image.xml b/res/layout/list_item_file_card_image.xml index 2bade0f..6c07a6a 100644 --- a/res/layout/list_item_file_card_image.xml +++ b/res/layout/list_item_file_card_image.xml @@ -1,4 +1,24 @@ + @@ -57,4 +77,4 @@ android:src="@drawable/icon_folder" /> - \ No newline at end of file + diff --git a/res/layout/list_item_file_card_text.xml b/res/layout/list_item_file_card_text.xml index cc95cc6..c0890e6 100644 --- a/res/layout/list_item_file_card_text.xml +++ b/res/layout/list_item_file_card_text.xml @@ -1,4 +1,24 @@ + @@ -56,4 +76,4 @@ android:src="@drawable/icon_folder" /> - \ No newline at end of file + diff --git a/res/menu/about.xml b/res/menu/about.xml index 6cef307..13a5da9 100644 --- a/res/menu/about.xml +++ b/res/menu/about.xml @@ -1,3 +1,23 @@ + - \ No newline at end of file + diff --git a/res/menu/action_file.xml b/res/menu/action_file.xml index 1865ce9..4a5039e 100644 --- a/res/menu/action_file.xml +++ b/res/menu/action_file.xml @@ -1,3 +1,23 @@ + - \ No newline at end of file + diff --git a/res/menu/folder_browser.xml b/res/menu/folder_browser.xml index 8212927..74ec6ff 100644 --- a/res/menu/folder_browser.xml +++ b/res/menu/folder_browser.xml @@ -1,3 +1,23 @@ + - \ No newline at end of file + diff --git a/res/menu/main.xml b/res/menu/main.xml index 1afc79f..2834919 100644 --- a/res/menu/main.xml +++ b/res/menu/main.xml @@ -1,3 +1,23 @@ + - \ No newline at end of file + diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index e19fe2d..2579ac4 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -1,4 +1,24 @@ + File Manager Pro diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml index 44f01db..fc97eeb 100644 --- a/res/values-sw600dp/dimens.xml +++ b/res/values-sw600dp/dimens.xml @@ -1,3 +1,23 @@ + #FF8800 #FFBB33 diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 8e920b2..e40d763 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -1,3 +1,23 @@ + diff --git a/res/values/strings.xml b/res/values/strings.xml index a556195..93d0507 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,4 +1,24 @@ + File Manager Pro diff --git a/res/values/styles.xml b/res/values/styles.xml index a334a4f..5a9f17f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,3 +1,23 @@ + - \ No newline at end of file + diff --git a/src/com/michaldabski/filemanager/AboutActivity.java b/src/com/michaldabski/filemanager/AboutActivity.java index 853dbc6..849f8b9 100644 --- a/src/com/michaldabski/filemanager/AboutActivity.java +++ b/src/com/michaldabski/filemanager/AboutActivity.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager; import android.app.Activity; diff --git a/src/com/michaldabski/filemanager/AppPreferences.java b/src/com/michaldabski/filemanager/AppPreferences.java index 5efb11e..b5bb927 100644 --- a/src/com/michaldabski/filemanager/AppPreferences.java +++ b/src/com/michaldabski/filemanager/AppPreferences.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager; import java.io.File; diff --git a/src/com/michaldabski/filemanager/BaseFileAdapter.java b/src/com/michaldabski/filemanager/BaseFileAdapter.java index ed0ac67..09f99d7 100644 --- a/src/com/michaldabski/filemanager/BaseFileAdapter.java +++ b/src/com/michaldabski/filemanager/BaseFileAdapter.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager; import java.io.File; @@ -79,4 +99,4 @@ public View getView(int position, View convertView, ViewGroup parent) return view; } -} \ No newline at end of file +} diff --git a/src/com/michaldabski/filemanager/FileManagerApplication.java b/src/com/michaldabski/filemanager/FileManagerApplication.java index 19c469c..5acbdab 100644 --- a/src/com/michaldabski/filemanager/FileManagerApplication.java +++ b/src/com/michaldabski/filemanager/FileManagerApplication.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager; import android.app.Application; diff --git a/src/com/michaldabski/filemanager/RobotoAdapter.java b/src/com/michaldabski/filemanager/RobotoAdapter.java index ca80094..b8a77b2 100644 --- a/src/com/michaldabski/filemanager/RobotoAdapter.java +++ b/src/com/michaldabski/filemanager/RobotoAdapter.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager; import java.util.List; diff --git a/src/com/michaldabski/filemanager/clipboard/Clipboard.java b/src/com/michaldabski/filemanager/clipboard/Clipboard.java index f116561..0131215 100644 --- a/src/com/michaldabski/filemanager/clipboard/Clipboard.java +++ b/src/com/michaldabski/filemanager/clipboard/Clipboard.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.clipboard; import java.io.File; diff --git a/src/com/michaldabski/filemanager/clipboard/ClipboardFileAdapter.java b/src/com/michaldabski/filemanager/clipboard/ClipboardFileAdapter.java index ed70c33..52df73b 100644 --- a/src/com/michaldabski/filemanager/clipboard/ClipboardFileAdapter.java +++ b/src/com/michaldabski/filemanager/clipboard/ClipboardFileAdapter.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.clipboard; import android.content.Context; diff --git a/src/com/michaldabski/filemanager/clipboard/FileOperationListener.java b/src/com/michaldabski/filemanager/clipboard/FileOperationListener.java index 6ec6000..094dc9d 100644 --- a/src/com/michaldabski/filemanager/clipboard/FileOperationListener.java +++ b/src/com/michaldabski/filemanager/clipboard/FileOperationListener.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.clipboard; diff --git a/src/com/michaldabski/filemanager/favourites/FavouriteFolder.java b/src/com/michaldabski/filemanager/favourites/FavouriteFolder.java index 3457db8..c010a11 100644 --- a/src/com/michaldabski/filemanager/favourites/FavouriteFolder.java +++ b/src/com/michaldabski/filemanager/favourites/FavouriteFolder.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.favourites; import java.io.File; diff --git a/src/com/michaldabski/filemanager/favourites/FavouritesManager.java b/src/com/michaldabski/filemanager/favourites/FavouritesManager.java index fcdec95..b3f7588 100644 --- a/src/com/michaldabski/filemanager/favourites/FavouritesManager.java +++ b/src/com/michaldabski/filemanager/favourites/FavouritesManager.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.favourites; import java.io.File; diff --git a/src/com/michaldabski/filemanager/folders/CardPreviewer.java b/src/com/michaldabski/filemanager/folders/CardPreviewer.java index 4edf07b..ee0553a 100644 --- a/src/com/michaldabski/filemanager/folders/CardPreviewer.java +++ b/src/com/michaldabski/filemanager/folders/CardPreviewer.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.folders; import java.io.File; diff --git a/src/com/michaldabski/filemanager/folders/FileAdapter.java b/src/com/michaldabski/filemanager/folders/FileAdapter.java index 0b0b9a9..fdfb7d7 100644 --- a/src/com/michaldabski/filemanager/folders/FileAdapter.java +++ b/src/com/michaldabski/filemanager/folders/FileAdapter.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.folders; import java.io.File; diff --git a/src/com/michaldabski/filemanager/folders/FileCardAdapter.java b/src/com/michaldabski/filemanager/folders/FileCardAdapter.java index 39ddd6a..3c6864c 100644 --- a/src/com/michaldabski/filemanager/folders/FileCardAdapter.java +++ b/src/com/michaldabski/filemanager/folders/FileCardAdapter.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.folders; import java.io.File; diff --git a/src/com/michaldabski/filemanager/folders/FolderActivity.java b/src/com/michaldabski/filemanager/folders/FolderActivity.java index b7ec87a..d43bf80 100644 --- a/src/com/michaldabski/filemanager/folders/FolderActivity.java +++ b/src/com/michaldabski/filemanager/folders/FolderActivity.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.folders; import java.io.File; diff --git a/src/com/michaldabski/filemanager/folders/FolderFragment.java b/src/com/michaldabski/filemanager/folders/FolderFragment.java index 2e580b8..4da6955 100644 --- a/src/com/michaldabski/filemanager/folders/FolderFragment.java +++ b/src/com/michaldabski/filemanager/folders/FolderFragment.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.folders; import java.io.File; diff --git a/src/com/michaldabski/filemanager/nav_drawer/NavDrawerAdapter.java b/src/com/michaldabski/filemanager/nav_drawer/NavDrawerAdapter.java index b7a125c..b47d633 100644 --- a/src/com/michaldabski/filemanager/nav_drawer/NavDrawerAdapter.java +++ b/src/com/michaldabski/filemanager/nav_drawer/NavDrawerAdapter.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.nav_drawer; import java.util.List; diff --git a/src/com/michaldabski/filemanager/nav_drawer/NavDrawerDivider.java b/src/com/michaldabski/filemanager/nav_drawer/NavDrawerDivider.java index 4b009da..c64840e 100644 --- a/src/com/michaldabski/filemanager/nav_drawer/NavDrawerDivider.java +++ b/src/com/michaldabski/filemanager/nav_drawer/NavDrawerDivider.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.nav_drawer; import android.content.Context; diff --git a/src/com/michaldabski/filemanager/nav_drawer/NavDrawerShortcut.java b/src/com/michaldabski/filemanager/nav_drawer/NavDrawerShortcut.java index 440e7a9..12d313c 100644 --- a/src/com/michaldabski/filemanager/nav_drawer/NavDrawerShortcut.java +++ b/src/com/michaldabski/filemanager/nav_drawer/NavDrawerShortcut.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.nav_drawer; import java.io.File; diff --git a/src/com/michaldabski/filemanager/sqlite/SQLiteHelper.java b/src/com/michaldabski/filemanager/sqlite/SQLiteHelper.java index 5b7e046..8fa0646 100644 --- a/src/com/michaldabski/filemanager/sqlite/SQLiteHelper.java +++ b/src/com/michaldabski/filemanager/sqlite/SQLiteHelper.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.filemanager.sqlite; import java.util.ArrayList; diff --git a/src/com/michaldabski/utils/AsyncResult.java b/src/com/michaldabski/utils/AsyncResult.java index 34b45e1..95fba2a 100644 --- a/src/com/michaldabski/utils/AsyncResult.java +++ b/src/com/michaldabski/utils/AsyncResult.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; public class AsyncResult diff --git a/src/com/michaldabski/utils/BitmapUtils.java b/src/com/michaldabski/utils/BitmapUtils.java index 8f04250..6447c6b 100644 --- a/src/com/michaldabski/utils/BitmapUtils.java +++ b/src/com/michaldabski/utils/BitmapUtils.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import android.graphics.Bitmap; diff --git a/src/com/michaldabski/utils/FileIconResolver.java b/src/com/michaldabski/utils/FileIconResolver.java index 851d148..bf350e3 100644 --- a/src/com/michaldabski/utils/FileIconResolver.java +++ b/src/com/michaldabski/utils/FileIconResolver.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import java.io.File; diff --git a/src/com/michaldabski/utils/FilePreviewCache.java b/src/com/michaldabski/utils/FilePreviewCache.java index 69f1043..129cee9 100644 --- a/src/com/michaldabski/utils/FilePreviewCache.java +++ b/src/com/michaldabski/utils/FilePreviewCache.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import java.io.File; diff --git a/src/com/michaldabski/utils/FileUtils.java b/src/com/michaldabski/utils/FileUtils.java index 9dffb19..8cdb690 100644 --- a/src/com/michaldabski/utils/FileUtils.java +++ b/src/com/michaldabski/utils/FileUtils.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import java.io.File; diff --git a/src/com/michaldabski/utils/FontApplicator.java b/src/com/michaldabski/utils/FontApplicator.java index f1ae7a8..20159ff 100644 --- a/src/com/michaldabski/utils/FontApplicator.java +++ b/src/com/michaldabski/utils/FontApplicator.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import android.content.Context; diff --git a/src/com/michaldabski/utils/IntentUtils.java b/src/com/michaldabski/utils/IntentUtils.java index f07d9b6..1941be3 100644 --- a/src/com/michaldabski/utils/IntentUtils.java +++ b/src/com/michaldabski/utils/IntentUtils.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import java.io.File; diff --git a/src/com/michaldabski/utils/ListViewUtils.java b/src/com/michaldabski/utils/ListViewUtils.java index 601fd6c..b393e81 100644 --- a/src/com/michaldabski/utils/ListViewUtils.java +++ b/src/com/michaldabski/utils/ListViewUtils.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import android.app.Activity; diff --git a/src/com/michaldabski/utils/OnResultListener.java b/src/com/michaldabski/utils/OnResultListener.java index af721f8..b0f3912 100644 --- a/src/com/michaldabski/utils/OnResultListener.java +++ b/src/com/michaldabski/utils/OnResultListener.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; public interface OnResultListener diff --git a/src/com/michaldabski/utils/ViewHolder.java b/src/com/michaldabski/utils/ViewHolder.java index f5c1c03..eaa3f6e 100644 --- a/src/com/michaldabski/utils/ViewHolder.java +++ b/src/com/michaldabski/utils/ViewHolder.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import android.util.SparseArray; diff --git a/src/com/michaldabski/utils/ViewTraverser.java b/src/com/michaldabski/utils/ViewTraverser.java index fe4a055..35bb8f7 100644 --- a/src/com/michaldabski/utils/ViewTraverser.java +++ b/src/com/michaldabski/utils/ViewTraverser.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Copyright (c) 2014 Michal Dabski + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ******************************************************************************/ package com.michaldabski.utils; import android.view.View;