diff --git a/pom.xml b/pom.xml index da388bee7..9a543661a 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 9d89ce10f..f40498795 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 d44406f15..066c1c2a9 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 89ba82dfb..f4d576d28 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 3be145cff..fe2612389 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 4d5f0eed2..b6f1c16b8 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 daa6edb10..27387fec9 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 c306fc8a1..e6a3b1b6a 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 02d26d25b..7e8a0aa7f 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 881cfdad6..af157a31e 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 c19713cdd..3f60a13df 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 5dd1c52b0..3e535abf2 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 f1df41647..96d7775e5 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 3fa124ecf..a92956c67 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 8740e1295..807321656 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 a94c2fc21..1132d6591 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 8c9bc749b..6adf1a0d3 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 4a6624a96..310f8e6d5 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 02d70a191..7c5c05a91 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 056383382..8ac8ec440 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 499d02af7..cc02cc3c7 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 c11f48273..1bd6249d9 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 7c6c93a4d..d7e58bd19 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 cd16f58e6..e00344901 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 e567d8cbe..f09f9d874 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 353996d6d..a6f111b4a 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 149e311cb..b1d65cdc5 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 16cc97789..16327dd98 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 9bf62dde7..2f82973ed 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 6bb7dea19..1a96efe52 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 87dab859a..6d450bd25 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 a92eed3b6..13daea2a4 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 0b9a1e523..53b9b01ee 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 d66188bc8..dcae9b9be 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 c35845d67..e149c9776 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 908811366..54bfc2642 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 6042ad056..5d7d51a28 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 7d123c9dc..616050cf8 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 481438ec9..1b6f49e7e 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 b9a0cd45a..559ef2317 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 4f62262de..933f3a591 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 cb7e11395..eb6f6c87d 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 30d52bfb5..84c451605 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 14c483c66..ee4161bde 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 9c08a2979..f9dcc3bc5 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 7b2aae101..2e9266fb5 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 2a38b0c22..1bef87ff3 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 e68f2a21d..c925238e6 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 b73fa4934..da5b35aee 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 5413751d3..57e1ad127 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 6b8189f3e..de2ce9743 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 93345b238..91bf68643 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 c61fe3404..00d492b4e 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 7d7834eb0..49e0e94cd 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 b1ec28b6a..93cc90b00 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 da65f858a..a60181e7c 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 4b9b6c75d..52ba12b12 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 9c6b8ad74..9d7ac6ca5 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 af1fb18dc..03d59ba06 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 6925bbed7..e80df47aa 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 117f93931..78b540b5a 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 ee0b26e37..956f61a74 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 f932b49f6..f4789458c 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 93ba6d3cf..afa4217fd 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 1de3630c0..a18631f70 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 0cd51fef4..3f600fa04 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 ff233b730..41577c869 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 d80020bb6..2a09e78eb 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 f96d8c4c3..b16a231a9 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 69df569ce..88d460c53 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 c80cb07ac..ea39fe8fa 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 8b46ee04e..d3f4bdc86 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 20e8eced2..a1c26d6f4 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 af723285e..f23ff9a1a 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 3e05ba5f1..460425ea7 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 48d972aaa..889b26eea 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 25f1b68f1..e5e0c753a 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 8a3fa84bc..274b16427 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 4e34878fb..6672728dc 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 1c60ae693..936d8646e 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 8c1ab87c7..536f66ee8 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 796e49d6c..08211e870 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 0e08144c5..0d09300de 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 3a496266a..8400d8423 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 8e0d479a7..a3ce521ab 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 07808048a..5ce125ec4 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 c58220fe6..598c3045c 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 847fb306d..b60bb0adf 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 6ba849dc5..9e376ee91 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 77a642dc2..14d1e77b6 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 3330ca2ef..bc20a6e26 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 c84cba546..ea65aca99 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 1e0668bb5..0ab5b65da 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 888f60d21..8f0af8afd 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 92f338a4d..e8937c596 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 e74cf86ab..5f41b8d2b 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 387f4e5d7..975292e88 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 26081abdf..faef63fcb 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 cd805050a..ce28c560b 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 4f9548ccb..328ab64fc 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 ae2fcc8b8..f2941e4b4 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 71e87ee62..b254f67f2 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 2a3fee569..4a1033cc2 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 fdb40c9f3..c931d0223 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 5b2f473f7..5fd789407 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 e23cbaa84..5d4be99ca 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 884d9b444..bdf18dbb6 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 474c10ab8..c9595c25e 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 fcdb71541..d76499249 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 23f9c85b5..05f002574 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 080652969..8cec73ebc 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 28cb79876..9febeb713 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 4ae5bb5b9..f9e5956b1 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 68c719ba1..6e6860077 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 1c6315fdc..15d7e083c 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 90bedfba3..b6ca97636 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 1519445db..a70509535 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 6cb9dd134..c5d63c3e7 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 b63367a6f..ff074fbe2 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 6ec749680..5e1089d2f 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 fc42f1c80..3e2f2aef9 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 97eceeabc..a69ae8baa 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 e4b42a3ff..f0fe6e418 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 084677c49..dfe8241eb 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 23854bcd0..69a9db66b 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 4c1e49b72..0bca1e7b9 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 44631b252..6cf30d556 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 993b17973..e9716eca8 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 6e462614b..c31d02848 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 bc35156ea..b5abfcf70 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 41b19de6a..e58078905 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 3bda0a1e7..8d4ecb39a 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 986ac8dd2..a887d74d0 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 71d7af853..ab72287e1 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 848587e74..1573346a5 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 e16aed2fc..7f92c5935 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 5352f6d0e..44939241f 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 836564afa..c3cd107c5 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 5d08deef0..2538f2a10 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 05f284059..f6d3e76f1 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 d4cd4ab5e..f0e76090d 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 5e99c09ca..65b570d4b 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 c7c889855..45edc9094 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 18a217426..f6d68d70d 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 d19e10f11..3cdddc2f7 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 14f2dcd73..6d1dcf646 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 a1916b02c..cd3923cf1 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 916ac85c2..b155fa652 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 9bdd9f5d0..ded1401f1 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 5acb62777..fff9ae2a4 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 11e270473..cc0cafba9 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 7b31ef2f7..b8e485edf 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 20759dd25..cabacf3ca 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 25f69b9e9..049da72bd 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 99c059e32..a5b1da5e2 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 f0fca57aa..e11d6a84e 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 8fcddb035..d7f21a532 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 9d7b0c875..f8a68f4d1 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 b420720be..279a8c7b2 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 86d3ec782..7d070409b 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 fce51c706..ffc924908 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 a62ffc0b6..d9ca51b9a 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 299ae85a5..7dc8b5011 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 ed116cbce..f5ce7de17 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 6b7a88cf9..d46e75d05 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 e5c8673a7..0b34ec1ec 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 7f3ce1729..77150e2d9 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 044c1d318..96a1c6841 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 777614e07..7db548ed4 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 1490f551d..6d848dc6d 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 057fe4913..7a46946fd 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 c6431a78c..c29331122 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 09526e1db..f3e43f7b3 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 dab925cfa..008a1324d 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 59e4d2e04..e6ade0269 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 af168e8c1..3e7e4bbe8 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 9b00b937c..b24a7b4d0 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 ccc93f94a..2cfe5f878 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 511f4a0c5..4e96b5828 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 452ee9e2e..2418c9b54 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 654630acb..d3501e095 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 12352575d..b71ff3cda 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 d569dffcb..11f9fbe96 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 cf35bff00..e9e0cb69a 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 02719a74e..934bb27c0 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 1492947ee..b2f336f07 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 784974f35..fbcc0f820 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 0ab0db3a3..ee7fb0f04 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 fa97b123c..d1574c706 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 1fb8613ea..ec5a4171d 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 9de18f6af..6d692a720 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 dc9e7e913..502d52ed5 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 14da5c37f..297409991 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 866e1624b..416c01027 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 8e4e2dfa5..608fc18ba 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 73d45625f..f3198bcb1 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 459c44cbc..6fd295b68 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 9c4b2e3f3..5f46cf1be 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 e9dbfbfe8..018a7b5e4 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 40e7db8b5..df66a4586 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 c49bb1a2c..7ec68507d 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 7c7f88ce7..1028d11b3 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 c3c037cb6..7a78f713d 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 394682bfb..512cb7f56 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 877df2ebc..7d55226eb 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 0e1acb0e6..6680b1b5f 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 65299101f..74759a127 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 a7f7f06a1..251b8bf21 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 c19059d4e..ebca53902 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 9ce7e31d7..7131b86c4 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 e3b2da713..585303c40 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 68afd5076..d77a0f777 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 6ef9e1ef6..34727172f 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 0a38c9ce1..652911889 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 49dc828fe..30b0f4197 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 6b58cbf94..f8b365213 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 156e88489..3050f36a0 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 e83b883a3..0fab7c601 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 e39b6e0da..b083a0be4 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 7d309cb2d..82c261941 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 8db003b52..29e270081 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 d697886d8..906b91d38 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 0ce58ee72..a977c0b64 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 97cf19cbc..b4cf1f6b1 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 5eecd82f0..c248aee20 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 6f49786bd..80f20b437 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 a397372f6..55a850ccd 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 a7fc98f2f..0a525ef35 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 7745d9fd1..0f225304b 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 9dbbb9931..120e3f0c0 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 f800ee0f9..1c739b11e 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 57b93410b..d5607de9d 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 077588de1..479a639e5 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 7a30cf646..45b14d41a 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 45624bd17..71f7a75e8 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 3fa9f1503..a35b67b6d 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 d8f2edd6c..1add65c29 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 5a53f17ad..1a3a7e1a9 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 e13b3bf64..826b90e67 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 42fdc8e3b..bac11a10b 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 739a5472a..693287c75 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 a1bf17317..341545b1f 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 56105bf9a..00714eb3c 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 85fdf8b52..f2ebce433 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 238e2a96c..467e2589c 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 f952dda93..a5c76b326 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 4213fbe02..23d0b049a 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 e3cf13340..7d5d35aff 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 d619128a6..cbe8df752 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 1ecba8c7d..00326ff37 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 5f6620a9f..f1ac529b2 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 413d359fe..9ca66dc16 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 2001a3de5..a97cc2de1 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 5d96dab26..121ae5afe 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 4bc5a1ec9..3179c26c7 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 0e5708c55..18cffc388 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 50efd6645..8998525cc 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 1c559dbb2..c1a0781ae 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 e88c3b17c..d317e96a2 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 5e16f6d75..1d4148f1a 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 ded706b81..81e201f50 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 1981eaae0..a15ae2d2d 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 89495f977..811ebd68a 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 ec40fe444..87a841c23 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 c648750bc..b399f3009 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 8dfc0dd00..7691cd660 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 9f2ebae2a..010363ac0 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 e30028795..4f59a4854 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 e89da2334..14ec6ca6a 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 616c8ee07..e9ac403fa 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 743b6deb0..ff7893518 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 a270cdb16..71224960d 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 3c0c26bb3..8ddf048a0 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 9dc1e7d00..f7f92611e 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 3852aa75b..aa7e14cb1 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 8bac737a8..baf3e91f8 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 aff72e098..b3dafe919 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 1950fc8cd..fe79c58b3 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 9f09a031d..df95902b8 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 d0d91ac94..6d004062d 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 1616f2f77..7274e3433 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 9a3adbc3f..1175409d5 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 3231ff942..16f996206 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 410cac90d..6d6685a2c 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 74208365f..752765ed6 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 61eadb550..218c8b0c1 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 f6291998c..50d6ea020 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 057e6b451..db1050987 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 ecfc65291..c84988563 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 b571a2864..d6b72c35b 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 f284f8a02..334ee337e 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 833e99adb..e46b778fe 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 9de6ded16..124208607 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 3ebf5aee2..3e25353cb 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 5ae837f75..2bca1028b 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 c8ac7065e..2cb00176f 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 1dc5b64cc..47b316e57 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 b3c7bb0e9..a55b4523e 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 c50f0ffe0..580fc52f8 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 ef7809f1b..0bd6b68a0 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 6a33f7ace..cf05596a5 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 614b2a886..5923cc642 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 2f363ec09..591164a9d 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 742d734c1..5d8420db4 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 2dedb8856..c40e29e53 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 9754469d6..f8b676bda 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 0cf05517f..ede2d9677 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 36118946d..bede0c53c 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 d15aae8b8..3b32e16a5 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 8119ba895..367dfee80 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 c9827dab3..4221468e2 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 aeb4b5ee5..469b8e0f3 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 ae8e20def..c29f044ae 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 7bc333d7c..fd43271ee 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 4ca963568..aa6b7a969 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 e39697329..1880f3337 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 61636b35e..895db742e 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 23b9f3d8e..8a393c0d5 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 2a355e42d..7331f94a3 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 f552489b8..839219996 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 61920c95b..288d2ea7d 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 67a20c87b..632e12460 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 1b053fe80..b1854f5e7 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 fa6e53d2c..1b4d40545 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 1225bf193..e9bc65be9 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 5fed56852..a41121190 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 d2efcd35e..0164673f1 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 bbdfc59da..be59435d0 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 e960fae82..f6f4eaed5 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 1c1d187e5..f79274917 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 7b33e4c1f..a80655c00 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 f67176da3..cb1bb4fc0 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 db44bf458..bd165c686 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 9388f53e3..99b5340d7 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 b6a756fa5..8a30a4ebb 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 d44a1ea58..9a863b778 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 a7349e909..c549c505f 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 2507646e9..a372baf7e 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 3cb153952..69930cf4a 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 1c3145f61..f1c098d73 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 9e612c785..e0c9dc08a 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 62fc9335d..4c878c8a5 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 b7acaa0d5..e1487851a 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 2fe513b93..98b3fd312 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 e3b475885..e6b17bda4 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 dc23bbe0d..fba106899 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 132bf337b..bdebc48e5 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 311bcc23f..c6f6bade4 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 2633db8d8..e9433c4da 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 efe9ee995..9fe2eb37b 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 c0d2dffc2..e2c8fa7cf 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 9774f161f..361836c1a 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 4b45eb3fd..3fb25b412 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 0584e93ff..6d66fd2dc 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 929666651..31d5a4900 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 8c7c5f7f2..455ad1d03 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 dea03f39e..3c886f57c 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 ab787f75d..8755a2b32 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 6816fbb75..e48762a11 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 61ff4020c..021a0e28f 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 e8fc4b14d..f1883c0a5 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 e12288d8d..bac5c6422 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 76c91bdea..253e51c0e 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 03b6a9731..b9b7712d0 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 bfb35108d..bd98b87c5 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 a9ad9cdf9..9c026a5b1 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 d2b338e5a..935651a4b 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 078091147..cb1556774 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 6abd7f46d..eda3be438 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 b043ebc88..b2d66b87c 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 cd0967dab..492e1b908 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 6a61b95ac..7d0953f8f 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 513f014cb..5fafbff01 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 7705648d5..c67a76a82 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 9f387dee9..7eba598f0 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 a5e245a3c..870fa552f 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 40c97eb7f..3f21ac0e2 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 a7c2e9435..d78541fd2 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 ed5661276..02da17d87 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 11ea2255d..90dbfa948 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 eca9b2811..cf5cdad8c 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 7ab557e6f..576b8eca1 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 a4a11c375..5d2424f0d 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 cfb48dbeb..eae93f23f 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 7594a5619..4c86b7e0c 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 dab5cea2f..a944e14b6 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 39e94b9f1..8d960f00a 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 504024338..eea1017ae 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 07a61d172..85f32c965 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 825f90135..319c4d7f5 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 445240d1f..2cb4c8f7b 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 32b1d0050..5a0b84ff9 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 2fea28342..984d102a3 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 695a774b1..d074e3ff2 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 df5280fc9..b070b9d0b 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 ab66d12d2..fb6ccab51 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 96df52078..d17b084ba 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 946ad73bb..e1e3864f2 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 7ae695c7f..e8cd2f496 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 75cd0ce6b..1a05af16f 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 e4b1fc63b..18e6a612d 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 547915641..c17eca5a7 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 2ac1e3e41..1082e6170 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 fe53c37e1..2f66d54d8 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 358f19c63..220b9e21f 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 6f0247f6c..f3bc64442 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 25bd5085b..72a753fdd 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 918d69a47..be583bd62 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 e60e33d2c..a0b6b3561 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 09d79d455..3242a6b2c 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 ab49d2535..d2d6d55b3 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 97f6aab20..63f9fe024 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 25da224f4..acda7e194 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 0271736dd..31f40dcf6 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 b98e4a42b..37d4130de 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 ef3eeed19..d3f5a9403 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 dd17d5b93..1770aeca1 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 7de79c1c2..0cbd1ad94 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 d8ee0a585..d76eed7f9 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 eb8a488d5..f1f848bf2 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 00c7c7a4d..02beb1835 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 a145d9de6..34a153f44 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 661acbeaf..0b14f4a55 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 eab257dfc..e3c196a2a 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 f7d31fd6b..a9effe172 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 0868edd18..410987b0b 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 e7e2a4c7f..17aa9f8e0 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 b6ecc20d0..b8d7b0618 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 fb8202062..0d4b2a6fb 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 5cf65eb61..ab02f7660 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 245bae3d3..562d50337 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 66f15ccff..36340d466 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 2b7b133fd..c5ca737db 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 8ad14448e..f27d1d6c7 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 442105bc1..ddecbdd80 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 3549e01f5..dc5cf55cf 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 c78ba5864..614e489d3 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 5c4eff94c..6c81d364a 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 fc4479ae9..5efae94cf 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 ad6697751..c25918158 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 4a8ad1e5c..70b43a5ee 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 8d02398fe..4e9109248 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 cfad24a87..7c52b186c 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 b81cdd178..059f16336 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 8427cb121..3ead28215 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 f8e722857..3ff3ad252 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 c4c7ca94f..60187ad83 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 976df5e9d..6e4e20c1d 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 030f44203..80d6a6fcf 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 5cf6eea33..9ea8fbbf8 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 5a70e2d9d..e4f7fbd9f 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 046ef3dbd..754b8d16d 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 71607fd87..4c8d6ece7 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 a8527a1c2..9a014b87b 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 09493a3ce..5a536f59e 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 e32155aa6..e10e3f6c6 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 9ef1b2da3..60fb7fe54 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 b492321a3..c76590ef6 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 3548f3ee5..d903a09d8 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 583ab5995..1202a299c 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 4d03e7017..7ed68f985 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 1507f274d..b63d690a5 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 1b5de1912..5a97ba9f0 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 3ec10312b..ebef3f837 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 ae6c1d59a..8a16acbb5 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 07bb07fcf..2822c8238 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 82abbfcbc..95168165b 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 d869466e7..59d5e82cd 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 5674eaa50..a8ad4783e 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 00803c731..04b5068e2 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 2063e0542..702d88555 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 78f82336c..ff8c0a1b6 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 f1aabbf80..d4ba9e963 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 356a9ca1c..ad2bd1848 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 f351dd744..9a970b411 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 bc5bb3869..a8320eaa4 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 7a84148c5..355eed402 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 151506de9..08c6072c9 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 12eabbe15..5083c0876 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 29d95f5f0..1f5d0b436 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 0d9b5c465..a18a82915 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 19d7d2360..c19474f5c 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 1d1af6367..4be8c4312 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 df95298a9..0183742e7 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 b490a81eb..f14ab0a34 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 8c095ceb3..3e0d5160e 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 cb02fa311..7d14ed839 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 bb157a2c9..976c2efa5 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 51a479694..8143c34f5 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 2274d12e2..5446f5503 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 1688d593b..ec3ac142f 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 6e5a79c0c..1fd247a9f 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 1b1cfeb9d..4d89064e9 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 d31f22c47..722abb6c4 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 759202015..fbb8c49f7 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 e5f6c9984..abf435b9a 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 fc146c70e..4e6cbfbb6 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 2bb4bbda1..55135708c 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 a4f89312f..947bff510 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 93e8105d2..a9235af2f 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 cc6d1c4f6..bf4aa04c3 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 222c5d381..64b90f1c3 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 dc5a29471..e773e6c8d 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 3b5c0a7e7..1971f5b84 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 6ba90a66a..21476605c 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 be8259c49..c171770c2 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 cf0646091..f88a5d560 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 a8fa17a4d..d3ef6af6c 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 0722e5072..42014b01d 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 c2774e667..59e271f23 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 8c0afe2e5..47a6a8ee3 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 b4cb3ff01..735b3e37c 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 a6f783932..c71537abb 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 dfddae4f5..fd8178120 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 4c504b603..07ba09974 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 c355ac8ff..a2fff910a 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 02f9f47fc..d361acc58 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 3d55f1116..44b0a4a77 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 a340851d9..1bd0db496 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 6f9ecf3e2..f5b5fa44a 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 35a7ceb35..be4c71461 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 0df2ced40..e74d0d691 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 bc5ee8cff..cbd3788e0 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 a16e73d3f..d49ea9517 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 f8ddd4926..993f66953 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 b57c2a721..9866742e2 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 8be3f410e..24a7e0092 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 37e2cd7ae..fb99ac288 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 f7cb8ec65..233d111d1 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 0da75218a..2adec32cd 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 cffabb370..2b11fb46a 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 9aacc66b1..c36f447b6 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 7bee1e135..0b6a5ac22 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 a73f439e2..6de83d9ad 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 f9c32661c..71b893b17 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 2fc7c8368..e93772daa 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 dcf884df9..9c1e1501f 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 2dcd8637b..24c01ae96 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 678063460..5a8f8e635 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 ab2c1418e..365c0ecb5 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 910032919..e0fa14d6b 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 7cc79485d..bd374097e 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 f6436b7bb..2fa5b1eab 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 a1a7c837b..d2f44cd29 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 aca073da3..d758f3940 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 3f207f245..ad4050d5d 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 e62a4a6de..f843b467c 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 f97cb0da1..d64b8f50b 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 5e0219033..4e87faf59 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 66f75c908..2279756a0 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 877035259..c6f05a834 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 3df830dbb..193fe4973 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 cfd775f33..93e3584f9 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 ce26963de..4c120c1fd 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 877b0e4c5..5be32901e 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 af0e0ac40..21dd76761 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 9d7613f0f..626ef4ee9 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 4adbd6058..c4e0ca4f8 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 f035f3dfc..d6d6fe41e 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 129ebb831..09c61e104 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 0b10a75b1..60acda11c 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 ccef0bf3c..32b46e348 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 cae65b084..557db1c78 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 463afd4de..0cee67cb1 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 3854645f6..765ba8567 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 2962425f4..b863d759b 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 ab7ddc2b7..32ca90a91 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 aef6fe39f..e2cbadb11 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 c38b4f4de..72f639b2d 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 5659f4d2d..af7b9ff2c 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 eb1eb598d..3333a1db6 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 786dc483a..dc5c7c517 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 d1677158b..4e77f4709 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 48b2c7e5f..d6ea6dbde 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 a6ea9db81..2292351e9 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 6c5236bee..ade393704 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 637385600..427016427 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 6fa6e0379..97dec26ed 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 949470326..f96ce91c0 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 f1393c3b2..84fa05141 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 b5631a785..1a5663f70 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 5248db74a..a1fee2858 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 5199bdcf8..40fa799c5 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 4bf606261..38620e416 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 5bf30b7ac..b6db46923 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 c6a361229..97a106ed9 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 bae157966..df78b9b9f 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 344ae0353..dc33a5370 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 161d089ed..1dff34117 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 a7ca7c97a..5f9adb917 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 6bfe0efa1..be9693900 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 ec0b14ece..d803e566a 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 f47aff8fb..ebfbf0816 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 7195f65db..35331a62b 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 75d367277..efb573a91 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 d4f05dd7b..fd74c77d0 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 3a8ae1085..26f95da9c 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 df8b44871..ca9f7329a 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 8b2c39bc7..b4c35b44c 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 40a71c9bc..51d488a0d 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 91c237ba7..503974739 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 c55d1186a..02f64f6a2 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 17a0b8ef9..bd0b8f45f 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 088cc00c3..a8ff81f72 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 7c7b9aaac..b08331b62 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 d65b21f5e..336427756 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 c4b54ce69..2df43e09f 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 8b80a6669..48707c5d5 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 c787d9375..41811af6a 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 bc7213723..eb343d6a7 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 d4a9e1c94..2075dd34c 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 fafc762cb..efad704d6 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 dadb0f592..7379ec61b 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 5a3feab68..6b9000bc0 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 ac5717549..52ecaab57 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 40bafb6af..ec3f8de3d 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 4521e8eb1..b0bb00050 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 091264388..b56f7a255 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 f900862b8..047ac6279 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 5b2101858..bb5bfe64c 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 41fcc7c86..7c5083823 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 5d9e5b453..1ae44394f 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 379472a46..dee1afcbc 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 739fc3b65..9ec5d3763 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 e96a50710..e55d8625a 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 94dc028b8..7856a7a2d 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 738bd085e..dba192b40 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 746300f40..e2c6e617b 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 9caaa7295..ebf5259db 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 a798d5582..1f56d8087 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 74d82a7f1..e380a488c 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 7f5adc18d..22fd979e0 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 7641c73bc..9c18a4a39 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 bfcdacf81..2a9f23541 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 1c8109712..fd795a7c2 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 9750dd99f..090883496 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 4550c2435..1d354562d 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 0f30c5826..6f8ad7fcc 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 bd7f875c2..3a07d9132 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 5c6190c7d..e3ea53942 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 b104cde2f..209a14cfb 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 4db014d00..f17ab1575 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 398f155d7..2f13990c9 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 db59482a4..105c423a6 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 938c524fe..03073b4ec 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 ea41473b5..5af68addf 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 334beabc7..e14270611 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 f7552d054..48a6f54e6 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 da209c411..c3ecbd4ea 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 6c15a01ab..eec8cf720 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 f01115f6d..6a4f3bee4 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 0da6b443e..4730cb94c 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 04baf0589..53d1da74e 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 fbfc3f5dd..03de030a4 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 7ed0e1d83..246fa13d9 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 e78b7421e..d3f7a8ee0 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 e087b66d2..22b5aae99 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 4c69a95a4..76e1c3e33 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 1a5f08154..d61550448 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 174de06f6..6407c2d4b 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 f1efa02d4..13f25cff6 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 b8ebbbbc3..f4c40924f 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 7a7a35280..4cc922df5 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 e4e78f0fd..84e5aa2dd 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 128b13fb3..1421aae9a 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 74d9949a3..91eef0a6f 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 256bf9263..0c9f5d3a5 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 256b41e9b..077d52c83 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 e03c32ad5..793b39f8d 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 6e17ef8a8..6ea0ab73d 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 d141cebb4..d086bf172 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 c1b2eb2fc..aa975a33e 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 7b1e8df5f..161f41a2c 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 f97beeb59..17eb56984 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 a23293b1b..4f75982e5 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 c05f09020..3e48f8291 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 ce4f24446..054ee23ef 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 aa6d588fa..53e796fa4 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 c0f14e51d..acc714dae 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 849f3a71f..2c1a96450 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 6c21e04a2..933feb12e 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 64152cdff..9705d563d 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 3143f0aac..b9d7a785a 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 00074ca6a..93694de38 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 0a3a6eb43..fdac965cf 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 febf42830..fb99e3ab0 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 d7d6ef8f7..646ff58f8 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 085719ecb..23a426ee7 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 f34c4d3ab..60b7009d6 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 e36a5f3a6..cb2694e0e 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 1a82cf398..68431cb4a 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 77afd6075..d1ba9b3b6 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 bf69ec936..f74e70e9e 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 3f874d4f6..542796385 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 66b8c90de..4a934c8c2 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 30f444f4e..6d4aa3bbf 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 abb53861d..3a3dda366 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 21e933624..da30a2967 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 6413eace3..83c7cc362 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 88c19a1cd..7f012409d 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 5a7eabb30..3886396b0 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 1938c1039..a0934e04f 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 3f6531b8d..09a67fb36 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 b3efff87a..7465f0234 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 5dac83b71..697fa97e4 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 a973f1ed8..db6a60758 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 d8e71e7cd..febb3ffcc 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 a4b8ee455..2fbb56b6f 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 a0a3bfcbc..2a3ce32a7 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 bb5f50a43..d113db1fb 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 6ebf896de..250840cc0 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 891805409..21ff11ea7 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 233614dac..cefbfe4ce 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 30323f43e..39a8a3b6a 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 00b33f45c..053707d6c 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 2d09e08bd..4b0598671 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 0dca13d12..bf72a740b 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 c48eb1137..860c4be28 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 e75f6b56b..d44bb7983 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 a5af93ddf..bd0c8a451 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 9d451571c..13bebc7a3 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 40dbc1b9e..b90872fec 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 98e9117b4..8a874de42 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 a1dc75648..dfac28ca5 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 748b58bd5..e03673d4e 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 a9eddd04f..feb007fff 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 175802f48..6f1e380ca 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 c1a12f65d..607099b85 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 dab5f8fa0..9968aa1b1 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 3a3dd63bd..294300710 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 48d475da8..d7df97564 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 aaeacf776..80afb0ce4 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 ed9693d19..52972186e 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 2a297a0b1..7703689a5 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 ffd60d2f7..0f0709aae 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 ef43be1ab..ec4563920 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 53cccaa77..cf879e505 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 856c9296f..c610b8889 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 3738f03f0..8fb5e287e 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 3ef7522f5..c27cc1809 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 02610fdc7..c78c608d1 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 6b1a301cc..721f09b4a 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 d6c8b96f8..ed63a50ee 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 ad564024c..ad4e4c58c 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 8e023bb1f..ea1afc2ee 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 41a725df3..20cc129fb 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 0a5ce674f..2da085d87 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 6c9d24532..2ce32e6ef 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 f428dc69f..83c87181f 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 3f40cc7ac..80c59988e 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 b76f6f542..eebc359c4 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 e53c0aec7..c78ca1086 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 ea96f2be2..42aae3fd0 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 4d798e536..da9b581bb 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 2f5bf17a7..fffc0d764 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 9c122cc41..9190098de 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 90a9dfec4..b8c8ffb86 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 2f443d46b..695bd58f3 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 b47acb174..92e37345c 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 aaf1059b8..c35a76dac 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 4c834d0f0..3cfbfe07e 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 006a4c73a..d9eca87ef 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 50a7545f5..cf5c6de15 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 6cf7912a4..1363c945d 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 065258679..907a9c8c9 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 e56f5a644..65f77d5a0 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 ed561c73e..0709c5ba8 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 803edf88d..45a8051df 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 536957cdd..7416ff3f9 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 315326774..995e8aa30 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 e6d094f51..068f89a31 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 10cbff564..c9339ccc4 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 c2b21d7f7..4818a7fa8 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 936ad8737..d5a0cff52 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 aebc60804..770c5e658 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 0857e94b9..4eaa6fc33 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 d1fa4c325..cd8f1df51 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 155d3ac5a..b24c36c69 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 94df4ebbb..7ec282367 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 afd9e6551..feb412eff 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 0211f07cc..2d6531cba 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 44de11b69..4b43242e7 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 43856b432..d9c8c2f95 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 73df394b7..e7792d77d 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 d6bf6fdd6..9cea13cc6 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 3c777733b..b30049cc2 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 c0abe7a3b..51dafb91e 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 0946f1507..de88bcb01 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 c9680b88e..1cd302c6c 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 b0b441d31..bc9056c9e 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 dcc0ff28c..b2c303349 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 64f12124d..e71c2be52 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 f7bd3138b..feca5ff18 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 bd1260208..9e8ba9d29 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 20e51bb90..6d51b0aa5 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 9715686a4..e3e53726d 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 914bdf8d2..f0174f088 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 e4e67c99f..8bd497e20 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 712779cbf..d26624496 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 2bd7499aa..22ae15658 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 9601cdad1..45d44face 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 774c37c52..f85b1be9d 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 00d61bee1..8d4b1c7cf 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 03ae868fa..80b9de1f8 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 65e278fa5..8d5320d1e 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 42f5b6101..d591d88df 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 7080b6228..c3f8f9d0c 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 48a73e52a..f3e922902 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 8cb314565..88ae0db03 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 b2ac739ad..90e7e21da 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 036176371..41f2c017a 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 41d0ed193..ccf2960dc 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 17fce2cdb..1621007f9 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 730b1202f..626dca5f4 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 f53671ad8..54c22ff2b 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 a427bd1d0..0700a299f 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 3321fe0ad..d016eeb50 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 e9ddae103..ae2d6b561 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 ad1253caf..3401452aa 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 efaf3a2a3..839998ce9 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 5394d2900..c3f3ccb61 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 fd5cc1249..52f4b3b28 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 da960a21c..913f3f5d0 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 bc48f53b7..7a57c639c 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 f0f5d10a1..c47d5cb83 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 d56634e3f..33583828a 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 7228bfd0c..bd8d1d5ab 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 1ae680dee..94ecc8d13 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 b07ce0a58..73faa3fd9 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 8b27e01e2..8eb08b711 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 9f179dde6..a68783397 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 70fd1fcce..71da96bdb 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 c465c81cf..bcfa1287c 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 ad94948f0..898457d9b 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 145bc48d6..9d5a7d549 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 761d0ee5a..6e74c3834 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 57bb5ae59..e0a954ab5 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 c43f56695..9809daaa7 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 497725442..de705d434 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 2bd45e1be..8dde89adb 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 06a4ca623..8cb2b8e0c 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 2f7c90322..9c1f224f3 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 9081356bd..a9d76fdc2 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 cf51b574c..c656a9839 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 fb5eb0336..bb389d1f8 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 eb6057cb3..999f1d871 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 7a25760f0..71f44883d 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 a399b1768..450af281a 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 4598bca8e..889c800d7 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 d0773e320..55550575c 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 423b9ea60..54f4a79a1 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 84a490d75..cb9962eff 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 be4590c4b..ee7e3f628 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 f02b3064b..6d48c7bf5 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 29adccede..c083b8afb 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 2c3c7a767..d77e7a901 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 d111b7447..b7869c155 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 7cd86b83e..db91b16e1 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 8c8b720db..2b9df36ca 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 4a4a757d0..ac7a3d01c 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 0147cb429..46877c91c 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 a87fb383f..d6cd1b2f2 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 ffedfa7a9..72cc97418 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 0293d84df..e9856237e 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 18bf891e5..da6a1e30a 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 3dbae6553..dc143f7b3 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 15b1764e8..6f3a5f051 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 92e5d6526..55d9cd5a6 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 27d8db814..98f4dd913 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 df7676514..2539f0b2c 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 13ed146f6..51c236b2e 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 d84a0cf76..083e205cc 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 18dd7a592..32b42a1d2 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 449a33a14..9c0e981e7 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 e57f57917..4a8b6cfc9 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 572438b22..37fc3f4d3 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 34c01ec36..d28cbfc13 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 f07fd2c6b..0c247904d 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 76f6ba039..7924c9a7d 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 eb1fb8f63..b426e1b09 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 1a0cf2257..62092885c 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 2ed3be2cf..74b0339f2 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 41984b8db..f2e33647f 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 4dee7fb94..5938877bf 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.