diff --git a/MIT-License.txt b/MIT-License.txt index 3c3ca551..468f259e 100644 --- a/MIT-License.txt +++ b/MIT-License.txt @@ -1,3 +1,7 @@ +The MIT License (MIT) + +Copyright (c) 2015 Ziver Koc + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/ZUtil.iml b/ZUtil.iml index 8764ec9b..1fd7375c 100644 --- a/ZUtil.iml +++ b/ZUtil.iml @@ -18,87 +18,10 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -110,5 +33,18 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/Zutil.jar b/Zutil.jar index c545a969..03a4351d 100644 Binary files a/Zutil.jar and b/Zutil.jar differ diff --git a/src/zutil/ClassUtil.java b/src/zutil/ClassUtil.java index e8acc519..a7de0cc9 100644 --- a/src/zutil/ClassUtil.java +++ b/src/zutil/ClassUtil.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/Dumpable.java b/src/zutil/Dumpable.java index b464afbf..8e93c0b3 100644 --- a/src/zutil/Dumpable.java +++ b/src/zutil/Dumpable.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/Encrypter.java b/src/zutil/Encrypter.java index 59bbb040..f0f4757a 100644 --- a/src/zutil/Encrypter.java +++ b/src/zutil/Encrypter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/Hasher.java b/src/zutil/Hasher.java index 77967f40..15858825 100644 --- a/src/zutil/Hasher.java +++ b/src/zutil/Hasher.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/OneInstance.java b/src/zutil/OneInstance.java index 34631052..c8482082 100644 --- a/src/zutil/OneInstance.java +++ b/src/zutil/OneInstance.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/OneInstanceFile.java b/src/zutil/OneInstanceFile.java index ef483efe..446881a1 100644 --- a/src/zutil/OneInstanceFile.java +++ b/src/zutil/OneInstanceFile.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/OneInstanceNetwork.java b/src/zutil/OneInstanceNetwork.java index e770a8cc..2b6a9c46 100644 --- a/src/zutil/OneInstanceNetwork.java +++ b/src/zutil/OneInstanceNetwork.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/ProgressListener.java b/src/zutil/ProgressListener.java index 1576f91d..633652ff 100644 --- a/src/zutil/ProgressListener.java +++ b/src/zutil/ProgressListener.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/StringUtil.java b/src/zutil/StringUtil.java index 0dfe379e..5af84f35 100644 --- a/src/zutil/StringUtil.java +++ b/src/zutil/StringUtil.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/Timer.java b/src/zutil/Timer.java index 0d3442ae..98988aa9 100644 --- a/src/zutil/Timer.java +++ b/src/zutil/Timer.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/EuclideansAlgo.java b/src/zutil/algo/EuclideansAlgo.java index ae663504..fad0554f 100644 --- a/src/zutil/algo/EuclideansAlgo.java +++ b/src/zutil/algo/EuclideansAlgo.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/LevenshteinDistance.java b/src/zutil/algo/LevenshteinDistance.java index ec9765be..5b2cb631 100644 --- a/src/zutil/algo/LevenshteinDistance.java +++ b/src/zutil/algo/LevenshteinDistance.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/ShanksTonelliAlgo.java b/src/zutil/algo/ShanksTonelliAlgo.java index 008226ff..a2f63ff2 100644 --- a/src/zutil/algo/ShanksTonelliAlgo.java +++ b/src/zutil/algo/ShanksTonelliAlgo.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/WienersAlgo.java b/src/zutil/algo/WienersAlgo.java index 51283a10..165db1ce 100644 --- a/src/zutil/algo/WienersAlgo.java +++ b/src/zutil/algo/WienersAlgo.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/path/BreadthFirstSearch.java b/src/zutil/algo/path/BreadthFirstSearch.java index e722b8fc..602543c6 100644 --- a/src/zutil/algo/path/BreadthFirstSearch.java +++ b/src/zutil/algo/path/BreadthFirstSearch.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/path/DepthFirstSearch.java b/src/zutil/algo/path/DepthFirstSearch.java index 9195b316..385d14a8 100644 --- a/src/zutil/algo/path/DepthFirstSearch.java +++ b/src/zutil/algo/path/DepthFirstSearch.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/path/DynamicProgramming.java b/src/zutil/algo/path/DynamicProgramming.java index 62982ac4..9652f5ac 100644 --- a/src/zutil/algo/path/DynamicProgramming.java +++ b/src/zutil/algo/path/DynamicProgramming.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/path/PathFinder.java b/src/zutil/algo/path/PathFinder.java index f779ef7c..f943f593 100644 --- a/src/zutil/algo/path/PathFinder.java +++ b/src/zutil/algo/path/PathFinder.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/path/PathNode.java b/src/zutil/algo/path/PathNode.java index 6e989c8e..4cce8ac6 100644 --- a/src/zutil/algo/path/PathNode.java +++ b/src/zutil/algo/path/PathNode.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/path/StandardPathNode.java b/src/zutil/algo/path/StandardPathNode.java index afe56e3e..87c7409a 100644 --- a/src/zutil/algo/path/StandardPathNode.java +++ b/src/zutil/algo/path/StandardPathNode.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/search/QuickSelect.java b/src/zutil/algo/search/QuickSelect.java index 4aa414eb..7d70fc70 100644 --- a/src/zutil/algo/search/QuickSelect.java +++ b/src/zutil/algo/search/QuickSelect.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/ExternalSort.java b/src/zutil/algo/sort/ExternalSort.java index 06cf8506..3e3aab86 100644 --- a/src/zutil/algo/sort/ExternalSort.java +++ b/src/zutil/algo/sort/ExternalSort.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/MergeSort.java b/src/zutil/algo/sort/MergeSort.java index f81407d2..e151e0e8 100644 --- a/src/zutil/algo/sort/MergeSort.java +++ b/src/zutil/algo/sort/MergeSort.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/QuickSort.java b/src/zutil/algo/sort/QuickSort.java index 8741766b..8bf73ccc 100644 --- a/src/zutil/algo/sort/QuickSort.java +++ b/src/zutil/algo/sort/QuickSort.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/Randomizer.java b/src/zutil/algo/sort/Randomizer.java index e64f6606..77721a7c 100644 --- a/src/zutil/algo/sort/Randomizer.java +++ b/src/zutil/algo/sort/Randomizer.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/SimpleSort.java b/src/zutil/algo/sort/SimpleSort.java index 6f54b595..3bbb7db1 100644 --- a/src/zutil/algo/sort/SimpleSort.java +++ b/src/zutil/algo/sort/SimpleSort.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/sortable/SortableArrayList.java b/src/zutil/algo/sort/sortable/SortableArrayList.java index 8d936e0e..c4ce0b15 100644 --- a/src/zutil/algo/sort/sortable/SortableArrayList.java +++ b/src/zutil/algo/sort/sortable/SortableArrayList.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/sortable/SortableComparableArray.java b/src/zutil/algo/sort/sortable/SortableComparableArray.java index 90ce6791..98899aed 100644 --- a/src/zutil/algo/sort/sortable/SortableComparableArray.java +++ b/src/zutil/algo/sort/sortable/SortableComparableArray.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/sortable/SortableDataList.java b/src/zutil/algo/sort/sortable/SortableDataList.java index f137217c..fe375fac 100644 --- a/src/zutil/algo/sort/sortable/SortableDataList.java +++ b/src/zutil/algo/sort/sortable/SortableDataList.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/sortable/SortableIntArray.java b/src/zutil/algo/sort/sortable/SortableIntArray.java index 3b6f6735..56a4f6d5 100644 --- a/src/zutil/algo/sort/sortable/SortableIntArray.java +++ b/src/zutil/algo/sort/sortable/SortableIntArray.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/algo/sort/sortable/SortableLinkedList.java b/src/zutil/algo/sort/sortable/SortableLinkedList.java index 85ee37f9..caee2e4a 100644 --- a/src/zutil/algo/sort/sortable/SortableLinkedList.java +++ b/src/zutil/algo/sort/sortable/SortableLinkedList.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/chart/AbstractChart.java b/src/zutil/chart/AbstractChart.java index 44c3b327..7c8ab99e 100644 --- a/src/zutil/chart/AbstractChart.java +++ b/src/zutil/chart/AbstractChart.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/chart/ChartData.java b/src/zutil/chart/ChartData.java index 294a3026..b69af5eb 100644 --- a/src/zutil/chart/ChartData.java +++ b/src/zutil/chart/ChartData.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/chart/LineChart.java b/src/zutil/chart/LineChart.java index 8295bec4..1eda7771 100644 --- a/src/zutil/chart/LineChart.java +++ b/src/zutil/chart/LineChart.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/converters/Converter.java b/src/zutil/converters/Converter.java index 29af89f7..ff19f6d2 100644 --- a/src/zutil/converters/Converter.java +++ b/src/zutil/converters/Converter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/converters/WGS84Converter.java b/src/zutil/converters/WGS84Converter.java index 3190b118..ae07ff7a 100644 --- a/src/zutil/converters/WGS84Converter.java +++ b/src/zutil/converters/WGS84Converter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/DBConnection.java b/src/zutil/db/DBConnection.java index 36cddd64..5c861889 100644 --- a/src/zutil/db/DBConnection.java +++ b/src/zutil/db/DBConnection.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/DBConnectionPool.java b/src/zutil/db/DBConnectionPool.java index a3a50fc9..4c51c3c3 100644 --- a/src/zutil/db/DBConnectionPool.java +++ b/src/zutil/db/DBConnectionPool.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/DBQueue.java b/src/zutil/db/DBQueue.java index 5763dfdc..bcab42c0 100644 --- a/src/zutil/db/DBQueue.java +++ b/src/zutil/db/DBQueue.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/SQLQuery.java b/src/zutil/db/SQLQuery.java index 1e53d64d..e14b363a 100644 --- a/src/zutil/db/SQLQuery.java +++ b/src/zutil/db/SQLQuery.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/SQLResultHandler.java b/src/zutil/db/SQLResultHandler.java index c69fbc4b..b6caae1e 100644 --- a/src/zutil/db/SQLResultHandler.java +++ b/src/zutil/db/SQLResultHandler.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/bean/Configurator.java b/src/zutil/db/bean/Configurator.java index 995fad60..d696b592 100644 --- a/src/zutil/db/bean/Configurator.java +++ b/src/zutil/db/bean/Configurator.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/bean/DBBean.java b/src/zutil/db/bean/DBBean.java index e023ff1d..b92a82b9 100644 --- a/src/zutil/db/bean/DBBean.java +++ b/src/zutil/db/bean/DBBean.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/bean/DBBeanSQLResultHandler.java b/src/zutil/db/bean/DBBeanSQLResultHandler.java index e942c356..eca167d8 100644 --- a/src/zutil/db/bean/DBBeanSQLResultHandler.java +++ b/src/zutil/db/bean/DBBeanSQLResultHandler.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/handler/PropertiesSQLHandler.java b/src/zutil/db/handler/PropertiesSQLHandler.java index 0bfaaea5..55ebf4d9 100644 --- a/src/zutil/db/handler/PropertiesSQLHandler.java +++ b/src/zutil/db/handler/PropertiesSQLHandler.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/db/handler/SimpleSQLHandler.java b/src/zutil/db/handler/SimpleSQLHandler.java index fd6e7756..48f4c650 100644 --- a/src/zutil/db/handler/SimpleSQLHandler.java +++ b/src/zutil/db/handler/SimpleSQLHandler.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/ImageFilterProcessor.java b/src/zutil/image/ImageFilterProcessor.java index c5e018ff..99e0be63 100644 --- a/src/zutil/image/ImageFilterProcessor.java +++ b/src/zutil/image/ImageFilterProcessor.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/ImageUtil.java b/src/zutil/image/ImageUtil.java index 7c4dda2f..b5b7bb53 100644 --- a/src/zutil/image/ImageUtil.java +++ b/src/zutil/image/ImageUtil.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/RAWImageUtil.java b/src/zutil/image/RAWImageUtil.java index c51151de..c6bb3702 100644 --- a/src/zutil/image/RAWImageUtil.java +++ b/src/zutil/image/RAWImageUtil.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/BlurFilter.java b/src/zutil/image/filters/BlurFilter.java index 9a002b0d..e917da70 100644 --- a/src/zutil/image/filters/BlurFilter.java +++ b/src/zutil/image/filters/BlurFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/ColorIntensityFilter.java b/src/zutil/image/filters/ColorIntensityFilter.java index 9ab72f2e..5323a976 100644 --- a/src/zutil/image/filters/ColorIntensityFilter.java +++ b/src/zutil/image/filters/ColorIntensityFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/ContrastBrightnessFilter.java b/src/zutil/image/filters/ContrastBrightnessFilter.java index 98aa36f9..00edf75b 100644 --- a/src/zutil/image/filters/ContrastBrightnessFilter.java +++ b/src/zutil/image/filters/ContrastBrightnessFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/ConvolutionFilter.java b/src/zutil/image/filters/ConvolutionFilter.java index a0ad90a4..1132042f 100644 --- a/src/zutil/image/filters/ConvolutionFilter.java +++ b/src/zutil/image/filters/ConvolutionFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/DitheringFilter.java b/src/zutil/image/filters/DitheringFilter.java index c601da2a..49af4a28 100644 --- a/src/zutil/image/filters/DitheringFilter.java +++ b/src/zutil/image/filters/DitheringFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/GaussianBlurFilter.java b/src/zutil/image/filters/GaussianBlurFilter.java index 5b61a0b7..616c08e1 100644 --- a/src/zutil/image/filters/GaussianBlurFilter.java +++ b/src/zutil/image/filters/GaussianBlurFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/MeanBlurFilter.java b/src/zutil/image/filters/MeanBlurFilter.java index c4c735c7..1086b997 100644 --- a/src/zutil/image/filters/MeanBlurFilter.java +++ b/src/zutil/image/filters/MeanBlurFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/MedianFilter.java b/src/zutil/image/filters/MedianFilter.java index 31fa79e7..7f2624fe 100644 --- a/src/zutil/image/filters/MedianFilter.java +++ b/src/zutil/image/filters/MedianFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/ResizeImage.java b/src/zutil/image/filters/ResizeImage.java index 967e5fb9..174eacf9 100644 --- a/src/zutil/image/filters/ResizeImage.java +++ b/src/zutil/image/filters/ResizeImage.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/SobelEdgeDetectionFilter.java b/src/zutil/image/filters/SobelEdgeDetectionFilter.java index b9f9e75c..37f5a379 100644 --- a/src/zutil/image/filters/SobelEdgeDetectionFilter.java +++ b/src/zutil/image/filters/SobelEdgeDetectionFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/image/filters/SpotLightFilter.java b/src/zutil/image/filters/SpotLightFilter.java index 717c67dd..615bf324 100644 --- a/src/zutil/image/filters/SpotLightFilter.java +++ b/src/zutil/image/filters/SpotLightFilter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/BoundaryBufferedInputStream.java b/src/zutil/io/BoundaryBufferedInputStream.java index d61d126d..9d4f682c 100644 --- a/src/zutil/io/BoundaryBufferedInputStream.java +++ b/src/zutil/io/BoundaryBufferedInputStream.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/BufferedRandomAccessFile.java b/src/zutil/io/BufferedRandomAccessFile.java index 18981af4..bed5833d 100644 --- a/src/zutil/io/BufferedRandomAccessFile.java +++ b/src/zutil/io/BufferedRandomAccessFile.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/DynamicByteArrayStream.java b/src/zutil/io/DynamicByteArrayStream.java index 984c338e..98bb015a 100644 --- a/src/zutil/io/DynamicByteArrayStream.java +++ b/src/zutil/io/DynamicByteArrayStream.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/IOUtil.java b/src/zutil/io/IOUtil.java index 5bdba6b9..0ea447bd 100644 --- a/src/zutil/io/IOUtil.java +++ b/src/zutil/io/IOUtil.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/InputStreamCloser.java b/src/zutil/io/InputStreamCloser.java index a44f4b2b..cfd14783 100644 --- a/src/zutil/io/InputStreamCloser.java +++ b/src/zutil/io/InputStreamCloser.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/MultiPrintStream.java b/src/zutil/io/MultiPrintStream.java index 6a34c04c..4f8f0cf1 100644 --- a/src/zutil/io/MultiPrintStream.java +++ b/src/zutil/io/MultiPrintStream.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/StringInputStream.java b/src/zutil/io/StringInputStream.java index d43fdd34..adef4c27 100644 --- a/src/zutil/io/StringInputStream.java +++ b/src/zutil/io/StringInputStream.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/StringOutputStream.java b/src/zutil/io/StringOutputStream.java index 2353cebd..920112d7 100644 --- a/src/zutil/io/StringOutputStream.java +++ b/src/zutil/io/StringOutputStream.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/file/FileChangeListener.java b/src/zutil/io/file/FileChangeListener.java index 04104371..caad04a1 100644 --- a/src/zutil/io/file/FileChangeListener.java +++ b/src/zutil/io/file/FileChangeListener.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/file/FileSearch.java b/src/zutil/io/file/FileSearch.java index 7915cfd2..300a9a8d 100644 --- a/src/zutil/io/file/FileSearch.java +++ b/src/zutil/io/file/FileSearch.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/file/FileUtil.java b/src/zutil/io/file/FileUtil.java index c3286ff2..44423af6 100644 --- a/src/zutil/io/file/FileUtil.java +++ b/src/zutil/io/file/FileUtil.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/io/file/FileWatcher.java b/src/zutil/io/file/FileWatcher.java index 6aff7891..d9be78cf 100644 --- a/src/zutil/io/file/FileWatcher.java +++ b/src/zutil/io/file/FileWatcher.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/jee/upload/AjaxFileUpload.java b/src/zutil/jee/upload/AjaxFileUpload.java index 27164b4a..b073bcfa 100644 --- a/src/zutil/jee/upload/AjaxFileUpload.java +++ b/src/zutil/jee/upload/AjaxFileUpload.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/jee/upload/FileUploadListener.java b/src/zutil/jee/upload/FileUploadListener.java index 6a6239a6..b4aede85 100644 --- a/src/zutil/jee/upload/FileUploadListener.java +++ b/src/zutil/jee/upload/FileUploadListener.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/log/CompactLogFormatter.java b/src/zutil/log/CompactLogFormatter.java index 2bbce21e..f56b1777 100644 --- a/src/zutil/log/CompactLogFormatter.java +++ b/src/zutil/log/CompactLogFormatter.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/log/LogUtil.java b/src/zutil/log/LogUtil.java index 520bcbe2..814f8550 100644 --- a/src/zutil/log/LogUtil.java +++ b/src/zutil/log/LogUtil.java @@ -1,5 +1,7 @@ /* - * Copyright (c) 2015 ezivkoc + * The MIT License (MIT) + * + * Copyright (c) 2015 Ziver Koc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/zutil/log/net/NetLogClient.fxml b/src/zutil/log/net/NetLogClient.fxml index a9d3bfd2..96574441 100644 --- a/src/zutil/log/net/NetLogClient.fxml +++ b/src/zutil/log/net/NetLogClient.fxml @@ -1,7 +1,9 @@