Shinsuke Sugaya 11 years ago
parent
commit
3d4900de09
100 changed files with 101 additions and 101 deletions
  1. 1 1
      src/etc/header.txt
  2. 2 2
      src/main/java/jp/sf/fess/Constants.java
  3. 1 1
      src/main/java/jp/sf/fess/FessSystemException.java
  4. 1 1
      src/main/java/jp/sf/fess/InvalidQueryException.java
  5. 1 1
      src/main/java/jp/sf/fess/ResultOffsetExceededException.java
  6. 1 1
      src/main/java/jp/sf/fess/UnsupportedSearchException.java
  7. 1 1
      src/main/java/jp/sf/fess/WebApiException.java
  8. 1 1
      src/main/java/jp/sf/fess/action/AppletAction.java
  9. 1 1
      src/main/java/jp/sf/fess/action/ErrorAction.java
  10. 1 1
      src/main/java/jp/sf/fess/action/IndexAction.java
  11. 1 1
      src/main/java/jp/sf/fess/action/LoginAction.java
  12. 1 1
      src/main/java/jp/sf/fess/action/MobileAction.java
  13. 1 1
      src/main/java/jp/sf/fess/action/admin/BrowserTypeAction.java
  14. 1 1
      src/main/java/jp/sf/fess/action/admin/CrawlAction.java
  15. 1 1
      src/main/java/jp/sf/fess/action/admin/CrawlingSessionAction.java
  16. 1 1
      src/main/java/jp/sf/fess/action/admin/DataAction.java
  17. 1 1
      src/main/java/jp/sf/fess/action/admin/DataCrawlingConfigAction.java
  18. 1 1
      src/main/java/jp/sf/fess/action/admin/DesignAction.java
  19. 1 1
      src/main/java/jp/sf/fess/action/admin/DictAction.java
  20. 1 1
      src/main/java/jp/sf/fess/action/admin/DocumentAction.java
  21. 1 1
      src/main/java/jp/sf/fess/action/admin/FailureUrlAction.java
  22. 1 1
      src/main/java/jp/sf/fess/action/admin/FavoriteLogAction.java
  23. 1 1
      src/main/java/jp/sf/fess/action/admin/FileAuthenticationAction.java
  24. 1 1
      src/main/java/jp/sf/fess/action/admin/FileCrawlingConfigAction.java
  25. 1 1
      src/main/java/jp/sf/fess/action/admin/IndexAction.java
  26. 1 1
      src/main/java/jp/sf/fess/action/admin/JobLogAction.java
  27. 1 1
      src/main/java/jp/sf/fess/action/admin/LabelTypeAction.java
  28. 1 1
      src/main/java/jp/sf/fess/action/admin/LogAction.java
  29. 1 1
      src/main/java/jp/sf/fess/action/admin/OverlappingHostAction.java
  30. 1 1
      src/main/java/jp/sf/fess/action/admin/PathMappingAction.java
  31. 1 1
      src/main/java/jp/sf/fess/action/admin/RequestHeaderAction.java
  32. 1 1
      src/main/java/jp/sf/fess/action/admin/RoleTypeAction.java
  33. 1 1
      src/main/java/jp/sf/fess/action/admin/ScheduledJobAction.java
  34. 1 1
      src/main/java/jp/sf/fess/action/admin/SearchListAction.java
  35. 1 1
      src/main/java/jp/sf/fess/action/admin/SearchLogAction.java
  36. 1 1
      src/main/java/jp/sf/fess/action/admin/StatsAction.java
  37. 1 1
      src/main/java/jp/sf/fess/action/admin/SystemAction.java
  38. 1 1
      src/main/java/jp/sf/fess/action/admin/SystemInfoAction.java
  39. 1 1
      src/main/java/jp/sf/fess/action/admin/UserInfoAction.java
  40. 1 1
      src/main/java/jp/sf/fess/action/admin/WebAuthenticationAction.java
  41. 1 1
      src/main/java/jp/sf/fess/action/admin/WebCrawlingConfigAction.java
  42. 1 1
      src/main/java/jp/sf/fess/action/admin/WizardAction.java
  43. 1 1
      src/main/java/jp/sf/fess/action/admin/dict/SynonymAction.java
  44. 1 1
      src/main/java/jp/sf/fess/annotation/CronExpression.java
  45. 1 1
      src/main/java/jp/sf/fess/annotation/UriType.java
  46. 1 1
      src/main/java/jp/sf/fess/api/BaseApiManager.java
  47. 1 1
      src/main/java/jp/sf/fess/api/WebApiManager.java
  48. 1 1
      src/main/java/jp/sf/fess/api/WebApiManagerFactory.java
  49. 1 1
      src/main/java/jp/sf/fess/api/WebApiRequest.java
  50. 1 1
      src/main/java/jp/sf/fess/api/WebApiResponse.java
  51. 1 1
      src/main/java/jp/sf/fess/api/json/JsonApiManager.java
  52. 1 1
      src/main/java/jp/sf/fess/api/xml/XmlApiManager.java
  53. 1 1
      src/main/java/jp/sf/fess/crud/CommonConstants.java
  54. 1 1
      src/main/java/jp/sf/fess/crud/CrudMessageException.java
  55. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsBrowserTypeAction.java
  56. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsCrawlingSessionAction.java
  57. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsDataCrawlingConfigAction.java
  58. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsFailureUrlAction.java
  59. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsFavoriteLogAction.java
  60. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsFileAuthenticationAction.java
  61. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsFileCrawlingConfigAction.java
  62. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsJobLogAction.java
  63. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsLabelTypeAction.java
  64. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsOverlappingHostAction.java
  65. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsPathMappingAction.java
  66. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsRequestHeaderAction.java
  67. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsRoleTypeAction.java
  68. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsScheduledJobAction.java
  69. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsSearchLogAction.java
  70. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsUserInfoAction.java
  71. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsWebAuthenticationAction.java
  72. 1 1
      src/main/java/jp/sf/fess/crud/action/admin/BsWebCrawlingConfigAction.java
  73. 1 1
      src/main/java/jp/sf/fess/crud/creator/PagerCreator.java
  74. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsBrowserTypeForm.java
  75. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsCrawlingSessionForm.java
  76. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsDataCrawlingConfigForm.java
  77. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsFailureUrlForm.java
  78. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsFavoriteLogForm.java
  79. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsFileAuthenticationForm.java
  80. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsFileCrawlingConfigForm.java
  81. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsJobLogForm.java
  82. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsLabelTypeForm.java
  83. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsOverlappingHostForm.java
  84. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsPathMappingForm.java
  85. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsRequestHeaderForm.java
  86. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsRoleTypeForm.java
  87. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsScheduledJobForm.java
  88. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsSearchLogForm.java
  89. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsUserInfoForm.java
  90. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsWebAuthenticationForm.java
  91. 1 1
      src/main/java/jp/sf/fess/crud/form/admin/BsWebCrawlingConfigForm.java
  92. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsBrowserTypePager.java
  93. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsCrawlingSessionPager.java
  94. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsDataCrawlingConfigPager.java
  95. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsFailureUrlPager.java
  96. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsFavoriteLogPager.java
  97. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsFileAuthenticationPager.java
  98. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsFileCrawlingConfigPager.java
  99. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsJobLogPager.java
  100. 1 1
      src/main/java/jp/sf/fess/crud/pager/BsLabelTypePager.java

