Changeset 32641 for lang/vb2005

Show
Ignore:
Timestamp:
04/20/09 11:00:05 (4 years ago)
Author:
syo68k
Message:

冒頭にコメント追加

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/trunk/Tween/WebBrowserController.vb

    r32357 r32641  
    1  
     1' Tween - Client of Twitter 
     2' Copyright (c) 2007-2009 kiri_feather (@kiri_feather) <kiri_feather@gmail.com> 
     3'           (c) 2008-2009 Moz (@syo68k) <http://iddy.jp/profile/moz/> 
     4'           (c) 2008-2009 takeshik (@takeshik) <http://www.takeshik.org/> 
     5' All rights reserved. 
     6'  
     7' This file is part of Tween. 
     8'  
     9' This program is free software; you can redistribute it and/or modify it 
     10' under the terms of the GNU General Public License as published by the Free 
     11' Software Foundation; either version 3 of the License, or (at your option) 
     12' any later version. 
     13'  
     14' This program is distributed in the hope that it will be useful, but 
     15' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
     16' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
     17' for more details.  
     18'  
     19' You should have received a copy of the GNU General Public License along 
     20' with this program. If not, see <http://www.gnu.org/licenses/>, or write to 
     21' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, 
     22' Boston, MA 02110-1301, USA. 
     23 
    224Imports System.Runtime.InteropServices 
    325