瀏覽代碼

Update mail

世界 4 年之前
父節點
當前提交
083e6e9a41
共有 100 個文件被更改,包括 106 次插入106 次删除
  1. 0 7
      .idea/copyright/nekohasekai.xml
  2. 2 2
      .idea/copyright/profiles_settings.xml
  3. 7 0
      .idea/copyright/sagernet.xml
  4. 1 1
      AUTHORS
  5. 1 1
      LICENSE
  6. 1 1
      README.md
  7. 1 1
      app/src/main/assets/LICENSE
  8. 1 1
      app/src/main/java/cn/hutool/cache/impl/AbstractCacheWithoutLock.java
  9. 1 1
      app/src/main/java/cn/hutool/cache/impl/LFUCacheCompact.java
  10. 1 1
      app/src/main/java/cn/hutool/cache/impl/LFUCacheWithoutLock.java
  11. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/ConfigurationActivity.kt
  12. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/HelpActivity.kt
  13. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/HelpCallback.kt
  14. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/InternalPlugin.kt
  15. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/NativePlugin.kt
  16. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/NativePluginProvider.kt
  17. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/NoPlugin.kt
  18. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/OptionsCapableActivity.kt
  19. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/PathProvider.kt
  20. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/Plugin.kt
  21. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/PluginConfiguration.kt
  22. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/PluginContract.kt
  23. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/PluginList.kt
  24. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/PluginManager.kt
  25. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/PluginOptions.kt
  26. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/ResolvedPlugin.kt
  27. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/Utils.kt
  28. 1 1
      app/src/main/java/com/github/shadowsocks/plugin/fragment/AlertDialogFragment.kt
  29. 1 1
      app/src/main/java/com/github/shadowsocks/preference/PluginConfigurationDialogFragment.kt
  30. 1 1
      app/src/main/java/com/github/shadowsocks/preference/PluginPreference.kt
  31. 1 1
      app/src/main/java/com/github/shadowsocks/preference/PluginPreferenceDialogFragment.kt
  32. 1 1
      app/src/main/java/io/nekohasekai/sagernet/BootReceiver.kt
  33. 1 1
      app/src/main/java/io/nekohasekai/sagernet/Constants.kt
  34. 1 1
      app/src/main/java/io/nekohasekai/sagernet/SagerNet.kt
  35. 1 1
      app/src/main/java/io/nekohasekai/sagernet/aidl/AppStats.kt
  36. 1 1
      app/src/main/java/io/nekohasekai/sagernet/aidl/AppStatsList.kt
  37. 1 1
      app/src/main/java/io/nekohasekai/sagernet/aidl/TrafficStats.kt
  38. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/AbstractInstance.kt
  39. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/BaseService.kt
  40. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/ClashBasedInstance.kt
  41. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/Executable.kt
  42. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/ExternalInstance.kt
  43. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/ForegroundDetectorService.kt
  44. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/GuardedProcessPool.kt
  45. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/ProxyService.kt
  46. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/SagerConnection.kt
  47. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/ServiceNotification.kt
  48. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/SubscriptionUpdater.kt
  49. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/VpnService.kt
  50. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/ApiInstance.kt
  51. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/ProxyInstance.kt
  52. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/ShadowsocksInstance.kt
  53. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/ShadowsocksRInstance.kt
  54. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/SnellInstance.kt
  55. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/Socks4To5Instance.kt
  56. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/UidDumper.kt
  57. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/proto/V2RayInstance.kt
  58. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/test/UrlTest.kt
  59. 1 1
      app/src/main/java/io/nekohasekai/sagernet/bg/test/V2RayTestInstance.kt
  60. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/DataStore.kt
  61. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/GroupManager.kt
  62. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/ProfileManager.kt
  63. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/ProxyEntity.kt
  64. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/ProxyGroup.kt
  65. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/RuleEntity.kt
  66. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/SagerDatabase.kt
  67. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/StatsEntity.kt
  68. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/SubscriptionBean.java
  69. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/preference/EditTextPreferenceModifiers.kt
  70. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/preference/KeyValuePair.kt
  71. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/preference/OnPreferenceDataStoreChangeListener.kt
  72. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/preference/PublicDatabase.kt
  73. 1 1
      app/src/main/java/io/nekohasekai/sagernet/database/preference/RoomPreferenceDataStore.kt
  74. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/AbstractBean.java
  75. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/ConfigBuilder.kt
  76. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/KryoConverters.java
  77. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/PluginEntry.kt
  78. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/TypeMap.kt
  79. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/UniversalFmt.kt
  80. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/brook/BrookBean.java
  81. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/brook/BrookFmt.kt
  82. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/GsonConverters.java
  83. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/Gsons.kt
  84. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonLazyAdapter.java
  85. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonLazyFactory.java
  86. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonLazyInterface.java
  87. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonOr.java
  88. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonOrAdapter.java
  89. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonOrAdapterFactory.java
  90. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/http/HttpBean.java
  91. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/http/HttpFmt.kt
  92. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/hysteria/HysteriaBean.java
  93. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/hysteria/HysteriaFmt.kt
  94. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/internal/BalancerBean.java
  95. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/internal/ChainBean.java
  96. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/internal/ConfigBean.java
  97. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/internal/InternalBean.java
  98. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/naive/NaiveBean.java
  99. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/naive/NaiveFmt.kt
  100. 1 1
      app/src/main/java/io/nekohasekai/sagernet/fmt/pingtunnel/PingTunnelBean.java

