projects
/
meviz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8b0fa37
)
Updated copyright and license.
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 1 Jan 2019 11:08:33 +0000
(13:08 +0200)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Tue, 1 Jan 2019 11:08:33 +0000
(13:08 +0200)
39 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/EncodingOptions.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/Convert.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
diff --git
a/src/main/java/eu/svjatoslav/meviz/Main.java
b/src/main/java/eu/svjatoslav/meviz/Main.java
index
165241f
..
028de67
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/Main.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz;
package eu.svjatoslav.meviz;
diff --git
a/src/main/java/eu/svjatoslav/meviz/Module.java
b/src/main/java/eu/svjatoslav/meviz/Module.java
index
844c9c9
..
962e98d
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/Module.java
+++ b/
src/main/java/eu/svjatoslav/meviz/Module.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz;
package eu.svjatoslav.meviz;
diff --git
a/src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
b/src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
index
5f9925e
..
ec8f1ab
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
+++ b/
src/main/java/eu/svjatoslav/meviz/bomremove/BomStrippingOptions.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.bomremove;
package eu.svjatoslav.meviz.bomremove;
diff --git
a/src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
index
895aa7b
..
5ac2050
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/bomremove/CommandlineHandler.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.bomremove;
package eu.svjatoslav.meviz.bomremove;
diff --git
a/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
b/src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
index
24d7cdd
..
3177d06
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/bomremove/Main.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.bomremove;
package eu.svjatoslav.meviz.bomremove;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
b/src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
index
7a19f4f
..
c4a9e2a
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/BitrateParameter.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder;
package eu.svjatoslav.meviz.encoder;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
index
1c65a33
..
41d30e6
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/CommandlineHandler.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder;
package eu.svjatoslav.meviz.encoder;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
b/src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
index
073f47a
..
9820f2b
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/Encoder.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder;
package eu.svjatoslav.meviz.encoder;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/EncodingOptions.java
b/src/main/java/eu/svjatoslav/meviz/encoder/EncodingOptions.java
index
1dbca9b
..
2fca434
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingOptions.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingOptions.java
@@
-3,9
+3,9
@@
* Copyright (C) 2012 -- 2017-2015, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* Copyright (C) 2012 -- 2017-2015, 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder;
package eu.svjatoslav.meviz.encoder;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
b/src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
index
fca63de
..
7dd4d35
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingPlan.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder;
package eu.svjatoslav.meviz.encoder;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
b/src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
index
ae7e8a0
..
ea142d3
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/EncodingTask.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder;
package eu.svjatoslav.meviz.encoder;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
b/src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
index
cd34f10
..
0ceffeb
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/FormatsRegistry.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder;
package eu.svjatoslav.meviz.encoder;
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
f545d00
..
4fc07a7
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
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
1b2c88b
..
ae6cd28
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
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
4ea5380
..
e8ed780
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
diff --git
a/src/main/java/eu/svjatoslav/meviz/encoder/converters/Convert.java
b/src/main/java/eu/svjatoslav/meviz/encoder/converters/Convert.java
index
0a21e9d
..
9de771f
100644
(file)
--- a/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Convert.java
+++ b/
src/main/java/eu/svjatoslav/meviz/encoder/converters/Convert.java
@@
-3,9
+3,9
@@
* Copyright (C) 2012 -- 2017-2017, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
* Copyright (C) 2012 -- 2017-2017, 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
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
84bc4b7
..
608ed8a
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
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
a04e7fe
..
04fa998
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
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
bd59fe1
..
0804acd
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
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
2ca7268
..
6a59f00
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
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
cf6c090
..
5fcb8e7
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.encoder.converters;
package eu.svjatoslav.meviz.encoder.converters;
diff --git
a/src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
b/src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
index
e220e3e
..
4000e7e
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/grabmemcard/Main.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.grabmemcard;
package eu.svjatoslav.meviz.grabmemcard;
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
index
d4e9758
..
1b945c1
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/CommandlineHandler.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer;
package eu.svjatoslav.meviz.htmlindexer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
index
8c481cd
..
19d7489
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Constants.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer;
package eu.svjatoslav.meviz.htmlindexer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
index
3df671e
..
f001d6a
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/FilesystemIndexer.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer;
package eu.svjatoslav.meviz.htmlindexer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
index
5f969ca
..
605b254
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/ImageFormatError.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer;
package eu.svjatoslav.meviz.htmlindexer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
index
8d839b5
..
5083b39
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Layout.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer;
package eu.svjatoslav.meviz.htmlindexer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
b/src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
index
a966f7f
..
82c4b58
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
+++ b/
src/main/java/eu/svjatoslav/meviz/htmlindexer/Utils.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer;
package eu.svjatoslav.meviz.htmlindexer;
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
fffa865
..
13aaff3
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer.layouts;
package eu.svjatoslav.meviz.htmlindexer.layouts;
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
17b1057
..
b25c6b7
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer.metadata;
package eu.svjatoslav.meviz.htmlindexer.metadata;
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
4877a73
..
ec10f90
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer.metadata;
package eu.svjatoslav.meviz.htmlindexer.metadata;
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
713fb9e
..
940b0c8
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer.metadata;
package eu.svjatoslav.meviz.htmlindexer.metadata;
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
9a005af
..
ae22071
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,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.htmlindexer.metadata.fileTypes;
package eu.svjatoslav.meviz.htmlindexer.metadata.fileTypes;
diff --git
a/src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
index
bc8c858
..
0bc0c3f
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/renamer/CommandlineHandler.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.renamer;
package eu.svjatoslav.meviz.renamer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/renamer/Main.java
b/src/main/java/eu/svjatoslav/meviz/renamer/Main.java
index
6277932
..
39ae0c0
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/renamer/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/renamer/Main.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.renamer;
package eu.svjatoslav.meviz.renamer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
b/src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
index
789964b
..
767513b
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
+++ b/
src/main/java/eu/svjatoslav/meviz/renamer/RenamingOptions.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.renamer;
package eu.svjatoslav.meviz.renamer;
diff --git
a/src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
b/src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
index
915367b
..
6be577f
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
+++ b/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineHandler.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.replace;
package eu.svjatoslav.meviz.replace;
diff --git
a/src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
b/src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
index
346f6cc
..
dc36b3f
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
+++ b/
src/main/java/eu/svjatoslav/meviz/replace/CommandlineOptions.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.replace;
package eu.svjatoslav.meviz.replace;
diff --git
a/src/main/java/eu/svjatoslav/meviz/replace/Main.java
b/src/main/java/eu/svjatoslav/meviz/replace/Main.java
index
c77ce60
..
6736f5a
100755
(executable)
--- a/
src/main/java/eu/svjatoslav/meviz/replace/Main.java
+++ b/
src/main/java/eu/svjatoslav/meviz/replace/Main.java
@@
-1,11
+1,11
@@
/*
* Meviz - Various tools collection to work with multimedia.
/*
* Meviz - Various tools collection to work with multimedia.
- * Copyright (C) 2012 -- 201
8
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright (C) 2012 -- 201
9
, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
*
* This program is free software; you can redistribute it and/or
*
* 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
- * as published by the Free Software Foundation.
-
*/
+ * modify it under the terms of version
3 of the GNU Lesser
General Public License
+ *
or later
as published by the Free Software Foundation.
+*/
package eu.svjatoslav.meviz.replace;
package eu.svjatoslav.meviz.replace;