OSDN Git Service

みかげさんもWinBottle Project内定したので、著作権情報もう一度修正。
authornaru <bottle@mikage.to>
Tue, 9 Mar 2004 09:13:55 +0000 (09:13 +0000)
committernaru <bottle@mikage.to>
Tue, 9 Mar 2004 09:13:55 +0000 (09:13 +0000)
bottleclient/BottleDef.pas

index 1be955b..f0f843e 100755 (executable)
@@ -330,14 +330,13 @@ const
 
   SentLogFile     = 'sent.log';
 
-  BottleDisclaimer = '(C)2001-2004 WinBottle Project + Mikage Sawatari'#13#10 +
-    'naru, C.Ponapalt, Yune Kotomi'#13#10 +
+  BottleDisclaimer = '(C)2001-2004 WinBottle Project'#13#10 +
+    'naru, C.Ponapalt, Yune Kotomi, yesu, Mikage Sawatari'#13#10 +
     DefaultHomePage;
 
   ChannelDefault = '(CH\90\84\8f§)';
   ClipChannel    = '(\83N\83\8a\83b\83v)'; 
 
-
 function ParamsEncode(const ASrc: string): string;
 function XMLEntity(From: String): String;
 function SafeFileName(From: String; ChangePathDelimiters: boolean = true): String;