diff --git a/pom.xml b/pom.xml index da388bee7dd7d1bfd4d4fd8c8f5d3c616e01430d..9a543661ae6b647a53eecb89d440bd982fcb4a3d 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@
http://www.codelibs.org/assets/license/header.txt
- 2016 + 2017 src/**/*.java diff --git a/src/main/java/org/codelibs/fess/Constants.java b/src/main/java/org/codelibs/fess/Constants.java index 9d89ce10fa1bf9850e2cc9eaa8238af6e058f4b0..f404987955471822607dd2d97f5daf01442427d0 100644 --- a/src/main/java/org/codelibs/fess/Constants.java +++ b/src/main/java/org/codelibs/fess/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/FessBoot.java b/src/main/java/org/codelibs/fess/FessBoot.java index d44406f15fc83e9900eb245f9208464e3eda84d7..066c1c2a9658b72530fff0acd885c857a7edcb7b 100644 --- a/src/main/java/org/codelibs/fess/FessBoot.java +++ b/src/main/java/org/codelibs/fess/FessBoot.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/BaseApiManager.java b/src/main/java/org/codelibs/fess/api/BaseApiManager.java index 89ba82dfbb058062500f3bbfbfea6e439d049312..f4d576d28f9f64087c96595f8c908bcadd70aab3 100644 --- a/src/main/java/org/codelibs/fess/api/BaseApiManager.java +++ b/src/main/java/org/codelibs/fess/api/BaseApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/BaseJsonApiManager.java b/src/main/java/org/codelibs/fess/api/BaseJsonApiManager.java index 3be145cff3f5bbefd43eac8fd115c5a8a0a2291a..fe26123896a672263d4704d00e5fa55b90ffaf32 100644 --- a/src/main/java/org/codelibs/fess/api/BaseJsonApiManager.java +++ b/src/main/java/org/codelibs/fess/api/BaseJsonApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/WebApiManager.java b/src/main/java/org/codelibs/fess/api/WebApiManager.java index 4d5f0eed28bd62b944818066606e22113f2c57e8..b6f1c16b84ca7a95015badefcc845f4f77b2322c 100644 --- a/src/main/java/org/codelibs/fess/api/WebApiManager.java +++ b/src/main/java/org/codelibs/fess/api/WebApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java b/src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java index daa6edb10763665a10a5a46b416d78e8dc97b5f4..27387fec90503a2e2d78b211cc8f8f45b254a5c5 100644 --- a/src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java +++ b/src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/WebApiRequest.java b/src/main/java/org/codelibs/fess/api/WebApiRequest.java index c306fc8a1cd4dbba4e4edac9fc2f49539dc426e2..e6a3b1b6ab48a344b0b8066ea9ed166ad3c63991 100644 --- a/src/main/java/org/codelibs/fess/api/WebApiRequest.java +++ b/src/main/java/org/codelibs/fess/api/WebApiRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/WebApiResponse.java b/src/main/java/org/codelibs/fess/api/WebApiResponse.java index 02d26d25b0bdc466d64a9153157ac7d28ec3fab9..7e8a0aa7f62015f362a9d0966f1433acb5fabc13 100644 --- a/src/main/java/org/codelibs/fess/api/WebApiResponse.java +++ b/src/main/java/org/codelibs/fess/api/WebApiResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/es/EsApiManager.java b/src/main/java/org/codelibs/fess/api/es/EsApiManager.java index 881cfdad67195dfa3f621401fa1477546a07917b..af157a31ea0d0a6dcbff866ecc7be7239f39f91b 100644 --- a/src/main/java/org/codelibs/fess/api/es/EsApiManager.java +++ b/src/main/java/org/codelibs/fess/api/es/EsApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -153,7 +153,7 @@ public class EsApiManager extends BaseApiManager { } ); } - private void processPluginRequest(HttpServletRequest request, HttpServletResponse response, String path) { + private void processPluginRequest(final HttpServletRequest request, final HttpServletResponse response, final String path) { Path filePath = ResourceUtil.getSitePath(path.replaceAll("\\.\\.+", StringUtil.EMPTY).replaceAll("/+", "/").split("/")); if (Files.isDirectory(filePath)) { filePath = filePath.resolve("index.html"); @@ -164,7 +164,7 @@ public class EsApiManager extends BaseApiManager { CopyUtil.copy(in, out); } catch (final ClientAbortException e) { logger.debug("Client aborts this request.", e); - } catch (IOException e) { + } catch (final IOException e) { logger.error("Failed to read " + path + " from " + filePath); throw new WebApiException(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e); } @@ -173,7 +173,7 @@ public class EsApiManager extends BaseApiManager { response.sendError(HttpServletResponse.SC_NOT_FOUND, path + " is not found."); } catch (final ClientAbortException e) { logger.debug("Client aborts this request.", e); - } catch (IOException e) { + } catch (final IOException e) { logger.error("Failed to read " + path + " from " + filePath); throw new WebApiException(HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e); } diff --git a/src/main/java/org/codelibs/fess/api/gsa/GsaApiManager.java b/src/main/java/org/codelibs/fess/api/gsa/GsaApiManager.java index c19713cdd0984d043bde9f644631c2ddf87e6cc5..3f60a13df22f9c12fb1d30f24f3e788baebe90d9 100644 --- a/src/main/java/org/codelibs/fess/api/gsa/GsaApiManager.java +++ b/src/main/java/org/codelibs/fess/api/gsa/GsaApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/api/json/JsonApiManager.java b/src/main/java/org/codelibs/fess/api/json/JsonApiManager.java index 5dd1c52b0aaaea765056e1bdf32af6c9ce54ff6e..3e535abf2623a1172e183de51e795a6f20f5b009 100644 --- a/src/main/java/org/codelibs/fess/api/json/JsonApiManager.java +++ b/src/main/java/org/codelibs/fess/api/json/JsonApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -283,7 +283,7 @@ public class JsonApiManager extends BaseJsonApiManager { return "Unknown"; } if (t.getCause() != null) { - StringBuilder sb = new StringBuilder(); + final StringBuilder sb = new StringBuilder(); while (t != null) { sb.append(t.getClass().getSimpleName()); if (t.getMessage() != null) { diff --git a/src/main/java/org/codelibs/fess/api/suggest/SuggestApiManager.java b/src/main/java/org/codelibs/fess/api/suggest/SuggestApiManager.java index f1df41647f3ae3c83fd6e85f065f6fd6b644a6a6..96d7775e5c85629badac419daf5dc8105c2cca05 100644 --- a/src/main/java/org/codelibs/fess/api/suggest/SuggestApiManager.java +++ b/src/main/java/org/codelibs/fess/api/suggest/SuggestApiManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java b/src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java index 3fa124ecfc0515cb4a333199f8a73364b61558ca..a92956c67e498de16c48299d3c21593a77843571 100644 --- a/src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java +++ b/src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java b/src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java index 8740e1295fe59732fa70009bde0ec94a5a478f0d..8073216562955bb752b2142968f8bc59c44a01f4 100644 --- a/src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java +++ b/src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java b/src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java index a94c2fc21f7e4f293ffff8e9d40bec44eb6ccd4c..1132d6591c65b7cc6d08e208dc9db3a14fc65721 100644 --- a/src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java +++ b/src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java b/src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java index 8c9bc749bc5d245fd3aa8121ad1b1b122fb7c8d9..6adf1a0d326c19fb3c36a18f339313193d6f5033 100644 --- a/src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/BadWordPager.java b/src/main/java/org/codelibs/fess/app/pager/BadWordPager.java index 4a6624a961fd8c75641dcad10559f8187bc85f9d..310f8e6d5da56bfa6b7e20c50b6d50fa4be9d796 100644 --- a/src/main/java/org/codelibs/fess/app/pager/BadWordPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/BadWordPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java b/src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java index 02d70a191b31413c0c77c044e21db42cbf8c040f..7c5c05a91c353ce2e1ef690a57e7b0a41b4fa461 100644 --- a/src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java b/src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java index 056383382826175a5ef03e3ed2747538b714ccaa..8ac8ec4401df90ab1540905bb5f1d7853bdbfa2e 100644 --- a/src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java b/src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java index 499d02af72e73fdc9faac72cf29916cebbd1e7b2..cc02cc3c7b7df5080c2dec0a2d19e0c2b1aac1fa 100644 --- a/src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java b/src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java index c11f482732833c37ef18fca8d965443ecd9f3e4c..1bd6249d9fc2c41f311b1e8d44a10b7d7c22218e 100644 --- a/src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java b/src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java index 7c6c93a4d5b7a61d875313120ee7931fab6f1d20..d7e58bd1945442f40675de2ce44917947da81aba 100644 --- a/src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java b/src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java index cd16f58e60b20ac6ddf1d8099a7c7da2777820bf..e00344901061eea0912b67e7eb266fa53d935983 100644 --- a/src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java b/src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java index e567d8cbe40d5c10ff806a57641fd406f98010b6..f09f9d874f421f6de1aa207dc549e44abbbac2d6 100644 --- a/src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java b/src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java index 353996d6d61681969676198858e973530b8720a8..a6f111b4a08cc04082601f8964120c82d3d25ce3 100644 --- a/src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java b/src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java index 149e311cb521d3e409107741ca26bc214e0693b9..b1d65cdc581472e6bf1e740e3b35050980801028 100644 --- a/src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/GroupPager.java b/src/main/java/org/codelibs/fess/app/pager/GroupPager.java index 16cc977895119a5e966a86a29784b35c349eb204..16327dd982f87777b226c8a3543c6a517cecbba5 100644 --- a/src/main/java/org/codelibs/fess/app/pager/GroupPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/GroupPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/JobLogPager.java b/src/main/java/org/codelibs/fess/app/pager/JobLogPager.java index 9bf62dde77d31b392cc51c178d7b6a7362523800..2f82973ed1d7d556cc38c97ea108a6778549cd90 100644 --- a/src/main/java/org/codelibs/fess/app/pager/JobLogPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/JobLogPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java b/src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java index 6bb7dea19a0624370f0ceb2c3ee3ffc3ac58e3d8..1a96efe52233f36034381bb97548c69c46a54b11 100644 --- a/src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java b/src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java index 87dab859ab9614522c93145e40b245e4dbc259e2..6d450bd25bdbc8d133c200c10c8cb0efa0d798a1 100644 --- a/src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/LabelTypePager.java b/src/main/java/org/codelibs/fess/app/pager/LabelTypePager.java index a92eed3b66bf71d43df1c343fe8f94aa54677fa8..13daea2a44bdb6c4c45b1d2e844614892dd4186c 100644 --- a/src/main/java/org/codelibs/fess/app/pager/LabelTypePager.java +++ b/src/main/java/org/codelibs/fess/app/pager/LabelTypePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/PathMapPager.java b/src/main/java/org/codelibs/fess/app/pager/PathMapPager.java index 0b9a1e523d12450e2c0b4eb54901155fbca13063..53b9b01ee0912273c60c4956fd17b732a60e714a 100644 --- a/src/main/java/org/codelibs/fess/app/pager/PathMapPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/PathMapPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java b/src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java index d66188bc8d806782291084a9ded5fdb155754489..dcae9b9be34b4f3cf7f3ebe233e92a3563b3fe91 100644 --- a/src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java b/src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java index c35845d6714e17ad92c8eac16bedf13d6ee72d9b..e149c9776b13a8bf86b01528c3221bf3db865ac5 100644 --- a/src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/RolePager.java b/src/main/java/org/codelibs/fess/app/pager/RolePager.java index 9088113665cff94f50088c876c3f878bbb9a0863..54bfc2642901b4b975b1be9bf83297d94ff9c8d0 100644 --- a/src/main/java/org/codelibs/fess/app/pager/RolePager.java +++ b/src/main/java/org/codelibs/fess/app/pager/RolePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java b/src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java index 6042ad05690381d01ebc0ae2e03c419c3a1cbc17..5d7d51a28624b9911b4042aa1fae8e82a5700723 100644 --- a/src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java +++ b/src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java b/src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java index 7d123c9dc499922cf96ec4a3a60218a9ab58dd0e..616050cf866d4a2746002823f09fdc10e7d6e849 100644 --- a/src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/SeunjeonPager.java b/src/main/java/org/codelibs/fess/app/pager/SeunjeonPager.java index 481438ec9e566eab3ada792a3e15c25602097ca4..1b6f49e7ec505550b487c94b6bd0ea82186235aa 100644 --- a/src/main/java/org/codelibs/fess/app/pager/SeunjeonPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/SeunjeonPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/SynonymPager.java b/src/main/java/org/codelibs/fess/app/pager/SynonymPager.java index b9a0cd45a178ddc78214968a4f76f02bef93d134..559ef23170c71ab79fd4d44a562f586acbd2bba1 100644 --- a/src/main/java/org/codelibs/fess/app/pager/SynonymPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/SynonymPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/UserPager.java b/src/main/java/org/codelibs/fess/app/pager/UserPager.java index 4f62262dea236ac5192dbc88bf7aec8b869a4c2c..933f3a59137e9dfb154e21c6012a1a01a36e9d3a 100644 --- a/src/main/java/org/codelibs/fess/app/pager/UserPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/UserPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java b/src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java index cb7e11395aa8261699ff1188cf034b54cbe28168..eb6f6c87dff5e4f34d621d9b4a4b300b4479f9e0 100644 --- a/src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java b/src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java index 30d52bfb5af2347ec040866a19d3d2d9f7732d2b..84c4516054f2f8072dbdd058c745bc4ff8c14972 100644 --- a/src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java +++ b/src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/AccessTokenService.java b/src/main/java/org/codelibs/fess/app/service/AccessTokenService.java index 14c483c6693781c274d7191823d46c9d8dc81d0c..ee4161bde60984469b08cd94ff63171e94dc2e35 100644 --- a/src/main/java/org/codelibs/fess/app/service/AccessTokenService.java +++ b/src/main/java/org/codelibs/fess/app/service/AccessTokenService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/BadWordService.java b/src/main/java/org/codelibs/fess/app/service/BadWordService.java index 9c08a2979bf7e9d5e28e6e9986294a59d12a33dc..f9dcc3bc520aa7662ca39705d2ec7bd4567070b2 100644 --- a/src/main/java/org/codelibs/fess/app/service/BadWordService.java +++ b/src/main/java/org/codelibs/fess/app/service/BadWordService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java b/src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java index 7b2aae10126306c9ac39d35143045afa08c140c6..2e9266fb56b544826a8105947523d4d7c110f3fb 100644 --- a/src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java +++ b/src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/CharMappingService.java b/src/main/java/org/codelibs/fess/app/service/CharMappingService.java index 2a38b0c2291377ae346c889aa15ee1ab462f5568..1bef87ff3e6222614810686b22d3aa6260a09081 100644 --- a/src/main/java/org/codelibs/fess/app/service/CharMappingService.java +++ b/src/main/java/org/codelibs/fess/app/service/CharMappingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java b/src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java index e68f2a21dd6ed928708f34a1034e199f148139c5..c925238e6038009303d607b48913720104101cf6 100644 --- a/src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java +++ b/src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/DataConfigService.java b/src/main/java/org/codelibs/fess/app/service/DataConfigService.java index b73fa4934691f419af67477c2c7a5931201dff98..da5b35aeeba7e176d408dead59cee9dfb0f6b751 100644 --- a/src/main/java/org/codelibs/fess/app/service/DataConfigService.java +++ b/src/main/java/org/codelibs/fess/app/service/DataConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java b/src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java index 5413751d3a21fc26c67c2acc414459d440d4b0c4..57e1ad1279582eed215f07a742660b1bd6dfc4a1 100644 --- a/src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java +++ b/src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/ElevateWordService.java b/src/main/java/org/codelibs/fess/app/service/ElevateWordService.java index 6b8189f3e2cd4b01830faba711cfb6e9b0ff90e5..de2ce9743c1dc68f506e9674fde04daa6cf0bf9e 100644 --- a/src/main/java/org/codelibs/fess/app/service/ElevateWordService.java +++ b/src/main/java/org/codelibs/fess/app/service/ElevateWordService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/FailureUrlService.java b/src/main/java/org/codelibs/fess/app/service/FailureUrlService.java index 93345b2384d315807f1d5665c7aecc75af92fe9a..91bf68643b236e2c602db43a5a53895fffcc8834 100644 --- a/src/main/java/org/codelibs/fess/app/service/FailureUrlService.java +++ b/src/main/java/org/codelibs/fess/app/service/FailureUrlService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java b/src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java index c61fe340412fbf6d3e3a5ee8dac58bc8ae7b7554..00d492b4e07fc15905edbb6356862464d30cf702 100644 --- a/src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java +++ b/src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java b/src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java index 7d7834eb0387dc6f9d0ad3430b0eb6fbfa153567..49e0e94cd214019a377a0c449d43e334bdc98455 100644 --- a/src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java +++ b/src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/FileConfigService.java b/src/main/java/org/codelibs/fess/app/service/FileConfigService.java index b1ec28b6a55c544e1c1f0f99d4fefca3b9cdd774..93cc90b00b910977a6e4cc8010d7dbe882c2f106 100644 --- a/src/main/java/org/codelibs/fess/app/service/FileConfigService.java +++ b/src/main/java/org/codelibs/fess/app/service/FileConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/GroupService.java b/src/main/java/org/codelibs/fess/app/service/GroupService.java index da65f858a5c751ad9ec53d1b1e6c96e5400dcb8b..a60181e7ccdabf60f7cf3fa7b797fe17c7a9143c 100644 --- a/src/main/java/org/codelibs/fess/app/service/GroupService.java +++ b/src/main/java/org/codelibs/fess/app/service/GroupService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/JobLogService.java b/src/main/java/org/codelibs/fess/app/service/JobLogService.java index 4b9b6c75d96d672da7a3b2ea85e7aabad0c9ef12..52ba12b122a8700e3889488cb1a1d75ca898c658 100644 --- a/src/main/java/org/codelibs/fess/app/service/JobLogService.java +++ b/src/main/java/org/codelibs/fess/app/service/JobLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/KeyMatchService.java b/src/main/java/org/codelibs/fess/app/service/KeyMatchService.java index 9c6b8ad7470d17665c46f2e9ee72018be2509412..9d7ac6ca59ceba9896e90e2a1f348cfd426eff69 100644 --- a/src/main/java/org/codelibs/fess/app/service/KeyMatchService.java +++ b/src/main/java/org/codelibs/fess/app/service/KeyMatchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/KuromojiService.java b/src/main/java/org/codelibs/fess/app/service/KuromojiService.java index af1fb18dce2660f8b61d9ebc187bf2ff17f23baf..03d59ba067680fe8bb70fa1005db38b8540a3c3f 100644 --- a/src/main/java/org/codelibs/fess/app/service/KuromojiService.java +++ b/src/main/java/org/codelibs/fess/app/service/KuromojiService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/LabelTypeService.java b/src/main/java/org/codelibs/fess/app/service/LabelTypeService.java index 6925bbed7388347169adac5dfa1784f1fc24cb17..e80df47aa5c93f3d69f5fdeb1e41c1bf2a638a70 100644 --- a/src/main/java/org/codelibs/fess/app/service/LabelTypeService.java +++ b/src/main/java/org/codelibs/fess/app/service/LabelTypeService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/PathMappingService.java b/src/main/java/org/codelibs/fess/app/service/PathMappingService.java index 117f9393110c0bc76d9d3bd4abf6d2871b70cf69..78b540b5ac036dc9b945b4ff44910bae97d06a93 100644 --- a/src/main/java/org/codelibs/fess/app/service/PathMappingService.java +++ b/src/main/java/org/codelibs/fess/app/service/PathMappingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/ProtwordsService.java b/src/main/java/org/codelibs/fess/app/service/ProtwordsService.java index ee0b26e3726707028759e6b9c54aae3e46662a85..956f61a74b6f9e8913b83d655b133694eca16d7a 100644 --- a/src/main/java/org/codelibs/fess/app/service/ProtwordsService.java +++ b/src/main/java/org/codelibs/fess/app/service/ProtwordsService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java b/src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java index f932b49f6b3597ed81f61204098ad83ffd456b04..f4789458c6e7861d7668ab4c729aed26ae85c2e7 100644 --- a/src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java +++ b/src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/RoleService.java b/src/main/java/org/codelibs/fess/app/service/RoleService.java index 93ba6d3cf90aa0c6fea21bf1c9b47300257e5632..afa4217fdeb01a11d8b25405284a9518a3a14d99 100644 --- a/src/main/java/org/codelibs/fess/app/service/RoleService.java +++ b/src/main/java/org/codelibs/fess/app/service/RoleService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/RoleTypeService.java b/src/main/java/org/codelibs/fess/app/service/RoleTypeService.java index 1de3630c0d089ca833d9a1d034040ec7176598e0..a18631f700e3eda3eab2994be9a256c61ba88f19 100644 --- a/src/main/java/org/codelibs/fess/app/service/RoleTypeService.java +++ b/src/main/java/org/codelibs/fess/app/service/RoleTypeService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java b/src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java index 0cd51fef4e26751f32a585ac743726869b5a14d9..3f600fa0411808810333bb6f09934e6af22672a0 100644 --- a/src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java +++ b/src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/SearchLogService.java b/src/main/java/org/codelibs/fess/app/service/SearchLogService.java index ff233b73009ae5b92318e703ee75f3702411d7f4..41577c869dbfbca1927430465fec8a066a4a28a4 100644 --- a/src/main/java/org/codelibs/fess/app/service/SearchLogService.java +++ b/src/main/java/org/codelibs/fess/app/service/SearchLogService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/SearchService.java b/src/main/java/org/codelibs/fess/app/service/SearchService.java index d80020bb62a5addb6a4a0026cd216ae7ef7c06d9..2a09e78eb81ccd1c99a6c43305ffffd85a6ef1d2 100644 --- a/src/main/java/org/codelibs/fess/app/service/SearchService.java +++ b/src/main/java/org/codelibs/fess/app/service/SearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -216,42 +216,50 @@ public class SearchService { public OptionalEntity> getDocumentByDocId(final String docId, final String[] fields, final OptionalThing userBean) { - return fessEsClient.getDocument(fessConfig.getIndexDocumentSearchIndex(), fessConfig.getIndexDocumentType(), builder -> { - BoolQueryBuilder boolQuery = QueryBuilders.boolQuery().must(QueryBuilders.termQuery(fessConfig.getIndexFieldDocId(), docId)); - final Set roleSet = ComponentUtil.getRoleQueryHelper().build(SearchRequestType.JSON); // TODO SearchRequestType? - if (!roleSet.isEmpty()) { - final BoolQueryBuilder roleQuery = QueryBuilders.boolQuery(); - roleSet.stream().forEach(name -> { - roleQuery.should(QueryBuilders.termQuery(fessConfig.getIndexFieldRole(), name)); - }); - boolQuery.filter(roleQuery); - } - builder.setQuery(boolQuery); - builder.setFetchSource(fields, null); - fessConfig.processSearchPreference(builder, userBean); - return true; - }); + return fessEsClient.getDocument( + fessConfig.getIndexDocumentSearchIndex(), + fessConfig.getIndexDocumentType(), + builder -> { + final BoolQueryBuilder boolQuery = + QueryBuilders.boolQuery().must(QueryBuilders.termQuery(fessConfig.getIndexFieldDocId(), docId)); + final Set roleSet = ComponentUtil.getRoleQueryHelper().build(SearchRequestType.JSON); // TODO SearchRequestType? + if (!roleSet.isEmpty()) { + final BoolQueryBuilder roleQuery = QueryBuilders.boolQuery(); + roleSet.stream().forEach(name -> { + roleQuery.should(QueryBuilders.termQuery(fessConfig.getIndexFieldRole(), name)); + }); + boolQuery.filter(roleQuery); + } + builder.setQuery(boolQuery); + builder.setFetchSource(fields, null); + fessConfig.processSearchPreference(builder, userBean); + return true; + }); } public List> getDocumentListByDocIds(final String[] docIds, final String[] fields, final OptionalThing userBean) { - return fessEsClient.getDocumentList(fessConfig.getIndexDocumentSearchIndex(), fessConfig.getIndexDocumentType(), builder -> { - BoolQueryBuilder boolQuery = QueryBuilders.boolQuery().must(QueryBuilders.termsQuery(fessConfig.getIndexFieldDocId(), docIds)); - final Set roleSet = ComponentUtil.getRoleQueryHelper().build(SearchRequestType.JSON); // TODO SearchRequestType? - if (!roleSet.isEmpty()) { - final BoolQueryBuilder roleQuery = QueryBuilders.boolQuery(); - roleSet.stream().forEach(name -> { - roleQuery.should(QueryBuilders.termQuery(fessConfig.getIndexFieldRole(), name)); - }); - boolQuery.filter(roleQuery); - } - builder.setQuery(boolQuery); - builder.setSize(fessConfig.getPagingSearchPageMaxSizeAsInteger().intValue()); - builder.setFetchSource(fields, null); - fessConfig.processSearchPreference(builder, userBean); - return true; - }); + return fessEsClient.getDocumentList( + fessConfig.getIndexDocumentSearchIndex(), + fessConfig.getIndexDocumentType(), + builder -> { + final BoolQueryBuilder boolQuery = + QueryBuilders.boolQuery().must(QueryBuilders.termsQuery(fessConfig.getIndexFieldDocId(), docIds)); + final Set roleSet = ComponentUtil.getRoleQueryHelper().build(SearchRequestType.JSON); // TODO SearchRequestType? + if (!roleSet.isEmpty()) { + final BoolQueryBuilder roleQuery = QueryBuilders.boolQuery(); + roleSet.stream().forEach(name -> { + roleQuery.should(QueryBuilders.termQuery(fessConfig.getIndexFieldRole(), name)); + }); + boolQuery.filter(roleQuery); + } + builder.setQuery(boolQuery); + builder.setSize(fessConfig.getPagingSearchPageMaxSizeAsInteger().intValue()); + builder.setFetchSource(fields, null); + fessConfig.processSearchPreference(builder, userBean); + return true; + }); } public boolean update(final String id, final String field, final Object value) { diff --git a/src/main/java/org/codelibs/fess/app/service/SeunjeonService.java b/src/main/java/org/codelibs/fess/app/service/SeunjeonService.java index f96d8c4c3faf1e15112968a6f28f42a5136b1fe2..b16a231a98c1ce5bcd00383fd42ca58b97d9118f 100644 --- a/src/main/java/org/codelibs/fess/app/service/SeunjeonService.java +++ b/src/main/java/org/codelibs/fess/app/service/SeunjeonService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/SynonymService.java b/src/main/java/org/codelibs/fess/app/service/SynonymService.java index 69df569ceace224b49c083a14db97f8ed9ba62bc..88d460c538f218580f71d68ccc595fa0c64e11b8 100644 --- a/src/main/java/org/codelibs/fess/app/service/SynonymService.java +++ b/src/main/java/org/codelibs/fess/app/service/SynonymService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/UserInfoService.java b/src/main/java/org/codelibs/fess/app/service/UserInfoService.java index c80cb07ac21c0e65d9536ddfe03a3c2dd973ef76..ea39fe8fac8722b18dc0f6cfec478efc2ff82f59 100644 --- a/src/main/java/org/codelibs/fess/app/service/UserInfoService.java +++ b/src/main/java/org/codelibs/fess/app/service/UserInfoService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/UserService.java b/src/main/java/org/codelibs/fess/app/service/UserService.java index 8b46ee04ebd2fafb5051091825b38fffb5738932..d3f4bdc86802e96aede447e4509592e7daff3e93 100644 --- a/src/main/java/org/codelibs/fess/app/service/UserService.java +++ b/src/main/java/org/codelibs/fess/app/service/UserService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java b/src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java index 20e8eced222f59271dc2f591ce15ffe49d7c025f..a1c26d6f4aa8f58392ecbd4fb78e5349536c1827 100644 --- a/src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java +++ b/src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/service/WebConfigService.java b/src/main/java/org/codelibs/fess/app/service/WebConfigService.java index af723285ed88f03c5ccf80bc8fa43c256c04ea73..f23ff9a1a1744f08c8ae84278014e54e6eb2ea52 100644 --- a/src/main/java/org/codelibs/fess/app/service/WebConfigService.java +++ b/src/main/java/org/codelibs/fess/app/service/WebConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/CrudMode.java b/src/main/java/org/codelibs/fess/app/web/CrudMode.java index 3e05ba5f1458cf66f71a038aeff15d6bc5a3b146..460425ea793231bcf2c9abbd3ebe7f7d51a70254 100644 --- a/src/main/java/org/codelibs/fess/app/web/CrudMode.java +++ b/src/main/java/org/codelibs/fess/app/web/CrudMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/RootAction.java b/src/main/java/org/codelibs/fess/app/web/RootAction.java index 48d972aaa4414323d816647ed23e06b4492f2ec3..889b26eeae396976f0869b18fe2ad6ba4ba9a4e4 100644 --- a/src/main/java/org/codelibs/fess/app/web/RootAction.java +++ b/src/main/java/org/codelibs/fess/app/web/RootAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java b/src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java index 25f1b68f175ea84a253372f8a4a9ebab3e16bd1f..e5e0c753a9852933f8c787a04148a005472b2f46 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java index 8a3fa84bce0c87c4ae1f00eeae914e453b6a354f..274b164272a1c8fd2f95f8ab70506cd511fda4cd 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/CreateForm.java index 4e34878fb0ea97210b37c41cbe7a76427b22db19..6672728dc02ac5889ab60db450d52af2c6b05a87 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java index 1c60ae693ecde9b93ddbfda85f93cdecb6eccb3e..936d8646ed7816ce9be8c9e03ffd87d5a19ae891 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/SearchForm.java index 8c1ab87c7c97261832eecc0a71c0edff32526e7a..536f66ee83c507d7a10f2b04198c65f4e3573669 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/accesstoken/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java b/src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java index 796e49d6cb981b5ead9bb4c2ae7600079bdc060d..08211e870aa5ea411474121e904ad210a723b14d 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/backup/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/backup/UploadForm.java index 0e08144c509c507bdfef5309df93f1213476a279..0d09300de08e1f136c4bd1cdc17b8db8ca6c31a6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/backup/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/backup/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java b/src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java index 3a496266abe2e84648a66e21a6017c606b9539fe..8400d8423acc692ce08c64c2467832943cea7b8a 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java index 8e0d479a7fb2c89c0acce40c7547f9445a5e4360..a3ce521ab88451366840964e369c4a2c76ce1dbf 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java index 07808048aafbfc5c93ca23bf4e76dfc6b59b5603..5ce125ec4e310d96e4ef13f188bc75206e0139f7 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java index c58220fe6644a3d0efca4ef7f6299331f11a3188..598c3045cc47b3eeba7466ff2be6cc0f070fbab0 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/badword/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/badword/SearchForm.java index 847fb306d0b53acafcffc54c0371295405451ecf..b60bb0adfd6165f36ba9d80b475ed90984dd43a4 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/badword/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/badword/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java index 6ba849dc5c8c062763b0482c983023be4c79830d..9e376ee919fc01c450ea917b27e4f2b22b74b785 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java index 77a642dc2e3cf3ecb987543ebb45976cb5febd38..14d1e77b6b521574afc61d20265c76a6f12f475a 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java index 3330ca2eff1654426f457380ad9565410bd03bbf..bc20a6e2633f118ab7949fec67842f21330b8275 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java index c84cba54600afeea0503d927028f205f921be76f..ea65aca99fa8dc3b7e3597cd2ebbadc9862a0583 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/SearchForm.java index 1e0668bb5828fe0a4134e22651f5968465fff6a0..0ab5b65da84c57b7521ce2078d0afd58c8ceae17 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/boostdoc/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java b/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java index 888f60d2160a74215467e337e9f68e1745d4307c..8f0af8afd73e2ca5278010efdc09bc268e0a2007 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/EditForm.java index 92f338a4d3dea5eeedf53f1fbd3439d754fedc20..e8937c5964bef611714f56f49f703ebafeb2095d 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/SearchForm.java index e74cf86ab257827a2308a91dbf06361814f618ad..5f41b8d2bad31f55d34e56057de455a70b97b9ab 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java index 387f4e5d760cfcc09118d5d9ec8dd966d81ce39f..975292e889519b60fb8c717544e02e31f49d2794 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java index 26081abdfb76ba8d416cebd6a4c526161d626180..faef63fcbdaafdbbbe8453de88b3c035d4ac3a48 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java index cd805050a20d8ce6a528a5782098a7865d47db92..ce28c560b9b29f8ec225244890dabb42df3f38ed 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/EditForm.java index 4f9548ccbaac784935adf7bfb1af94c9dc990a2f..328ab64fc1c482055dfc6d0d5122f6ddd651d801 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/SearchForm.java index ae2fcc8b8e7a12861c51e929a9127d19cfbf932d..f2941e4b48b2c12c30322422368c81e90a0419db 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dataconfig/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java b/src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java index 71e87ee6242d386e40cd485f694f06bd149c51c1..b254f67f2b669f66fb1b4a80bdfcfa1b913a80c0 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/design/DesignForm.java b/src/main/java/org/codelibs/fess/app/web/admin/design/DesignForm.java index 2a3fee5696a98481a73c00930b2048935ffdae41..4a1033cc226c9a005855e3c14a2035fd17997cd9 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/design/DesignForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/design/DesignForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/design/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/design/EditForm.java index fdb40c9f3e3fb5a36a2fd86dfddca3efc99f3a56..c931d0223593cab80b3520bc440cabad785ce635 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/design/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/design/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/design/FileAccessForm.java b/src/main/java/org/codelibs/fess/app/web/admin/design/FileAccessForm.java index 5b2f473f71975bd33e9a23e262276ebc225e7797..5fd7894072ee8aeffa3631be505cd21672cf4766 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/design/FileAccessForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/design/FileAccessForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/design/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/design/UploadForm.java index e23cbaa8437ce291b4b79d7914f6387a4c245646..5d4be99cacbf207e9f0cb5dc5100d7ffbb97f39b 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/design/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/design/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java index 884d9b444319891f809a7d8849977367ed3acb69..bdf18dbb6e07494e8b68dfdf7e8f35ea4d463bfd 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/ListForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/ListForm.java index 474c10ab80ac6b27a8e28d673d0b3d9d9e3e754d..c9595c25e52987f6470ba9ef80e571a76247eac6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/ListForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/ListForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java index fcdb715419beb83b94ba7f82bb92c4268b809117..d76499249d5a359b961817bc1a722803474d12de 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/CreateForm.java index 23f9c85b5f0d5466a64a0fc14f295c13f5c049b8..05f002574e4114147c52b710472d36b30fe13218 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/DownloadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/DownloadForm.java index 080652969058b19e74b2f398f0cd229071167048..8cec73ebc27972bfa2c5f88f49dcc92d17e57168 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/DownloadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/DownloadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/EditForm.java index 28cb79876aed63f78463726d8968562c5db58de9..9febeb713f4ea820d59a3c9f88ace789f0c13311 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/SearchForm.java index 4ae5bb5b93bf9923f56abff998a2d5955212647f..f9e5956b1559d5306ba979a874e59cbde6800cd1 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/UploadForm.java index 68c719ba1dfe8d5d4978bdaa2eaa45d671d1f65d..6e6860077e9b0b4b207a3da31702394d38ab84f8 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java index 1c6315fdcf0cb0e19496b6b1c00bbe60100bc6bc..15d7e083c1232f7313845150ba5d6f99e9cab65f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/CreateForm.java index 90bedfba3aca462566148419f0558ec749bde6cf..b6ca97636b4df5230990fddb816359eb21e890d4 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/DownloadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/DownloadForm.java index 1519445db02701e2020f716d302d7f02efe1c268..a70509535f279f644b73abe88c834782c689640e 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/DownloadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/DownloadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/EditForm.java index 6cb9dd1341666fc4e3abe7697d73535350bbfc15..c5d63c3e76bc1105d7b96a32cdce433ed4ba94e4 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/SearchForm.java index b63367a6faf8ccab76a65dc1c161ee049a5ebd71..ff074fbe2f634ac28a2ae773c4c3a2b3a8634093 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/UploadForm.java index 6ec749680bb3da92a6f2701dee8f7b5197929fc9..5e1089d2fd8916bda6d0d3ce05d4277553a09130 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java index fc42f1c80cf444c55cd4b2618d5e336470d35fd5..3e2f2aef9d0bcd5f0d74d4e8ab067be6d4f40ba0 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/CreateForm.java index 97eceeabc402eaf42b12b9e04fcc9a3adfb7ef17..a69ae8baae63c1a1406b452433fcc503fbe1b26e 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/DownloadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/DownloadForm.java index e4b42a3ffcd6fafd6f65e0784d1ed17012cf0668..f0fe6e418ce2a4964464b75b95b1013238bf69fb 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/DownloadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/DownloadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/EditForm.java index 084677c49917df25bae1ca9b7436b81b18ed2593..dfe8241eb2a48c90829e3dfb4bf8962d19df4ec0 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/SearchForm.java index 23854bcd00d692bace279b05a794a99d95078c31..69a9db66badc35963044f38c7cf50084d656281a 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/UploadForm.java index 4c1e49b72b4b98958efc76db5a16f62e75dc4212..0bca1e7b957da1abf267b983dd1d2a36125418d7 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/AdminDictSeunjeonAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/AdminDictSeunjeonAction.java index 44631b252fb9c85b0d5627a58b8899b8cf04935b..6cf30d556d64b43a21c97fc6e167e914f0e5fbf6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/AdminDictSeunjeonAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/AdminDictSeunjeonAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/CreateForm.java index 993b1797330d5db4309055159462c522e27f524a..e9716eca8adbd2612e2b20dcb6550f5531684b61 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/DownloadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/DownloadForm.java index 6e462614b6633037c6a4090fbee03c8eb2ddcfc0..c31d02848e2faee0c4eb76c26f13b110fe0d192c 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/DownloadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/DownloadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/EditForm.java index bc35156ea9f458e1c35ac3bdfe300cd0af5b5a67..b5abfcf70c44bfbe596004be53841cb2aaf1070f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/SearchForm.java index 41b19de6afaf364fc9be4da8ef669b41174f7a57..e58078905e3e649bd90558e728ad7ea607a2662f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/UploadForm.java index 3bda0a1e74539f820a277ed6411fb2a34cc50bda..8d4ecb39a5c15dec72aee7321f66cfdf60ac88cc 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/seunjeon/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java index 986ac8dd2541d22a4d6552c8eea8f8a6a263cac2..a887d74d080cb8462140132dd00673f59fb8adf4 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/CreateForm.java index 71d7af8533d7f3067bec6cd345880adf03adde28..ab72287e165caa6bbefc200b3c133f4cf29cba99 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/DownloadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/DownloadForm.java index 848587e748b241ff77901aaa9347f0879ed7d499..1573346a5abf0d8a34d491bf570c17a1fa9a2486 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/DownloadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/DownloadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/EditForm.java index e16aed2fce4776c580de0d88070d347864f52e1e..7f92c59355cf5d4ccfad0ace4ea19edbd2c73954 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/SearchForm.java index 5352f6d0e33e3f0e84d531250151d699e6bb8830..44939241f5ecce174ae4e72198e2759f0d8a076e 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/UploadForm.java index 836564afaec2532b8fb5517c19d921001c23f27f..c3cd107c5236b79cbef6505471177c252ee6cf9c 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java index 5d08deef03dc4f51de5964b360de7fde9b135c86..2538f2a10d18dbd2a391a91f230c63a0ee7803ce 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/CreateForm.java index 05f284059313ca0ad558481da905373e4f134bf3..f6d3e76f1394fdb64995a34bd8aae04829f0c4d1 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.java index d4cd4ab5ea8c47c6344c599eea93d2ba29d5e54a..f0e76090d66fa47c760d177610508c57c516ed62 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/SearchForm.java index 5e99c09ca54f6664ceec459da70b4b58ccfe0c5c..65b570d4be0bd8bef970cb447d17875a829327c3 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java index c7c889855df0af347169f05b67398d4508f97b6a..45edc90942e313f7e441951d1f16840004d259cf 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java index 18a217426ff9c05cae41994badfb21d04aca07e1..f6d68d70dd1f244590b1c53017397c90808ffd56 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/DownloadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/DownloadForm.java index d19e10f110a87ee56db0a240c2ee6e818ba1e930..3cdddc2f7768aa2c956b387603b6fafa7e953768 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/DownloadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/DownloadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/EditForm.java index 14f2dcd73d215fc50743469f852aacbf9bf241be..6d1dcf64610c3872fc8719a3a3130c7935f00a20 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/SearchForm.java index a1916b02c4b14fc96f76582a6b6a0b4e5a82e71d..cd3923cf163beee01eb4dab1d24de589c4f88127 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/UploadForm.java index 916ac85c2ccdbc433b498400d4254e0107d9fc24..b155fa6524bc54618ff8bb33d7604a7e010eed4a 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/elevateword/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/elevateword/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/esreq/AdminEsreqAction.java b/src/main/java/org/codelibs/fess/app/web/admin/esreq/AdminEsreqAction.java index 9bdd9f5d06d6bd2130b1bc425c697323f4849d38..ded1401f108302f934f7f037dbe5423adb0dd28f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/esreq/AdminEsreqAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/esreq/AdminEsreqAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/esreq/UploadForm.java b/src/main/java/org/codelibs/fess/app/web/admin/esreq/UploadForm.java index 5acb62777635a092b3ca484e252478d230d56717..fff9ae2a450948f176d9d51d132f5e94587f694b 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/esreq/UploadForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/esreq/UploadForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java b/src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java index 11e2704739e58c41254c1009fdbdd0889d877343..cc0cafba9a71e28edef71a0a7a1d076682e607a7 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java index 7b31ef2f710026de1b9c7f8c345d4d284d604c6f..b8e485edf6e8471ebb8f3c5e5071d777afffe30c 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/failureurl/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/failureurl/SearchForm.java index 20759dd2592e2838530e3603b96a0a89f69940e5..cabacf3ca9faebdb1b1aee3e60bf9c8e57bc57e8 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/failureurl/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/failureurl/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java index 25f69b9e9fa8b26bac1fc9e03686288d10821f1f..049da72bd92db121fdbd5cf97fcbd06b330a2fd6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/CreateForm.java index 99c059e3202b5db0b0ec4707b22c621d0168c904..a5b1da5e2d80805558912950840b2df1c9633ef6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/EditForm.java index f0fca57aa6d32e3fda753d65d26320cb6b71f12e..e11d6a84e852dcce94ab00dbce474c38d8c88599 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/SearchForm.java index 8fcddb035bcfbeeec2824b747ef242206d1f2895..d7f21a532b620fca672d8c0fb3a3ce8740cafc49 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileauth/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileauth/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java index 9d7b0c8754dc2229e9458cc22072055bbe3416b1..f8a68f4d195bcea2caae913948927a0c789b5dd6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java index b420720be947f7ae177ddd29fa0dc85cc476c777..279a8c7b2b15a284c11a5bd46472d91f378b9cf0 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/EditForm.java index 86d3ec782d4adbd875149531a6682e73f5e8b0e9..7d070409bc2d33414704ac71badb755a27e6b9d5 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/SearchForm.java index fce51c70684e7f068a71e9aef2860971803f29c2..ffc924908e2671770713685f5e731f683b913e04 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/fileconfig/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java b/src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java index a62ffc0b631a9a4e9baf2f9f1ae1df8d35327916..d9ca51b9a497ad2bd23f6b7efbb753bef9346cd2 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java index 299ae85a5a159164ccf1239c4c128831b10cacfe..7dc8b50114392fcbf031407a022785d409efc0c0 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java b/src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java index ed116cbce1223e192d14a448408692836ecf382e..f5ce7de17bfd0a36e6fa191112926eba5ebbe8ac 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java b/src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java index 6b7a88cf9d8b9d40a651c98e0216ddbe3a2faa1b..d46e75d05045bb6b8d7bfae5de08de56db6ab688 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/group/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/group/CreateForm.java index e5c8673a71b30af168380128980e014641e9af15..0b34ec1ecff847f3889c4feaac206eba8c70cde6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/group/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/group/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/group/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/group/EditForm.java index 7f3ce1729a910e3df9325c911eea0802720ad034..77150e2d905d4fa49837c7d32610c3cceffa3a94 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/group/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/group/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/group/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/group/SearchForm.java index 044c1d31890d1a1dd6a27f608181f290929e18a0..96a1c6841e22546c6246988abcb0510ca7dc1991 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/group/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/group/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java b/src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java index 777614e077247864136e17c2833c6f9f991eeb49..7db548ed404cbae45bd53f0040e62c1e349ddcd0 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/joblog/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/joblog/EditForm.java index 1490f551d6f0a57348dc17f3911307298e3eb580..6d848dc6d1de2c77a1127ca3c116ce661078440f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/joblog/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/joblog/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/joblog/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/joblog/SearchForm.java index 057fe491349ee6af2261780ce7ec79ca332e3a29..7a46946fdf2a68a5c9063a7af970221c41609bf5 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/joblog/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/joblog/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java index c6431a78cf4bd8ebf3ee506991e4b6207ed75dca..c29331122ddd612e91ef332cc12062611b952f2d 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/CreateForm.java index 09526e1db7ad2503262d9c4b85ba6c3a96d064d8..f3e43f7b3fc7b59b028fe304be157be759473774 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java index dab925cfad426be0af438c7d4e2ffb7796da21e5..008a1324da2e18bab903f081725eaa6c41dd6202 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/SearchForm.java index 59e4d2e047afb67e75edd0b96d4b57307aeac0e5..e6ade026993b426e1fc9f36f6613a78725f6ab45 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/keymatch/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/keymatch/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java index af168e8c1e0285d45218801b529947b16d5393cb..3e7e4bbe8b31f23c94af16b026fdc6de5e6a457f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java index 9b00b937c21297da4f6945e16c62dc93bdb6b713..b24a7b4d089e91f7f2f268af3c2f6e99ef0961ad 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/EditForm.java index ccc93f94a14a3b4aaa1d7038ae5e450134a5527c..2cfe5f878ff2c4e28fde3bfc94faef096f4e9298 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/SearchForm.java index 511f4a0c5ebf47b5c8af67b51c028ce05faaccfc..4e96b58284905314b576dc44dc64748527ef9db4 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/labeltype/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/labeltype/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/log/AdminLogAction.java b/src/main/java/org/codelibs/fess/app/web/admin/log/AdminLogAction.java index 452ee9e2e89b6c8c43940ec1cf29bc86b9f0105f..2418c9b548ab511bab3cbe9714992e743c0cb0d4 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/log/AdminLogAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/log/AdminLogAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java index 654630acbcfc29fb315db5f1c601dfd2e2090ae4..d3501e095cf82dc2752cbd5ee24f0b0499d6ad39 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/AdminPathmapAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/CreateForm.java index 12352575d68fdbc9775083215313963c831c0c9c..b71ff3cdae5b3afdd7c3c5f70576ab418aa8df0f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/EditForm.java index d569dffcb6c989e72b2a2bc02c72953e92724f62..11f9fbe967581be31ecbcf7788aa4d787c03cec2 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/SearchForm.java index cf35bff002afe4731f87b48f74b07435f52e7e35..e9e0cb69aa14689fe4e76b6c95f9de8ee43db920 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/pathmap/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/pathmap/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java index 02719a74e1e44057701581036ee12b69096afd0d..934bb27c06fa8e470a8125b56e4924fede850dbf 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/CreateForm.java index 1492947eec9ab137f143a34858daa7157e567b74..b2f336f07b1b500c72256a497e771d727df7c993 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/EditForm.java index 784974f350922972953e79adae66293115e9b905..fbcc0f820be58226eaa97e23a232a43fa5eb0b92 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/SearchForm.java index 0ab0db3a3b96a0909a10a716265b637fd869913d..ee7fb0f04e1c8c6fe4bbdd43669388b351c74d4e 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/reqheader/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/reqheader/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java b/src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java index fa97b123c18c93c9018cd6f67cf236ce1ddcc42b..d1574c7069a107990c08e982017a113be38a2a41 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/role/AdminRoleAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/role/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/role/CreateForm.java index 1fb8613ea5609640cf6ca4d7b9df34b4c67e40ce..ec5a4171d4badee643c5fd47b8e14b06f937b043 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/role/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/role/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/role/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/role/EditForm.java index 9de18f6af2146cc6296c2c1815a6ff05ddccca8f..6d692a720abdb4f2f3ec7d418519141b97c77aa7 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/role/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/role/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/role/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/role/SearchForm.java index dc9e7e913ad5b4d4343912d9ca7523d693b21ea0..502d52ed5a7ed5f2da575a5a26df8dc1d206dd31 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/role/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/role/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java index 14da5c37fb44212b708176d000f4ba8b94c80708..29740999122f6a33f7073ac3689ed7e6707cb2fb 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/CreateForm.java index 866e1624b2cf9e3f501c158b2cc3cfc954981852..416c0102784da9e77c5ab9afab8edd861e8259fd 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/EditForm.java index 8e4e2dfa5492e7ba54c2a8683f9f6cfe7b4b11e7..608fc18ba007b52bde2e3aa6c8af3faa813374df 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/SearchForm.java index 73d45625f44b52f327168cefe6be3962aa9c40d2..f3198bcb1d4fe3544abc33fac9fe2efa2ab907ec 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/scheduler/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/scheduler/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java index 459c44cbc5891e7a1cbd5e34a76c2e4c3e087fe0..6fd295b68a758ca32fa29d151390254eb6245a0d 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/CreateForm.java index 9c4b2e3f3860514f28950165ba7751d096d248c4..5f46cf1bed09a8edf2241af3ab58d38002b3c552 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/DeleteForm.java b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/DeleteForm.java index e9dbfbfe810fc506c74540578d4390b3cf50f3cf..018a7b5e42a220bbcc90b7353a0bfb8fd2442157 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/DeleteForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/DeleteForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/EditForm.java index 40e7db8b563b5132d26006c919766d3bab526a3e..df66a4586e25a797c60119a2897c4c5a6492794b 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/ListForm.java b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/ListForm.java index c49bb1a2cebda797004c8fbd6ac700d207dfdc42..7ec68507dcdb1ca09d888c7c756fdc21406ec63b 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/searchlist/ListForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/searchlist/ListForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/suggest/AdminSuggestAction.java b/src/main/java/org/codelibs/fess/app/web/admin/suggest/AdminSuggestAction.java index 7c7f88ce78baba5edada3ba886acfbe22de46fbe..1028d11b310551dc573f54081b6934f38e2e107f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/suggest/AdminSuggestAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/suggest/AdminSuggestAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ - package org.codelibs.fess.app.web.admin.suggest; import javax.annotation.Resource; diff --git a/src/main/java/org/codelibs/fess/app/web/admin/suggest/SuggestForm.java b/src/main/java/org/codelibs/fess/app/web/admin/suggest/SuggestForm.java index c3c037cb68e3dc0e97560552540e5049d98163b7..7a78f713d6c83a602d6d58a0497ae34fa9e8cec2 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/suggest/SuggestForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/suggest/SuggestForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java b/src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java index 394682bfbe107677b72a8dd127c274c05cb7aa84..512cb7f560a039b466d3845659570f727b97296d 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java b/src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java index 877df2ebcf0bc8ea507aeccc2230bf01043807f3..7d55226eb839df91387a058bc96285703de31c9e 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/upgrade/UpgradeForm.java b/src/main/java/org/codelibs/fess/app/web/admin/upgrade/UpgradeForm.java index 0e1acb0e6f0f6532e1e70ec0408603a2d007f056..6680b1b5f910df8f47c6d55ba08b85d1164d58f4 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/upgrade/UpgradeForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/upgrade/UpgradeForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java b/src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java index 65299101fa97b07eca97c2425503b731e6d9371e..74759a127bb9a302dfdd01792cf93e09243ffb0e 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/user/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/user/CreateForm.java index a7f7f06a18dac057c572fdb6fb9ee6693b002e48..251b8bf21e40bf049f0de0185c1ba0965a98ed30 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/user/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/user/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/user/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/user/EditForm.java index c19059d4ec23c936d37f8870191171019d9a91f6..ebca539024e5fcc4ba27b498fe787e4bbb86775f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/user/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/user/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/user/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/user/SearchForm.java index 9ce7e31d74572d8702ebdcd3bcd9a39e2382b526..7131b86c4b464b446129d1f6bf4a5c768ee568fd 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/user/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/user/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java b/src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java index e3b2da7138ef0c70c0d3d82faa1b8831dfa220a5..585303c40e945b69dbdccc7b9c35f1bbc7d97b36 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java index 68afd507681eff064044e15ee23d14b24b5c7a31..d77a0f777f4f89f35c6391e5d8f6a9b24838dc15 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webauth/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webauth/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/webauth/EditForm.java index 6ef9e1ef6457edab808fb4dbf04cb250f99bfb2a..34727172f02a815659fab5664adadafde43da701 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webauth/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webauth/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webauth/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/webauth/SearchForm.java index 0a38c9ce193aaddfc91a72add9d2948f75147acf..652911889a12aaf76c46a67168b90f626c3a433d 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webauth/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webauth/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java index 49dc828fef59bf64209c47cd543a4ac95bf14a90..30b0f4197bcfd92e9dd1b730dd114d45f1d75925 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java index 6b58cbf94b27733fda7a4684276ada2b7565f053..f8b365213fa77f26881e0ea4d1fa6f6e62e0649e 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/EditForm.java b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/EditForm.java index 156e884893d0d47a8013b6dc0f8b5732ca269c41..3050f36a0761473e5a82328318b3fed520088420 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/EditForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/EditForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/SearchForm.java index e83b883a37523d2495b6e97b355e024cdaa37a47..0fab7c601a56d0c4d774ae260ba2419dcb6051c9 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/webconfig/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/webconfig/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java b/src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java index e39b6e0da2284eba95c573aeb765aff5efd960da..b083a0be48c7b654c9ab8e5759129f554e81bf94 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java b/src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java index 7d309cb2dbd390b0b166bf061704d9781cca5325..82c2619419a7c7c9bc652c5216c935cd04a9cbc6 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.java b/src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.java index 8db003b52116b558a04ccdcbcf911eae323f8b31..29e270081c06e5cc79752b9297a03dc663dd29ab 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java b/src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java index d697886d8c8f4abdd9652635aba26acb6d16ce56..906b91d38dd3e5b98f43b35a9e7bfa809643fa7f 100644 --- a/src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java +++ b/src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java b/src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java index 0ce58ee72b1d807d519e6384b4ba7a095f07a797..a977c0b64317c6ea82db8a7da13326d538ca3d2a 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java +++ b/src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java b/src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java index 97cf19cbc77cf8ddf53aeed161e8322139364213..b4cf1f6b1ba602cf4ac03168ef46ee46975f6b37 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java +++ b/src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java b/src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java index 5eecd82f06a17579551d751590a8af32cbdaf48d..c248aee204ffbb595c89aa40b1ec8a7214d3164b 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java +++ b/src/main/java/org/codelibs/fess/app/web/base/FessLoginAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java b/src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java index 6f49786bde7b8ba3a0a87661c8521e7c89991c38..80f20b437862d514991d7c25143ad4b0e7e56fe1 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java +++ b/src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/SearchForm.java b/src/main/java/org/codelibs/fess/app/web/base/SearchForm.java index a397372f65841b8055b97ab9325f1c307f3d86ff..55a850ccdbb5fa31bcc43df4ee18642da98a3f7d 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/SearchForm.java +++ b/src/main/java/org/codelibs/fess/app/web/base/SearchForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/login/ActionResponseCredential.java b/src/main/java/org/codelibs/fess/app/web/base/login/ActionResponseCredential.java index a7fc98f2f3b4a60c57cc12950f3872091b2a96a1..0a525ef35091c9d4e2cf15bdeb642fa17463856a 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/login/ActionResponseCredential.java +++ b/src/main/java/org/codelibs/fess/app/web/base/login/ActionResponseCredential.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java b/src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java index 7745d9fd1c4bdf3b13636f5e4d6eaf7b0fc9905d..0f225304bc73ab56d051ba01491274fdd70ea431 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java +++ b/src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/login/OpenIdConnectCredential.java b/src/main/java/org/codelibs/fess/app/web/base/login/OpenIdConnectCredential.java index 9dbbb993127863f513257e1e055a569300697fa9..120e3f0c0dd91270a09dea4790e8b8c5fde7915f 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/login/OpenIdConnectCredential.java +++ b/src/main/java/org/codelibs/fess/app/web/base/login/OpenIdConnectCredential.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/base/login/SpnegoCredential.java b/src/main/java/org/codelibs/fess/app/web/base/login/SpnegoCredential.java index f800ee0f9273b3161f9cd458c35fd3e507db5862..1c739b11e625ff7ddc28da48a4ec7b6485180790 100644 --- a/src/main/java/org/codelibs/fess/app/web/base/login/SpnegoCredential.java +++ b/src/main/java/org/codelibs/fess/app/web/base/login/SpnegoCredential.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/cache/CacheAction.java b/src/main/java/org/codelibs/fess/app/web/cache/CacheAction.java index 57b93410b499904b81e772058dc346384897b0ec..d5607de9d1a54578cf15ccfe494e816285411a34 100644 --- a/src/main/java/org/codelibs/fess/app/web/cache/CacheAction.java +++ b/src/main/java/org/codelibs/fess/app/web/cache/CacheAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/cache/CacheForm.java b/src/main/java/org/codelibs/fess/app/web/cache/CacheForm.java index 077588de15c11097f217e4ca962bad428c290669..479a639e512acb9299b618d98df4237440972c7b 100644 --- a/src/main/java/org/codelibs/fess/app/web/cache/CacheForm.java +++ b/src/main/java/org/codelibs/fess/app/web/cache/CacheForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/error/ErrorAction.java b/src/main/java/org/codelibs/fess/app/web/error/ErrorAction.java index 7a30cf6466029af93304188209fdbf3f894b5f25..45b14d41a8a85a1935da02600ad5d861e4939fbf 100644 --- a/src/main/java/org/codelibs/fess/app/web/error/ErrorAction.java +++ b/src/main/java/org/codelibs/fess/app/web/error/ErrorAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/error/ErrorBadrequrestAction.java b/src/main/java/org/codelibs/fess/app/web/error/ErrorBadrequrestAction.java index 45624bd1778060bc6d7dcda97eaf517a3c6f420b..71f7a75e8c650c3ff688dbefa7f1035f3fce5b4b 100644 --- a/src/main/java/org/codelibs/fess/app/web/error/ErrorBadrequrestAction.java +++ b/src/main/java/org/codelibs/fess/app/web/error/ErrorBadrequrestAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/error/ErrorForm.java b/src/main/java/org/codelibs/fess/app/web/error/ErrorForm.java index 3fa9f1503f9598bc4341b72ca03da5385910189d..a35b67b6d945314a8cf2048d16e303910d2f8a95 100644 --- a/src/main/java/org/codelibs/fess/app/web/error/ErrorForm.java +++ b/src/main/java/org/codelibs/fess/app/web/error/ErrorForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/error/ErrorNotfoundAction.java b/src/main/java/org/codelibs/fess/app/web/error/ErrorNotfoundAction.java index d8f2edd6cfe75de783cf8e53d5f3fcc27a0a186b..1add65c29bdf8cbec4844add89f46cb3085c2383 100644 --- a/src/main/java/org/codelibs/fess/app/web/error/ErrorNotfoundAction.java +++ b/src/main/java/org/codelibs/fess/app/web/error/ErrorNotfoundAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/error/ErrorSystemerrorAction.java b/src/main/java/org/codelibs/fess/app/web/error/ErrorSystemerrorAction.java index 5a53f17ad49c2a54ae524dcca3554da258e90116..1a3a7e1a9c9473056ff2b4135ec06caffe8de958 100644 --- a/src/main/java/org/codelibs/fess/app/web/error/ErrorSystemerrorAction.java +++ b/src/main/java/org/codelibs/fess/app/web/error/ErrorSystemerrorAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/go/GoAction.java b/src/main/java/org/codelibs/fess/app/web/go/GoAction.java index e13b3bf64d576ee94a0450a59ef7ab3bf847fd3b..826b90e67658f859fabff04b5b4ed2c0bee9c441 100644 --- a/src/main/java/org/codelibs/fess/app/web/go/GoAction.java +++ b/src/main/java/org/codelibs/fess/app/web/go/GoAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/go/GoForm.java b/src/main/java/org/codelibs/fess/app/web/go/GoForm.java index 42fdc8e3b688813e8aa225733ad10c9d8a3b58b1..bac11a10b5f970f1b6343b16dea8aa6b684a804c 100644 --- a/src/main/java/org/codelibs/fess/app/web/go/GoForm.java +++ b/src/main/java/org/codelibs/fess/app/web/go/GoForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/help/HelpAction.java b/src/main/java/org/codelibs/fess/app/web/help/HelpAction.java index 739a5472a60898b809e074aa41ad174ce37756f1..693287c75c793d39dedb18a9592384173af75146 100644 --- a/src/main/java/org/codelibs/fess/app/web/help/HelpAction.java +++ b/src/main/java/org/codelibs/fess/app/web/help/HelpAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/login/LoginAction.java b/src/main/java/org/codelibs/fess/app/web/login/LoginAction.java index a1bf1731727f369e79d93eb10ca4ae62d9b49b36..341545b1f1318dc84ad83272c2fb92c519d5b007 100644 --- a/src/main/java/org/codelibs/fess/app/web/login/LoginAction.java +++ b/src/main/java/org/codelibs/fess/app/web/login/LoginAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/login/LoginForm.java b/src/main/java/org/codelibs/fess/app/web/login/LoginForm.java index 56105bf9a13080812dd5a1d28d685bfb3b766483..00714eb3c4ec50ababe31144b091ae1fbee22cbe 100644 --- a/src/main/java/org/codelibs/fess/app/web/login/LoginForm.java +++ b/src/main/java/org/codelibs/fess/app/web/login/LoginForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/logout/LogoutAction.java b/src/main/java/org/codelibs/fess/app/web/logout/LogoutAction.java index 85fdf8b52a2e73abc05b8cd7350b523ce1f2f3e0..f2ebce433e8cd23bd86869a6e4de59b89c4ff66d 100644 --- a/src/main/java/org/codelibs/fess/app/web/logout/LogoutAction.java +++ b/src/main/java/org/codelibs/fess/app/web/logout/LogoutAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java b/src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java index 238e2a96cf61def082e11b9ec616b5d13d67d52b..467e2589cfa8bd0da5db815ff5efd94680936c62 100644 --- a/src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java +++ b/src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/profile/ProfileAction.java b/src/main/java/org/codelibs/fess/app/web/profile/ProfileAction.java index f952dda93ea5aae4b299d6d7fea2889b0ce86bd0..a5c76b3268ed60570edb81a121d8a6ca6b821fef 100644 --- a/src/main/java/org/codelibs/fess/app/web/profile/ProfileAction.java +++ b/src/main/java/org/codelibs/fess/app/web/profile/ProfileAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ - /** * @author Keiichi Watanabe * @author shinsuke diff --git a/src/main/java/org/codelibs/fess/app/web/profile/ProfileForm.java b/src/main/java/org/codelibs/fess/app/web/profile/ProfileForm.java index 4213fbe02c0dff80c2249d07bbd763638a73548e..23d0b049a40b830d1558e146309e2a7c9f8f647f 100644 --- a/src/main/java/org/codelibs/fess/app/web/profile/ProfileForm.java +++ b/src/main/java/org/codelibs/fess/app/web/profile/ProfileForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ - /** * @author Keiichi Watanabe */ diff --git a/src/main/java/org/codelibs/fess/app/web/search/SearchAction.java b/src/main/java/org/codelibs/fess/app/web/search/SearchAction.java index e3cf133404065fc7fd7146d5985a46a81a92e137..7d5d35affe241ca7376968e35cd8c6bb8284a64e 100644 --- a/src/main/java/org/codelibs/fess/app/web/search/SearchAction.java +++ b/src/main/java/org/codelibs/fess/app/web/search/SearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java b/src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java index d619128a6b95941262467d3a5b692ddfcc880e68..cbe8df7528153e13a31b8a9cb7715e3f9b708a15 100644 --- a/src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java +++ b/src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java b/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java index 1ecba8c7d2ae7f25fb14b67bde0ab34800813818..00326ff374fa396623bed02377d86f691eda3a62 100644 --- a/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java +++ b/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java b/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java index 5f6620a9fee0a84da1bba5849e7a8b2f7903b390..f1ac529b2effb2447517589f792d29cf72a85dec 100644 --- a/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java +++ b/src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java b/src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java index 413d359fef2e1d0c8144a53540565c307df1ce6f..9ca66dc16f795542b61eca484e7a8e9b32cc175d 100644 --- a/src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java +++ b/src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java b/src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java index 2001a3de596397d31b6b3bfc94e1d4e50c8989cb..a97cc2de182c46ce126eee01e5eb80730ed80291 100644 --- a/src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java +++ b/src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java b/src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java index 5d96dab26caa8ac2120a7fc692f3741f8095b1f0..121ae5afe1d81b1220e343f396a631893f881ed3 100644 --- a/src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java +++ b/src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/crawler/transformer/FessFileTransformer.java b/src/main/java/org/codelibs/fess/crawler/transformer/FessFileTransformer.java index 4bc5a1ec9deed4c26d9c0dcce111c272376c3b1b..3179c26c7aab8f88e9df968fea5fd5cfa1bc45d6 100644 --- a/src/main/java/org/codelibs/fess/crawler/transformer/FessFileTransformer.java +++ b/src/main/java/org/codelibs/fess/crawler/transformer/FessFileTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/crawler/transformer/FessTikaTransformer.java b/src/main/java/org/codelibs/fess/crawler/transformer/FessTikaTransformer.java index 0e5708c55957ca3ac78cdee688a8b7a26bdb762e..18cffc38851c4ed0baed40db31918c387547d4db 100644 --- a/src/main/java/org/codelibs/fess/crawler/transformer/FessTikaTransformer.java +++ b/src/main/java/org/codelibs/fess/crawler/transformer/FessTikaTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java b/src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java index 50efd6645dc97d41ab6676ecc5b91cd41c2b8590..8998525cc1276512a0625a110e50fd6ee855d81a 100644 --- a/src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java +++ b/src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java b/src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java index 1c559dbb20e8c89b10bb05a3450352f502150f96..c1a0781ae8af950fd26dc72c8a5eeaebcebcacdc 100644 --- a/src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java +++ b/src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -208,7 +208,7 @@ public class FessXpathTransformer extends XpathTransformer implements FessTransf responseData.setNoFollow(true); } } - } catch (TransformerException e) { + } catch (final TransformerException e) { logger.warn("Could not parse a value of " + META_NAME_ROBOTS_CONTENT); } @@ -452,12 +452,12 @@ public class FessXpathTransformer extends XpathTransformer implements FessTransf } Node node = list.item(i).cloneNode(true); if (useGoogleOffOn) { - node = processGoogleOffOn(node, new ValueHolder(true)); + node = processGoogleOffOn(node, new ValueHolder<>(true)); } if (pruned) { node = pruneNode(node); } - paseTextContent(node, buf); + parseTextContent(node, buf); } } catch (final Exception e) { logger.warn("Could not parse a value of " + xpath); @@ -468,12 +468,12 @@ public class FessXpathTransformer extends XpathTransformer implements FessTransf return buf.toString().trim(); } - protected void paseTextContent(Node node, StringBuilder buf) { + protected void parseTextContent(final Node node, final StringBuilder buf) { if (node.hasChildNodes()) { final NodeList nodeList = node.getChildNodes(); for (int i = 0; i < nodeList.getLength(); i++) { final Node childNode = nodeList.item(i); - paseTextContent(childNode, buf); + parseTextContent(childNode, buf); } } else if (node.getNodeType() == Node.TEXT_NODE) { final String value = node.getTextContent(); @@ -492,7 +492,7 @@ public class FessXpathTransformer extends XpathTransformer implements FessTransf for (int i = 0; i < nodeList.getLength(); i++) { final Node childNode = nodeList.item(i); if (childNode.getNodeType() == Node.COMMENT_NODE) { - String comment = childNode.getNodeValue().trim(); + final String comment = childNode.getNodeValue().trim(); if (comment.startsWith("googleoff:")) { flag.setValue(false); } else if (comment.startsWith("googleon:")) { @@ -671,7 +671,7 @@ public class FessXpathTransformer extends XpathTransformer implements FessTransf return b[0] == (byte) 0xEF && b[1] == (byte) 0xBB && b[2] == (byte) 0xBF; } - public void setUseGoogleOffOn(boolean useGoogleOffOn) { + public void setUseGoogleOffOn(final boolean useGoogleOffOn) { this.useGoogleOffOn = useGoogleOffOn; } diff --git a/src/main/java/org/codelibs/fess/dict/DictionaryCreator.java b/src/main/java/org/codelibs/fess/dict/DictionaryCreator.java index e88c3b17c870b90808d7b79b2a4a7e3fcb76008e..d317e96a26a3d3e1d85d6f5a8a71c5d84849310a 100644 --- a/src/main/java/org/codelibs/fess/dict/DictionaryCreator.java +++ b/src/main/java/org/codelibs/fess/dict/DictionaryCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/DictionaryException.java b/src/main/java/org/codelibs/fess/dict/DictionaryException.java index 5e16f6d7598a04d36a326edaadf3ac23956fc36a..1d4148f1aaebcffc308432d0a664248d85e21841 100644 --- a/src/main/java/org/codelibs/fess/dict/DictionaryException.java +++ b/src/main/java/org/codelibs/fess/dict/DictionaryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/DictionaryExpiredException.java b/src/main/java/org/codelibs/fess/dict/DictionaryExpiredException.java index ded706b81e9c04065aca06fa703a0ff2fa5f13c2..81e201f50fa04a675605db5c1d2dfb37ea14db5c 100644 --- a/src/main/java/org/codelibs/fess/dict/DictionaryExpiredException.java +++ b/src/main/java/org/codelibs/fess/dict/DictionaryExpiredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/DictionaryFile.java b/src/main/java/org/codelibs/fess/dict/DictionaryFile.java index 1981eaae0366ef72a80cf98a8ba68fba59bd695b..a15ae2d2d2c7725ab1dd741303c61ba02108ab0e 100644 --- a/src/main/java/org/codelibs/fess/dict/DictionaryFile.java +++ b/src/main/java/org/codelibs/fess/dict/DictionaryFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/DictionaryItem.java b/src/main/java/org/codelibs/fess/dict/DictionaryItem.java index 89495f977f5deed549ff4d3c2e41320173489ff5..811ebd68ad8d6da85fa02fe662bfdae5995a600d 100644 --- a/src/main/java/org/codelibs/fess/dict/DictionaryItem.java +++ b/src/main/java/org/codelibs/fess/dict/DictionaryItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/DictionaryManager.java b/src/main/java/org/codelibs/fess/dict/DictionaryManager.java index ec40fe444d9090901c3175b89d3871be744a7ef4..87a841c232c5a713667d9e1b429e082dee3fa6e4 100644 --- a/src/main/java/org/codelibs/fess/dict/DictionaryManager.java +++ b/src/main/java/org/codelibs/fess/dict/DictionaryManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiCreator.java b/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiCreator.java index c648750bcb2d5b495f4196ff413b642a9c3df353..b399f3009080ea012188255ce26ad4adce5856d7 100644 --- a/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiCreator.java +++ b/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java b/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java index 8dfc0dd00bb6832697a57b8bde322c2b9174bbf6..7691cd6606b8dd4e78f4d72cce30445c550ef6a6 100644 --- a/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java +++ b/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java b/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java index 9f2ebae2ae7565fa7ffc7cb10102fb74e429db0c..010363ac0260fce1348b4e72976c07e2dd9f04da 100644 --- a/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java +++ b/src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/mapping/CharMappingCreator.java b/src/main/java/org/codelibs/fess/dict/mapping/CharMappingCreator.java index e30028795c7140e257a3ee97eb6706b201c5db82..4f59a48542e42d4248d6c33b5895e1eabb22f50a 100644 --- a/src/main/java/org/codelibs/fess/dict/mapping/CharMappingCreator.java +++ b/src/main/java/org/codelibs/fess/dict/mapping/CharMappingCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java b/src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java index e89da2334799ea309c22640822ba4980bfa4458e..14ec6ca6a65b5aba9c419583d343997e8b60e3cc 100644 --- a/src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java +++ b/src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java b/src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java index 616c8ee07d522c22ef5c5f1353a08476d8e736f6..e9ac403fa96a18b817114e1354c60eb0ec3ec017 100644 --- a/src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java +++ b/src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java b/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java index 743b6deb0bcc7589d02fcd62ae2cef5c6375e415..ff7893518fd12c9ec87870484a8f4f7f239a36a0 100644 --- a/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java +++ b/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java b/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java index a270cdb16d3ea5653421f0e88adedb78729abd67..71224960d029789fa689313e172c61cb023ca90d 100644 --- a/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java +++ b/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java b/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java index 3c0c26bb3f946713a84a0410362733018efa1b36..8ddf048a024c6deffd3d775cfe70c3c31382e890 100644 --- a/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java +++ b/src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonCreator.java b/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonCreator.java index 9dc1e7d00082b628512be18b6158ba4dfaf5be04..f7f92611eade7d8bb3faa89289174dff319af04b 100644 --- a/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonCreator.java +++ b/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonFile.java b/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonFile.java index 3852aa75b5ee0682dc85679e8fdccdb3b20c0ff8..aa7e14cb1d2b3ca9518f85dee7e7950297b7871b 100644 --- a/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonFile.java +++ b/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonItem.java b/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonItem.java index 8bac737a8c6462795b917935cb5da06737c03c1b..baf3e91f8f10e789e775a7d3f7fd99a5e3c9b94f 100644 --- a/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonItem.java +++ b/src/main/java/org/codelibs/fess/dict/seunjeon/SeunjeonItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/synonym/SynonymCreator.java b/src/main/java/org/codelibs/fess/dict/synonym/SynonymCreator.java index aff72e0984beb391e010a0eda2a784db8ff42c86..b3dafe919cde71f6ee8c6902e28555f48ef7f5e7 100644 --- a/src/main/java/org/codelibs/fess/dict/synonym/SynonymCreator.java +++ b/src/main/java/org/codelibs/fess/dict/synonym/SynonymCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java b/src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java index 1950fc8cd18e4eb68547110da9e07f3a6f732435..fe79c58b3f018922cfd921d807fea8b748a0350c 100644 --- a/src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java +++ b/src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java b/src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java index 9f09a031de933aa91e6a1fd1674a8e70292c4e17..df95902b80cb25b9322eb64775b02e7385719e40 100644 --- a/src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java +++ b/src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/DataStore.java b/src/main/java/org/codelibs/fess/ds/DataStore.java index d0d91ac940fe8d5911fe516379b4e7e2f44d25b9..6d004062da7d3770d22e94ed7626ab87a0e15964 100644 --- a/src/main/java/org/codelibs/fess/ds/DataStore.java +++ b/src/main/java/org/codelibs/fess/ds/DataStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/DataStoreFactory.java b/src/main/java/org/codelibs/fess/ds/DataStoreFactory.java index 1616f2f77c5591daf297840e7b20e1155222926c..7274e343362fa2246548a0c8dcb0e94881a55e16 100644 --- a/src/main/java/org/codelibs/fess/ds/DataStoreFactory.java +++ b/src/main/java/org/codelibs/fess/ds/DataStoreFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/IndexUpdateCallback.java b/src/main/java/org/codelibs/fess/ds/IndexUpdateCallback.java index 9a3adbc3f236972a5ab6c3aafd6c460852696a8a..1175409d5be831cceebcc9cb095ff395ce7c7f3d 100644 --- a/src/main/java/org/codelibs/fess/ds/IndexUpdateCallback.java +++ b/src/main/java/org/codelibs/fess/ds/IndexUpdateCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/AbstractDataStoreImpl.java b/src/main/java/org/codelibs/fess/ds/impl/AbstractDataStoreImpl.java index 3231ff9423286243d275a43b5fc5c96dceee82aa..16f99620653eb81f428aed6ff0651983e9af409e 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/AbstractDataStoreImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/AbstractDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/CsvDataStoreImpl.java b/src/main/java/org/codelibs/fess/ds/impl/CsvDataStoreImpl.java index 410cac90d612e42fd8e2f1b035637bc752462e47..6d6685a2c1217d9febefcc0d48373ae0336df6d6 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/CsvDataStoreImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/CsvDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/CsvListDataStoreImpl.java b/src/main/java/org/codelibs/fess/ds/impl/CsvListDataStoreImpl.java index 74208365f8021fe36c4c5d94c9ac2ff35eae9cf5..752765ed66ee5f970e0327aaf771c11ae3878baa 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/CsvListDataStoreImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/CsvListDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImpl.java b/src/main/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImpl.java index 61eadb550a5b72f444074a725e6b1fdc4edc9ba5..218c8b0c18babf2848ab5b264cca5d19c9ff5228 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/EsDataStoreImpl.java b/src/main/java/org/codelibs/fess/ds/impl/EsDataStoreImpl.java index f6291998c2969584b5b0248b34fd045bf0442a42..50d6ea0205496fdd164e508721ea0e2845386580 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/EsDataStoreImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/EsDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/EsListDataStoreImpl.java b/src/main/java/org/codelibs/fess/ds/impl/EsListDataStoreImpl.java index 057e6b45163e5afc7000806b6705daf63f922d8a..db1050987dc6da60315bf2b80a2774b369eaf00b 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/EsListDataStoreImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/EsListDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/FileListIndexUpdateCallbackImpl.java b/src/main/java/org/codelibs/fess/ds/impl/FileListIndexUpdateCallbackImpl.java index ecfc652910df6b35e13db392bbc256f319ee5f2b..c84988563264a20f31ef0b0999c7a661cd189aab 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/FileListIndexUpdateCallbackImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/FileListIndexUpdateCallbackImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/GitBucketDataStoreImpl.java b/src/main/java/org/codelibs/fess/ds/impl/GitBucketDataStoreImpl.java index b571a286440cb12b2dc588e649b8359ff61b11a6..d6b72c35ba2ac749f15fbff4c20b979522057aa5 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/GitBucketDataStoreImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/GitBucketDataStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ds/impl/IndexUpdateCallbackImpl.java b/src/main/java/org/codelibs/fess/ds/impl/IndexUpdateCallbackImpl.java index f284f8a02d772b9e2de7b842ad73ae28318bc189..334ee337ede7d1f52a521ae04c46deac5fca5936 100644 --- a/src/main/java/org/codelibs/fess/ds/impl/IndexUpdateCallbackImpl.java +++ b/src/main/java/org/codelibs/fess/ds/impl/IndexUpdateCallbackImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/entity/FacetInfo.java b/src/main/java/org/codelibs/fess/entity/FacetInfo.java index 833e99adbf4e571e0e7b7f1a9e590f22c80479c1..e46b778fecf40d6680fc241ae3bc49af018d695d 100644 --- a/src/main/java/org/codelibs/fess/entity/FacetInfo.java +++ b/src/main/java/org/codelibs/fess/entity/FacetInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/entity/FacetQueryView.java b/src/main/java/org/codelibs/fess/entity/FacetQueryView.java index 9de6ded1685f2ccfd9b9fa70795d660aef3c573d..12420860773aeaa6222823ef9bdf4c971ab88794 100644 --- a/src/main/java/org/codelibs/fess/entity/FacetQueryView.java +++ b/src/main/java/org/codelibs/fess/entity/FacetQueryView.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/entity/FessUser.java b/src/main/java/org/codelibs/fess/entity/FessUser.java index 3ebf5aee2b610f7460b219b6b7710c192a73dfd1..3e25353cb33a53beeab237d1330d84d081f1b44d 100644 --- a/src/main/java/org/codelibs/fess/entity/FessUser.java +++ b/src/main/java/org/codelibs/fess/entity/FessUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/entity/GeoInfo.java b/src/main/java/org/codelibs/fess/entity/GeoInfo.java index 5ae837f754e1229858491bf4db786d8eaa6487e3..2bca1028b455637d940c0effa37e177e5f3c1409 100644 --- a/src/main/java/org/codelibs/fess/entity/GeoInfo.java +++ b/src/main/java/org/codelibs/fess/entity/GeoInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/entity/PingResponse.java b/src/main/java/org/codelibs/fess/entity/PingResponse.java index c8ac7065ec3fdd65fcb192f45b5a468988ac15f3..2cb00176f0971efebd3dd657367a5b6c0b46235a 100644 --- a/src/main/java/org/codelibs/fess/entity/PingResponse.java +++ b/src/main/java/org/codelibs/fess/entity/PingResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,12 +38,12 @@ public class PingResponse { clusterName = response.getClusterName(); clusterStatus = response.getStatus().toString(); try { - XContentBuilder builder = XContentFactory.jsonBuilder(); + final XContentBuilder builder = XContentFactory.jsonBuilder(); builder.startObject(); response.toXContent(builder, ToXContent.EMPTY_PARAMS); builder.endObject(); message = builder.string(); - } catch (IOException e) { + } catch (final IOException e) { message = "{ \"error\" : \"" + e.getMessage() + "\"}"; } } diff --git a/src/main/java/org/codelibs/fess/entity/QueryContext.java b/src/main/java/org/codelibs/fess/entity/QueryContext.java index 1dc5b64cc9d632e41085363c58472831aac7d36a..47b316e57aa0e7074f01485649050d13882d831d 100644 --- a/src/main/java/org/codelibs/fess/entity/QueryContext.java +++ b/src/main/java/org/codelibs/fess/entity/QueryContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ public class QueryContext { } public void addFunctionScore(final Consumer> functionScoreQuery) { - List list = new ArrayList<>(); + final List list = new ArrayList<>(); functionScoreQuery.accept(list); queryBuilder = QueryBuilders.functionScoreQuery(queryBuilder, list.toArray(new FilterFunctionBuilder[list.size()])); } diff --git a/src/main/java/org/codelibs/fess/entity/SearchRenderData.java b/src/main/java/org/codelibs/fess/entity/SearchRenderData.java index b3c7bb0e9cc26ccf3652c8f6b206652bf3824120..a55b4523e5f675533f09e9b508985aed09aff1f6 100644 --- a/src/main/java/org/codelibs/fess/entity/SearchRenderData.java +++ b/src/main/java/org/codelibs/fess/entity/SearchRenderData.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/entity/SearchRequestParams.java b/src/main/java/org/codelibs/fess/entity/SearchRequestParams.java index c50f0ffe08147797a9faa79dcf6ed59bdba1c8c0..580fc52f8443b263c4195ccb604098348e0b0380 100644 --- a/src/main/java/org/codelibs/fess/entity/SearchRequestParams.java +++ b/src/main/java/org/codelibs/fess/entity/SearchRequestParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/client/FessEsClient.java b/src/main/java/org/codelibs/fess/es/client/FessEsClient.java index ef7809f1b287627abab46e5bf659be790dc07283..0bd6b68a0e5dc4b3de901a209074aa054b1ce747 100644 --- a/src/main/java/org/codelibs/fess/es/client/FessEsClient.java +++ b/src/main/java/org/codelibs/fess/es/client/FessEsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -869,7 +869,7 @@ public class FessEsClient implements Client { queryContext.sortBuilders().forEach(sortBuilder -> searchRequestBuilder.addSort(sortBuilder)); // highlighting - HighlightBuilder highlightBuilder = new HighlightBuilder(); + final HighlightBuilder highlightBuilder = new HighlightBuilder(); queryHelper.highlightedFields(stream -> stream.forEach(hf -> highlightBuilder.field(hf, fessConfig.getQueryHighlightFragmentSizeAsInteger(), fessConfig.getQueryHighlightNumberOfFragmentsAsInteger()))); searchRequestBuilder.highlighter(highlightBuilder); @@ -1268,25 +1268,25 @@ public class FessEsClient implements Client { } @Override - public Client filterWithHeader(Map headers) { + public Client filterWithHeader(final Map headers) { return client.filterWithHeader(headers); } @Override public > ActionFuture execute( - Action action, Request request) { + final Action action, final Request request) { return client.execute(action, request); } @Override public > void execute( - Action action, Request request, ActionListener listener) { + final Action action, final Request request, final ActionListener listener) { client.execute(action, request, listener); } @Override public > RequestBuilder prepareExecute( - Action action) { + final Action action) { return client.prepareExecute(action); } diff --git a/src/main/java/org/codelibs/fess/es/client/FessEsClientException.java b/src/main/java/org/codelibs/fess/es/client/FessEsClientException.java index 6a33f7ace58f9a10f5693453390c50c34eb78268..cf05596a5cae011706e7a878dff4a47289879666 100644 --- a/src/main/java/org/codelibs/fess/es/client/FessEsClientException.java +++ b/src/main/java/org/codelibs/fess/es/client/FessEsClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java index 614b2a886f56ec9c4b5aa6f8be81e25693c2778b..5923cc64200c761d64def12449591de6fabec891 100644 --- a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java +++ b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionAggregation.java b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionAggregation.java index 2f363ec099166e678574a6c74d84aaa585dbaa60..591164a9df7dcd606daa93f5644602e1cbec55b3 100644 --- a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionAggregation.java +++ b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionAggregation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java index 742d734c1bb28d3f0745b0846740f2360a6ba8f3..5d8420db499440e18d665d9acee22f1d1840ee91 100644 --- a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java +++ b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java index 2dedb885622db67db63af0fb17e25983775b1b2d..c40e29e534524bb28ab041ff4c552f1cfd29b98f 100644 --- a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java +++ b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractEntity.java b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractEntity.java index 9754469d6296a8a15c3f684979470be81d94d23e..f8b676bdaff8005a8cf62a57b879d240573b8f07 100644 --- a/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractEntity.java +++ b/src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/allcommon/EsPagingResultBean.java b/src/main/java/org/codelibs/fess/es/config/allcommon/EsPagingResultBean.java index 0cf05517ff1541cdc8ccdf31147de6d753f99f91..ede2d96776ff87620310801a08c805621ff8dd48 100644 --- a/src/main/java/org/codelibs/fess/es/config/allcommon/EsPagingResultBean.java +++ b/src/main/java/org/codelibs/fess/es/config/allcommon/EsPagingResultBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/allcommon/EsSqlClause.java b/src/main/java/org/codelibs/fess/es/config/allcommon/EsSqlClause.java index 36118946d0456da2d6d37bfb56fec9352d11c54f..bede0c53caf72d61bfa46b9ed01052a31644da8c 100644 --- a/src/main/java/org/codelibs/fess/es/config/allcommon/EsSqlClause.java +++ b/src/main/java/org/codelibs/fess/es/config/allcommon/EsSqlClause.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsAccessTokenBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsAccessTokenBhv.java index d15aae8b85091c09ab388ca31f71c04579726e4b..3b32e16a59860623389117517571fdd15cbe638b 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsAccessTokenBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsAccessTokenBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBadWordBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBadWordBhv.java index 8119ba8956bcaa35ed20fe4b61bcafc8b6a50f9f..367dfee80803c1e0e28a7ba77a69e70d6552f64c 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBadWordBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBadWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBoostDocumentRuleBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBoostDocumentRuleBhv.java index c9827dab37a011dd8eaefa1063665b929a5e4710..4221468e27532b19a7dfbfbdd0e0f43a0b548f5f 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBoostDocumentRuleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsBoostDocumentRuleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoBhv.java index aeb4b5ee58868f2502f9939b5e1dd191dcf75f46..469b8e0f33cf37ae68c69d09aa21aeb08b7c82ea 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoParamBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoParamBhv.java index ae8e20def941acebd51144205a97b0897523cdb1..c29f044ae64f56548b6f387933d57969bf5198f5 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoParamBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoParamBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigBhv.java index 7bc333d7c72a6dc42ab1b4906b005aa3988d0eb1..fd43271eeabeca1739994a62689067053fd7cf94 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToLabelBhv.java index 4ca9635688127293d8cfc3bff962a329b8da3c61..aa6b7a9697de35cfbc737a210e18da97ba9bfd01 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToRoleBhv.java index e396973291a4778f7a2f18b768c1613e4b60bcd2..1880f33374b81255d9e0fc268705d55713bdb0dd 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDuplicateHostBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDuplicateHostBhv.java index 61636b35e6b625c52de9b4f57c400a11a158d549..895db742e92ad5139744379b96d98940b0da6f3a 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDuplicateHostBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsDuplicateHostBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordBhv.java index 23b9f3d8e70c135e31b1cca94613d4629f104fc2..8a393c0d53fcb15d83a17be656e9fab1d3a23d66 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordToLabelBhv.java index 2a355e42dc810272b422da94426a254507302a92..7331f94a3dafc59b668736c39baeba7b149727c3 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsElevateWordToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFailureUrlBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFailureUrlBhv.java index f552489b8fa619a978be887fc025dc2021559a64..839219996756b68735d2b5103e66bca2b6b799da 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFailureUrlBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFailureUrlBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileAuthenticationBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileAuthenticationBhv.java index 61920c95b8155dac988b8831f6351d95f6db9c86..288d2ea7d316238840d640596746f47e0085d5e6 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileAuthenticationBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigBhv.java index 67a20c87bffa9de4742c63c40062f9390816c332..632e124607d27d2b61a5d96b0dd45d9d2189acd4 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToLabelBhv.java index 1b053fe80bdc2d3724be208b0b06e4fa58cd1fe4..b1854f5e71832e4e978d8c7dbc6ab2d696e6a50b 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToRoleBhv.java index fa6e53d2cba78e0b32f8acb7992bda3434f2a366..1b4d40545e765245a7b996c013edfa33b8b33e81 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsJobLogBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsJobLogBhv.java index 1225bf193cfbd79627c6c2d8bd9406c82dcd2170..e9bc65be9a0eee901b9921b98b994ce0c05618ea 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsJobLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsJobLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsKeyMatchBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsKeyMatchBhv.java index 5fed56852b5f06402fb8d7a803424c79ba3ff83d..a41121190c5b2601b4706d6c4f98cb20aee501bd 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsKeyMatchBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsKeyMatchBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelToRoleBhv.java index d2efcd35ea7b0d97e0b0021dc36943ad6bf433e7..0164673f15e9be53281d29b93d29421e02f5d0f1 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelTypeBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelTypeBhv.java index bbdfc59dad8c9d1c3eccea996b9c6bee08247792..be59435d0c87254e718a6543ff2b657b62312193 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelTypeBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsPathMappingBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsPathMappingBhv.java index e960fae823af0f9b944243964fc3afe3155d8b69..f6f4eaed5bee14a000016237cf576a78542121ee 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsPathMappingBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsPathMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRequestHeaderBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRequestHeaderBhv.java index 1c1d187e5ee17ad237cb00c59e627be91b30ca6c..f7927491744ad784ebb71d30671ba96f39937ca0 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRequestHeaderBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRequestHeaderBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRoleTypeBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRoleTypeBhv.java index 7b33e4c1f8633aad20a5d2f6715968ee9e9c1aa1..a80655c00f8c0f0e2335a5fc3b4c0303f502c5ea 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRoleTypeBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsRoleTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsScheduledJobBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsScheduledJobBhv.java index f67176da359cba5ee422a7f0f58811bad31f3435..cb1bb4fc091a099443b7c48af845025600d27964 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsScheduledJobBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsScheduledJobBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsThumbnailQueueBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsThumbnailQueueBhv.java index db44bf4586ecb9211571e3d8d36a88d62fbe76fb..bd165c686c66efcd0393f0fe192ded660a7b0273 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsThumbnailQueueBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsThumbnailQueueBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java index 9388f53e36ec5df2f5bad2f67eb7d82ee5aae646..99b5340d747805867a8bc951f02f4048e39f204e 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigBhv.java index b6a756fa5b2f624eee582771dbb071db24b87f2c..8a30a4ebb20bf538102ae2392b729299b49f981b 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToLabelBhv.java index d44a1ea58577f4fe0b0c37293d9818f2c87c4c56..9a863b778f9b0771d9a9fd15135ce9dcdb75a0e8 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToRoleBhv.java index a7349e909be6b94536a1ba6d811b9e534fc522fa..c549c505fbd751af40253c85b563ba268a49bd5b 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsAccessToken.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsAccessToken.java index 2507646e998d2d7cfe70708758ece6548858aa98..a372baf7eb737e40f2d8748a5214635b2eff94a2 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsAccessToken.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsAccessToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsBadWord.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsBadWord.java index 3cb153952f7bc293b6c6d1d25ee207ae9e614678..69930cf4a54ed9770e7af71ef14cc76000bcecce 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsBadWord.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsBadWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsBoostDocumentRule.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsBoostDocumentRule.java index 1c3145f6179cba0e47a8856f95bdb5210ac152a3..f1c098d73508488e71016c77cf2ed1c6d6c650a3 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsBoostDocumentRule.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsBoostDocumentRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfo.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfo.java index 9e612c7851c054b4a4a906b253a3e7065ea62321..e0c9dc08a885b9c0ba1a3e41564bfd2756915236 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfo.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java index 62fc9335d7c6c008a1ff203da8498817b676106d..4c878c8a55eea01a2384a4393a95f6c79ddedf6d 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfig.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfig.java index b7acaa0d5a22d46f06b3686af7fd875dd31e823b..e1487851a08c5c4aeb4b425efad707e7c89529c5 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfig.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToLabel.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToLabel.java index 2fe513b9398f805a6dde6d8f6c0d4d96c8935e3f..98b3fd3125dee10c3021ded95bb4dd64f0892e0a 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToRole.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToRole.java index e3b475885805edb585bb3cece49d14cdcca1060e..e6b17bda43fc927c16ee416d8c553aa6a110d6d2 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDataConfigToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDuplicateHost.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDuplicateHost.java index dc23bbe0d1eb2df094bd38e1ec3e510262315b9d..fba106899928eb9e296cf239e2062ce9bc6444c3 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsDuplicateHost.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsDuplicateHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWord.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWord.java index 132bf337ba0c5bf6f58dd022a6d6cfdc19e39a73..bdebc48e552174198c9ebdb44b426089f4e5a68a 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWord.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWordToLabel.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWordToLabel.java index 311bcc23f9825bec33eb9d153f918bce530dc9d2..c6f6bade433d9eac7df1a7da06ff8a26bd6e6961 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWordToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWordToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFailureUrl.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFailureUrl.java index 2633db8d8c94cedb52ae24368c05eb6ac04c4a1a..e9433c4da1ed1255cd9937dcd5d94848496600d9 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFailureUrl.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFailureUrl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileAuthentication.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileAuthentication.java index efe9ee995459856a80dd61f7692c11962d89ab24..9fe2eb37be7142a8dda7b395da494251774a6abe 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileAuthentication.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfig.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfig.java index c0d2dffc2e59b7037ea081de77fb580f172b2e55..e2c8fa7cfc437231b9297dfab434fc6e1bc76b17 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfig.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToLabel.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToLabel.java index 9774f161f1c94d66d16d4cdb533ef0ad615ec5c2..361836c1a641e3e8f936e30f45214525ab568220 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToRole.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToRole.java index 4b45eb3fd1b12da4bda242474a3fc5193c73d1d2..3fb25b412b0295b0f0e0369b9b069a468ebcf50d 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfigToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsJobLog.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsJobLog.java index 0584e93ff332981daf4901f6e355128648f80969..6d66fd2dc9c99e1f2cf0dd05ec6cf2fff3670eab 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsJobLog.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsJobLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsKeyMatch.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsKeyMatch.java index 929666651464c06cb88ac7061148ca38ef97934c..31d5a49009d5abe877fe20fac711913d69d16775 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsKeyMatch.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsKeyMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelToRole.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelToRole.java index 8c7c5f7f25191cd4162b7bf67e7c5bf0b504c30a..455ad1d03dc5b29409ec0b9272fa2374ba762653 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelType.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelType.java index dea03f39e93d77e43b4183feb7ad46b5f280e150..3c886f57cf9772719fd7318cd39a8a56e692ac14 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelType.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsLabelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsPathMapping.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsPathMapping.java index ab787f75dc6162019022c9e5a9b2536fbb35cf35..8755a2b324cf165a227c52338e273fc2ba345121 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsPathMapping.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsPathMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsRequestHeader.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsRequestHeader.java index 6816fbb75a6e2e65899b78e1ecc57960a44481e8..e48762a119ad72a43ae2061d27fd5b7ef290183c 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsRequestHeader.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsRequestHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsRoleType.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsRoleType.java index 61ff4020c3a6ed03aa52a91c6a46cc00198bf7ae..021a0e28f35cd660403ecc91a1e3ce242329337d 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsRoleType.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsRoleType.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsScheduledJob.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsScheduledJob.java index e8fc4b14d21811c9e9eefcb1149df1a78fffd82b..f1883c0a55bbeb56f58b8d4876109098032d40e9 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsScheduledJob.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsScheduledJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsThumbnailQueue.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsThumbnailQueue.java index e12288d8db9d62182f40144eb5b0adefc9bbd035..bac5c6422d6b9177b9d0ba471f78f0ae4cacaa5a 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsThumbnailQueue.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsThumbnailQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java index 76c91bdead08ab04c04664389b0995f2d6232139..253e51c0e642ba3e1c06c7eb14ae7b7cb89581ca 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java index 03b6a9731125f957eb5849b9469cd5aca5d02f1b..b9b7712d0cdc94b20387f7293e2a28518fda3aa0 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToLabel.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToLabel.java index bfb35108d02d9d90d564dcd97a157b0868140a95..bd98b87c5dca81a7a4a07a6f18c19e9303ff8d08 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToRole.java b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToRole.java index a9ad9cdf9ae6c452674c6eba3cf52325232d7834..9c026a5b1329492e2d80b9d07b4dd5ba0e056d90 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfigToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/AccessTokenDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/AccessTokenDbm.java index d2b338e5abe05c8b87a1c10de7ea0cc25ff4f2d7..935651a4b556954a0964c7a5bf90f2c0b5112be1 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/AccessTokenDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/AccessTokenDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BadWordDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BadWordDbm.java index 078091147e0a10d2986204f6e25d5e5a628f003f..cb1556774b537b0c8105f08cc8b706587d586734 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BadWordDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BadWordDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BoostDocumentRuleDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BoostDocumentRuleDbm.java index 6abd7f46d6355a314bc7e2be444ebc9a028d7455..eda3be438294321980a7beba265893c05bb08ae9 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BoostDocumentRuleDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BoostDocumentRuleDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoDbm.java index b043ebc889e53f7ed469a01daf48f0cf7c028f1c..b2d66b87c74a714c0e4204752a205222b5667982 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java index cd0967dab3169f8d00dba243aa4c2c089ba1e779..492e1b908e990ab9be8c6adfd598e479cb999c7c 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java index 6a61b95ac24c81d66b3657502bd17666c3c7e4d6..7d0953f8f62787f5fb1c6063bfe49e40baf5bc1f 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToLabelDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToLabelDbm.java index 513f014cbc9bcced4ed5799f2b7c272f824c8d57..5fafbff01a6f3a9bf60b8908b4c4757dfaf23a57 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToLabelDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToLabelDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToRoleDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToRoleDbm.java index 7705648d567eb0594918400a4286f88260285e34..c67a76a8249b541769e377e6a6301e10be56e133 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToRoleDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigToRoleDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DuplicateHostDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DuplicateHostDbm.java index 9f387dee9194297234390e8e5e148bd2d55c6d2a..7eba598f03449ba2c28c440745e4943a4e24292c 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DuplicateHostDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DuplicateHostDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordDbm.java index a5e245a3cc4e4cc4f491470dba5e4cb2c80ea1c7..870fa552fb47f777c6f2a12ba2e16aa3591a1085 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordToLabelDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordToLabelDbm.java index 40c97eb7f9882c78593ec4a3cedb9ec18723e735..3f21ac0e2b04a56b1727ac2d74cb250e8a74f911 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordToLabelDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordToLabelDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FailureUrlDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FailureUrlDbm.java index a7c2e9435c100d8aa68bedef9edd8eb4909a424b..d78541fd21b85e3f588ad04ce3966aa6de47073e 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FailureUrlDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FailureUrlDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileAuthenticationDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileAuthenticationDbm.java index ed5661276349810f8a212f164c6312041de17502..02da17d877845207fdedf1c7957a5d2aee994538 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileAuthenticationDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileAuthenticationDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java index 11ea2255d3db11d17bb02cff08a8cd5ef1f0179a..90dbfa948143dd70a079334be916821ad9065f5a 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToLabelDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToLabelDbm.java index eca9b2811cf40baccebbe29a846f050d23a454b9..cf5cdad8c48692a8c60a480eb34b703681e91875 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToLabelDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToLabelDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToRoleDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToRoleDbm.java index 7ab557e6fdd8c52eebb097d8da6ffd139a89ec2d..576b8eca10e4dcf8083360cc813c39d15a6e719f 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToRoleDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigToRoleDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/JobLogDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/JobLogDbm.java index a4a11c375d52a29f1cdd289026299668cfd2e19c..5d2424f0d99908b6cf2abeaabd4c17e4f929cfdd 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/JobLogDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/JobLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/KeyMatchDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/KeyMatchDbm.java index cfb48dbeb5f0d90530aa9a1a6486d88014a19d10..eae93f23f166071b84ef963e9279f6afbeaa7dc6 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/KeyMatchDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/KeyMatchDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelToRoleDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelToRoleDbm.java index 7594a5619f9f59cd46e8143dfd01b659af4d18cc..4c86b7e0cce0447b31b86bdf39449c0334d9d438 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelToRoleDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelToRoleDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelTypeDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelTypeDbm.java index dab5cea2f9426d07394cd766c08181f60fd72b62..a944e14b641cd20006701a7f3cd3eea06f84f4c8 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelTypeDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/LabelTypeDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java index 39e94b9f1281a13e0059aced598572f7847e8adb..8d960f00a635c62ddc1619b5fb072efb3920aa9a 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RequestHeaderDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RequestHeaderDbm.java index 504024338f06475092d83be3fc1116eff340a1e1..eea1017ae729559a8fe41a8a2354b3ca39841a83 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RequestHeaderDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RequestHeaderDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RoleTypeDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RoleTypeDbm.java index 07a61d17235508e12888e0812b3415fd5618d697..85f32c96522ef42fe8ee98ba891527a1a5c626e4 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RoleTypeDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RoleTypeDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ScheduledJobDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ScheduledJobDbm.java index 825f901354531b07f0f5ce898940b422fe2a24e1..319c4d7f5bc67758994b2ec5f3c245ecda6c599a 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ScheduledJobDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ScheduledJobDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ThumbnailQueueDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ThumbnailQueueDbm.java index 445240d1f6b82905002be1b67f12616f252c0e65..2cb4c8f7b4d860e74186c36719c9ff89b9e58c40 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ThumbnailQueueDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ThumbnailQueueDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebAuthenticationDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebAuthenticationDbm.java index 32b1d0050c195e89ba3e18f4e8ee7a04f0f67c9c..5a0b84ff99ead2b900b08f7aa9dd07bd5dd36636 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebAuthenticationDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebAuthenticationDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java index 2fea283428f61850c802f0fc06b8ebc422e9e998..984d102a3b4e7063b48aff441d9e7141c6919e30 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToLabelDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToLabelDbm.java index 695a774b13fa44405d1e6a6c3a0098b47bf994dd..d074e3ff2d2680c6a77da3dee72da32b9b1fbce2 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToLabelDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToLabelDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToRoleDbm.java b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToRoleDbm.java index df5280fc957d80696e048d912916b28dbb58879d..b070b9d0b91dca5c607437fb6e35b7a9cfe36cc5 100644 --- a/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToRoleDbm.java +++ b/src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigToRoleDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/AccessTokenCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/AccessTokenCB.java index ab66d12d21e67ea89404848363cba4d474688186..fb6ccab5183d9eeea8b171a31d0ab9b8f198976e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/AccessTokenCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/AccessTokenCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/BadWordCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/BadWordCB.java index 96df52078c8bfa75420188a6b00f22821fda173a..d17b084baa671c1056fe95dd2cc9b6bb767b8d6a 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/BadWordCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/BadWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/BoostDocumentRuleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/BoostDocumentRuleCB.java index 946ad73bbcfb2f910e4dc516962df34cefdd82c0..e1e3864f25f381f34d579cbf6d353516cf15c2f0 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/BoostDocumentRuleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/BoostDocumentRuleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoCB.java index 7ae695c7f87b1f1c0580482559508355077b58f9..e8cd2f496c41e56c7c56a8f670f2719c1c2569cc 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoParamCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoParamCB.java index 75cd0ce6b3d273ff4dae601772b61bda66b6831b..1a05af16f89212fd24d15147a08fe092e763ded3 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoParamCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoParamCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigCB.java index e4b1fc63bf1221dc84c06fb87cf97126889a908f..18e6a612d158e3d902bee9abde8e9e7dd88b6d56 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToLabelCB.java index 5479156415762e0f4ecb546162047b636dce423b..c17eca5a77b05a6cb1bf3dc43be047bd4f89f048 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToRoleCB.java index 2ac1e3e4199b70cdfe7440e3eb1bcdbe7708750b..1082e61702f400e300002ea18adf709700bbe23c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/DataConfigToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/DuplicateHostCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/DuplicateHostCB.java index fe53c37e1896a354436b4eb3d33e757884d9b598..2f66d54d8321076a8ce9a7e65d1478c5ef6cbc17 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/DuplicateHostCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/DuplicateHostCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordCB.java index 358f19c63237e47005504f178e0acb075feadc5d..220b9e21fc32e7d031612f29c17782ae626a13b6 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordToLabelCB.java index 6f0247f6c2fc343134bd712726f10fc7b59b6efb..f3bc64442562018a6ec84be4876ae2c2e8fd64ea 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ElevateWordToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/FailureUrlCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/FailureUrlCB.java index 25bd5085b32f8fbffa6133f9c6dab3ea2d5a31fb..72a753fdd3326f9e0f5b6e7a9fca5305a0eb182c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/FailureUrlCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/FailureUrlCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/FileAuthenticationCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/FileAuthenticationCB.java index 918d69a4789505436482e171eb3bc5d3bcffe749..be583bd626e00fbec43dd101c011c4401e3ad07e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/FileAuthenticationCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/FileAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigCB.java index e60e33d2ccf423ebb7525907933214e0643b2d3d..a0b6b35615ca2f374053dac88c4248595d596587 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToLabelCB.java index 09d79d4550792181d0491a0d20b923304913e5c3..3242a6b2cd92a8e11204c9d6527b3ac804a58067 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToRoleCB.java index ab49d253596f6a38b579c0da5c8d3aba641575d1..d2d6d55b39a93006641ce58178656092a88d47b0 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/FileConfigToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/JobLogCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/JobLogCB.java index 97f6aab2082de2fbe12e69c9161d9d3e2edbe6ba..63f9fe024e934850ba8e27bc7d389eeeef7ce0fc 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/JobLogCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/JobLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/KeyMatchCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/KeyMatchCB.java index 25da224f4dbfb3c131262a826a2f8da365a6eed0..acda7e194a3c3b6a246344a0dff9cb39d5b61255 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/KeyMatchCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/KeyMatchCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/LabelToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/LabelToRoleCB.java index 0271736dd073d39c6216ca194216b29a7deafd3b..31f40dcf6531550460ff420b584d49ddf3125c00 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/LabelToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/LabelToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/LabelTypeCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/LabelTypeCB.java index b98e4a42be47ab8a6b3e1c4873cb7ebd2d335499..37d4130de27e1aca1ad40d2b410467857894a6e9 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/LabelTypeCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/LabelTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/PathMappingCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/PathMappingCB.java index ef3eeed192764db645eb95812d26823e62be9758..d3f5a9403ce73477c26599fc05afd00bde5debec 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/PathMappingCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/PathMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/RequestHeaderCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/RequestHeaderCB.java index dd17d5b935092f436703a13e58121365c17b4b2c..1770aeca1452d4d77b0daccf65a4bc7b63ceeac2 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/RequestHeaderCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/RequestHeaderCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/RoleTypeCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/RoleTypeCB.java index 7de79c1c2e673595174db5d932cd2098345ec357..0cbd1ad947230d315b1a9a44f0457c1fb0f3e163 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/RoleTypeCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/RoleTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ScheduledJobCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/ScheduledJobCB.java index d8ee0a58528b844bf0ab868860a89ec852186466..d76eed7f9f8960551fdd4f20333dc13f4214f754 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ScheduledJobCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ScheduledJobCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ThumbnailQueueCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/ThumbnailQueueCB.java index eb8a488d5d1bc2d672fc29d132a31e59ab8195d5..f1f848bf26f80f09f75eb22b03453df4c20423d8 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ThumbnailQueueCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ThumbnailQueueCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/WebAuthenticationCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/WebAuthenticationCB.java index 00c7c7a4defe29b4a50c0d3084eb48904f515ebf..02beb18359d9db76de388dce4af6242b2f940b0b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/WebAuthenticationCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/WebAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigCB.java index a145d9de64b8cc987cfb962a2c106816c7343730..34a153f443c714b18cc4456cce91bab13c38e172 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToLabelCB.java index 661acbeaf4dd39a76434bddae81c2e5ee8de4a5d..0b14f4a55eb874ccca914e1e414f1701fb8399d1 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToRoleCB.java index eab257dfc2da9180a123f4a83cdfb5010df70bb1..e3c196a2a1d5616149acdcdf6ef75646b4c7a79a 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/WebConfigToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsAccessTokenCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsAccessTokenCB.java index f7d31fd6b9598104c291c3e5c5ddaeab7ba442ed..a9effe172a951742c2f2b63eefaa2e895296438a 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsAccessTokenCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsAccessTokenCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBadWordCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBadWordCB.java index 0868edd1801bb09d3d72452230791fc14db5c91e..410987b0b14f62fa991b9dca4ea4bf14ab27b136 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBadWordCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBadWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBoostDocumentRuleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBoostDocumentRuleCB.java index e7e2a4c7f3a0f76f037d7487c24d76a098837b86..17aa9f8e0f80c315cc27df9fa855952a71d604b6 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBoostDocumentRuleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBoostDocumentRuleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoCB.java index b6ecc20d0b9d244d2860a511bce53c257fd1da5d..b8d7b06183dfd1bf29842f0bd324000bb8a435f0 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoParamCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoParamCB.java index fb8202062364fbcba82827d866d45ec05d64542c..0d4b2a6fb456c180fa1ec1d7372b9907134fea0b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoParamCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoParamCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigCB.java index 5cf65eb61f4e00ca8a745b2534e99364c5d81be0..ab02f766054397b6c5d644fb36e603fb3fc4cb17 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToLabelCB.java index 245bae3d3926b02db8460e31ee1206c2a529bccf..562d5033797b722dd854170192bd59ce54bd0053 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToRoleCB.java index 66f15ccff3360dc0a2d14646eddf7fc6ba9e5653..36340d466c745e4187d96eced387b08374a9d0fc 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDuplicateHostCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDuplicateHostCB.java index 2b7b133fde7c5bed991132725db0a80d9e6d03d0..c5ca737db5256606faf73247bcbe022cca584e1f 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDuplicateHostCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDuplicateHostCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java index 8ad14448ea926c01efb4724c1d3177a940c6cdc2..f27d1d6c7b7434db467b3770bf1a1a157d8dcaf3 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordToLabelCB.java index 442105bc145833103bd04426c2d7ae3fefe79519..ddecbdd80862d28587be71dae134c15d914796aa 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFailureUrlCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFailureUrlCB.java index 3549e01f5f1da1fdf14e8d963d13431b202faa69..dc5cf55cf68397b8e857801641460104a184217d 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFailureUrlCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFailureUrlCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java index c78ba5864416a2f1386d2e58f130d9abdd783a2a..614e489d3d6187f853e1b5cdada3dbda9e060db7 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigCB.java index 5c4eff94cfb76892c1a0db1c315ca3a0d5b1e2d8..6c81d364ad265b329fdf6562d39495e465589e69 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToLabelCB.java index fc4479ae9d7814ef45d6a633d32893d8e422b57e..5efae94cfbfae6233d8f9a21cd51d326ffa4c4fd 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToRoleCB.java index ad6697751f27be223899c23eb2681717a294d15e..c259181587cbc7f949e752cea21aa49b720bfb8e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsJobLogCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsJobLogCB.java index 4a8ad1e5c6d6abcf43c732eeea8d68f25c0553c3..70b43a5eec83f60bcd47f3711b538ce800a50260 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsJobLogCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsJobLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsKeyMatchCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsKeyMatchCB.java index 8d02398fe4ce8a4027116922ac10a798736bbf0d..4e9109248cfc7b6eae095e94ebf392cf5804ff55 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsKeyMatchCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsKeyMatchCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelToRoleCB.java index cfad24a874119d7ca25d2916bb4a8e4f4a37bdc3..7c52b186c1c54ea0f5e61bc0bce37ea7db1d816a 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelTypeCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelTypeCB.java index b81cdd1781310112dd95ff6f031d46665edc420a..059f163368c300ef5bbaa8ed6fa243f28431ab0b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelTypeCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsPathMappingCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsPathMappingCB.java index 8427cb1214d9a5da3dba04ebb8d7ddd7b585342f..3ead2821513facc87fef4f6525137227da48be77 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsPathMappingCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsPathMappingCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRequestHeaderCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRequestHeaderCB.java index f8e722857376d318646cf554cb9fec0ae3d932d6..3ff3ad252794a1e0ac17804bf267a039b2184e07 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRequestHeaderCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRequestHeaderCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRoleTypeCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRoleTypeCB.java index c4c7ca94f594e8484c72a44033fe177dd750ec09..60187ad831dcb925f9ffbb39ae56bc896e6f5586 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRoleTypeCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRoleTypeCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsScheduledJobCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsScheduledJobCB.java index 976df5e9d8e06dfa8236b2333a2d5ea7a6051ce9..6e4e20c1da7fc41cf4ea78f9f72845f917e43dca 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsScheduledJobCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsScheduledJobCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsThumbnailQueueCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsThumbnailQueueCB.java index 030f44203e5c352be7269e7af7b8f4fa2b574f06..80d6a6fcfdcad85341ca1eca91ded56d6efa03bd 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsThumbnailQueueCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsThumbnailQueueCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java index 5cf6eea3386380756039a4088b0181732f348ae4..9ea8fbbf81b7b0c310a5923c9c3aae9219384ac0 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebAuthenticationCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigCB.java index 5a70e2d9dccd71630f093c8a55929d0296cba462..e4f7fbd9f183861e328d16d8e09553aa6c7c2d61 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToLabelCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToLabelCB.java index 046ef3dbdac13345dd7d659e2f4bc4733f1d9255..754b8d16df37ede63c74c79b7102d47d21925d85 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToLabelCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToLabelCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToRoleCB.java b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToRoleCB.java index 71607fd8724554e83e992f03a5b9800c9c069a89..4c8d6ece741b4d260bd8fa76a4da2bc195e884a3 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigToRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/AccessTokenCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/AccessTokenCA.java index a8527a1c2658f13c7b6af5ae29c077b0deb977d9..9a014b87b88ceb3512a43b5ae8a1336d226f0af3 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/AccessTokenCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/AccessTokenCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/BadWordCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/BadWordCA.java index 09493a3ce50613c6abca956f0c3d43ae9ee93599..5a536f59eed9673da6802998592ef99fee1e5e8a 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/BadWordCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/BadWordCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/BoostDocumentRuleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/BoostDocumentRuleCA.java index e32155aa6348df2f12a11523726804395cbeacfd..e10e3f6c6dffe59720c82935f4c462a40f6cbb4b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/BoostDocumentRuleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/BoostDocumentRuleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoCA.java index 9ef1b2da30ec385e0760bacc4e34a8e5be94bd09..60fb7fe54ad12fbace58b0a67aa282920f7891e9 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoParamCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoParamCA.java index b492321a3db361efae281416e06a73dfbb502f33..c76590ef6327e11cc4fd675f8279b99390de7655 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoParamCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoParamCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigCA.java index 3548f3ee57955a2ffa1fb8bd132d522701fbd7ec..d903a09d88d275a614b3338d9e8b778dee7b075b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToLabelCA.java index 583ab59956cae79f6bc97dbf5c98cb2ea0165189..1202a299c5bd08c91f502a283d6c8490d7ee0577 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToRoleCA.java index 4d03e701725545323f0f76e2ef353c2bb2f01895..7ed68f9854b795bf2669c087bb603b9a2571b482 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DataConfigToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DuplicateHostCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DuplicateHostCA.java index 1507f274df091014af213c6ba746f82977f13047..b63d690a5186f903081158ed7c12592b2f5ffaf1 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/DuplicateHostCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/DuplicateHostCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordCA.java index 1b5de191212f555b8e0a3e42f17e4f8fdb6e8e0c..5a97ba9f0bbfa0b2a90c66633b5fad897f421d7c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordToLabelCA.java index 3ec10312b3c52f16f15389fcf3f57fa50bf446f1..ebef3f8377e973e932a2c99f63acf73f04cf64f8 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FailureUrlCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FailureUrlCA.java index ae6c1d59a48138aed001457db449accf72ea50ff..8a16acbb5706ac5baba46947d298435ae2870390 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FailureUrlCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FailureUrlCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java index 07bb07fcf0cc139465a1c583b2e31cc5791e501b..2822c8238a29ccb1c585df2beab28cfbc7fb89bd 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigCA.java index 82abbfcbc73cbd2d96b8bc3a6eedc0bd360f506c..95168165bac55e91c395f977a1098d8a060d9aa1 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToLabelCA.java index d869466e7295b020054186a71bd83ed1d60b4fda..59d5e82cd988dce15f6e5a978a5f7e3fec6e1fa5 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToRoleCA.java index 5674eaa502cfe28a89119167400066689f022002..a8ad4783e923ded605255611b3c8306607f1858e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/FileConfigToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/JobLogCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/JobLogCA.java index 00803c73128f0336732b9d3977ff7566f3ef911c..04b5068e2dc8256436859119b0b4647dc87b17e1 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/JobLogCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/JobLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/KeyMatchCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/KeyMatchCA.java index 2063e0542dfb5be528c037693fcd0c352575e2e4..702d8855587bf794555b8691a749c3f92cdfcdbe 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/KeyMatchCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/KeyMatchCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelToRoleCA.java index 78f82336c56e53e29ccb5a38dee0df0c98e09213..ff8c0a1b60967dbc1af43b67374c7b7ad718231e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelTypeCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelTypeCA.java index f1aabbf80707b3d814a05bcd4d8b0a20a2a17e72..d4ba9e963994408dd508d0eecaa137d2d15c1d80 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelTypeCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelTypeCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/PathMappingCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/PathMappingCA.java index 356a9ca1c1c68be8a436b8cf851fc0968eb936f1..ad2bd1848a96ee596b617ffa0febe776bc67e7df 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/PathMappingCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/PathMappingCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/RequestHeaderCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/RequestHeaderCA.java index f351dd744462266a57b112908d199187b6fa6cdd..9a970b4115217cf27a3a6bae723eaa32d39cc234 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/RequestHeaderCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/RequestHeaderCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/RoleTypeCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/RoleTypeCA.java index bc5bb38697295dccd5907a2708dc0972a1111333..a8320eaa4b579395062bd38f123cb35ba5443c76 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/RoleTypeCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/RoleTypeCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ScheduledJobCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ScheduledJobCA.java index 7a84148c532db856a127108200d0abdbe8c2303c..355eed4021a0c94d13d4938c9cc97a5cc4644107 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ScheduledJobCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ScheduledJobCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ThumbnailQueueCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ThumbnailQueueCA.java index 151506de9e6a85d4de06b602e6d4cfcecdb8d013..08c6072c99db82f8297a0f5a2a23350958316250 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/ThumbnailQueueCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/ThumbnailQueueCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebAuthenticationCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebAuthenticationCA.java index 12eabbe15fd65fc24fbc3568ffce30ccae2ebf9c..5083c08760276bb7d5b7133bc359215d66a4811f 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebAuthenticationCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebAuthenticationCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigCA.java index 29d95f5f011fca829ea3705b48ec9d495b2b7e75..1f5d0b43612e8ffbabaa383559cdf98c4b05098f 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToLabelCA.java index 0d9b5c4652904414381686e445faf01848ef452b..a18a82915b38de81183e599d4d5fb8794fe95f7b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToRoleCA.java index 19d7d2360d0e654d97b91be895df67241b9ba41d..c19474f5c0a8732f15f4d1910bab7e3013963161 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsAccessTokenCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsAccessTokenCA.java index 1d1af6367e20d35e959d0c4e44825ac92df28a78..4be8c4312645500983fecad776941a44b5882a93 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsAccessTokenCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsAccessTokenCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBadWordCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBadWordCA.java index df95298a9308617ab71206b6e0a5af731420a899..0183742e7f98af6400274c5724ebfbaaa2c48361 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBadWordCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBadWordCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBoostDocumentRuleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBoostDocumentRuleCA.java index b490a81eb30a4f2643e79a89c5d5081d66834bb3..f14ab0a345e7d1720a8e9e3d5e7e3aa634a99006 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBoostDocumentRuleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBoostDocumentRuleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoCA.java index 8c095ceb389273fb7fc2784797f4a5e4a9643342..3e0d5160ec037579c528313413aa0df9cea15fbe 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoParamCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoParamCA.java index cb02fa31153624d28a07d402a64f8bd354fb71a8..7d14ed8390c2c430dde40d0519ac0bdeaa6e6e10 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoParamCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoParamCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigCA.java index bb157a2c9b644e414079c856500649fcc2188609..976c2efa56e85a72212c187db96f0772cdf55c6c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToLabelCA.java index 51a479694e45210bc3a90c9a6b6812ef8670916b..8143c34f5edc59fcf1d783202f83e90e4cbc146c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToRoleCA.java index 2274d12e26b325ae2e3d9cdfc2d4f40b533bf712..5446f5503b9744456056336974957c2aeaf59df0 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDuplicateHostCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDuplicateHostCA.java index 1688d593bfd8e170237637c19e2a553b65914d86..ec3ac142fc42c8d18d37e15488b9946dbffffe9c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDuplicateHostCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDuplicateHostCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordCA.java index 6e5a79c0c8fdf69c6b3eb7dce4b04d02ebea2db2..1fd247a9fe5d00fd711f03e2151c083b1e76150f 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordToLabelCA.java index 1b1cfeb9d1c79df45007aadda7354617a831a6d7..4d89064e9cc1cc19c4f1aec36bcb1ff2183c1a7d 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFailureUrlCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFailureUrlCA.java index d31f22c4747ccb4b9cf66153ef092ab70738ed82..722abb6c46932a5958e51e052359b5f5eb1c78fa 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFailureUrlCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFailureUrlCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileAuthenticationCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileAuthenticationCA.java index 759202015b342bdf3e319db4aa0404b581b2b7b0..fbb8c49f7cd046e5ca6959a0c352f7f35443acf6 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileAuthenticationCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileAuthenticationCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigCA.java index e5f6c9984d8db945eb0842ff03d1bc0308eea43c..abf435b9a2322c6971b0c132bce5f49ce4e84ce5 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToLabelCA.java index fc146c70e1853128724db50aa008751c91801f72..4e6cbfbb6d59e2f8c50eaffe1f43dd3d68b1a6c9 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToRoleCA.java index 2bb4bbda1be237c0ca36e5b6d0468ccd95bba57e..55135708c2a86f11a2a937a6a7aa4aadeef6535a 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileConfigToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsJobLogCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsJobLogCA.java index a4f89312f3a307831b7ed12d33a3f83d1c934c41..947bff5100cb79b7e4859ae693d5c1d4fb00cc6e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsJobLogCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsJobLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsKeyMatchCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsKeyMatchCA.java index 93e8105d25c39919d87f7cc30a4ca0cddb259459..a9235af2f06f22e0db49f05d191ccdb73daff382 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsKeyMatchCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsKeyMatchCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelToRoleCA.java index cc6d1c4f621b64e01308860d85a14f983b9e6214..bf4aa04c3d9164a3538a97a580e4bea278e89700 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelTypeCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelTypeCA.java index 222c5d38193f69a4979f1217fb1e4f30163b5ed7..64b90f1c34d0abc48ea8eb1c81bbee1d8bd8b3ec 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelTypeCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsLabelTypeCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsPathMappingCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsPathMappingCA.java index dc5a294716e758271fa2f930e780561c3a144f94..e773e6c8d9c9850cf03c4f3f2e252c97fa4af2ef 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsPathMappingCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsPathMappingCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRequestHeaderCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRequestHeaderCA.java index 3b5c0a7e76991e7bf564bf1f6bc130fa3a001903..1971f5b8452462c9fa846e4a2a741159e88a8c18 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRequestHeaderCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRequestHeaderCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRoleTypeCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRoleTypeCA.java index 6ba90a66a2155a267523552ea6aa5c7231c5cabd..21476605c4e0d94d69bee60290fe6f1912f259a6 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRoleTypeCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRoleTypeCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsScheduledJobCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsScheduledJobCA.java index be8259c49c58da4da476270e84ecba7d1303082b..c171770c254f260f25a583ece6db12409c69ec4d 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsScheduledJobCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsScheduledJobCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsThumbnailQueueCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsThumbnailQueueCA.java index cf0646091de90478f1d1d90385100a3eeb38c61d..f88a5d5608bc3c9f061a46ac1deea4d496bb7adf 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsThumbnailQueueCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsThumbnailQueueCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebAuthenticationCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebAuthenticationCA.java index a8fa17a4daafece1902ee9ca23b05e2ddf24f706..d3ef6af6c40807422d203d25cc7dfe942bc856dd 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebAuthenticationCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebAuthenticationCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigCA.java index 0722e5072803e268c9c473760518a75687f50306..42014b01d6d3c02ca499a162b18f1f45ba566202 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToLabelCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToLabelCA.java index c2774e667d4ce526a6aa3bb15be923f10ed912d8..59e271f23c8a1f78774cddf2db13b558499b325b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToLabelCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToLabelCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToRoleCA.java b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToRoleCA.java index 8c0afe2e5156cb6759a856b9de775e774137302e..47a6a8ee3ff4c8f21956e4e2a0eedc25190bfc6e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebConfigToRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/AccessTokenCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/AccessTokenCQ.java index b4cb3ff0188707c4feeb6f5c437b85a6c54c75d0..735b3e37c8df309cc8d75e380dd6ccf74b5fe586 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/AccessTokenCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/AccessTokenCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/BadWordCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/BadWordCQ.java index a6f78393279a88fc86eab7dbf226da55c59dae7d..c71537abbc3c596590dd2332b7e4fceab93d4f07 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/BadWordCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/BadWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/BoostDocumentRuleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/BoostDocumentRuleCQ.java index dfddae4f552ff49fce3a4e91a5f3817506261c9c..fd817812097f2a3d9b6cc44e218501bf46057191 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/BoostDocumentRuleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/BoostDocumentRuleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoCQ.java index 4c504b603f6467c202fb30aa3817f61d133b433f..07ba09974846abdefb3f868b790c15a5e68bd3b4 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoParamCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoParamCQ.java index c355ac8ff7eba34d7500fb606d6ea365bd31ffa0..a2fff910af9bd3322518f9f9fb725e941ecd15a4 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoParamCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoParamCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigCQ.java index 02f9f47fc116df8ecf26865c08bbdf2d7768190a..d361acc58c1df94f73b9c1740826cf146a3f6f6b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToLabelCQ.java index 3d55f1116181580ef5ade2f1c5e04249da34ce58..44b0a4a77091ee9f821a94bd919ac0815adcf99d 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToRoleCQ.java index a340851d9b260ae99fe25cc871e3cb0aec28821f..1bd0db496af18f4c5a8c3374705871dce2f7ae03 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DuplicateHostCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DuplicateHostCQ.java index 6f9ecf3e2b67bf40bf48de33633496f016155c64..f5b5fa44ad41fa640f149f352238157e50d31057 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/DuplicateHostCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/DuplicateHostCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordCQ.java index 35a7ceb35689540af1c6deaaeef3c3226113a3f7..be4c71461e4328654d203b51c6fb42ba1353678a 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordToLabelCQ.java index 0df2ced4092470ea7f74907e4c9884f6ce838a59..e74d0d6916097884fb24ddf58b8d914351f4057f 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FailureUrlCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FailureUrlCQ.java index bc5ee8cff0475dbe0bb45f4a5fb0a99501392de2..cbd3788e0c686fbf457a3ce6bbbcb9ee95b4237e 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FailureUrlCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FailureUrlCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileAuthenticationCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileAuthenticationCQ.java index a16e73d3f32e4ab183a03e587a42b102713adaba..d49ea951762f72f902868501076c69dd35c50bc6 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileAuthenticationCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigCQ.java index f8ddd4926c43e2fc564c85cd45d1f8bf9e52aba7..993f669531c59fc9e070b677c6ac6c3f46b931da 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToLabelCQ.java index b57c2a7218772d85e25cee84392536c2c8052462..9866742e2b7cefe29ef236723f64e3ce9951d55f 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToRoleCQ.java index 8be3f410e3954afef58240b59c4ff221674fb982..24a7e0092b7b91c8873b32b9183ae9d33c538dfc 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/JobLogCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/JobLogCQ.java index 37e2cd7ae896dab89adbbca7b7d81f5517384fa6..fb99ac28883f54f3bc5e10f25753045ee08ee785 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/JobLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/JobLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/KeyMatchCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/KeyMatchCQ.java index f7cb8ec65f9be920d9f993a566dc5464a27c879f..233d111d1c8dcf8b5208a71a6d07951ec325fd34 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/KeyMatchCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/KeyMatchCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelToRoleCQ.java index 0da75218a4cbdc761f907cfa5c614c81bc0e1823..2adec32cdc2c2356b749240d7f59c955e2d4f3d7 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelTypeCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelTypeCQ.java index cffabb370c26d110197dd956f2cf9a6f50233637..2b11fb46aae1a704df1a4f40ffca41cbb71ea0d6 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelTypeCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/LabelTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/PathMappingCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/PathMappingCQ.java index 9aacc66b1d347811a12f273566617b6fc4830924..c36f447b6f6ca9f356de6825011d372fe9c1bc09 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/PathMappingCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/PathMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/RequestHeaderCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/RequestHeaderCQ.java index 7bee1e1352d0a11d1075a422adbeb62ac117aae0..0b6a5ac2207006c54211a14838859fb9ad4a22f8 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/RequestHeaderCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/RequestHeaderCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/RoleTypeCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/RoleTypeCQ.java index a73f439e29bd76b3f5faaf61eb31774e0cc0c85a..6de83d9adac65c59e0338d2281b7b6f0e9a323c9 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/RoleTypeCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/RoleTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ScheduledJobCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ScheduledJobCQ.java index f9c32661c589a19a55a3e3280c27ae11d397cb74..71b893b17289c3d6d080f2def20a99da00436cc8 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ScheduledJobCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ScheduledJobCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ThumbnailQueueCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ThumbnailQueueCQ.java index 2fc7c8368ac9896c922fa54a7da54e64b1eb1802..e93772daad0f87f82bcb6f4fe1a02576f971b483 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/ThumbnailQueueCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/ThumbnailQueueCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebAuthenticationCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebAuthenticationCQ.java index dcf884df95f7c388447bf9209c0a61a7fa2fceb5..9c1e1501f41ded8cd2d9ad6ea6a66ebde31ba57f 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebAuthenticationCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigCQ.java index 2dcd8637b11b25b2275899e67e63e1e3c2b1c0fc..24c01ae963c60bab5f3beb444da93a14b550e0e9 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToLabelCQ.java index 67806346002fcbd4d8139b57fb5efc2ce2243d49..5a8f8e6352f568e164cc7b7fe88f0cc38c30ad5b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToRoleCQ.java index ab2c1418ece506f3c4488868c8b191b46874e057..365c0ecb5592495c516efd07d369eb5a50441a87 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/WebConfigToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsAccessTokenCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsAccessTokenCQ.java index 9100329199ec360b3e2e55b9916c26b5c5ddba1d..e0fa14d6b0cda764ddec44d52b1cdf831bbdbe96 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsAccessTokenCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsAccessTokenCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBadWordCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBadWordCQ.java index 7cc79485dc9d96d13a3ab25cb5d6aa69cefbe7f9..bd374097ed73a16d12b5e4fe361b29ed3ca50cbd 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBadWordCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBadWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java index f6436b7bb6d6d602cc95cfa1f64eee25ef37bd0d..2fa5b1eaba1e5db69a980d727106d806513f4669 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoCQ.java index a1a7c837b6f977d8dd2fbd8bade4d32d086fa871..d2f44cd29226f255c9a5c87ecfb5af97c4d98309 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java index aca073da35bcaafbed5af5c81559a6b17d0511d5..d758f3940134e41996eb6d3abebd1a1ae18d77ed 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigCQ.java index 3f207f245d7d157a521b3975865e42ccfdec4536..ad4050d5d4d41eeea2c6cd951bab0f005288e8c9 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToLabelCQ.java index e62a4a6de414b1543608715f2f58adcee92fef36..f843b467c2bac757c4321aca51833f3dc227c7b4 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToRoleCQ.java index f97cb0da1c1e1626c51f83bf5c7ec3aee2c71832..d64b8f50bd428c5f6a0ce594d1ee212d6268781c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDataConfigToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDuplicateHostCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDuplicateHostCQ.java index 5e0219033b66d43820b9e4ecec4307067796120f..4e87faf591904c7c6bcfac7657bc6b004fdecf88 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDuplicateHostCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDuplicateHostCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordCQ.java index 66f75c908d444590e119926c5d5c25959520fb82..2279756a0511cea22b7459cfeef6ebaaa567cb16 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordToLabelCQ.java index 8770352595ca87c1a33a96234e0c567cee4661f8..c6f05a834e8d0b4a4fcfc108240072a3afbc84a4 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFailureUrlCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFailureUrlCQ.java index 3df830dbb4316da169fad414fffc4097a42e2855..193fe49733e241b54267bbd3dff204d8a874ade4 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFailureUrlCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFailureUrlCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileAuthenticationCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileAuthenticationCQ.java index cfd775f331add62f24b9889b6e62df3fd29e0d1a..93e3584f9c8255b05a5cb25715d3e76a804729b7 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileAuthenticationCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java index ce26963de3611094f07f5ae97b732d836923a253..4c120c1fdccd00d9690c0d45561953dbd9bb30bc 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToLabelCQ.java index 877b0e4c54eaf034789c0100d37258e9a1be8773..5be32901e216b085672461f3eea90b5d353548c4 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToRoleCQ.java index af0e0ac405a1163fea3f83001c373e6a8bc5570d..21dd7676174f42f90137fd14f72ae6370ff53921 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java index 9d7613f0f488c7fda91b8c60b54c49aa287a537a..626ef4ee9fe34e6b00979ad5989af94392393b28 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsKeyMatchCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsKeyMatchCQ.java index 4adbd6058bf615db12bef6caabfa1b9ade33e4e2..c4e0ca4f8b616567c8973d0ebca3a0d1c847d827 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsKeyMatchCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsKeyMatchCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelToRoleCQ.java index f035f3dfc56097d116a2380d3deb8f584cf41872..d6d6fe41ee8af70eae12c3e03a43326a1a3ec5b5 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelTypeCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelTypeCQ.java index 129ebb8317960d17866ec6032ecb3a1551c3371d..09c61e104385b51dd5a6fbb99707d4b4a32df11d 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelTypeCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java index 0b10a75b18d8c18e1e97dfb3232759807a96c17e..60acda11c421488373879c0df96d3784bd3a2b73 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRequestHeaderCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRequestHeaderCQ.java index ccef0bf3cfcff2ceb958fdaa41fa1ba5a7f0dcd3..32b46e3484bb44da70ef8b6faf520f9325260816 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRequestHeaderCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRequestHeaderCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRoleTypeCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRoleTypeCQ.java index cae65b0846a3803ccfe272673782d0dda3b621d3..557db1c7899cd6e67923510b1b6fba272616a967 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRoleTypeCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRoleTypeCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsScheduledJobCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsScheduledJobCQ.java index 463afd4debef431b30e49e32ada48f4e63049af9..0cee67cb1b41534093c856191dc8c98bc4e8b45b 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsScheduledJobCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsScheduledJobCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsThumbnailQueueCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsThumbnailQueueCQ.java index 3854645f6f2fcd41af01388e7ea94eaf1d32c2ef..765ba8567a026a6fd8d364ed4127197fb00fb92d 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsThumbnailQueueCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsThumbnailQueueCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebAuthenticationCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebAuthenticationCQ.java index 2962425f4f367adce2a7e24de52c47104cea220a..b863d759b9842c4b00dc6b9318833af704020d60 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebAuthenticationCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebAuthenticationCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java index ab7ddc2b78f68914cc5421f991a842377d946aa2..32ca90a91765667fe91e045d3455d86e1b3f31f9 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToLabelCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToLabelCQ.java index aef6fe39fc34fadf484b6343224b3146d9e5a946..e2cbadb114bf8e3ca1925a566de3d1176b57fc5c 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToLabelCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToLabelCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToRoleCQ.java b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToRoleCQ.java index c38b4f4deb68ad24760a26f334305e6ac08bb7a6..72f639b2d61c70ba140a3727ad8c0491eec585c0 100644 --- a/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigToRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/AccessTokenBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/AccessTokenBhv.java index 5659f4d2d9fe57294a18aa484a40dd101568d013..af7b9ff2c92761cda8aaea4a873b05da313a5798 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/AccessTokenBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/AccessTokenBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/BadWordBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/BadWordBhv.java index eb1eb598dfff9d1cdf14a5c94fdc0acba5318741..3333a1db6ddfbd65d1d73f31af3559dba24bacfe 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/BadWordBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/BadWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/BoostDocumentRuleBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/BoostDocumentRuleBhv.java index 786dc483a12bc4583811a166a3370ab83775feaf..dc5c7c517dcf9dd52cd12fd6d4abcb0818deaccd 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/BoostDocumentRuleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/BoostDocumentRuleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoBhv.java index d1677158b797849448ebfb275865797bf383200e..4e77f47091eb3e95effc0f032d2e4f4060402993 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoParamBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoParamBhv.java index 48b2c7e5f13bf54b7936b7eeaa34a0fc97c27c6b..d6ea6dbdecb8ad088db5752b89053b6c120c0cdf 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoParamBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoParamBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigBhv.java index a6ea9db81947d32b6d69733372e547e195eb96e6..2292351e98fab130321f17ec77d652cd0c6b31a3 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToLabelBhv.java index 6c5236bee822667c1f1c0211f9c95d5e757d3745..ade39370486e2c85eea88e560aac2a1ecd847f41 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToRoleBhv.java index 637385600c2f6ccf96dc7bc8d6e6980ef281cbbf..4270164275d2f00e850950fd4f01165de39998eb 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/DataConfigToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/DuplicateHostBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/DuplicateHostBhv.java index 6fa6e0379aba85114a1d0e46d7cb5c62ca685f92..97dec26eddb9158c75a79f7a14e386d38ea554f9 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/DuplicateHostBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/DuplicateHostBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordBhv.java index 94947032662747ca81bf093e6c58e4f36caf74de..f96ce91c08166be164b050d7e6ad4a9854868a61 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordToLabelBhv.java index f1393c3b297f976fd935a5e10c109410d0f9c3a8..84fa051418dc88e692cbca45850f0f9fcf9a2eb4 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/FailureUrlBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/FailureUrlBhv.java index b5631a785fbb1a1ab60e9f956c1fbb76d9c8de29..1a5663f706d79f74217de41bc7427530e86dca58 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/FailureUrlBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/FailureUrlBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/FileAuthenticationBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/FileAuthenticationBhv.java index 5248db74a016073154fcd08a1e71ce7ef804f698..a1fee2858b8d6abb1c70619b258f9cb8bb48d43f 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/FileAuthenticationBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/FileAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigBhv.java index 5199bdcf8f8713c9583ce7f793b2488fcd2d5300..40fa799c578344bfac6fc7dd88f2705242b6fb47 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToLabelBhv.java index 4bf6062614e712c4177549787f4a0387af4abb10..38620e416ba96b25c5db7f5fcec760e57c96f136 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToRoleBhv.java index 5bf30b7ac9c754685d7941f981d04c6942134ce2..b6db46923ce6e9722435583f64e70afa438d453a 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/FileConfigToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/JobLogBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/JobLogBhv.java index c6a3612295cdf9be2ba7a7e1bb9afc27a4d81030..97a106ed9d70f9eb211d27b54bf262c90855a2ee 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/JobLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/JobLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/KeyMatchBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/KeyMatchBhv.java index bae1579666f6064216120ee33e631c8beb250f8b..df78b9b9f78fcf9eb99b823a033e25ea93065bfc 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/KeyMatchBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/KeyMatchBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/LabelToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/LabelToRoleBhv.java index 344ae03537f5db34cb5116fe02503f100690d9ce..dc33a53709c60abca5cd76c716c67404a87697fa 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/LabelToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/LabelToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/LabelTypeBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/LabelTypeBhv.java index 161d089edffe20525a46bbb2a12483cccfab64a4..1dff34117d3ca21e5b6b9b6347be2926bbf1ebe2 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/LabelTypeBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/LabelTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/PathMappingBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/PathMappingBhv.java index a7ca7c97a35fd7e1421cdc07fc819dacf0ffb0ca..5f9adb917e8dd77400f9bd796f020a2d271d647b 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/PathMappingBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/PathMappingBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/RequestHeaderBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/RequestHeaderBhv.java index 6bfe0efa12c7f300f5cb2e06dfd91ffe99536946..be9693900ed8ec2247a902454e317bc1c26ddeaa 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/RequestHeaderBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/RequestHeaderBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/RoleTypeBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/RoleTypeBhv.java index ec0b14ece47df3a8176018626cf00bb533bf03df..d803e566a5e7da5817c3d5b410052eab1dcea1e6 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/RoleTypeBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/RoleTypeBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/ScheduledJobBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/ScheduledJobBhv.java index f47aff8fb1de300eac58a448ae68cad3bd879e97..ebfbf0816d717cc790d4f047a37ff07cccb86314 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/ScheduledJobBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/ScheduledJobBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/ThumbnailQueueBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/ThumbnailQueueBhv.java index 7195f65dba4e0ca2d6351626e433840604572d96..35331a62b75677e0a6994a32c507d4d07399e260 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/ThumbnailQueueBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/ThumbnailQueueBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/WebAuthenticationBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/WebAuthenticationBhv.java index 75d36727768c5b1fd86c6ea1c4956508c12a866a..efb573a917fb0ba5cc13fc53660df71f5c6db889 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/WebAuthenticationBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/WebAuthenticationBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigBhv.java index d4f05dd7bb89e2088bde1cf68e3aac0b3cda113f..fd74c77d01ef2ce7b00795393a88368e101935ea 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToLabelBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToLabelBhv.java index 3a8ae108544da9402ffe3cd4b540b96d248b0990..26f95da9c67613d847227907223f8745d9a6ada8 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToLabelBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToLabelBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToRoleBhv.java b/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToRoleBhv.java index df8b44871a0e89d007332d8e8ac4866f9ab1fd82..ca9f7329a4d2bb5f569b484adaf437f787334d2d 100644 --- a/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigToRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/AccessToken.java b/src/main/java/org/codelibs/fess/es/config/exentity/AccessToken.java index 8b2c39bc7e238680eacc148219921dcb8edb43f9..b4c35b44c2377a51089a8dcb499b8760056e0ee3 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/AccessToken.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/AccessToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/BadWord.java b/src/main/java/org/codelibs/fess/es/config/exentity/BadWord.java index 40a71c9bc5f034a263c71c7f3cd3baefcac71118..51d488a0d9ce85694a089ad594cb47caa460a11f 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/BadWord.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/BadWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/BoostDocumentRule.java b/src/main/java/org/codelibs/fess/es/config/exentity/BoostDocumentRule.java index 91c237ba7a29d548b5a128cafda6cec5f0214d11..503974739687baab50930a7f317f06499ade4b3a 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/BoostDocumentRule.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/BoostDocumentRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfig.java b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfig.java index c55d1186a4ec0882e89a0dfc838f06257ec97e21..02f64f6a2f17fc9e206e7e912ebf191d6e6a3ff8 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfig.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfigWrapper.java b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfigWrapper.java index 17a0b8ef9e2c28727baaafbfd56b758285d75fb4..bd0b8f45f349c1fe8b6b9af67e024b317d017632 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfigWrapper.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfigWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfo.java b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfo.java index 088cc00c375267c2d58a4a20bc8945b2174ccca2..a8ff81f7262970a16ff7cbb61b039e6ce693efdc 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfo.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfoParam.java b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfoParam.java index 7c7b9aaacd7b76fb717224f7a7742037da8a30a6..b08331b627d4c2584a777f08bbb3eafef9da863b 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfoParam.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/CrawlingInfoParam.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/DataConfig.java b/src/main/java/org/codelibs/fess/es/config/exentity/DataConfig.java index d65b21f5ee0b25089b2ae988aca9c6c3f9104d59..336427756d02ba2e69e739fbccbce1112feae13f 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/DataConfig.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/DataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToLabel.java b/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToLabel.java index c4b54ce69c16618c236351ed3b0575a3d907a5f5..2df43e09f9fbba16bb82844d1103365da70a2880 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToRole.java b/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToRole.java index 8b80a6669d262ac3f87f75bad5d47bdff6e0b763..48707c5d5069d1a0af8a16d47afee2b517afa61e 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/DataConfigToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/DuplicateHost.java b/src/main/java/org/codelibs/fess/es/config/exentity/DuplicateHost.java index c787d9375fa8f16b86b9a88fbae4c223443c6c63..41811af6a2e9570ad376fca0db0682f4ef5965ae 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/DuplicateHost.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/DuplicateHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWord.java b/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWord.java index bc7213723e2b36f5ce6c3c99fdeb16e9298c88bc..eb343d6a7484f9510f3c44545b17b0fb9f2a0214 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWord.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWord.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWordToLabel.java b/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWordToLabel.java index d4a9e1c9447200222bae1bbe2cfbc08097838a11..2075dd34cd4d89fab8bc9b7222ccc8250558316c 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWordToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/ElevateWordToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/FailureUrl.java b/src/main/java/org/codelibs/fess/es/config/exentity/FailureUrl.java index fafc762cb3cf271f1553907562ccadfd8dc5c49b..efad704d66587a2d9aaddb9386d00b2c5a5abb0d 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/FailureUrl.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/FailureUrl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/FileAuthentication.java b/src/main/java/org/codelibs/fess/es/config/exentity/FileAuthentication.java index dadb0f592736731845e72d6f17e806f75f534b0e..7379ec61b3467e73c7ea4faa11104fb6d2a91158 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/FileAuthentication.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/FileAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/FileConfig.java b/src/main/java/org/codelibs/fess/es/config/exentity/FileConfig.java index 5a3feab68dea825344205224e33bd037747b24c3..6b9000bc080f192e886575690e1f9aa7087b1c14 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/FileConfig.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/FileConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToLabel.java b/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToLabel.java index ac57175490e8be42e89fd3e47da06990ebf86e3a..52ecaab57f9423fdafc4846fdb2f2da64e2a552a 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToRole.java b/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToRole.java index 40bafb6af77ef126f4cbf0c8f0935e9554d05caf..ec3f8de3d011279623dbc7f7f84831a09d20b1c7 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/FileConfigToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/JobLog.java b/src/main/java/org/codelibs/fess/es/config/exentity/JobLog.java index 4521e8eb141389057a770535e4d96dacdec49de3..b0bb00050f603289b923ab1227bdf3a943ffc45e 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/JobLog.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/JobLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/KeyMatch.java b/src/main/java/org/codelibs/fess/es/config/exentity/KeyMatch.java index 0912643889718cb6c7c8ea30bfe40c4665a32442..b56f7a255de0ba2cdffbeb6d1789aeb45b35d71c 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/KeyMatch.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/KeyMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/LabelToRole.java b/src/main/java/org/codelibs/fess/es/config/exentity/LabelToRole.java index f900862b80fb7ac0612ff3f4d3ac642121df9e23..047ac6279c6ba0380a873b1cefc9bc163867afc0 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/LabelToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/LabelToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/LabelType.java b/src/main/java/org/codelibs/fess/es/config/exentity/LabelType.java index 5b2101858bbf1c6cce6babaf58bd0d2aa0cb2953..bb5bfe64cb613045d050ad15970f1111dbf7379a 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/LabelType.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/LabelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/PathMapping.java b/src/main/java/org/codelibs/fess/es/config/exentity/PathMapping.java index 41fcc7c86c98233984f9826e728d9c19fb5991a2..7c50838238679d1f6f4f6628dd9d5533c290387a 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/PathMapping.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/PathMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/RequestHeader.java b/src/main/java/org/codelibs/fess/es/config/exentity/RequestHeader.java index 5d9e5b4536d5e7b263ad44618ca35e6bf0bfe1c7..1ae44394fcd20df33038bd4b98c31508e03f761d 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/RequestHeader.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/RequestHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/RoleType.java b/src/main/java/org/codelibs/fess/es/config/exentity/RoleType.java index 379472a46ff6f1a6d6a753b3e4e9b1dfa28e3520..dee1afcbc1026aacbd4c8a9a497bfda74e8e5398 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/RoleType.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/RoleType.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/ScheduledJob.java b/src/main/java/org/codelibs/fess/es/config/exentity/ScheduledJob.java index 739fc3b659a147a114b3b6a4d9a491f109538b07..9ec5d3763a60a7f2069e0c22c57317320eee965e 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/ScheduledJob.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/ScheduledJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/ThumbnailQueue.java b/src/main/java/org/codelibs/fess/es/config/exentity/ThumbnailQueue.java index e96a5071064d786f2c635e19fe55ddb491454151..e55d8625a02531624935abe84b48c070be343765 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/ThumbnailQueue.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/ThumbnailQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/WebAuthentication.java b/src/main/java/org/codelibs/fess/es/config/exentity/WebAuthentication.java index 94dc028b8471c696644ca975e0831f24bd37cd87..7856a7a2d0f219235c5e2f24a6d21f94587eeed0 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/WebAuthentication.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/WebAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java b/src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java index 738bd085ee4ee0e33c78772f3013a9aee742e12e..dba192b40eebdf52ba7f6950770555c146a0f76d 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToLabel.java b/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToLabel.java index 746300f40fc757671b043a5336c7648832a92c6b..e2c6e617be8d870de899c90cd0c1ef8ae13981aa 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToLabel.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToRole.java b/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToRole.java index 9caaa7295285f6ddadc42ed6037cc878cc9129df..ebf5259db73933e79db196dc821d08c5269a2697 100644 --- a/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToRole.java +++ b/src/main/java/org/codelibs/fess/es/config/exentity/WebConfigToRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java index a798d558291fe83d8e59be86bad74e6e518d510d..1f56d8087841340a38a1799936d3781bcc41517a 100644 --- a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java +++ b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionAggregation.java b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionAggregation.java index 74d82a7f168eebfa810ca67d13c9a7d55d92d2b7..e380a488c09e0c5a3c985ca5e20dcfef1af1b351 100644 --- a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionAggregation.java +++ b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionAggregation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java index 7f5adc18d4d6811ed67cd8e2924f39699c85965a..22fd979e08db82a9b9d15674a299630beb410bcd 100644 --- a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java +++ b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionQuery.java b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionQuery.java index 7641c73bc228555d823cc2fcf836978b0efd2782..9c18a4a39a933967e746b1f2c034d19a19350573 100644 --- a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionQuery.java +++ b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractEntity.java b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractEntity.java index bfcdacf81a75fbfcc358796d28d30e33b1ea2e7d..2a9f23541733ce56c176d98d28060a92810b4991 100644 --- a/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractEntity.java +++ b/src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/allcommon/EsPagingResultBean.java b/src/main/java/org/codelibs/fess/es/log/allcommon/EsPagingResultBean.java index 1c810971255738dedbe9e2aa411500260e0ed374..fd795a7c25b80d4ca63c25822225d83643ef5683 100644 --- a/src/main/java/org/codelibs/fess/es/log/allcommon/EsPagingResultBean.java +++ b/src/main/java/org/codelibs/fess/es/log/allcommon/EsPagingResultBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/allcommon/EsSqlClause.java b/src/main/java/org/codelibs/fess/es/log/allcommon/EsSqlClause.java index 9750dd99fc3360ef7e41ed9327b15ac06fa4f7f1..0908834963208b5ec0ceebf93e643706cfd232cb 100644 --- a/src/main/java/org/codelibs/fess/es/log/allcommon/EsSqlClause.java +++ b/src/main/java/org/codelibs/fess/es/log/allcommon/EsSqlClause.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsClickLogBhv.java b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsClickLogBhv.java index 4550c2435140843fc336379827a76227a50a466d..1d354562de68887d80cbfe3c5ebf5cc2aeb92214 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsClickLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsClickLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsFavoriteLogBhv.java b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsFavoriteLogBhv.java index 0f30c5826497e4a5f5343dcdbfce0a08aee25a5a..6f8ad7fcc76baed239ce6cc0fbbf0dedf0da99af 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsFavoriteLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsFavoriteLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchFieldLogBhv.java b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchFieldLogBhv.java index bd7f875c2bca07dc17931275075bbf0157737f6d..3a07d91324587e00a7f001f7091c03100f461e68 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchFieldLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchFieldLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchLogBhv.java b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchLogBhv.java index 5c6190c7d7e84d876519b8282e519f661aaa264e..e3ea53942b3272d822b150dedbb88b2d4aee9558 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsUserInfoBhv.java b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsUserInfoBhv.java index b104cde2f06995e215eeec85038139cb9ed58741..209a14cfb4599977a15aec97b1d19aeaaa99980b 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsbhv/BsUserInfoBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/bsbhv/BsUserInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/BsClickLog.java b/src/main/java/org/codelibs/fess/es/log/bsentity/BsClickLog.java index 4db014d004194869ff47101b4235970e8523c780..f17ab1575fea7ed3204562af8c661dc925367d0a 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/BsClickLog.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/BsClickLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/BsFavoriteLog.java b/src/main/java/org/codelibs/fess/es/log/bsentity/BsFavoriteLog.java index 398f155d72fc60fc536f33c2ebbeeed54d86dbe8..2f13990c927fcb556983c139bb8a6749982a7123 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/BsFavoriteLog.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/BsFavoriteLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchFieldLog.java b/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchFieldLog.java index db59482a4300ec6e9e2dffebbbb784111b2d35db..105c423a6bfb3f57daca62365d2b3317cbc96e5e 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchFieldLog.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchFieldLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchLog.java b/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchLog.java index 938c524fe25c9b5bc4dbc5bf77826d375f611256..03073b4ecbf591cb44fb2bfe905e3cf85525164b 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchLog.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/BsUserInfo.java b/src/main/java/org/codelibs/fess/es/log/bsentity/BsUserInfo.java index ea41473b58c7928d96bae24b00b91bbb90c2ad26..5af68addfcb73ebb5ecb1fd62be36ff67f05aabc 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/BsUserInfo.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/BsUserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/ClickLogDbm.java b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/ClickLogDbm.java index 334beabc72d35a1038f888588e3a2dd8e1e3c06e..e1427061142e2342870634caaed5d1ea62dfa4cd 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/ClickLogDbm.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/ClickLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/FavoriteLogDbm.java b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/FavoriteLogDbm.java index f7552d054f467b50d9744fa8f6f1c9802a8b52d1..48a6f54e605ca37ae4e8ab12c77d771b3e95da83 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/FavoriteLogDbm.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/FavoriteLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchFieldLogDbm.java b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchFieldLogDbm.java index da209c411705b473de343e6c800329362aa0d7d6..c3ecbd4eaf3e76f4cb19e6c1c2be16cde413a644 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchFieldLogDbm.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchFieldLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchLogDbm.java b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchLogDbm.java index 6c15a01ab3d667532a795dc564ebecd1594214b5..eec8cf7208d9a730ff3d0824a79f3021174b28ab 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchLogDbm.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchLogDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/UserInfoDbm.java b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/UserInfoDbm.java index f01115f6d808425c136b93262e8d54e4ca2f83fb..6a4f3bee4b7317f00e9d595fac59aea2e1030d23 100644 --- a/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/UserInfoDbm.java +++ b/src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/UserInfoDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ClickLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/ClickLogCB.java index 0da6b443e78a2a11b2ab9a6369483abe5ae98e0d..4730cb94c7bc2362be3562c382d3855eae4b19dc 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ClickLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ClickLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/FavoriteLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/FavoriteLogCB.java index 04baf05892ed17aa01b1236b4e5075eef904d882..53d1da74e0f6054cc751d8f8146efa314059e0a1 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/FavoriteLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/FavoriteLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/SearchFieldLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/SearchFieldLogCB.java index fbfc3f5ddcdce53681779a0dfea6a092a8cbea5f..03de030a4ef8f8d09fe1aae1a4b29f49e67fe72e 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/SearchFieldLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/SearchFieldLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/SearchLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/SearchLogCB.java index 7ed0e1d83c5160a54c1cdf305d9e876ede1b260e..246fa13d969fc8b6290baeb401719eeb61c1c33f 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/SearchLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/SearchLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/UserInfoCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/UserInfoCB.java index e78b7421e01e2ecd7904e303a27d59e252ad6aa5..d3f7a8ee0502dfdda68aae63eec0b5d0b65cd6f1 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/UserInfoCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/UserInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java index e087b66d22ee8696d9b9a10d455babfe642071bf..22b5aae9912d83607c607431e2cecf34ebe111bd 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsFavoriteLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsFavoriteLogCB.java index 4c69a95a43484d375679ea36a296f6a4b1b88ddb..76e1c3e33af4f5b6cbeacaf807ad858e54acd4fc 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsFavoriteLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsFavoriteLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchFieldLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchFieldLogCB.java index 1a5f081542e6652c7feb51bfa7ef92e952f880a9..d61550448494fa936155e301c52a7450b0ca902b 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchFieldLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchFieldLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchLogCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchLogCB.java index 174de06f610ea88062151dc7273776b73f35da2b..6407c2d4b048f42dfc6fdcd4cfc4f9026a33ccf9 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchLogCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchLogCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsUserInfoCB.java b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsUserInfoCB.java index f1efa02d4b2dd034b762e2f92abd2b43d8728130..13f25cff6a1ed3736c2ee6cd1c4be00876012a5b 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsUserInfoCB.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/bs/BsUserInfoCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/ClickLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/ClickLogCA.java index b8ebbbbc33faff09eca98dbd9959c9097e9377bd..f4c40924fc4e7caf2090ce56dbd4dfc5523731e0 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/ClickLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/ClickLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/FavoriteLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/FavoriteLogCA.java index 7a7a35280daff82d23a0adb00c20b9b0407c6625..4cc922df518503158434bbd49ec1f76cdfc31c39 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/FavoriteLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/FavoriteLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchFieldLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchFieldLogCA.java index e4e78f0fd9e76abd6e5230c1fe71d9c4d2fd4585..84e5aa2dd11b7b0d2e86541c114a153218def452 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchFieldLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchFieldLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchLogCA.java index 128b13fb3bb3451150a98e53e9f828d880b4c793..1421aae9a272869c4158e548ac600f2e25d9ff79 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/SearchLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/UserInfoCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/UserInfoCA.java index 74d9949a39f40a0dcd950465dacc9b7418768d0c..91eef0a6f6179d20aa8cd94af9c6a66e81955e44 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/UserInfoCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/UserInfoCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsClickLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsClickLogCA.java index 256bf9263d42bacdb8d5cc359101a7f4b4cd25f7..0c9f5d3a5448c3decc05471b40403f7a114f14bb 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsClickLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsClickLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsFavoriteLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsFavoriteLogCA.java index 256b41e9b3b41054615a11c9abad8eaa129c2c88..077d52c833233e9a98510afe6130715952754f2d 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsFavoriteLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsFavoriteLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchFieldLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchFieldLogCA.java index e03c32ad554825cb276abe751c79f7a14af8f15f..793b39f8d59bac541f6dbf7c1ffcea5030136a9f 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchFieldLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchFieldLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchLogCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchLogCA.java index 6e17ef8a80a747d1983d20b13220e4b091c74f70..6ea0ab73d88e02d399f69ae8f5b3988c52addfa7 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchLogCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchLogCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsUserInfoCA.java b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsUserInfoCA.java index d141cebb45c99e7a7bf24e70bd7c5a1677d4e8fd..d086bf172089740e4090069851b379eb08850339 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsUserInfoCA.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsUserInfoCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/ClickLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/ClickLogCQ.java index c1b2eb2fccfb04df3551718eb6f16360c5b7a35a..aa975a33efa5c925f56b526895828bab1ae3be37 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/ClickLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/ClickLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/FavoriteLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/FavoriteLogCQ.java index 7b1e8df5fc54caa6c0563f3973570abaa0e19bd8..161f41a2c639cde21bcd165ab5f892aae426ce24 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/FavoriteLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/FavoriteLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchFieldLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchFieldLogCQ.java index f97beeb5956be403e62146a3b59ab854fe550d2f..17eb56984b99d16663d568c2320bce3d6e55e7fc 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchFieldLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchFieldLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchLogCQ.java index a23293b1b7bba302c3eb195524236d526fb6db73..4f75982e5f188214003c43f7d9dab0a792be5635 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/UserInfoCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/UserInfoCQ.java index c05f09020b33dff8a2ddf091d1659bf63a1c542c..3e48f8291dfa3b248971c5d926b0c74bbec63303 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/UserInfoCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/UserInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsClickLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsClickLogCQ.java index ce4f2444689baab95b353f3bf517ccf35411bc85..054ee23effd8bef6f995bd6b7ed596de71a76e9d 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsClickLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsClickLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsFavoriteLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsFavoriteLogCQ.java index aa6d588fa95a09c7a220075beeceed4907e76a5b..53e796fa40ab4cc25a730cca6c2b856f09361c66 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsFavoriteLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsFavoriteLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchFieldLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchFieldLogCQ.java index c0f14e51d44dc5a8100456efd35750f8ea614236..acc714dae877df0e9c058d15d61e2dc3aafe2291 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchFieldLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchFieldLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java index 849f3a71f627f1bb0946b22f39edd2eb213fb228..2c1a964503536df432cdd5b7d4f23a3d2588ce53 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsUserInfoCQ.java b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsUserInfoCQ.java index 6c21e04a2eb99501ee15ae00886684ca2640dd82..933feb12e92bc8faf2eeb218cf45ef900f0bd79a 100644 --- a/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsUserInfoCQ.java +++ b/src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsUserInfoCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exbhv/ClickLogBhv.java b/src/main/java/org/codelibs/fess/es/log/exbhv/ClickLogBhv.java index 64152cdff45b335cd612fa1bac886652bcaf90e4..9705d563d7454bf02b269855c50b197575886295 100644 --- a/src/main/java/org/codelibs/fess/es/log/exbhv/ClickLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/exbhv/ClickLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exbhv/FavoriteLogBhv.java b/src/main/java/org/codelibs/fess/es/log/exbhv/FavoriteLogBhv.java index 3143f0aac69b4d9ab49b1377d4da4955ae7774a8..b9d7a785aded4d27fb2320b654e012c46df48283 100644 --- a/src/main/java/org/codelibs/fess/es/log/exbhv/FavoriteLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/exbhv/FavoriteLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exbhv/SearchFieldLogBhv.java b/src/main/java/org/codelibs/fess/es/log/exbhv/SearchFieldLogBhv.java index 00074ca6afd87a1f21dfccaeab62cd5a3f51a435..93694de3861f3eca8a9b04178fa5e82854d52c46 100644 --- a/src/main/java/org/codelibs/fess/es/log/exbhv/SearchFieldLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/exbhv/SearchFieldLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exbhv/SearchLogBhv.java b/src/main/java/org/codelibs/fess/es/log/exbhv/SearchLogBhv.java index 0a3a6eb43716ce287f3ffef9c55f1e4f59991fed..fdac965cf8c259c01b7e1dd07ed60e47db3a8d77 100644 --- a/src/main/java/org/codelibs/fess/es/log/exbhv/SearchLogBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/exbhv/SearchLogBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exbhv/UserInfoBhv.java b/src/main/java/org/codelibs/fess/es/log/exbhv/UserInfoBhv.java index febf428305051ed5064a59275f80a026b7957965..fb99e3ab013ae05f2c724f98664806d6309ae101 100644 --- a/src/main/java/org/codelibs/fess/es/log/exbhv/UserInfoBhv.java +++ b/src/main/java/org/codelibs/fess/es/log/exbhv/UserInfoBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exentity/ClickLog.java b/src/main/java/org/codelibs/fess/es/log/exentity/ClickLog.java index d7d6ef8f7d59d0f44c8fa2a8d44886cbed71bf49..646ff58f8d4c36ea49e6db9db0eb383fd693941d 100644 --- a/src/main/java/org/codelibs/fess/es/log/exentity/ClickLog.java +++ b/src/main/java/org/codelibs/fess/es/log/exentity/ClickLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exentity/FavoriteLog.java b/src/main/java/org/codelibs/fess/es/log/exentity/FavoriteLog.java index 085719ecbe65eed08b07b4744cbb54b9e4087956..23a426ee79ef7f278e25bc617c186df93fbd79b7 100644 --- a/src/main/java/org/codelibs/fess/es/log/exentity/FavoriteLog.java +++ b/src/main/java/org/codelibs/fess/es/log/exentity/FavoriteLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exentity/SearchFieldLog.java b/src/main/java/org/codelibs/fess/es/log/exentity/SearchFieldLog.java index f34c4d3ab0b0227d531934222435763285ad89bb..60b7009d6f684536d745f5eaabec6cb36c4b987d 100644 --- a/src/main/java/org/codelibs/fess/es/log/exentity/SearchFieldLog.java +++ b/src/main/java/org/codelibs/fess/es/log/exentity/SearchFieldLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exentity/SearchLog.java b/src/main/java/org/codelibs/fess/es/log/exentity/SearchLog.java index e36a5f3a683922598a8db83b2d72f265902280ea..cb2694e0ec0095f95fe4898e986ce8f849697ec8 100644 --- a/src/main/java/org/codelibs/fess/es/log/exentity/SearchLog.java +++ b/src/main/java/org/codelibs/fess/es/log/exentity/SearchLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/log/exentity/UserInfo.java b/src/main/java/org/codelibs/fess/es/log/exentity/UserInfo.java index 1a82cf39875be5ab28e94d3f197d940ef3af3407..68431cb4af544ce82a8aa579ef172f45528d459e 100644 --- a/src/main/java/org/codelibs/fess/es/log/exentity/UserInfo.java +++ b/src/main/java/org/codelibs/fess/es/log/exentity/UserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java index 77afd6075e9b256e7203892dafd3d6ede0ff5b79..d1ba9b3b6b2d360605ed208513069cb0d11d0af5 100644 --- a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java +++ b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionAggregation.java b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionAggregation.java index bf69ec93694ed6b0407634457d535ad86b14fcde..f74e70e9e4796e98a531ef259fe391b58c105f06 100644 --- a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionAggregation.java +++ b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionAggregation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java index 3f874d4f67943efc8c89f8ad6c3558badeb8f7d3..5427963858fb535309cfbc0f8a4985746d13297f 100644 --- a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java +++ b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java index 66b8c90def8818b3b2fbe9b7a04b16228bf3d6af..4a934c8c243602275e29b2266148323f4649dd6a 100644 --- a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java +++ b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractEntity.java b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractEntity.java index 30f444f4ea65b18afae8a8ca4e7ebeb34117607d..6d4aa3bbf7b1c6a167cf2a2cbea87bb6a6b14c05 100644 --- a/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractEntity.java +++ b/src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/allcommon/EsPagingResultBean.java b/src/main/java/org/codelibs/fess/es/user/allcommon/EsPagingResultBean.java index abb53861d68d0eab91bf3c278c41ab713a904147..3a3dda3665e0677a4aed93768294a106e7b0e9ba 100644 --- a/src/main/java/org/codelibs/fess/es/user/allcommon/EsPagingResultBean.java +++ b/src/main/java/org/codelibs/fess/es/user/allcommon/EsPagingResultBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/allcommon/EsSqlClause.java b/src/main/java/org/codelibs/fess/es/user/allcommon/EsSqlClause.java index 21e93362425966b92a24cd0290ac198c4a2871e1..da30a296707dd6af474a1041528366c157cb11f4 100644 --- a/src/main/java/org/codelibs/fess/es/user/allcommon/EsSqlClause.java +++ b/src/main/java/org/codelibs/fess/es/user/allcommon/EsSqlClause.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsbhv/BsGroupBhv.java b/src/main/java/org/codelibs/fess/es/user/bsbhv/BsGroupBhv.java index 6413eace3c826aeb7d6c25d50ed260e8b8929660..83c7cc362b564d210d2688a0da962e9f71c4d735 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsbhv/BsGroupBhv.java +++ b/src/main/java/org/codelibs/fess/es/user/bsbhv/BsGroupBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsbhv/BsRoleBhv.java b/src/main/java/org/codelibs/fess/es/user/bsbhv/BsRoleBhv.java index 88c19a1cdbd3412dffa23466865c7d51f9c6bfa5..7f012409da03217769df01fc53f1a4f54636c1d7 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsbhv/BsRoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/user/bsbhv/BsRoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java b/src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java index 5a7eabb30e7e4e7a4a2c3880bbe110bcd8ae4db5..3886396b0fa80f79c17d34ec5dd7dbc0a02ab874 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java +++ b/src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsentity/BsGroup.java b/src/main/java/org/codelibs/fess/es/user/bsentity/BsGroup.java index 1938c1039b64da5aaf79511129418a0bb5aaceb0..a0934e04f23185f98f70f05206a0b2c39e813f8a 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsentity/BsGroup.java +++ b/src/main/java/org/codelibs/fess/es/user/bsentity/BsGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsentity/BsRole.java b/src/main/java/org/codelibs/fess/es/user/bsentity/BsRole.java index 3f6531b8dde88a546e2a9fb7781e9fba0e0e3588..09a67fb36ca2767b661d8aae9ff8a316b1461154 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsentity/BsRole.java +++ b/src/main/java/org/codelibs/fess/es/user/bsentity/BsRole.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java b/src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java index b3efff87ae4d665c66ef75b9278cd291ea24dad4..7465f0234f3bd1a82d6409a30d5afd1a945401b7 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java +++ b/src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/GroupDbm.java b/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/GroupDbm.java index 5dac83b71dccf5d2706009e106d9c4156d36f169..697fa97e4354bd40f77fa89723ed2a7c834c6da4 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/GroupDbm.java +++ b/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/GroupDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/RoleDbm.java b/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/RoleDbm.java index a973f1ed889568019ac8214e6f5be409375f20d3..db6a607580433ee9ef0cc31cf2c2e878ac954eae 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/RoleDbm.java +++ b/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/RoleDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java b/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java index d8e71e7cd7f5a8a97861c20ce38c9163d9036a6a..febb3ffcc94e4fe807c14fda4608c988fd91d4ca 100644 --- a/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java +++ b/src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/GroupCB.java b/src/main/java/org/codelibs/fess/es/user/cbean/GroupCB.java index a4b8ee4551b09fecc2572a6a1657cc3867b675f6..2fbb56b6f1351fa30358ecdc199d8785cf7895b8 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/GroupCB.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/GroupCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/RoleCB.java b/src/main/java/org/codelibs/fess/es/user/cbean/RoleCB.java index a0a3bfcbcb1b01821d03b91a1de9fbf75cd975d1..2a3ce32a78743af64c4e1d6604104429bcf5d45a 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/RoleCB.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/RoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/UserCB.java b/src/main/java/org/codelibs/fess/es/user/cbean/UserCB.java index bb5f50a4343bdd297288f911a07fad064efbe88c..d113db1fb8462b03bbafa694c861824dcc05284b 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/UserCB.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/UserCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsGroupCB.java b/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsGroupCB.java index 6ebf896de712aa714ff1e3d78566791a19073734..250840cc0146a62f2bd58403e59d78a71c27a6c5 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsGroupCB.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsGroupCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsRoleCB.java b/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsRoleCB.java index 891805409b88bef8d6c4679df9779a21fa2bb0fe..21ff11ea729c7703f6b60a3c40ee4bfeb11ef60c 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsRoleCB.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsRoleCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java b/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java index 233614dac242c277bca731874b783737d841bdae..cefbfe4ce8e20cca4b47c2550b6afca672780cb4 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/ca/GroupCA.java b/src/main/java/org/codelibs/fess/es/user/cbean/ca/GroupCA.java index 30323f43e001af85ace4ee396a3e3aa4a2fb03e7..39a8a3b6a50fb043e8ba8340721be9fb98467c8f 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/ca/GroupCA.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/ca/GroupCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/ca/RoleCA.java b/src/main/java/org/codelibs/fess/es/user/cbean/ca/RoleCA.java index 00b33f45c847f1367dda414d8b1ca03ac218b0db..053707d6c941f6c72994e3a783ec61efb34a50c2 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/ca/RoleCA.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/ca/RoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/ca/UserCA.java b/src/main/java/org/codelibs/fess/es/user/cbean/ca/UserCA.java index 2d09e08bd370e37c86a6409fe9b640a923ab4099..4b059867110217bedd3859ffc3f5829d4cd979f7 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/ca/UserCA.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/ca/UserCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsGroupCA.java b/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsGroupCA.java index 0dca13d129b3233624d2e0cb9cfe00a9dd212488..bf72a740bed49a0141e7f069d0dbf90044af03ad 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsGroupCA.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsGroupCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsRoleCA.java b/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsRoleCA.java index c48eb11377d2581806f0abb72f217a43b64bf369..860c4be2824b67845161e45a1bea444631320d78 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsRoleCA.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsRoleCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java b/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java index e75f6b56b7028d63583839c560c80832422a57aa..d44bb79830dd4b5271c737e0d338eb9c22108966 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/cq/GroupCQ.java b/src/main/java/org/codelibs/fess/es/user/cbean/cq/GroupCQ.java index a5af93ddf555e27276880ca4125a724205ebdd83..bd0c8a4517d0a5ffc6f4676a487938b3984b946b 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/cq/GroupCQ.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/cq/GroupCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/cq/RoleCQ.java b/src/main/java/org/codelibs/fess/es/user/cbean/cq/RoleCQ.java index 9d451571c6d4c5d8b9ebc77feef49470a3b80ca6..13bebc7a342652a5349f375988509842ae9a37df 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/cq/RoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/cq/RoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/cq/UserCQ.java b/src/main/java/org/codelibs/fess/es/user/cbean/cq/UserCQ.java index 40dbc1b9e9489cbbcb224c394f560970112c7118..b90872fec5ea6ea611a2dd1aa73a9b9eed8a77fe 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/cq/UserCQ.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/cq/UserCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsGroupCQ.java b/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsGroupCQ.java index 98e9117b494db273dd3efbf9a787e6bac9c614fc..8a874de42871d1aff03d3314c6e692885c41c661 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsGroupCQ.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsGroupCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsRoleCQ.java b/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsRoleCQ.java index a1dc756489846616dc883d4785806de545cf253c..dfac28ca56937c11173d95e3ae0b0c23dd06d9bc 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsRoleCQ.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsRoleCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java b/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java index 748b58bd5432e1b15d5c1e187a8a971738fff190..e03673d4ec03b8990c9939cadc42f389e1d1686b 100644 --- a/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java +++ b/src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/exbhv/GroupBhv.java b/src/main/java/org/codelibs/fess/es/user/exbhv/GroupBhv.java index a9eddd04faae9875a9ff811762076ff7091bc6c9..feb007fffeae87a0c0e26e0e88dbc5006186c1f3 100644 --- a/src/main/java/org/codelibs/fess/es/user/exbhv/GroupBhv.java +++ b/src/main/java/org/codelibs/fess/es/user/exbhv/GroupBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/exbhv/RoleBhv.java b/src/main/java/org/codelibs/fess/es/user/exbhv/RoleBhv.java index 175802f48404cbd3fcc975e37af1843058e8d295..6f1e380ca79b8784f0cf56be546de04d184a5b0c 100644 --- a/src/main/java/org/codelibs/fess/es/user/exbhv/RoleBhv.java +++ b/src/main/java/org/codelibs/fess/es/user/exbhv/RoleBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/exbhv/UserBhv.java b/src/main/java/org/codelibs/fess/es/user/exbhv/UserBhv.java index c1a12f65df46a94dd0d43253372f8e6cf8e03506..607099b85636a4d626c7f1fb0e820a9e249ff61b 100644 --- a/src/main/java/org/codelibs/fess/es/user/exbhv/UserBhv.java +++ b/src/main/java/org/codelibs/fess/es/user/exbhv/UserBhv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/exentity/Group.java b/src/main/java/org/codelibs/fess/es/user/exentity/Group.java index dab5f8fa049c99ebc441630ecf89dbf6c77c213f..9968aa1b11a1ecf4c7838077f12daacfcfe2818a 100644 --- a/src/main/java/org/codelibs/fess/es/user/exentity/Group.java +++ b/src/main/java/org/codelibs/fess/es/user/exentity/Group.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/exentity/Role.java b/src/main/java/org/codelibs/fess/es/user/exentity/Role.java index 3a3dd63bd09a34c4d8195050b27effa5d935a5d8..2943007101b1699de2e311c01ac5b00172893036 100644 --- a/src/main/java/org/codelibs/fess/es/user/exentity/Role.java +++ b/src/main/java/org/codelibs/fess/es/user/exentity/Role.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/es/user/exentity/User.java b/src/main/java/org/codelibs/fess/es/user/exentity/User.java index 48d475da88079f67d8fa3b79e0a646a6e009ab3c..d7df97564a06f53a7d3e90abda3c94eecbbf7636 100644 --- a/src/main/java/org/codelibs/fess/es/user/exentity/User.java +++ b/src/main/java/org/codelibs/fess/es/user/exentity/User.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java b/src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java index aaeacf77691805142f75cc40afb6082bb765931f..80afb0ce40ec7ff724e757a234df8697df0eb8cd 100644 --- a/src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java +++ b/src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/DataStoreCrawlingException.java b/src/main/java/org/codelibs/fess/exception/DataStoreCrawlingException.java index ed9693d1908d93dd00cffa5f4ff99524c6e6d736..52972186e5290cd23452fd434881898f13ebf1db 100644 --- a/src/main/java/org/codelibs/fess/exception/DataStoreCrawlingException.java +++ b/src/main/java/org/codelibs/fess/exception/DataStoreCrawlingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/DataStoreException.java b/src/main/java/org/codelibs/fess/exception/DataStoreException.java index 2a297a0b127b4af3cbd011da13253510dfb75514..7703689a57b49dadc5755e11d23e34ce5dfee16a 100644 --- a/src/main/java/org/codelibs/fess/exception/DataStoreException.java +++ b/src/main/java/org/codelibs/fess/exception/DataStoreException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/FessSystemException.java b/src/main/java/org/codelibs/fess/exception/FessSystemException.java index ffd60d2f7f6a9449801ea2c4a57e2228c8c9593b..0f0709aaeea03309db758ee69e077d2fe5a47528 100644 --- a/src/main/java/org/codelibs/fess/exception/FessSystemException.java +++ b/src/main/java/org/codelibs/fess/exception/FessSystemException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/FessUserNotFoundException.java b/src/main/java/org/codelibs/fess/exception/FessUserNotFoundException.java index ef43be1ab7e94cc611cc861f5b24cebd9b720301..ec45639200f90d562b55846476a045b72c950566 100644 --- a/src/main/java/org/codelibs/fess/exception/FessUserNotFoundException.java +++ b/src/main/java/org/codelibs/fess/exception/FessUserNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/InvalidAccessTokenException.java b/src/main/java/org/codelibs/fess/exception/InvalidAccessTokenException.java index 53cccaa775bdc40bdbca879fe30306be008210ea..cf879e505cd8d461ce10f8880d2af242f38799f1 100644 --- a/src/main/java/org/codelibs/fess/exception/InvalidAccessTokenException.java +++ b/src/main/java/org/codelibs/fess/exception/InvalidAccessTokenException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/InvalidQueryException.java b/src/main/java/org/codelibs/fess/exception/InvalidQueryException.java index 856c9296fdecf5a66fefcfdf523d0ff09b9d647d..c610b8889f9d80f02e4616f083d78a4c581f5a4e 100644 --- a/src/main/java/org/codelibs/fess/exception/InvalidQueryException.java +++ b/src/main/java/org/codelibs/fess/exception/InvalidQueryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/JobProcessingException.java b/src/main/java/org/codelibs/fess/exception/JobProcessingException.java index 3738f03f07594b556049a185d6887cb00363ade9..8fb5e287e4d902e4772752c62a0449832171f5a1 100644 --- a/src/main/java/org/codelibs/fess/exception/JobProcessingException.java +++ b/src/main/java/org/codelibs/fess/exception/JobProcessingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/LdapOperationException.java b/src/main/java/org/codelibs/fess/exception/LdapOperationException.java index 3ef7522f51205a0933981cbea5aafe8b80bd962c..c27cc18090dc4ee55ef023fdaff7d979a70d38a2 100644 --- a/src/main/java/org/codelibs/fess/exception/LdapOperationException.java +++ b/src/main/java/org/codelibs/fess/exception/LdapOperationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/ResultOffsetExceededException.java b/src/main/java/org/codelibs/fess/exception/ResultOffsetExceededException.java index 02610fdc7742d94f2a231807b08af5594ab7c5f6..c78c608d174287e15005e112befbbc723f320008 100644 --- a/src/main/java/org/codelibs/fess/exception/ResultOffsetExceededException.java +++ b/src/main/java/org/codelibs/fess/exception/ResultOffsetExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/SearchQueryException.java b/src/main/java/org/codelibs/fess/exception/SearchQueryException.java index 6b1a301cc883e10b11c9e656c552fae95b148911..721f09b4a6d7335ac5762b57088c7fef8128e0ea 100644 --- a/src/main/java/org/codelibs/fess/exception/SearchQueryException.java +++ b/src/main/java/org/codelibs/fess/exception/SearchQueryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/ServletRuntimeException.java b/src/main/java/org/codelibs/fess/exception/ServletRuntimeException.java index d6c8b96f8ed9b370c95fd078d0faf4f56749fe9c..ed63a50ee60ed690ad3e860d2e50833e395428f6 100644 --- a/src/main/java/org/codelibs/fess/exception/ServletRuntimeException.java +++ b/src/main/java/org/codelibs/fess/exception/ServletRuntimeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/SsoLoginException.java b/src/main/java/org/codelibs/fess/exception/SsoLoginException.java index ad564024c0c6f5bd084d3c1efb5f68068f407663..ad4e4c58cc492a72cd711d4fc98eb87331351b5b 100644 --- a/src/main/java/org/codelibs/fess/exception/SsoLoginException.java +++ b/src/main/java/org/codelibs/fess/exception/SsoLoginException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/UnsupportedSearchException.java b/src/main/java/org/codelibs/fess/exception/UnsupportedSearchException.java index 8e023bb1f200fb53c73876dc3d9b0b646e66622f..ea1afc2ee82d75f1c3d3095ad6fbc15f312d011a 100644 --- a/src/main/java/org/codelibs/fess/exception/UnsupportedSearchException.java +++ b/src/main/java/org/codelibs/fess/exception/UnsupportedSearchException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java b/src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java index 41a725df33a934b7f0dda2d23988d239e9d586c3..20cc129fb0130760d9b4f668842912554143b662 100644 --- a/src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java +++ b/src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exception/WebApiException.java b/src/main/java/org/codelibs/fess/exception/WebApiException.java index 0a5ce674fe7edb3fd3418b498a91a819b8fd01b7..2da085d87643bc5b0afbb19b6a0d741189bb37bd 100644 --- a/src/main/java/org/codelibs/fess/exception/WebApiException.java +++ b/src/main/java/org/codelibs/fess/exception/WebApiException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exec/Crawler.java b/src/main/java/org/codelibs/fess/exec/Crawler.java index 6c9d245320774bb7ec8d22a099805b764c524926..2ce32e6ef3cf1dde22bcc09bba4faf5b049e699c 100644 --- a/src/main/java/org/codelibs/fess/exec/Crawler.java +++ b/src/main/java/org/codelibs/fess/exec/Crawler.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/exec/SuggestCreator.java b/src/main/java/org/codelibs/fess/exec/SuggestCreator.java index f428dc69ff086c4356be4e8aeb054d86a3187923..83c87181f771e1c1bdbb15117c974aa527962098 100644 --- a/src/main/java/org/codelibs/fess/exec/SuggestCreator.java +++ b/src/main/java/org/codelibs/fess/exec/SuggestCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/filter/EncodingFilter.java b/src/main/java/org/codelibs/fess/filter/EncodingFilter.java index 3f40cc7ac3d5e281373f09ab3d3d7adf15e291ce..80c59988ea14a2f7732c61458e7077e8ecc61a27 100644 --- a/src/main/java/org/codelibs/fess/filter/EncodingFilter.java +++ b/src/main/java/org/codelibs/fess/filter/EncodingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/filter/WebApiFilter.java b/src/main/java/org/codelibs/fess/filter/WebApiFilter.java index b76f6f542621905a3fbf27f3d231dc691261f57b..eebc359c44d818c2fec8ae4e12155aafd24dc7dd 100644 --- a/src/main/java/org/codelibs/fess/filter/WebApiFilter.java +++ b/src/main/java/org/codelibs/fess/filter/WebApiFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/ActivityHelper.java b/src/main/java/org/codelibs/fess/helper/ActivityHelper.java index e53c0aec7cfc6f0807d08ce792a12166f532c1c4..c78ca108638a3358cc183222318907b592889f0f 100644 --- a/src/main/java/org/codelibs/fess/helper/ActivityHelper.java +++ b/src/main/java/org/codelibs/fess/helper/ActivityHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/CrawlerLogHelper.java b/src/main/java/org/codelibs/fess/helper/CrawlerLogHelper.java index ea96f2be23fa7c274657b4ea44e64de255455d17..42aae3fd04284f02df10d72d5a9c2ab23be6b663 100644 --- a/src/main/java/org/codelibs/fess/helper/CrawlerLogHelper.java +++ b/src/main/java/org/codelibs/fess/helper/CrawlerLogHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java b/src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java index 4d798e5363c4bc4f17fb93c43d694bf8d010238d..da9b581bb8aa3398afbfea559e9e77053f191796 100644 --- a/src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java +++ b/src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java b/src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java index 2f5bf17a74c9222993507a19724abc92fd2b906f..fffc0d7644f3f6c83fbf62cf8df6469e1cda87f0 100644 --- a/src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java +++ b/src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -199,9 +199,9 @@ public class CrawlingInfoHelper { buf.append(String.join(",", roleTypeList)); } final String urlId = buf.toString().trim(); - StringBuilder encodedBuf = new StringBuilder(urlId.length() + 100); + final StringBuilder encodedBuf = new StringBuilder(urlId.length() + 100); for (int i = 0; i < urlId.length(); i++) { - char c = urlId.charAt(i); + final char c = urlId.charAt(i); if (c >= 'a' && c <= 'z' // || c >= 'A' && c <= 'Z' // || c >= '0' && c <= '9' // @@ -245,11 +245,11 @@ public class CrawlingInfoHelper { return id.substring(0, urlIdPrefixLength) + MessageDigestUtil.digest("SHA-256", id.substring(urlIdPrefixLength)); } - public void setMaxSessionIdsInList(int maxSessionIdsInList) { + public void setMaxSessionIdsInList(final int maxSessionIdsInList) { this.maxSessionIdsInList = maxSessionIdsInList; } - public void setUrlIdPrefixLength(int urlIdPrefixLength) { + public void setUrlIdPrefixLength(final int urlIdPrefixLength) { this.urlIdPrefixLength = urlIdPrefixLength; } diff --git a/src/main/java/org/codelibs/fess/helper/DataIndexHelper.java b/src/main/java/org/codelibs/fess/helper/DataIndexHelper.java index 9c122cc4172371045512d7a2c5b3c695565aacdd..9190098dec9ef82da622a805d7ea7ff54f5a12e6 100644 --- a/src/main/java/org/codelibs/fess/helper/DataIndexHelper.java +++ b/src/main/java/org/codelibs/fess/helper/DataIndexHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/DocumentHelper.java b/src/main/java/org/codelibs/fess/helper/DocumentHelper.java index 90a9dfec4bdecbf53353c9a28406840693ff4258..b8c8ffb86307dc2fed1fce97f84553d0f866106f 100644 --- a/src/main/java/org/codelibs/fess/helper/DocumentHelper.java +++ b/src/main/java/org/codelibs/fess/helper/DocumentHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java b/src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java index 2f443d46b595c2b910b43b5b477578f53d62982c..695bd58f3aa396b7e764e2351e59f03d2e3f61c8 100644 --- a/src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java +++ b/src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/FileTypeHelper.java b/src/main/java/org/codelibs/fess/helper/FileTypeHelper.java index b47acb1743a90b7367b5dcf893e780ef708e2b2c..92e37345ccefa6b79cd4897df2c979156dd8a09f 100644 --- a/src/main/java/org/codelibs/fess/helper/FileTypeHelper.java +++ b/src/main/java/org/codelibs/fess/helper/FileTypeHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/IndexingHelper.java b/src/main/java/org/codelibs/fess/helper/IndexingHelper.java index aaf1059b8328714b7c335e4d1bcbd79ab6a04734..c35a76dacef39f0a983f73fb75291078968a659d 100644 --- a/src/main/java/org/codelibs/fess/helper/IndexingHelper.java +++ b/src/main/java/org/codelibs/fess/helper/IndexingHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java b/src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java index 4c834d0f0f4de663630ed94f56e2411bb66589cf..3cfbfe07ef401aa5a8c33c448af6017d1b00be0b 100644 --- a/src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java +++ b/src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/JobHelper.java b/src/main/java/org/codelibs/fess/helper/JobHelper.java index 006a4c73a37db94a8d193b90107338df2e58d0fe..d9eca87ef524525e3796825213ffd5666e27f54c 100644 --- a/src/main/java/org/codelibs/fess/helper/JobHelper.java +++ b/src/main/java/org/codelibs/fess/helper/JobHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java b/src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java index 50a7545f576807904900a4aef066ea21d9faab4d..cf5c6de15172bd13243b891d4c60f2417712fdc5 100644 --- a/src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java +++ b/src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java b/src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java index 6cf7912a4a44ae0de97f658728a6271e16453f39..1363c945d87b07c2e9c6a7db94ace15eaaa16a76 100644 --- a/src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java +++ b/src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/OpenSearchHelper.java b/src/main/java/org/codelibs/fess/helper/OpenSearchHelper.java index 06525867973a9d696ffff5340985d98ba4e0a5bd..907a9c8c9311e342403b3ac78d17f51b0ec31f2c 100644 --- a/src/main/java/org/codelibs/fess/helper/OpenSearchHelper.java +++ b/src/main/java/org/codelibs/fess/helper/OpenSearchHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/PathMappingHelper.java b/src/main/java/org/codelibs/fess/helper/PathMappingHelper.java index e56f5a644b97e33cf5edeecc573342ec413e7ac4..65f77d5a06d26bc4827a931457c5a2a9f926e0cb 100644 --- a/src/main/java/org/codelibs/fess/helper/PathMappingHelper.java +++ b/src/main/java/org/codelibs/fess/helper/PathMappingHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/PermissionHelper.java b/src/main/java/org/codelibs/fess/helper/PermissionHelper.java index ed561c73e9957c440e53a495c44476842ace63c5..0709c5ba81fb787fc71764a75aa71a96cdd16b50 100644 --- a/src/main/java/org/codelibs/fess/helper/PermissionHelper.java +++ b/src/main/java/org/codelibs/fess/helper/PermissionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/PopularWordHelper.java b/src/main/java/org/codelibs/fess/helper/PopularWordHelper.java index 803edf88d98e758541439e0dff750a1904414cd0..45a8051dfba1d7333bd617ffc99faccea8b5f8b4 100644 --- a/src/main/java/org/codelibs/fess/helper/PopularWordHelper.java +++ b/src/main/java/org/codelibs/fess/helper/PopularWordHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/ProcessHelper.java b/src/main/java/org/codelibs/fess/helper/ProcessHelper.java index 536957cdda8d5eb4755480c19025e52a9e454463..7416ff3f9bf76d2ef1a8f6d71b69cca74f50c088 100644 --- a/src/main/java/org/codelibs/fess/helper/ProcessHelper.java +++ b/src/main/java/org/codelibs/fess/helper/ProcessHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -134,7 +134,7 @@ public class ProcessHelper { return runningProcessMap.keySet(); } - public void setProcessDestroyTimeout(int processDestroyTimeout) { + public void setProcessDestroyTimeout(final int processDestroyTimeout) { this.processDestroyTimeout = processDestroyTimeout; } diff --git a/src/main/java/org/codelibs/fess/helper/QueryHelper.java b/src/main/java/org/codelibs/fess/helper/QueryHelper.java index 315326774fbcdf1eb2c6b9a576df3dd3289fa866..995e8aa305050cac0d8457082601b8dd2b9edf19 100644 --- a/src/main/java/org/codelibs/fess/helper/QueryHelper.java +++ b/src/main/java/org/codelibs/fess/helper/QueryHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java b/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java index e6d094f515fc5639a7d46ee678fc275c1a9657f2..068f89a3172e559eb29c7f7fcbabb636358d750f 100644 --- a/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java +++ b/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -136,7 +136,7 @@ public class RoleQueryHelper { } catch (final RuntimeException e) { try { requestManager.findLoginManager(FessUserBean.class).ifPresent(manager -> manager.logout()); - } catch (Exception e1) { + } catch (final Exception e1) { // ignore } throw e; diff --git a/src/main/java/org/codelibs/fess/helper/SambaHelper.java b/src/main/java/org/codelibs/fess/helper/SambaHelper.java index 10cbff564717308163c1121f3ab787c76936b6b3..c9339ccc4ef34685363b4eeb96a123b28c240afd 100644 --- a/src/main/java/org/codelibs/fess/helper/SambaHelper.java +++ b/src/main/java/org/codelibs/fess/helper/SambaHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/SearchLogHelper.java b/src/main/java/org/codelibs/fess/helper/SearchLogHelper.java index c2b21d7f7672bcfbe956ede5e9b6213d79d6a5d2..4818a7fa8fef150311c0b25d38646ef512732cc6 100644 --- a/src/main/java/org/codelibs/fess/helper/SearchLogHelper.java +++ b/src/main/java/org/codelibs/fess/helper/SearchLogHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/SuggestHelper.java b/src/main/java/org/codelibs/fess/helper/SuggestHelper.java index 936ad87378ed29fc44e3474a8697c97e7341cf66..d5a0cff5259f1cc11e25439d3ba1af242108a807 100644 --- a/src/main/java/org/codelibs/fess/helper/SuggestHelper.java +++ b/src/main/java/org/codelibs/fess/helper/SuggestHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/SystemHelper.java b/src/main/java/org/codelibs/fess/helper/SystemHelper.java index aebc60804e8e93d444198b982da18cdd6cdca658..770c5e6585857c8d65006e75e6111631bf2894e4 100644 --- a/src/main/java/org/codelibs/fess/helper/SystemHelper.java +++ b/src/main/java/org/codelibs/fess/helper/SystemHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/UserAgentHelper.java b/src/main/java/org/codelibs/fess/helper/UserAgentHelper.java index 0857e94b9151218074a119b6469bf0455cee8940..4eaa6fc334f74a3b9edba8a23c4a75bf17a855a6 100644 --- a/src/main/java/org/codelibs/fess/helper/UserAgentHelper.java +++ b/src/main/java/org/codelibs/fess/helper/UserAgentHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/UserInfoHelper.java b/src/main/java/org/codelibs/fess/helper/UserInfoHelper.java index d1fa4c325581b564b01e18089cbd7155a6e9a60d..cd8f1df510611679ab0761d241a68e3902e7d9c4 100644 --- a/src/main/java/org/codelibs/fess/helper/UserInfoHelper.java +++ b/src/main/java/org/codelibs/fess/helper/UserInfoHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/helper/ViewHelper.java b/src/main/java/org/codelibs/fess/helper/ViewHelper.java index 155d3ac5af5016e02d64ae800dec82be407c56b0..b24c36c690a8b5abc8ef71fab883edde8c21ea48 100644 --- a/src/main/java/org/codelibs/fess/helper/ViewHelper.java +++ b/src/main/java/org/codelibs/fess/helper/ViewHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -97,9 +97,6 @@ public class ViewHelper { @Resource protected UserAgentHelper userAgentHelper; - @Deprecated - public int descriptionLength = 200; - public int titleLength = 50; public int sitePathLength = 50; @@ -110,9 +107,6 @@ public class ViewHelper { public String[] highlightedFields = new String[] { "hl_content", "digest" }; - @Deprecated - public boolean useHighlight = false; - public String originalHighlightTagPre = ""; public String originalHighlightTagPost = ""; diff --git a/src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java b/src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java index 94df4ebbb2806db49034a07aa07d11364adbf34f..7ec2823674c2b796001a22146ab38bee3c6de7e4 100644 --- a/src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java +++ b/src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -77,23 +77,6 @@ public class WebFsIndexHelper { private final List crawlerList = Collections.synchronizedList(new ArrayList()); - // needed? - @Deprecated - public void crawl(final String sessionId) { - final List webConfigList = webConfigService.getAllWebConfigList(); - final List fileConfigList = fileConfigService.getAllFileConfigList(); - - if (webConfigList.isEmpty() && fileConfigList.isEmpty()) { - // nothing - if (logger.isInfoEnabled()) { - logger.info("No crawling target urls."); - } - return; - } - - doCrawl(sessionId, webConfigList, fileConfigList); - } - public void crawl(final String sessionId, final List webConfigIdList, final List fileConfigIdList) { final boolean runAll = webConfigIdList == null && fileConfigIdList == null; final List webConfigList; diff --git a/src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java b/src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java index afd9e655107d4612e86a6e85cc13e1c44f216a39..feb412eff76946aeec17ac620cf937a0e4f711dd 100644 --- a/src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java +++ b/src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/indexer/IndexUpdater.java b/src/main/java/org/codelibs/fess/indexer/IndexUpdater.java index 0211f07cc873dcb6501a4083483196a38403fcc3..2d6531cbabff2178019ddbec5e005f53c562a6cc 100644 --- a/src/main/java/org/codelibs/fess/indexer/IndexUpdater.java +++ b/src/main/java/org/codelibs/fess/indexer/IndexUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/AggregateLogJob.java b/src/main/java/org/codelibs/fess/job/AggregateLogJob.java index 44de11b69c96e7034f7845ed369a29a4d2d8d092..4b43242e73fe90616e3379825db71020b33a12f0 100644 --- a/src/main/java/org/codelibs/fess/job/AggregateLogJob.java +++ b/src/main/java/org/codelibs/fess/job/AggregateLogJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/CrawlJob.java b/src/main/java/org/codelibs/fess/job/CrawlJob.java index 43856b4325408fe806fdf2fd287063944801c408..d9c8c2f95746502065653480203e73a4e63f158d 100644 --- a/src/main/java/org/codelibs/fess/job/CrawlJob.java +++ b/src/main/java/org/codelibs/fess/job/CrawlJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java b/src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java index 73df394b78f1259f6fdcba2c4977bbd9c0442436..e7792d77d43892863977276eaa60fa6885c65582 100644 --- a/src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java +++ b/src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/JobExecutor.java b/src/main/java/org/codelibs/fess/job/JobExecutor.java index d6bf6fdd627f22f7a9bd6798ceea1e8ea07ba27d..9cea13cc6c8a90848a71076b398d69c874180088 100644 --- a/src/main/java/org/codelibs/fess/job/JobExecutor.java +++ b/src/main/java/org/codelibs/fess/job/JobExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/PingEsJob.java b/src/main/java/org/codelibs/fess/job/PingEsJob.java index 3c777733b624712a9019ccfdfd255a209cbbda0d..b30049cc229c540d8bce581df96fc78aace42250 100644 --- a/src/main/java/org/codelibs/fess/job/PingEsJob.java +++ b/src/main/java/org/codelibs/fess/job/PingEsJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/PurgeDocJob.java b/src/main/java/org/codelibs/fess/job/PurgeDocJob.java index c0abe7a3b619d89d3f8d1e0fd84b1970e71fe38a..51dafb91ee1682738a344fb8ee22d41476dd1dff 100644 --- a/src/main/java/org/codelibs/fess/job/PurgeDocJob.java +++ b/src/main/java/org/codelibs/fess/job/PurgeDocJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/PurgeLogJob.java b/src/main/java/org/codelibs/fess/job/PurgeLogJob.java index 0946f1507fb4db73b2b5a6cf6355576d14117fc8..de88bcb01b106ae277ca0996d984ec10952ae0ce 100644 --- a/src/main/java/org/codelibs/fess/job/PurgeLogJob.java +++ b/src/main/java/org/codelibs/fess/job/PurgeLogJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/PurgeThumbnailJob.java b/src/main/java/org/codelibs/fess/job/PurgeThumbnailJob.java index c9680b88eb98119a29f245b0c6a209640624c84b..1cd302c6c1a2504d3171f3a3697a1a5830951b2e 100644 --- a/src/main/java/org/codelibs/fess/job/PurgeThumbnailJob.java +++ b/src/main/java/org/codelibs/fess/job/PurgeThumbnailJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/ScheduledJobException.java b/src/main/java/org/codelibs/fess/job/ScheduledJobException.java index b0b441d31d30a733993fd24a72d178152d0f5c38..bc9056c9e403d3f3999a158b189531657b0b2354 100644 --- a/src/main/java/org/codelibs/fess/job/ScheduledJobException.java +++ b/src/main/java/org/codelibs/fess/job/ScheduledJobException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/SuggestJob.java b/src/main/java/org/codelibs/fess/job/SuggestJob.java index dcc0ff28ce29bebbcf9f0f0612c10df9e77f7c23..b2c303349f34b9f974cfcb893801db920349eed0 100644 --- a/src/main/java/org/codelibs/fess/job/SuggestJob.java +++ b/src/main/java/org/codelibs/fess/job/SuggestJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/job/impl/GroovyExecutor.java b/src/main/java/org/codelibs/fess/job/impl/GroovyExecutor.java index 64f12124df1edd799c0a0f30b5e38a90f4f2669d..e71c2be52af18a28633ff095552560f212d61db4 100644 --- a/src/main/java/org/codelibs/fess/job/impl/GroovyExecutor.java +++ b/src/main/java/org/codelibs/fess/job/impl/GroovyExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ldap/LdapManager.java b/src/main/java/org/codelibs/fess/ldap/LdapManager.java index f7bd3138b7a97679d8037a0d51fac76b0fb58421..feca5ff184eb3d80edde9c06fb281d2cf461b346 100644 --- a/src/main/java/org/codelibs/fess/ldap/LdapManager.java +++ b/src/main/java/org/codelibs/fess/ldap/LdapManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/ldap/LdapUser.java b/src/main/java/org/codelibs/fess/ldap/LdapUser.java index bd126020880c34a779685ede31070a6643d09c72..9e8ba9d291b111c7194715d6429e09e1c147006a 100644 --- a/src/main/java/org/codelibs/fess/ldap/LdapUser.java +++ b/src/main/java/org/codelibs/fess/ldap/LdapUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java b/src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java index 20e51bb9025afd9f3ad9977a166ad6ffe4c94c9e..6d51b0aa5ff6efc14aa94769ac49696499c29bc3 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java index 9715686a45f01692f526986ca5cd3f54d00b4f0a..e3e53726d6ebe3503edc7a9892d112ee20d4aa04 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java b/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java index 914bdf8d26df220d531a6e053b609037ca675dae..f0174f088aa83300a21fd1af5028d039cb0924d8 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java b/src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java index e4e67c99feb66683f57b706de370886582d6392f..8bd497e20b5ae343e06cea428198623e716b2300 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/creator/PagerCreator.java b/src/main/java/org/codelibs/fess/mylasta/creator/PagerCreator.java index 712779cbf8d38a1dc888214a5061977c01bdaf0b..d266244969c24625d2cccc6af61e5a6bab1a01e5 100644 --- a/src/main/java/org/codelibs/fess/mylasta/creator/PagerCreator.java +++ b/src/main/java/org/codelibs/fess/mylasta/creator/PagerCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java b/src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java index 2bd7499aadd65e17d8ef70ea7ef3374923313f75..22ae15658afb45d556243341490bc59cf50ca881 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java b/src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java index 9601cdad1a14cd614f7d2a561717f6914f7e5d5c..45d44facefb6e70342f23bedde6044cc150fcb74 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java b/src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java index 774c37c529577b8795ab15a68746631877d320a3..f85b1be9d2d32e2683aea8b570d4d278ba4b2d05 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java b/src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java index 00d61bee146a6da475a60c889594ceb50d03ebe8..8d4b1c7cf33b65bb6dd4fcc04498eb7bb873dcb4 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -218,7 +218,7 @@ public interface FessProp { map = Collections.emptyMap(); } else { final Set keySet = new HashSet<>(); - map = split(value, "\n").get(stream -> (Map) stream.filter(StringUtil::isNotBlank).map(s -> { + map = split(value, "\n").get(stream -> stream.filter(StringUtil::isNotBlank).map(s -> { final String[] pair = s.split("="); if (pair.length == 1) { return new Pair<>(StringUtil.EMPTY, pair[0].trim()); @@ -769,20 +769,18 @@ public interface FessProp { @SuppressWarnings("unchecked") Map> params = (Map>) propMap.get(CRAWLER_METADATA_NAME_MAPPING); if (params == null) { - params = - split(getCrawlerMetadataNameMapping(), "\n").get( - stream -> (Map>) stream.filter(StringUtil::isNotBlank).map(v -> { - final String[] values = v.split("="); - if (values.length == 2) { - final String[] subValues = values[1].split(":"); - if (subValues.length == 2) { - return new Tuple3<>(values[0], subValues[0], subValues[1]); - } else { - return new Tuple3<>(values[0], values[1], Constants.MAPPING_TYPE_ARRAY); - } - } - return null; - }).collect(Collectors.toMap(Tuple3::getValue1, d -> new Pair<>(d.getValue2(), d.getValue3())))); + params = split(getCrawlerMetadataNameMapping(), "\n").get(stream -> stream.filter(StringUtil::isNotBlank).map(v -> { + final String[] values = v.split("="); + if (values.length == 2) { + final String[] subValues = values[1].split(":"); + if (subValues.length == 2) { + return new Tuple3<>(values[0], subValues[0], subValues[1]); + } else { + return new Tuple3<>(values[0], values[1], Constants.MAPPING_TYPE_ARRAY); + } + } + return null; + }).collect(Collectors.toMap(Tuple3::getValue1, d -> new Pair<>(d.getValue2(), d.getValue3())))); propMap.put(CRAWLER_METADATA_NAME_MAPPING, params); } return params.get(name); @@ -839,15 +837,13 @@ public interface FessProp { @SuppressWarnings("unchecked") Map params = (Map) propMap.get(QUERY_LANGUAGE_MAPPING); if (params == null) { - params = - stream(getQueryLanguageMapping().split("\n")).get( - stream -> (Map) stream.filter(StringUtil::isNotBlank).map(v -> { - final String[] values = v.split("="); - if (values.length == 2) { - return new Pair<>(values[0], values[1]); - } - return null; - }).collect(Collectors.toMap(Pair::getFirst, d -> d.getSecond()))); + params = stream(getQueryLanguageMapping().split("\n")).get(stream -> stream.filter(StringUtil::isNotBlank).map(v -> { + final String[] values = v.split("="); + if (values.length == 2) { + return new Pair<>(values[0], values[1]); + } + return null; + }).collect(Collectors.toMap(Pair::getFirst, d -> d.getSecond()))); propMap.put(QUERY_LANGUAGE_MAPPING, params); } diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessActionAdjustmentProvider.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessActionAdjustmentProvider.java index 03ae868fa19dbced002f47353f98930ffda060f0..80b9de1f8440d374873b73fa862084191c40af15 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessActionAdjustmentProvider.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessActionAdjustmentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java index 65e278fa572f487f1687602bbd0c81734415c9bc..8d5320d1e0870a63b8e2f8b3dabfd9fa99334ef9 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProvider.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProvider.java index 42f5b6101ccd0e0d02441187f45b7e49c9aaa282..d591d88df349636a15677aec94c28c1d6b7eeb6e 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProvider.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainBeforeHook.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainBeforeHook.java index 7080b6228a8cc7cec41801545c41c0e544f8e297..c3f8f9d0c4b3cfb291e35f0d57e976034277655e 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainBeforeHook.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainBeforeHook.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainFinallyHook.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainFinallyHook.java index 48a73e52aacdd3732e3b40089d40b72d4e79786f..f3e922902a87fa97c48d50ea373e9ff64c523d2f 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainFinallyHook.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainFinallyHook.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProvider.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProvider.java index 8cb31456506e7692981ed8a316fe806ce40cf961..88ae0db033d4a2f112afd69f24b72558d2cf00b5 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProvider.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java index b2ac739ad03639fae5225a931c93aabcd0c978a5..90e7e21dac99b2b6206d21896e95a933eb0e990a 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java index 0361763714df16c0e16b08c73cd7414f26b00dac..41f2c017a73046f93f21270b63fc6037b17550bb 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProvider.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProvider.java index 41d0ed1938df3cf9d91d4cbda0a5339d9768d2fe..ccf2960dcdfcc2e616e1dcf5746aba20226f40fa 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProvider.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProvider.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProvider.java index 17fce2cdb68172351bd91be83aad89b8fa796af5..1621007f98025ff1ec58a3eb2a1151330be00c9f 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProvider.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserLocaleProcessProvider.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserLocaleProcessProvider.java index 730b1202fff24bf73296f68d5e3899fe8c7b18ed..626dca5f41033d3b3d68b25b1466bf39074a2181 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserLocaleProcessProvider.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserLocaleProcessProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ public class FessUserLocaleProcessProvider implements UserLocaleProcessProvider if (StringUtil.isNotBlank(name)) { try { return requestManager.getParameter(name).filter(StringUtil::isNotBlank).map(LocaleUtils::toLocale); - } catch (Exception e) { + } catch (final Exception e) { logger.debug("Failed to parse a value of " + name + ".", e); } } diff --git a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProvider.java b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProvider.java index f53671ad86449461b8a93d6e835f47ec5a86cd7e..54c22ff2b493be7e5eb5815346adc04e35d204b1 100644 --- a/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProvider.java +++ b/src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java b/src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java index a427bd1d0c028de2d5972372834a0ecdc6b05a9e..0700a299f6236e344462cda806bc225a73778c85 100644 --- a/src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java +++ b/src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java b/src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java index 3321fe0ad0c8cf5b970a13a7d9a2bc76d945f201..d016eeb5086f7f3bb6af4c7a02458ebc6320e25f 100644 --- a/src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java +++ b/src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java b/src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java index e9ddae10314087c1a33630d130fc2bae35e4e6bd..ae2d6b561ddc5ec65be34631b5f13aa46c62d7ae 100644 --- a/src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java +++ b/src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/sso/SsoAuthenticator.java b/src/main/java/org/codelibs/fess/sso/SsoAuthenticator.java index ad1253caf461d176728c70d6d288a98315c65b28..3401452aae1f7341df7620ffb02553b784d182e8 100644 --- a/src/main/java/org/codelibs/fess/sso/SsoAuthenticator.java +++ b/src/main/java/org/codelibs/fess/sso/SsoAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/sso/SsoManager.java b/src/main/java/org/codelibs/fess/sso/SsoManager.java index efaf3a2a31d2b12d094ad7e3727e6f44f1a0049e..839998ce9f82f5c96bb97c8f442c9e05943ac55f 100644 --- a/src/main/java/org/codelibs/fess/sso/SsoManager.java +++ b/src/main/java/org/codelibs/fess/sso/SsoManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java b/src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java index 5394d2900fb265ae4e7ff0802c6023f98b800214..c3f3ccb6196693d473a322592719b81c6ab70e51 100644 --- a/src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java +++ b/src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java b/src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java index fd5cc1249c00b47fc00dca64ed6acec2539bc7a2..52f4b3b2841292f7fa5cad0e02f7b98b16e34089 100644 --- a/src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java +++ b/src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/taglib/FessFunctions.java b/src/main/java/org/codelibs/fess/taglib/FessFunctions.java index da960a21c149e3e83c32e5b37c2a70067e080387..913f3f5d03b50986291d826bab7cb51f656884eb 100644 --- a/src/main/java/org/codelibs/fess/taglib/FessFunctions.java +++ b/src/main/java/org/codelibs/fess/taglib/FessFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/thumbnail/ThumbnailGenerator.java b/src/main/java/org/codelibs/fess/thumbnail/ThumbnailGenerator.java index bc48f53b7b6d0cb574f1fc30d1d911c72dd4ab31..7a57c639cb7fcaf7ee153f3308810d7ed7f18f2b 100644 --- a/src/main/java/org/codelibs/fess/thumbnail/ThumbnailGenerator.java +++ b/src/main/java/org/codelibs/fess/thumbnail/ThumbnailGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java b/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java index f0f5d10a15c033e590cff53c89a92a82a3a54444..c47d5cb8393adbb52aeaf18f456afba355c9b6f0 100644 --- a/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java +++ b/src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java b/src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java index d56634e3f0db4045f56b6234b89b2e21ff9ce3ea..33583828aaa2001a6f629122a2c166ecc3d01efc 100644 --- a/src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java +++ b/src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java b/src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java index 7228bfd0c56cd5a2dcf873f050b515830cb404ae..bd8d1d5abc07616a9d7a4fc3f753b75b14099041 100644 --- a/src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java +++ b/src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/thumbnail/impl/EmptyGenerator.java b/src/main/java/org/codelibs/fess/thumbnail/impl/EmptyGenerator.java index 1ae680deecf725d408efbaa1b852e3c448a84af1..94ecc8d1351b2f8ddd23a3b29570e94ad050a923 100644 --- a/src/main/java/org/codelibs/fess/thumbnail/impl/EmptyGenerator.java +++ b/src/main/java/org/codelibs/fess/thumbnail/impl/EmptyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import java.io.File; public class EmptyGenerator extends BaseThumbnailGenerator { @Override - public boolean generate(String url, File outputFile) { + public boolean generate(final String url, final File outputFile) { return false; } diff --git a/src/main/java/org/codelibs/fess/thumbnail/impl/WebDriverGenerator.java b/src/main/java/org/codelibs/fess/thumbnail/impl/WebDriverGenerator.java index b07ce0a58f1c65188a69598b96cd78f9ee4dd941..73faa3fd969c0c06dee57d24abdb2424030dd5db 100644 --- a/src/main/java/org/codelibs/fess/thumbnail/impl/WebDriverGenerator.java +++ b/src/main/java/org/codelibs/fess/thumbnail/impl/WebDriverGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -111,7 +111,7 @@ public class WebDriverGenerator extends BaseThumbnailGenerator { synchronized (this) { try { webDriver.quit(); - } catch (Throwable t) { + } catch (final Throwable t) { logger.debug("Failed to quit webDriver.", t); } webDriver = null; @@ -176,17 +176,17 @@ public class WebDriverGenerator extends BaseThumbnailGenerator { protected void convert(final File inputFile, final File outputFile) { try (ImageInputStream input = ImageIO.createImageInputStream(inputFile)) { - Iterator readers = ImageIO.getImageReaders(input); + final Iterator readers = ImageIO.getImageReaders(input); if (readers.hasNext()) { - ImageReader reader = readers.next(); + final ImageReader reader = readers.next(); try { reader.setInput(input); - ImageReadParam param = reader.getDefaultReadParam(); + final ImageReadParam param = reader.getDefaultReadParam(); final int samplingWidth = reader.getWidth(0) / thumbnailWidth; final int samplingHeight = reader.getHeight(0) / thumbnailHeight; param.setSourceSubsampling(samplingWidth, samplingHeight, 0, 0); param.setSourceRegion(new Rectangle(windowWidth, thumbnailHeight * reader.getHeight(0) / thumbnailWidth)); - BufferedImage image = reader.read(0, param); + final BufferedImage image = reader.read(0, param); ImageIO.write(image, imageFormatName, outputFile); image.flush(); } finally { diff --git a/src/main/java/org/codelibs/fess/util/ComponentUtil.java b/src/main/java/org/codelibs/fess/util/ComponentUtil.java index 8b27e01e2ef82e87a6e4460d907c894f65ca8674..8eb08b7117b70d226460df4e8860eb369f3b4fc8 100644 --- a/src/main/java/org/codelibs/fess/util/ComponentUtil.java +++ b/src/main/java/org/codelibs/fess/util/ComponentUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/DocList.java b/src/main/java/org/codelibs/fess/util/DocList.java index 9f179dde62fea18c8edf42936e6598c48143dde0..a68783397b924004335aeccad585d47547dc6484 100644 --- a/src/main/java/org/codelibs/fess/util/DocList.java +++ b/src/main/java/org/codelibs/fess/util/DocList.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/DocMap.java b/src/main/java/org/codelibs/fess/util/DocMap.java index 70fd1fcce37879f125abc2473eb6a9ee8c20bd8e..71da96bdb8b80a61c89ff3781b93d1ba6e0a4454 100644 --- a/src/main/java/org/codelibs/fess/util/DocMap.java +++ b/src/main/java/org/codelibs/fess/util/DocMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import java.util.Set; public class DocMap implements Map { private static final String LANG_KEY = "lang"; - private Map parent; + private final Map parent; public DocMap(final Map parent) { this.parent = parent; @@ -43,32 +43,32 @@ public class DocMap implements Map { } @Override - public boolean containsKey(Object key) { + public boolean containsKey(final Object key) { return parent.containsKey(key); } @Override - public boolean containsValue(Object value) { + public boolean containsValue(final Object value) { return parent.containsValue(value); } @Override - public Object get(Object key) { + public Object get(final Object key) { return parent.get(key); } @Override - public Object put(String key, Object value) { + public Object put(final String key, final Object value) { return parent.put(key, value); } @Override - public Object remove(Object key) { + public Object remove(final Object key) { return parent.remove(key); } @Override - public void putAll(Map m) { + public void putAll(final Map m) { parent.putAll(m); } diff --git a/src/main/java/org/codelibs/fess/util/DocumentUtil.java b/src/main/java/org/codelibs/fess/util/DocumentUtil.java index c465c81cf9cd32b4f3a946d3753a47eb25165ec6..bcfa1287c5fb2b7d32dc14d5eff8f8f9053b0b7d 100644 --- a/src/main/java/org/codelibs/fess/util/DocumentUtil.java +++ b/src/main/java/org/codelibs/fess/util/DocumentUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/FacetResponse.java b/src/main/java/org/codelibs/fess/util/FacetResponse.java index ad94948f03e9ce60389cfb9df6ed1e1dd7e3251f..898457d9bf061721119337cbd770edc334a68950 100644 --- a/src/main/java/org/codelibs/fess/util/FacetResponse.java +++ b/src/main/java/org/codelibs/fess/util/FacetResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/GroovyUtil.java b/src/main/java/org/codelibs/fess/util/GroovyUtil.java index 145bc48d6048242a48e4afdb79edbbbc4371d43f..9d5a7d54956b5104cecb25a3f300537fe907b31b 100644 --- a/src/main/java/org/codelibs/fess/util/GroovyUtil.java +++ b/src/main/java/org/codelibs/fess/util/GroovyUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/InputStreamThread.java b/src/main/java/org/codelibs/fess/util/InputStreamThread.java index 761d0ee5ac903ef7ef46e20ed1e87dd27b69b6b7..6e74c38343949c8d51c658ada423a233bc6801c9 100644 --- a/src/main/java/org/codelibs/fess/util/InputStreamThread.java +++ b/src/main/java/org/codelibs/fess/util/InputStreamThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/JobProcess.java b/src/main/java/org/codelibs/fess/util/JobProcess.java index 57bb5ae5919badc25a96905c8ab80c4bfd342c88..e0a954ab57515360863603866a99510403f0870b 100644 --- a/src/main/java/org/codelibs/fess/util/JobProcess.java +++ b/src/main/java/org/codelibs/fess/util/JobProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/KuromojiCSVUtil.java b/src/main/java/org/codelibs/fess/util/KuromojiCSVUtil.java index c43f56695e1547ad1c6f89a8a34645c5d2bbb683..9809daaa7c4da92ad0d99963bd91b303159f3c36 100644 --- a/src/main/java/org/codelibs/fess/util/KuromojiCSVUtil.java +++ b/src/main/java/org/codelibs/fess/util/KuromojiCSVUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/MemoryUtil.java b/src/main/java/org/codelibs/fess/util/MemoryUtil.java index 4977254422ab0d0e9fc44acc4aaabf0e3ccbbf73..de705d434c6dcff10a2a21e1ede3c7bb5630387a 100644 --- a/src/main/java/org/codelibs/fess/util/MemoryUtil.java +++ b/src/main/java/org/codelibs/fess/util/MemoryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/OptionalUtil.java b/src/main/java/org/codelibs/fess/util/OptionalUtil.java index 2bd45e1be1a1a77a164dbba615c00202839a581e..8dde89adbe54076f0f2b01b6c8069283ee2d8bd4 100644 --- a/src/main/java/org/codelibs/fess/util/OptionalUtil.java +++ b/src/main/java/org/codelibs/fess/util/OptionalUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/ParameterUtil.java b/src/main/java/org/codelibs/fess/util/ParameterUtil.java index 06a4ca623fff3293bb44d0f0bbc1c0a97c7a7210..8cb2b8e0cef7b8bbef5b81007619f74b79f0fe2a 100644 --- a/src/main/java/org/codelibs/fess/util/ParameterUtil.java +++ b/src/main/java/org/codelibs/fess/util/ParameterUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/PrunedTag.java b/src/main/java/org/codelibs/fess/util/PrunedTag.java index 2f7c903224be3a7c9d9bfbf8dccf189a0176cfc8..9c1f224f369e10b42f84a5725b2dd35b7f78dc35 100644 --- a/src/main/java/org/codelibs/fess/util/PrunedTag.java +++ b/src/main/java/org/codelibs/fess/util/PrunedTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,9 +20,9 @@ import org.codelibs.core.stream.StreamUtil; import org.w3c.dom.Node; public class PrunedTag { - private String tag; - private String id; - private String css; + private final String tag; + private final String id; + private final String css; public PrunedTag(final String tag, final String id, final String css) { this.tag = tag; @@ -37,7 +37,7 @@ public class PrunedTag { if (css == null) { return true; } else { - Node classAttr = node.getAttributes().getNamedItem("class"); + final Node classAttr = node.getAttributes().getNamedItem("class"); if (classAttr != null) { final String value = classAttr.getNodeValue(); if (StringUtil.isNotBlank(value)) { @@ -46,7 +46,7 @@ public class PrunedTag { } } } else { - Node idAttr = node.getAttributes().getNamedItem("id"); + final Node idAttr = node.getAttributes().getNamedItem("id"); if (idAttr != null) { final String value = idAttr.getNodeValue(); return id.equals(value); @@ -72,29 +72,38 @@ public class PrunedTag { } @Override - public boolean equals(Object obj) { - if (this == obj) + public boolean equals(final Object obj) { + if (this == obj) { return true; - if (obj == null) + } + if (obj == null) { return false; - if (getClass() != obj.getClass()) + } + if (getClass() != obj.getClass()) { return false; - PrunedTag other = (PrunedTag) obj; + } + final PrunedTag other = (PrunedTag) obj; if (css == null) { - if (other.css != null) + if (other.css != null) { return false; - } else if (!css.equals(other.css)) + } + } else if (!css.equals(other.css)) { return false; + } if (id == null) { - if (other.id != null) + if (other.id != null) { return false; - } else if (!id.equals(other.id)) + } + } else if (!id.equals(other.id)) { return false; + } if (tag == null) { - if (other.tag != null) + if (other.tag != null) { return false; - } else if (!tag.equals(other.tag)) + } + } else if (!tag.equals(other.tag)) { return false; + } return true; } } diff --git a/src/main/java/org/codelibs/fess/util/QueryResponseList.java b/src/main/java/org/codelibs/fess/util/QueryResponseList.java index 9081356bdad3e818be6a9e215cd247d5897ae5c9..a9d76fdc201e35218cd27a9181818a387b4ba48e 100644 --- a/src/main/java/org/codelibs/fess/util/QueryResponseList.java +++ b/src/main/java/org/codelibs/fess/util/QueryResponseList.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/QueryStringBuilder.java b/src/main/java/org/codelibs/fess/util/QueryStringBuilder.java index cf51b574ca0361967d52aee3e6f1186d4d1abcf5..c656a9839ce0a189430ee454b6a604f05b3abf8c 100644 --- a/src/main/java/org/codelibs/fess/util/QueryStringBuilder.java +++ b/src/main/java/org/codelibs/fess/util/QueryStringBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/RenderDataUtil.java b/src/main/java/org/codelibs/fess/util/RenderDataUtil.java index fb5eb03369eb72b0bc084582e219476240af9e38..bb389d1f84f1f5a2bc0bef7a7933e1817af9a0ea 100644 --- a/src/main/java/org/codelibs/fess/util/RenderDataUtil.java +++ b/src/main/java/org/codelibs/fess/util/RenderDataUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/ResourceUtil.java b/src/main/java/org/codelibs/fess/util/ResourceUtil.java index eb6057cb3c1404a24f7bd398bd13946ea1d70c4e..999f1d87144d11a5733b49edf35afcdddc34749b 100644 --- a/src/main/java/org/codelibs/fess/util/ResourceUtil.java +++ b/src/main/java/org/codelibs/fess/util/ResourceUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/util/WebApiUtil.java b/src/main/java/org/codelibs/fess/util/WebApiUtil.java index 7a25760f0aba102a77e5a55399f9a53693bb6fbc..71f44883d7d2793ccee83554094c9d0bc008f8f9 100644 --- a/src/main/java/org/codelibs/fess/util/WebApiUtil.java +++ b/src/main/java/org/codelibs/fess/util/WebApiUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/validation/CronExpression.java b/src/main/java/org/codelibs/fess/validation/CronExpression.java index a399b17680be900c5d880857883e83a959f2cd55..450af281a3bbaf4122a05499f5a696a8af774522 100644 --- a/src/main/java/org/codelibs/fess/validation/CronExpression.java +++ b/src/main/java/org/codelibs/fess/validation/CronExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/validation/CronExpressionValidator.java b/src/main/java/org/codelibs/fess/validation/CronExpressionValidator.java index 4598bca8e6c7a6e8c37fa89307a66175ca38fd44..889c800d7a3430a3ab8adf4fdc2c17273c6c8066 100644 --- a/src/main/java/org/codelibs/fess/validation/CronExpressionValidator.java +++ b/src/main/java/org/codelibs/fess/validation/CronExpressionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/validation/CustomSize.java b/src/main/java/org/codelibs/fess/validation/CustomSize.java index d0773e320878fa38f0ad90f815acf3b87c85a933..55550575cf7e982854bc850fab54535c690b115a 100644 --- a/src/main/java/org/codelibs/fess/validation/CustomSize.java +++ b/src/main/java/org/codelibs/fess/validation/CustomSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/validation/CustomSizeValidator.java b/src/main/java/org/codelibs/fess/validation/CustomSizeValidator.java index 423b9ea60545e8d53e38acc9e17d3106d86d9b17..54f4a79a15da2fdea16f782bb7ab65a665e50164 100644 --- a/src/main/java/org/codelibs/fess/validation/CustomSizeValidator.java +++ b/src/main/java/org/codelibs/fess/validation/CustomSizeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ public class CustomSizeValidator implements ConstraintValidator= min && length <= max; } diff --git a/src/main/java/org/codelibs/fess/validation/UriType.java b/src/main/java/org/codelibs/fess/validation/UriType.java index 84a490d75cfd33e7fd0fa9c9a083cc3524c6bfbc..cb9962efff45db4ac48d1e3e965767bc92b0ffac 100644 --- a/src/main/java/org/codelibs/fess/validation/UriType.java +++ b/src/main/java/org/codelibs/fess/validation/UriType.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/codelibs/fess/validation/UriTypeValidator.java b/src/main/java/org/codelibs/fess/validation/UriTypeValidator.java index be4590c4b52dad5ccfc072d2d41b03c356925167..ee7e3f62868aabb7c4d5960ab1e29c1ef787e620 100644 --- a/src/main/java/org/codelibs/fess/validation/UriTypeValidator.java +++ b/src/main/java/org/codelibs/fess/validation/UriTypeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/crawler/transformer/FessFileTransformerTest.java b/src/test/java/org/codelibs/fess/crawler/transformer/FessFileTransformerTest.java index f02b3064b48c14cb3f67bad97a747794cfacd197..6d48c7bf537f10edf21b2f795575fd462a65b9d4 100644 --- a/src/test/java/org/codelibs/fess/crawler/transformer/FessFileTransformerTest.java +++ b/src/test/java/org/codelibs/fess/crawler/transformer/FessFileTransformerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java b/src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java index 29adccede42eaf0380a2886f943fecf28445cda0..c083b8afb29ed935fe08db41d60de40adcfdd61a 100644 --- a/src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java +++ b/src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/dict/DictionaryManagerTest.java b/src/test/java/org/codelibs/fess/dict/DictionaryManagerTest.java index 2c3c7a76765eff1612b40c23f620a0b4c03583ee..d77e7a90175642007e0ac764bd7033f5a5031886 100644 --- a/src/test/java/org/codelibs/fess/dict/DictionaryManagerTest.java +++ b/src/test/java/org/codelibs/fess/dict/DictionaryManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiFileTest.java b/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiFileTest.java index d111b74475954850fe2a063f8f85272553851afd..b7869c155a730652373334c0c6a3cf7a334e0515 100644 --- a/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiFileTest.java +++ b/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiItemTest.java b/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiItemTest.java index 7cd86b83e71ab7d3f8fde0194659b76dd90572d1..db91b16e1b991c90fd0e1912b0f301530d7a1d06 100644 --- a/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiItemTest.java +++ b/src/test/java/org/codelibs/fess/dict/kuromoji/KuromojiItemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/dict/synonym/SynonymFileTest.java b/src/test/java/org/codelibs/fess/dict/synonym/SynonymFileTest.java index 8c8b720db02dced097caa3a63b4aa439f540ca4c..2b9df36ca3a84d032602222527eb020cf4ce902f 100644 --- a/src/test/java/org/codelibs/fess/dict/synonym/SynonymFileTest.java +++ b/src/test/java/org/codelibs/fess/dict/synonym/SynonymFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/dict/synonym/SynonymItemTest.java b/src/test/java/org/codelibs/fess/dict/synonym/SynonymItemTest.java index 4a4a757d0ed3d124910c8ff4624f8934741fb11a..ac7a3d01c6ad6b758942e9626ee3503789183c51 100644 --- a/src/test/java/org/codelibs/fess/dict/synonym/SynonymItemTest.java +++ b/src/test/java/org/codelibs/fess/dict/synonym/SynonymItemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImplTest.java b/src/test/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImplTest.java index 0147cb429864c091284bdc2041817d66372f03de..46877c91c2d4a4f0d4b20b0f78a19759abcc9e77 100644 --- a/src/test/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImplTest.java +++ b/src/test/java/org/codelibs/fess/ds/impl/DatabaseDataStoreImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/entity/GeoInfoTest.java b/src/test/java/org/codelibs/fess/entity/GeoInfoTest.java index a87fb383f7b75b67e0a94920573b2af69be9fcfa..d6cd1b2f2119d2fc921078425b174a72d559bc0c 100644 --- a/src/test/java/org/codelibs/fess/entity/GeoInfoTest.java +++ b/src/test/java/org/codelibs/fess/entity/GeoInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/filter/EncodingFilterTest.java b/src/test/java/org/codelibs/fess/filter/EncodingFilterTest.java index ffedfa7a94f5a6c31aa66e9f2a22af32ce163cd9..72cc974189c59a9e060ef6c26fc7008c62f38be6 100644 --- a/src/test/java/org/codelibs/fess/filter/EncodingFilterTest.java +++ b/src/test/java/org/codelibs/fess/filter/EncodingFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java b/src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java index 0293d84dfe586e2475b531300dfd4ee9a03cc1ae..e9856237ec1fd8b80ec0bfce6d4a3c05c7aaeba8 100644 --- a/src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/DocumentHelperTest.java b/src/test/java/org/codelibs/fess/helper/DocumentHelperTest.java index 18bf891e587ce411192e4f4e59345e1d073ec942..da6a1e30aba1f99f41f64ee87856b5e407c9e0a4 100644 --- a/src/test/java/org/codelibs/fess/helper/DocumentHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/DocumentHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java b/src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java index 3dbae6553c50cefcd66fad8643df8cc5f7a7c3e0..dc143f7b32714723119c373815f45f48115a4694 100644 --- a/src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java b/src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java index 15b1764e8f5500a306c9b3c47b073e1afa5f8e1a..6f3a5f0513ff3af9823f15451705dafcbe44b104 100644 --- a/src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/PathMappingHelperTest.java b/src/test/java/org/codelibs/fess/helper/PathMappingHelperTest.java index 92e5d6526695b4b5442db17b6ebac75f299e2404..55d9cd5a6250624da536bc74637823bd8e0074a3 100644 --- a/src/test/java/org/codelibs/fess/helper/PathMappingHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/PathMappingHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java b/src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java index 27d8db814998d0066aab25f40a546d36e80a6ce2..98f4dd913ae1baf5bc18a09986b92546a7c5a8ac 100644 --- a/src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/QueryHelperTest.java b/src/test/java/org/codelibs/fess/helper/QueryHelperTest.java index df7676514d343c84fc5ab09bb49d5be63fb2f0f2..2539f0b2ca5f41ad417ea974dd9ef5d45a71e83c 100644 --- a/src/test/java/org/codelibs/fess/helper/QueryHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/QueryHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java b/src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java index 13ed146f6753240feabca839c4b7e69998308187..51c236b2e4f8211d9164da32d30715b9754da59f 100644 --- a/src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/SystemHelperTest.java b/src/test/java/org/codelibs/fess/helper/SystemHelperTest.java index d84a0cf761abc648bf6da14f466e9c792db87695..083e205cc39496d277e6771c8bca7bc96e7e0fc7 100644 --- a/src/test/java/org/codelibs/fess/helper/SystemHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/SystemHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java b/src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java index 18dd7a5928a9ea023d6c586b8c3347fff9d2016e..32b42a1d21c2b5cc64879b54668d3a4292f41747 100644 --- a/src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/helper/ViewHelperTest.java b/src/test/java/org/codelibs/fess/helper/ViewHelperTest.java index 449a33a14f9eba2d425d2bd0191c915c2ee93b32..9c0e981e72d3f9497d15d6510805da1862296a36 100644 --- a/src/test/java/org/codelibs/fess/helper/ViewHelperTest.java +++ b/src/test/java/org/codelibs/fess/helper/ViewHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/indexer/DocBoostMatcherTest.java b/src/test/java/org/codelibs/fess/indexer/DocBoostMatcherTest.java index e57f579170c0fa3e34ac8b58a2333093c3796899..4a8b6cfc9f97a3d4117b7bc9faca23ea13c00c83 100644 --- a/src/test/java/org/codelibs/fess/indexer/DocBoostMatcherTest.java +++ b/src/test/java/org/codelibs/fess/indexer/DocBoostMatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/mylasta/FessActionDefTest.java b/src/test/java/org/codelibs/fess/mylasta/FessActionDefTest.java index 572438b22f3792c6d9b963d2008d6595161ca97c..37fc3f4d3396d14973edbc3065101ac010b2b4fe 100644 --- a/src/test/java/org/codelibs/fess/mylasta/FessActionDefTest.java +++ b/src/test/java/org/codelibs/fess/mylasta/FessActionDefTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/mylasta/FessLastaDocTest.java b/src/test/java/org/codelibs/fess/mylasta/FessLastaDocTest.java index 34c01ec3608be4b4c8929e1e832565e1cbe3aa08..d28cbfc1344707600c4a3949e6297803ba8053a7 100644 --- a/src/test/java/org/codelibs/fess/mylasta/FessLastaDocTest.java +++ b/src/test/java/org/codelibs/fess/mylasta/FessLastaDocTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java b/src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java index f07fd2c6b4ce1ebdd47f7c59499873018a0a577a..0c247904d9d3da0582cdf6e26d183edf3abf3b9c 100644 --- a/src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java +++ b/src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/unit/UnitFessTestCase.java b/src/test/java/org/codelibs/fess/unit/UnitFessTestCase.java index 76f6ba039b3bde4625193e8e263ec8182ea13aad..7924c9a7de3689e4e13b60c23d2e5b471db8f36e 100644 --- a/src/test/java/org/codelibs/fess/unit/UnitFessTestCase.java +++ b/src/test/java/org/codelibs/fess/unit/UnitFessTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/util/DocumentUtilTest.java b/src/test/java/org/codelibs/fess/util/DocumentUtilTest.java index eb1fb8f63760c8be387723bc16dd207aafa19c1a..b426e1b0952c85651ddb601609e0c2420d54f743 100644 --- a/src/test/java/org/codelibs/fess/util/DocumentUtilTest.java +++ b/src/test/java/org/codelibs/fess/util/DocumentUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/util/ParameterUtilTest.java b/src/test/java/org/codelibs/fess/util/ParameterUtilTest.java index 1a0cf22578e321a95ddd124e083147b6abc7263f..62092885c339f6da1cea8a4d7368a6c5a93632e3 100644 --- a/src/test/java/org/codelibs/fess/util/ParameterUtilTest.java +++ b/src/test/java/org/codelibs/fess/util/ParameterUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/util/QueryResponseListTest.java b/src/test/java/org/codelibs/fess/util/QueryResponseListTest.java index 2ed3be2cf0358ebc509c4ebf01a8e1fca46370cf..74b0339f2fcf6d437ec4f9b46716ac8b8c7f496f 100644 --- a/src/test/java/org/codelibs/fess/util/QueryResponseListTest.java +++ b/src/test/java/org/codelibs/fess/util/QueryResponseListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/util/ResourceUtilTest.java b/src/test/java/org/codelibs/fess/util/ResourceUtilTest.java index 41984b8db038cc2ead10ec16aae6855a0cdeb98b..f2e33647fefb6991554d78fb1a4c74886a62c084 100644 --- a/src/test/java/org/codelibs/fess/util/ResourceUtilTest.java +++ b/src/test/java/org/codelibs/fess/util/ResourceUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/codelibs/fess/validation/UriTypeValidatorTest.java b/src/test/java/org/codelibs/fess/validation/UriTypeValidatorTest.java index 4dee7fb94c0852329615a1d3df1c0cf5e7590389..5938877bf3b93def14c55a3488702eec7a0c5151 100644 --- a/src/test/java/org/codelibs/fess/validation/UriTypeValidatorTest.java +++ b/src/test/java/org/codelibs/fess/validation/UriTypeValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 CodeLibs Project and the Others. + * Copyright 2012-2017 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.