Jelajahi Sumber

fix #1965 update copyright

Shinsuke Sugaya 6 tahun lalu
induk
melakukan
b6d23f4784
100 mengubah file dengan 100 tambahan dan 100 penghapusan
  1. 1 1
      pom.xml
  2. 1 1
      src/main/java/org/codelibs/fess/Constants.java
  3. 1 1
      src/main/java/org/codelibs/fess/FessBoot.java
  4. 1 1
      src/main/java/org/codelibs/fess/api/BaseApiManager.java
  5. 1 1
      src/main/java/org/codelibs/fess/api/BaseJsonApiManager.java
  6. 1 1
      src/main/java/org/codelibs/fess/api/WebApiManager.java
  7. 1 1
      src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java
  8. 1 1
      src/main/java/org/codelibs/fess/api/WebApiRequest.java
  9. 1 1
      src/main/java/org/codelibs/fess/api/WebApiResponse.java
  10. 1 1
      src/main/java/org/codelibs/fess/api/es/EsApiManager.java
  11. 1 1
      src/main/java/org/codelibs/fess/api/gsa/GsaApiManager.java
  12. 1 1
      src/main/java/org/codelibs/fess/api/json/JsonApiManager.java
  13. 1 1
      src/main/java/org/codelibs/fess/api/suggest/SuggestApiManager.java
  14. 1 1
      src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java
  15. 1 1
      src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java
  16. 1 1
      src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java
  17. 1 1
      src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java
  18. 1 1
      src/main/java/org/codelibs/fess/app/pager/BadWordPager.java
  19. 1 1
      src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
  20. 1 1
      src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java
  21. 1 1
      src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
  22. 1 1
      src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java
  23. 1 1
      src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
  24. 1 1
      src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java
  25. 1 1
      src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java
  26. 1 1
      src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
  27. 1 1
      src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java
  28. 1 1
      src/main/java/org/codelibs/fess/app/pager/GroupPager.java
  29. 1 1
      src/main/java/org/codelibs/fess/app/pager/JobLogPager.java
  30. 1 1
      src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java
  31. 1 1
      src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java
  32. 1 1
      src/main/java/org/codelibs/fess/app/pager/LabelTypePager.java
  33. 1 1
      src/main/java/org/codelibs/fess/app/pager/PathMapPager.java
  34. 1 1
      src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java
  35. 1 1
      src/main/java/org/codelibs/fess/app/pager/RelatedContentPager.java
  36. 1 1
      src/main/java/org/codelibs/fess/app/pager/RelatedQueryPager.java
  37. 1 1
      src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java
  38. 1 1
      src/main/java/org/codelibs/fess/app/pager/RolePager.java
  39. 1 1
      src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java
  40. 1 1
      src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java
  41. 1 1
      src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
  42. 1 1
      src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
  43. 1 1
      src/main/java/org/codelibs/fess/app/pager/StopwordsPager.java
  44. 1 1
      src/main/java/org/codelibs/fess/app/pager/SynonymPager.java
  45. 1 1
      src/main/java/org/codelibs/fess/app/pager/UserPager.java
  46. 1 1
      src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
  47. 1 1
      src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java
  48. 1 1
      src/main/java/org/codelibs/fess/app/service/AccessTokenService.java
  49. 1 1
      src/main/java/org/codelibs/fess/app/service/BadWordService.java
  50. 1 1
      src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java
  51. 1 1
      src/main/java/org/codelibs/fess/app/service/CharMappingService.java
  52. 1 1
      src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
  53. 1 1
      src/main/java/org/codelibs/fess/app/service/DataConfigService.java
  54. 1 1
      src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
  55. 1 1
      src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
  56. 1 1
      src/main/java/org/codelibs/fess/app/service/FailureUrlService.java
  57. 1 1
      src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java
  58. 1 1
      src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java
  59. 1 1
      src/main/java/org/codelibs/fess/app/service/FileConfigService.java
  60. 1 1
      src/main/java/org/codelibs/fess/app/service/GroupService.java
  61. 1 1
      src/main/java/org/codelibs/fess/app/service/JobLogService.java
  62. 1 1
      src/main/java/org/codelibs/fess/app/service/KeyMatchService.java
  63. 1 1
      src/main/java/org/codelibs/fess/app/service/KuromojiService.java
  64. 1 1
      src/main/java/org/codelibs/fess/app/service/LabelTypeService.java
  65. 1 1
      src/main/java/org/codelibs/fess/app/service/PathMappingService.java
  66. 1 1
      src/main/java/org/codelibs/fess/app/service/ProtwordsService.java
  67. 1 1
      src/main/java/org/codelibs/fess/app/service/RelatedContentService.java
  68. 1 1
      src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java
  69. 1 1
      src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java
  70. 1 1
      src/main/java/org/codelibs/fess/app/service/RoleService.java
  71. 1 1
      src/main/java/org/codelibs/fess/app/service/RoleTypeService.java
  72. 1 1
      src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java
  73. 1 1
      src/main/java/org/codelibs/fess/app/service/SearchLogService.java
  74. 1 1
      src/main/java/org/codelibs/fess/app/service/SearchService.java
  75. 1 1
      src/main/java/org/codelibs/fess/app/service/StemmerOverrideService.java
  76. 1 1
      src/main/java/org/codelibs/fess/app/service/StopwordsService.java
  77. 1 1
      src/main/java/org/codelibs/fess/app/service/SynonymService.java
  78. 1 1
      src/main/java/org/codelibs/fess/app/service/UserInfoService.java
  79. 1 1
      src/main/java/org/codelibs/fess/app/service/UserService.java
  80. 1 1
      src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java
  81. 1 1
      src/main/java/org/codelibs/fess/app/service/WebConfigService.java
  82. 1 1
      src/main/java/org/codelibs/fess/app/web/CrudMode.java
  83. 1 1
      src/main/java/org/codelibs/fess/app/web/RootAction.java
  84. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
  85. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java
  86. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/accesstoken/CreateForm.java
  87. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java
  88. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/accesstoken/SearchForm.java
  89. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
  90. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/backup/UploadForm.java
  91. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java
  92. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java
  93. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java
  94. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java
  95. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/badword/SearchForm.java
  96. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java
  97. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java
  98. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java
  99. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java
  100. 1 1
      src/main/java/org/codelibs/fess/app/web/admin/boostdoc/SearchForm.java

