svnno****@sourc*****
svnno****@sourc*****
2009年 6月 22日 (月) 03:50:13 JST
Revision: 3434 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3434 Author: happy_ryo Date: 2009-06-22 03:50:13 +0900 (Mon, 22 Jun 2009) Log Message: ----------- ライセンス文の追加等 Modified Paths: -------------- sandbox/nekotter/pom.xml sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterAction.java sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterTopComponent.java sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigOptionsPanelController.java sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigPanel.java Removed Paths: ------------- sandbox/nekotter/src/test/java/org/jiemamy/nekotter/deleteme.txt -------------- next part -------------- Modified: sandbox/nekotter/pom.xml =================================================================== --- sandbox/nekotter/pom.xml 2009-06-21 18:41:11 UTC (rev 3433) +++ sandbox/nekotter/pom.xml 2009-06-21 18:50:13 UTC (rev 3434) @@ -91,6 +91,14 @@ </plugin> </plugins> </build> + <developers> + <developer> + <name>happy_ryo</name> + <email>iwama****@gmail*****</email> + <url>http://d.hatena.ne.jp/happy_ryo/</url> + <timezone>+9</timezone> + </developer> + </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> Modified: sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterAction.java =================================================================== --- sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterAction.java 2009-06-21 18:41:11 UTC (rev 3433) +++ sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterAction.java 2009-06-21 18:50:13 UTC (rev 3434) @@ -1,7 +1,20 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * Copyright 2009 happy_ryo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * under the License. */ + package org.jiemamy.nekotter.window; import java.awt.event.ActionEvent; Modified: sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterTopComponent.java =================================================================== --- sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterTopComponent.java 2009-06-21 18:41:11 UTC (rev 3433) +++ sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/NekotterTopComponent.java 2009-06-21 18:50:13 UTC (rev 3434) @@ -1,7 +1,20 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * Copyright 2009 happy_ryo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * under the License. */ + package org.jiemamy.nekotter.window; import java.io.Serializable; Modified: sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigOptionsPanelController.java =================================================================== --- sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigOptionsPanelController.java 2009-06-21 18:41:11 UTC (rev 3433) +++ sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigOptionsPanelController.java 2009-06-21 18:50:13 UTC (rev 3434) @@ -1,7 +1,20 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * Copyright 2009 happy_ryo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * under the License. */ + package org.jiemamy.nekotter.window.config; import java.beans.PropertyChangeListener; Modified: sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigPanel.java =================================================================== --- sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigPanel.java 2009-06-21 18:41:11 UTC (rev 3433) +++ sandbox/nekotter/src/main/java/org/jiemamy/nekotter/window/config/ConfigPanel.java 2009-06-21 18:50:13 UTC (rev 3434) @@ -1,6 +1,18 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * Copyright 2009 happy_ryo. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * under the License. */ package org.jiemamy.nekotter.window.config; Deleted: sandbox/nekotter/src/test/java/org/jiemamy/nekotter/deleteme.txt =================================================================== --- sandbox/nekotter/src/test/java/org/jiemamy/nekotter/deleteme.txt 2009-06-21 18:41:11 UTC (rev 3433) +++ sandbox/nekotter/src/test/java/org/jiemamy/nekotter/deleteme.txt 2009-06-21 18:50:13 UTC (rev 3434) @@ -1 +0,0 @@ -Just delete me. \ No newline at end of file