From 522c99911ffeba611087c9cc93e44ce461246e8f Mon Sep 17 00:00:00 2001 From: yukihane Date: Wed, 10 Aug 2011 14:07:09 +0900 Subject: [PATCH] =?utf8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?utf8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92=E5=89=8A=E9=99=A4?= =?utf8?q?=20(cherry=20picked=20from=20commit=20af316bb2aa432a0693d6b7994f?= =?utf8?q?0feffa9aa04c9b)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- frontend/src/saccubus/SavePanel.java | 5 ----- frontend/src/saccubus/converter/filegetter/CommentFileWebGetter.java | 4 ---- frontend/src/saccubus/converter/filegetter/FileGetter.java | 4 ---- frontend/src/saccubus/converter/filegetter/TcommFileWebGetter.java | 4 ---- frontend/src/saccubus/converter/filegetter/VideoFileWebGetter.java | 4 ---- frontend/src/saccubus/net/TextProgressListener.java | 4 ---- frontend/src/saccubus/net/VideoInfo.java | 4 ---- frontend/src/yukihane/inqubus/gui/MainFrame.java | 5 ----- frontend/src/yukihane/nicovideo/NicoDBFinder.java | 4 ---- frontend/test/yukihane/inqubus/config/PropertiesTest.java | 4 ---- 10 files changed, 42 deletions(-) diff --git a/frontend/src/saccubus/SavePanel.java b/frontend/src/saccubus/SavePanel.java index c4e68b7..abc04a2 100644 --- a/frontend/src/saccubus/SavePanel.java +++ b/frontend/src/saccubus/SavePanel.java @@ -1,9 +1,4 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* * SavePanel.java * * Created on 2009/12/04, 21:06:09 diff --git a/frontend/src/saccubus/converter/filegetter/CommentFileWebGetter.java b/frontend/src/saccubus/converter/filegetter/CommentFileWebGetter.java index 0c3c6d0..5fd2d35 100644 --- a/frontend/src/saccubus/converter/filegetter/CommentFileWebGetter.java +++ b/frontend/src/saccubus/converter/filegetter/CommentFileWebGetter.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package saccubus.converter.filegetter; import java.io.File; diff --git a/frontend/src/saccubus/converter/filegetter/FileGetter.java b/frontend/src/saccubus/converter/filegetter/FileGetter.java index 20f15b6..c4ddae2 100644 --- a/frontend/src/saccubus/converter/filegetter/FileGetter.java +++ b/frontend/src/saccubus/converter/filegetter/FileGetter.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package saccubus.converter.filegetter; import java.io.File; diff --git a/frontend/src/saccubus/converter/filegetter/TcommFileWebGetter.java b/frontend/src/saccubus/converter/filegetter/TcommFileWebGetter.java index 06ad5b7..57a4b5f 100644 --- a/frontend/src/saccubus/converter/filegetter/TcommFileWebGetter.java +++ b/frontend/src/saccubus/converter/filegetter/TcommFileWebGetter.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package saccubus.converter.filegetter; import java.io.File; diff --git a/frontend/src/saccubus/converter/filegetter/VideoFileWebGetter.java b/frontend/src/saccubus/converter/filegetter/VideoFileWebGetter.java index be72ea8..ac051ed 100644 --- a/frontend/src/saccubus/converter/filegetter/VideoFileWebGetter.java +++ b/frontend/src/saccubus/converter/filegetter/VideoFileWebGetter.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package saccubus.converter.filegetter; import java.io.File; diff --git a/frontend/src/saccubus/net/TextProgressListener.java b/frontend/src/saccubus/net/TextProgressListener.java index 8a21064..950540d 100644 --- a/frontend/src/saccubus/net/TextProgressListener.java +++ b/frontend/src/saccubus/net/TextProgressListener.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package saccubus.net; /** diff --git a/frontend/src/saccubus/net/VideoInfo.java b/frontend/src/saccubus/net/VideoInfo.java index f0706c4..a77bfa9 100644 --- a/frontend/src/saccubus/net/VideoInfo.java +++ b/frontend/src/saccubus/net/VideoInfo.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package saccubus.net; /** diff --git a/frontend/src/yukihane/inqubus/gui/MainFrame.java b/frontend/src/yukihane/inqubus/gui/MainFrame.java index 884014a..bb7a10a 100644 --- a/frontend/src/yukihane/inqubus/gui/MainFrame.java +++ b/frontend/src/yukihane/inqubus/gui/MainFrame.java @@ -1,9 +1,4 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* * MainFrame.java * * Created on 2011/05/28, 18:14:51 diff --git a/frontend/src/yukihane/nicovideo/NicoDBFinder.java b/frontend/src/yukihane/nicovideo/NicoDBFinder.java index 977e0a5..ad963cf 100644 --- a/frontend/src/yukihane/nicovideo/NicoDBFinder.java +++ b/frontend/src/yukihane/nicovideo/NicoDBFinder.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package yukihane.nicovideo; import java.util.HashMap; diff --git a/frontend/test/yukihane/inqubus/config/PropertiesTest.java b/frontend/test/yukihane/inqubus/config/PropertiesTest.java index 58b138c..251328e 100644 --- a/frontend/test/yukihane/inqubus/config/PropertiesTest.java +++ b/frontend/test/yukihane/inqubus/config/PropertiesTest.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package yukihane.inqubus.config; import yukihane.inqubus.conifg.Properties; -- 2.11.0