Author: nextgens
Date: 2007-03-22 14:02:15 +0000 (Thu, 22 Mar 2007)
New Revision: 12274

Modified:
   trunk/freenet/src/freenet/node/fcp/NotAllowedException.java
Log:
Add a default serialVersionUID to NotAllowedException and take the opportunity 
to add GPL headers

Modified: trunk/freenet/src/freenet/node/fcp/NotAllowedException.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/NotAllowedException.java 2007-03-22 
13:36:45 UTC (rev 12273)
+++ trunk/freenet/src/freenet/node/fcp/NotAllowedException.java 2007-03-22 
14:02:15 UTC (rev 12274)
@@ -1,3 +1,6 @@
+/* This code is part of Freenet. It is distributed under the GNU General
+ * Public License, version 2 (or at your option any later version). See
+ * http://www.gnu.org/ for further details of the GPL. */
 package freenet.node.fcp;

 /** Thrown when a client tries to upload a file it's not allowed to upload (or 
otherwise read it), or 
@@ -3,4 +6,4 @@
  * download to a file which it's not allowed to download to (or otherwise 
write to). */
 public class NotAllowedException extends Exception {
-
+       private static final long serialVersionUID = 1L;
 }


Reply via email to