[Japi-cvs] SF.net SVN: japi:[840] tools/findLongestPath/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 23:01:33
|
Revision: 840
http://japi.svn.sourceforge.net/japi/?rev=840&view=rev
Author: christianhujer
Date: 2009-02-14 21:37:56 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/findLongestPath/trunk/build.xml
tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java
tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties
Modified: tools/findLongestPath/trunk/build.xml
===================================================================
--- tools/findLongestPath/trunk/build.xml 2009-02-14 21:37:37 UTC (rev 839)
+++ tools/findLongestPath/trunk/build.xml 2009-02-14 21:37:56 UTC (rev 840)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ FindLongestPath is a program for finding the longest pathname(s) in
- ~ a given directory tree.
- ~ 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="FindLongestPath" default="compile">
Modified: tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java
===================================================================
--- tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java 2009-02-14 21:37:37 UTC (rev 839)
+++ tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java 2009-02-14 21:37:56 UTC (rev 840)
@@ -1,10 +1,9 @@
/*
- * FindLongestPath recursively finds the longest pathname in directories.
- * 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,
@@ -12,9 +11,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/>.
*/
package net.sf.japi.findLongestPath;
Modified: tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties
===================================================================
--- tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties 2009-02-14 21:37:37 UTC (rev 839)
+++ tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties 2009-02-14 21:37:56 UTC (rev 840)
@@ -1,10 +1,9 @@
#
-# FindLongestPath recursively finds the longest pathname in directories.
-# 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,
@@ -12,9 +11,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/>.
#
setAbsolute=Whether to convert path names to absolute path names.
descending=Descending into {0}.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|