From e25172853a234111e1e8ead7d24efbb65b051a69 Mon Sep 17 00:00:00 2001 From: allo Date: Sat, 7 Oct 2006 22:25:05 +0000 Subject: [PATCH] fixed license notice git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2714 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/xml/bookmarks/posts/get.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htroot/xml/bookmarks/posts/get.java b/htroot/xml/bookmarks/posts/get.java index f15872162..ea1c9fa95 100644 --- a/htroot/xml/bookmarks/posts/get.java +++ b/htroot/xml/bookmarks/posts/get.java @@ -12,6 +12,11 @@ // 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, write to the Free Software +// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + package xml.bookmarks.posts; import java.util.ArrayList; @@ -67,4 +72,4 @@ public class get { return prop; } -} \ No newline at end of file +}