X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fmeviz%2Fhtmlindexer%2FConstants.java;h=d3024728533e6370c1cf17b1a77f0bc6c425af67;hb=HEAD;hp=19d7489c88bd5681b7ff3de7eb80dfe0091eb2b8;hpb=567410640f4e0428caf9de9fc83df4c73f0e5067;p=meviz.git diff --git a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java index 19d7489..d302472 100755 --- a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java +++ b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java @@ -1,11 +1,8 @@ /* - * Meviz - Various tools collection to work with multimedia. - * Copyright (C) 2012 -- 2019, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 3 of the GNU Lesser General Public License - * or later as published by the Free Software Foundation. -*/ + * Meviz - Various tools collection to work with multimedia. Author: Svjatoslav Agejenko. + * This project is released under Creative Commons Zero (CC0) license. + */ + package eu.svjatoslav.meviz.htmlindexer; @@ -34,7 +31,7 @@ public class Constants { "E-mail: svjatoslav@svjatoslav.eu, homepage: http://svjatoslav.eu"; public static final String[] SUPPORTED_IMAGE_EXTENSIONS = { - "jpg", "jpeg", "png", "gif"}; + "jpg", "jpeg", "png", "gif", "webp"}; public static final String[] SUPPORTED_VIDEO_EXTENSIONS = { "avi", "mp4", "mpeg", "mpg", "mkv", "flv", "ogv"};