+ 0 - 7
.idea/copyright/nekohasekai.xml

@@ -1,7 +0,0 @@
-<component name="CopyrightManager">
-  <copyright>
-    <option name="allowReplaceRegexp" value="Copyright" />
-    <option name="notice" value="&#10;Copyright (C) 2021 by nekohasekai &lt;[email protected]&gt;&#10;Copyright (C) 2021 by Max Lv &lt;[email protected]&gt; &#10;Copyright (C) 2021 by Mygod Studio &lt;[email protected]&gt;&#10;&#10;This program is free software: you can redistribute it and/or modify&#10;it under the terms of the GNU General Public License as published by&#10;the Free Software Foundation, either version 3 of the License, or&#10; (at your option) any later version.&#10; &#10;This program is distributed in the hope that it will be useful,&#10;but WITHOUT ANY WARRANTY; without even the implied warranty of&#10;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&#10;GNU General Public License for more details.&#10;&#10;You should have received a copy of the GNU General Public License&#10;along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.&#10;" />
-    <option name="myName" value="nekohasekai" />
-  </copyright>
-</component>

+ 2 - 2
.idea/copyright/profiles_settings.xml

@@ -1,7 +1,7 @@
 <component name="CopyrightManager">
-  <settings default="nekohasekai">
+  <settings default="sagernet">
     <module2copyright>
-      <element module="Project Files" copyright="nekohasekai" />
+      <element module="Project Files" copyright="sagernet" />
     </module2copyright>
     <LanguageOptions name="JAVA">
       <option name="fileTypeOverride" value="3" />

+ 7 - 0
.idea/copyright/sagernet.xml

@@ -0,0 +1,7 @@
+<component name="CopyrightManager">
+  <copyright>
+    <option name="allowReplaceRegexp" value="Copyright" />
+    <option name="notice" value="&#10;Copyright (C) 2021 by nekohasekai &lt;[email protected]&gt;&#10;Copyright (C) 2021 by Max Lv &lt;[email protected]&gt; &#10;Copyright (C) 2021 by Mygod Studio &lt;[email protected]&gt;&#10;&#10;This program is free software: you can redistribute it and/or modify&#10;it under the terms of the GNU General Public License as published by&#10;the Free Software Foundation, either version 3 of the License, or&#10; (at your option) any later version.&#10; &#10;This program is distributed in the hope that it will be useful,&#10;but WITHOUT ANY WARRANTY; without even the implied warranty of&#10;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&#10;GNU General Public License for more details.&#10;&#10;You should have received a copy of the GNU General Public License&#10;along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.&#10;" />
+    <option name="myName" value="sagernet" />
+  </copyright>
+</component>

+ 1 - 1
AUTHORS

@@ -1,5 +1,5 @@
 SagerNet was originally created in late 2021, by
