projects
/
meviz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
849de22
)
Updated copyright message.
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Fri, 14 Sep 2018 20:37:00 +0000
(23:37 +0300)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Fri, 14 Sep 2018 20:37:00 +0000
(23:37 +0300)
38 files changed:
src/main/java/eu/svjatoslav/meviz/Main.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/Module.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/AbstractConverter.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvAudio.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvVideo.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ffmpeg2theora.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/Flac.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/Midi2Wav.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ocr.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ogg2Wav.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/layouts/MixedLayout.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/Dimension.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/DirectoryMetadata.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/MetadadaHelper.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/fileTypes/Picture.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/renamer/Main.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
patch
|
blob
|
history
src/main/java/eu/svjatoslav/meviz/replace/Main.java
patch
|
blob
|
history
src/main/resources/log4j.xml
patch
|
blob
|
history
diff --git
a/src/main/java/eu/svjatoslav/meviz/Main.java
b/src/main/java/eu/svjatoslav/meviz/Main.java
index
3b426b0
..
5ff33bc
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/Main.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/Module.java
b/src/main/java/eu/svjatoslav/meviz/Module.java
index
e2ffe4f
..
d611eed
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/Module.java
+++ b/
src/main/java/eu/svjatoslav/meviz/Module.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
b/src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
index
fe3b8ba
..
e3dccd3
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
+++ b/
src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
index
4651fd2
..
895aa7b
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
b/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
index
1ba6934
..
24d7cdd
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
b/src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
index
ad4a9f0
..
7a19f4f
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
index
ec65014
..
1c65a33
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
b/src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
index
e7c9462
..
073f47a
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
b/src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
index
8bada53
..
0d763de
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
b/src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
index
330833e
..
ae7e8a0
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
b/src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
index
05e98ac
..
cd34f10
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/AbstractConverter.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/AbstractConverter.java
index
43d4f05
..
f545d00
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/AbstractConverter.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/AbstractConverter.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvAudio.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvAudio.java
index
94dee7d
..
1b2c88b
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvAudio.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvAudio.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvVideo.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvVideo.java
index
8539452
..
4ea5380
100644
(file)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvVideo.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/AvconvVideo.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/Ffmpeg2theora.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/Ffmpeg2theora.java
index
a71b8e8
..
84bc4b7
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ffmpeg2theora.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ffmpeg2theora.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/Flac.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/Flac.java
index
6ada058
..
a04e7fe
100644
(file)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Flac.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Flac.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/Midi2Wav.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/Midi2Wav.java
index
833f236
..
bd59fe1
100644
(file)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Midi2Wav.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Midi2Wav.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/Ocr.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/Ocr.java
index
bbb0816
..
2ca7268
100644
(file)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ocr.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ocr.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/Ogg2Wav.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/Ogg2Wav.java
index
6e4c960
..
cf6c090
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ogg2Wav.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Ogg2Wav.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
b/src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
index
20c2aa1
..
e220e3e
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
index
88cb94b
..
d4e9758
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
index
cf60186
..
e47f702
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
index
2050e2b
..
48ed951
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
index
b2b6a7e
..
9791855
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
index
cab1ebd
..
25bfd4f
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
index
374dffc
..
41c2eed
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/layouts/MixedLayout.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/layouts/MixedLayout.java
index
55c4e80
..
acc3c4e
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/layouts/MixedLayout.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/layouts/MixedLayout.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/Dimension.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/Dimension.java
index
a6ff1dc
..
17b1057
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/Dimension.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/Dimension.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/DirectoryMetadata.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/DirectoryMetadata.java
index
bda3b08
..
d6e65fc
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/DirectoryMetadata.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/DirectoryMetadata.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/MetadadaHelper.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/MetadadaHelper.java
index
428ae60
..
234bca2
100644
(file)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/MetadadaHelper.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/MetadadaHelper.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/fileTypes/Picture.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/fileTypes/Picture.java
index
7c9c2b0
..
dbdf7f5
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/fileTypes/Picture.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/metadata/fileTypes/Picture.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
index
1ac3044
..
bc8c858
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/renamer/Main.java
b/src/main/java/eu/svjatoslav/meviz/renamer/Main.java
index
9f221b2
..
f4fc359
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/renamer/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/renamer/Main.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
b/src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
index
77773c0
..
d9869fe
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
+++ b/
src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
index
1e51d90
..
915367b
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
b/src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
index
01bbf30
..
b8d7944
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
+++ b/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/java/eu/svjatoslav/meviz/replace/Main.java
b/src/main/java/eu/svjatoslav/meviz/replace/Main.java
index
0bebcc3
..
48d98a5
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/replace/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/replace/Main.java
@@
-1,6
+1,6
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
7
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public License
diff --git
a/src/main/resources/log4j.xml
b/src/main/resources/log4j.xml
index
62431c1
..
1a5bae9
100644
(file)
--- a/
src/main/resources/log4j.xml
+++ b/
src/main/resources/log4j.xml
@@
-9,7
+9,7
@@
</layout>
</appender>
<root>
</layout>
</appender>
<root>
- <priority value="info"
></priority
>
+ <priority value="info"
/
>
<!-- <priority value="debug"></priority> -->
<appender-ref ref="stdout"/>
</root>
<!-- <priority value="debug"></priority> -->
<appender-ref ref="stdout"/>
</root>