[P2play-commit] SF.net SVN: p2play: [48] trunk/P2Play/src/main/java/org/p2play/security
Status: Pre-Alpha
Brought to you by:
tisoft
|
From: <ti...@us...> - 2007-03-20 12:25:28
|
Revision: 48
http://p2play.svn.sourceforge.net/p2play/?rev=48&view=rev
Author: tisoft
Date: 2007-03-20 05:15:38 -0700 (Tue, 20 Mar 2007)
Log Message:
-----------
added license information
Modified Paths:
--------------
trunk/P2Play/src/main/java/org/p2play/security/Signable.java
trunk/P2Play/src/main/java/org/p2play/security/SignablePublicKey.java
trunk/P2Play/src/main/java/org/p2play/security/Signature.java
Modified: trunk/P2Play/src/main/java/org/p2play/security/Signable.java
===================================================================
--- trunk/P2Play/src/main/java/org/p2play/security/Signable.java 2007-03-20 12:11:17 UTC (rev 47)
+++ trunk/P2Play/src/main/java/org/p2play/security/Signable.java 2007-03-20 12:15:38 UTC (rev 48)
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2007 P2Play.org
+ * All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.p2play.security;
Modified: trunk/P2Play/src/main/java/org/p2play/security/SignablePublicKey.java
===================================================================
--- trunk/P2Play/src/main/java/org/p2play/security/SignablePublicKey.java 2007-03-20 12:11:17 UTC (rev 47)
+++ trunk/P2Play/src/main/java/org/p2play/security/SignablePublicKey.java 2007-03-20 12:15:38 UTC (rev 48)
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2007 P2Play.org
+ * All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.p2play.security;
Modified: trunk/P2Play/src/main/java/org/p2play/security/Signature.java
===================================================================
--- trunk/P2Play/src/main/java/org/p2play/security/Signature.java 2007-03-20 12:11:17 UTC (rev 47)
+++ trunk/P2Play/src/main/java/org/p2play/security/Signature.java 2007-03-20 12:15:38 UTC (rev 48)
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2007 P2Play.org
+ * All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.p2play.security;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|