-nekohasekai <[email protected]>.
+nekohasekai <[email protected]>.
 
 Here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS --
 people who have submitted patches, fixed bugs, added translations, and

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (C) 2021 by nekohasekai <[email protected]>
+Copyright (C) 2021 by nekohasekai <[email protected]>
 Copyright (C) 2017-2021 by Max Lv <[email protected]>
 Copyright (C) 2017-2021 by Mygod Studio <[email protected]>
 

+ 1 - 1
README.md

@@ -87,7 +87,7 @@ Anyone can create a new language via Weblate.
 ## License
 
 ```
-Copyright (C) 2021 by nekohasekai <[email protected]>
+Copyright (C) 2021 by nekohasekai <[email protected]>
 Copyright (C) 2017-2021 by Max Lv <[email protected]>
 Copyright (C) 2017-2021 by Mygod Studio <[email protected]>
 

+ 1 - 1
app/src/main/assets/LICENSE

@@ -1,5 +1,5 @@
 Copyright (C) 2021 by nekohasekai
-<[email protected]>
+<[email protected]>
 
 Copyright (C) 2017-2021 by Max Lv
 <[email protected]>

+ 1 - 1
app/src/main/java/cn/hutool/cache/impl/AbstractCacheWithoutLock.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/cn/hutool/cache/impl/LFUCacheCompact.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/cn/hutool/cache/impl/LFUCacheWithoutLock.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/ConfigurationActivity.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/HelpActivity.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/HelpCallback.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/InternalPlugin.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/NativePlugin.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/NativePluginProvider.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/NoPlugin.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/OptionsCapableActivity.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/PathProvider.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/Plugin.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/PluginConfiguration.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/PluginContract.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/PluginList.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/PluginManager.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/PluginOptions.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/ResolvedPlugin.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/Utils.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/plugin/fragment/AlertDialogFragment.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/preference/PluginConfigurationDialogFragment.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/preference/PluginPreference.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/com/github/shadowsocks/preference/PluginPreferenceDialogFragment.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/BootReceiver.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/Constants.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/SagerNet.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/aidl/AppStats.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/aidl/AppStatsList.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/aidl/TrafficStats.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/AbstractInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/BaseService.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/ClashBasedInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/Executable.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/ExternalInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/ForegroundDetectorService.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/GuardedProcessPool.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/ProxyService.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/SagerConnection.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/ServiceNotification.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/SubscriptionUpdater.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/VpnService.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/ApiInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/ProxyInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/ShadowsocksInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/ShadowsocksRInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/SnellInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/Socks4To5Instance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/UidDumper.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/proto/V2RayInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/test/UrlTest.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/bg/test/V2RayTestInstance.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/DataStore.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/GroupManager.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/ProfileManager.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/ProxyEntity.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/ProxyGroup.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/RuleEntity.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/SagerDatabase.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/StatsEntity.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/SubscriptionBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/preference/EditTextPreferenceModifiers.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/preference/KeyValuePair.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/preference/OnPreferenceDataStoreChangeListener.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/preference/PublicDatabase.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/database/preference/RoomPreferenceDataStore.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/AbstractBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/ConfigBuilder.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/KryoConverters.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/PluginEntry.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/TypeMap.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/UniversalFmt.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/brook/BrookBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/brook/BrookFmt.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/GsonConverters.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/Gsons.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonLazyAdapter.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonLazyFactory.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonLazyInterface.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonOr.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonOrAdapter.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/gson/JsonOrAdapterFactory.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/http/HttpBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/http/HttpFmt.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/hysteria/HysteriaBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/hysteria/HysteriaFmt.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/internal/BalancerBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/internal/ChainBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/internal/ConfigBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/internal/InternalBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/naive/NaiveBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/naive/NaiveFmt.kt

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

+ 1 - 1
app/src/main/java/io/nekohasekai/sagernet/fmt/pingtunnel/PingTunnelBean.java

@@ -1,6 +1,6 @@
 /******************************************************************************
  *                                                                            *
- * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
+ * Copyright (C) 2021 by nekohasekai <[email protected]>                    *
  * Copyright (C) 2021 by Max Lv <[email protected]>                          *
  * Copyright (C) 2021 by Mygod Studio <[email protected]>  *
  *                                                                            *

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