Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: parneet-guraya <[email protected]>
  • Loading branch information
parneet-guraya committed Oct 3, 2023
1 parent c5da63e commit 7280169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/**
* ownCloud Android client application
* <p>
*
* Copyright (C) 2022 ownCloud GmbH.
* <p>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
* <p>
*
* 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.
* <p>
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,4 +435,4 @@ class PreviewVideoActivity : FileActivity(), Player.Listener, OnPrepareVideoPlay
return file != null && file.isVideo
}
}
}
}

0 comments on commit 7280169

Please sign in to comment.