[Japi-cvs] SF.net SVN: japi:[834] progs/pffhtrain/trunk/src
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 23:01:41
|
Revision: 834
http://japi.svn.sourceforge.net/japi/?rev=834&view=rev
Author: christianhujer
Date: 2009-02-14 21:35:44 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties
progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java
progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java
progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.pffhtrain;
import org.jetbrains.annotations.Nullable;
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.pffhtrain;
import org.jetbrains.annotations.Nullable;
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.pffhtrain;
import java.util.List;
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+#
+# Copyright (C) 2009 Christian Hujer
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
main.menubar=file help
file.menu=open save saveas close quit
Modified: progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java
===================================================================
--- progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package test.net.sf.japi.pffhtrain;
import net.sf.japi.pffhtrain.Material;
Modified: progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java
===================================================================
--- progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package test.net.sf.japi.pffhtrain;
import net.sf.japi.pffhtrain.MaterialType;
Modified: progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java
===================================================================
--- progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package test.net.sf.japi.pffhtrain;
import net.sf.japi.pffhtrain.PffhTrain;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|