diff --git a/MIT-License.txt b/MIT-License.txt index 3c3ca55..468f259 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 8764ec9..1fd7375 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 c545a96..03a4351 100644 Binary files a/Zutil.jar and b/Zutil.jar differ diff --git a/src/zutil/ClassUtil.java b/src/zutil/ClassUtil.java index e8acc51..a7de0cc 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 b464afb..8e93c0b 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 59bbb04..f0f4757 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 77967f4..1585882 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 3463105..c848208 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 ef483ef..446881a 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 e770a8c..2b6a9c4 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 1576f91..633652f 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 0dfe379..5af84f3 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 0d3442a..98988aa 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 ae66350..fad0554 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 ec9765b..5b2cb63 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 008226f..a2f63ff 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 51283a1..165db1c 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 e722b8f..602543c 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 9195b31..385d14a 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 62982ac..9652f5a 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 f779ef7..f943f59 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 6e989c8..4cce8ac 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 afe56e3..87c7409 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 4aa414e..7d70fc7 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 06cf850..3e3aab8 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 f81407d..e151e0e 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 8741766..8bf73cc 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 e64f660..77721a7 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 6f54b59..3bbb7db 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 8d936e0..c4ce0b1 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 90ce679..98899ae 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 f137217..fe375fa 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 3b6f673..56a4f6d 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 85ee37f..caee2e4 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 44c3b32..7c8ab99 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 294a302..b69af5e 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 8295bec..1eda777 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 29af89f..ff19f6d 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 3190b11..ae07ff7 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 36cddd6..5c86188 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 a3a50fc..4c51c3c 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 5763dfd..bcab42c 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 1e53d64..e14b363 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 c69fbc4..b6caae1 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 995fad6..d696b59 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 e023ff1..b92a82b 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 e942c35..eca167d 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 0bfaaea..55ebf4d 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 fd6e775..48f4c65 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 c5e018f..99e0be6 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 7c4dda2..b5b7bb5 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 c51151d..c6bb370 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 9a002b0..e917da7 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 9ab72f2..5323a97 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 98aa36f..00edf75 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 a0ad90a..1132042 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 c601da2..49af4a2 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 5b61a0b..616c08e 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 c4c735c..1086b99 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 31fa79e..7f2624f 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 967e5fb..174eacf 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 b9f9e75..37f5a37 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 717c67d..615bf32 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 d61d126..9d4f682 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 18981af..bed5833 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 984c338..98bb015 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 5bdba6b..0ea447b 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 a44f4b2..cfd1478 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 6a34c04..4f8f0cf 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 d43fdd3..adef4c2 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 2353ceb..920112d 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 0410437..caad04a 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 7915cfd..300a9a8 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 c3286ff..44423af 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 6aff789..d9be78c 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 27164b4..b073bcf 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 6a6239a..b4aede8 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 2bbce21..f56b177 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 520bcbe..814f855 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 a9d3bfd..9657444 100644 --- a/src/zutil/log/net/NetLogClient.fxml +++ b/src/zutil/log/net/NetLogClient.fxml @@ -1,7 +1,9 @@