+ 1 - 1
pom.xml

@@ -244,7 +244,7 @@
 				<configuration>
 				<configuration>
 					<header>https://www.codelibs.org/assets/license/header.txt</header>
 					<header>https://www.codelibs.org/assets/license/header.txt</header>
 					<properties>
 					<properties>
-						<year>2018</year>
+						<year>2019</year>
 					</properties>
 					</properties>
 					<includes>
 					<includes>
 						<include>src/**/*.java</include>
 						<include>src/**/*.java</include>

+ 1 - 1
src/main/java/org/codelibs/fess/Constants.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/FessBoot.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/BaseApiManager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/BaseJsonApiManager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/WebApiManager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/WebApiManagerFactory.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/WebApiRequest.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/WebApiResponse.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/es/EsApiManager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/gsa/GsaApiManager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/json/JsonApiManager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/api/suggest/SuggestApiManager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/BadWordPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/GroupPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/JobLogPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/KuromojiPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/LabelTypePager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/PathMapPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/RelatedContentPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/RelatedQueryPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/RolePager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/StopwordsPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/SynonymPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/UserPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/AccessTokenService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/BadWordService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/CharMappingService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/DataConfigService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/FailureUrlService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/FileConfigService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/GroupService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/JobLogService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/KeyMatchService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/KuromojiService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/LabelTypeService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/PathMappingService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/ProtwordsService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/RelatedContentService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/RoleService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/RoleTypeService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/SearchLogService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/SearchService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/StemmerOverrideService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/StopwordsService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/SynonymService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/UserInfoService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/UserService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/service/WebConfigService.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/CrudMode.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/RootAction.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/CreateForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/SearchForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/backup/UploadForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/badword/SearchForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/badword/UploadForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/CreateForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/SearchForm.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright 2012-2018 CodeLibs Project and the Others.
+ * Copyright 2012-2019 CodeLibs Project and the Others.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * you may not use this file except in compliance with the License.

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini