[Japi-cvs] SF.net SVN: japi:[837] tools/archStat/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 23:02:35
|
Revision: 837
http://japi.svn.sourceforge.net/japi/?rev=837&view=rev
Author: christianhujer
Date: 2009-02-14 21:36:39 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/archStat/trunk/build.xml
tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.java
tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.properties
tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat_de.properties
tools/archStat/trunk/src/prj/net/sf/japi/archstat/Checker.xml
tools/archStat/trunk/src/prj/net/sf/japi/archstat/FileStat.java
tools/archStat/trunk/src/prj/net/sf/japi/archstat/LineCheck.java
tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogEntry.java
tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogSystem.java
tools/archStat/trunk/src/prj/net/sf/japi/archstat/Logger.java
tools/archStat/trunk/src/prj/net/sf/japi/archstat/MessageType.java
tools/archStat/trunk/src/prj/net/sf/japi/archstat/StreamLogger.java
Modified: tools/archStat/trunk/build.xml
===================================================================
--- tools/archStat/trunk/build.xml 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/build.xml 2009-02-14 21:36:39 UTC (rev 837)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ Replacer is a program for performing an in-place search and replace
- ~ based on regular expressions.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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 2 of the License, or
+ ~ 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,
@@ -14,9 +12,8 @@
~ 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, write to the Free Software Foundation, Inc.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="ArchStat" default="compile">
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -1,9 +1,22 @@
+/*
+ * 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.archstat;
-// Recursive code statistics.
-// © Copyright 2008 Christian Hujer. All rights reserved.
-// License: GPL (Gnu General Public License) v2 or newer
-
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.properties
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.properties 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat.properties 2009-02-14 21:36:39 UTC (rev 837)
@@ -1,2 +1,19 @@
+#
+# 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/>.
+#
+
readCheckers=Specify an additional configuration file. Can be specified more than once.
setDepth=Set the maximum output depth. Default: No limit.
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat_de.properties
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat_de.properties 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/ArchStat_de.properties 2009-02-14 21:36:39 UTC (rev 837)
@@ -1,2 +1,19 @@
+#
+# 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/>.
+#
+
readCheckers=Eine zus\xE4tzliche Konfiguration lesen. Kann mehrmals angegeben werden.
setDepth=Maximale Ausgabetiefe festlegen. Voreinstellung: unbegrenzt.
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/Checker.xml
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/Checker.xml 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/Checker.xml 2009-02-14 21:36:39 UTC (rev 837)
@@ -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/>.
+ -->
+
<config>
<filetypes>
<filetype id="CSource" match="^.+\.(c)$" description="C Source Code" />
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/FileStat.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/FileStat.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/FileStat.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -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.archstat;
import java.io.File;
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/LineCheck.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/LineCheck.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/LineCheck.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -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.archstat;
import java.util.regex.Pattern;
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogEntry.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogEntry.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogEntry.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -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.archstat;
import java.io.File;
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogSystem.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogSystem.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/LogSystem.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -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.archstat;
import org.jetbrains.annotations.NotNull;
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/Logger.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/Logger.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/Logger.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -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.archstat;
import org.jetbrains.annotations.NotNull;
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/MessageType.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/MessageType.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/MessageType.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -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.archstat;
import org.jetbrains.annotations.NotNull;
Modified: tools/archStat/trunk/src/prj/net/sf/japi/archstat/StreamLogger.java
===================================================================
--- tools/archStat/trunk/src/prj/net/sf/japi/archstat/StreamLogger.java 2009-02-14 21:36:10 UTC (rev 836)
+++ tools/archStat/trunk/src/prj/net/sf/japi/archstat/StreamLogger.java 2009-02-14 21:36:39 UTC (rev 837)
@@ -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.archstat;
import java.util.Formatter;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|