+ 1 - 1
src/etc/header.txt

@@ -1,4 +1,4 @@
-Copyright 2009-${year} the Fess Project and the Others.
+Copyright 2009-${year} the CodeLibs Project and the Others.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.

+ 2 - 2
src/main/java/jp/sf/fess/Constants.java

@@ -1,5 +1,5 @@
 /*
- * Copyright 2009-2013 the Fess Project and the Others.
+ * Copyright 2009-2014 the CodeLibs Project and the Others.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ public class Constants extends CoreLibConstants {
 
     public static final int DEFAULT_ADMIN_PAGE_SIZE = 25;
 
-    public static final String WEB_API_VERSION = "4";
+    public static final String WEB_API_VERSION = "5";
 
     public static final String LOGIN_INFO = "jp.sf.fess.LoginInfo";
 

+ 1 - 1
src/main/java/jp/sf/fess/FessSystemException.java

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

+ 1 - 1
src/main/java/jp/sf/fess/InvalidQueryException.java

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

+ 1 - 1
src/main/java/jp/sf/fess/ResultOffsetExceededException.java

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

+ 1 - 1
src/main/java/jp/sf/fess/UnsupportedSearchException.java

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

+ 1 - 1
src/main/java/jp/sf/fess/WebApiException.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/AppletAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/ErrorAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/IndexAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/LoginAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/MobileAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/BrowserTypeAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/CrawlAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/CrawlingSessionAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/DataAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/DataCrawlingConfigAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/DesignAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/DictAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/DocumentAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/FailureUrlAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/FavoriteLogAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/FileAuthenticationAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/FileCrawlingConfigAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/IndexAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/JobLogAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/LabelTypeAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/LogAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/OverlappingHostAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/PathMappingAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/RequestHeaderAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/RoleTypeAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/ScheduledJobAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/SearchListAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/SearchLogAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/StatsAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/SystemAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/SystemInfoAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/UserInfoAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/WebAuthenticationAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/WebCrawlingConfigAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/WizardAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/action/admin/dict/SynonymAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/annotation/CronExpression.java

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

+ 1 - 1
src/main/java/jp/sf/fess/annotation/UriType.java

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

+ 1 - 1
src/main/java/jp/sf/fess/api/BaseApiManager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/api/WebApiManager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/api/WebApiManagerFactory.java

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

+ 1 - 1
src/main/java/jp/sf/fess/api/WebApiRequest.java

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

+ 1 - 1
src/main/java/jp/sf/fess/api/WebApiResponse.java

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

+ 1 - 1
src/main/java/jp/sf/fess/api/json/JsonApiManager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/api/xml/XmlApiManager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/CommonConstants.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/CrudMessageException.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsBrowserTypeAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsCrawlingSessionAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsDataCrawlingConfigAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsFailureUrlAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsFavoriteLogAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsFileAuthenticationAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsFileCrawlingConfigAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsJobLogAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsLabelTypeAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsOverlappingHostAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsPathMappingAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsRequestHeaderAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsRoleTypeAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsScheduledJobAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsSearchLogAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsUserInfoAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsWebAuthenticationAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/action/admin/BsWebCrawlingConfigAction.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/creator/PagerCreator.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsBrowserTypeForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsCrawlingSessionForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsDataCrawlingConfigForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsFailureUrlForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsFavoriteLogForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsFileAuthenticationForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsFileCrawlingConfigForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsJobLogForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsLabelTypeForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsOverlappingHostForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsPathMappingForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsRequestHeaderForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsRoleTypeForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsScheduledJobForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsSearchLogForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsUserInfoForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsWebAuthenticationForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/form/admin/BsWebCrawlingConfigForm.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsBrowserTypePager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsCrawlingSessionPager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsDataCrawlingConfigPager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsFailureUrlPager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsFavoriteLogPager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsFileAuthenticationPager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsFileCrawlingConfigPager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsJobLogPager.java

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

+ 1 - 1
src/main/java/jp/sf/fess/crud/pager/BsLabelTypePager.java

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

Some files were not shown because too many files changed in this diff