Skip to content

Commit

Permalink
add name to substantially changed files in license header
Browse files Browse the repository at this point in the history
Signed-off-by: parneet-guraya <[email protected]>
  • Loading branch information
parneet-guraya committed Sep 4, 2023
1 parent da0bbf2 commit de32b9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
* @author Chris Narkiewicz
* @author TSI-mc
* @author Archontis E. Kostis
* @author Parneet Singh
*
* Copyright (C) 2011 Bartek Przybylski
* Copyright (C) 2016 ownCloud Inc.
* Copyright (C) 2018 Andy Scherzinger
* Copyright (C) 2019 Chris Narkiewicz <[email protected]>
* Copyright (C) 2023 TSI-mc
* Copyright (C) 2023 Parneet Singh
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
* @author Chris Narkiewicz
* @author Andy Scherzinger
* @author TSI-mc
* @author Parneet Singh
*
* Copyright (C) 2016 ownCloud Inc.
* Copyright (C) 2019 Chris Narkiewicz <[email protected]>
* Copyright (C) 2020 Andy Scherzinger
* Copyright (C) 2023 TSI-mc
* Copyright (C) 2023 Parneet Singh
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_preview_media.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Copyright (C) 2020 Andy Scherzinger
Copyright (C) 2015 ownCloud Inc.
Copyright (C) 2023 Parneet Singh
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
Expand All @@ -25,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
tools:context=".ui.preview.PreviewMediaFragment">
tools:context=".ui.preview. PreviewMediaFragment">

<ImageView
android:id="@+id/image_preview"
Expand Down

0 comments on commit de32b9c

Please sign in to comment.