[Webfunds-commits] java/webfunds/ricardian KeyUtil.java

Ian Grigg iang@cypherpunks.ai
Sun, 27 Aug 2000 23:22:37 -0400 (AST)


iang        00/08/27 23:22:37

  Modified:    webfunds/ricardian KeyUtil.java
  Log:
  formatting, top comment only

Revision  Changes    Path
1.6       +8 -0      java/webfunds/ricardian/KeyUtil.java

Index: KeyUtil.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/ricardian/KeyUtil.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- KeyUtil.java	2000/08/27 21:56:40	1.5
+++ KeyUtil.java	2000/08/28 03:22:37	1.6
@@ -1,3 +1,9 @@
+/*
+ * $Id: KeyUtil.java,v 1.6 2000/08/28 03:22:37 iang Exp $
+ *
+ * Copyright (c) 2000 Systemics Inc on behalf of 
+ * the WebFunds Development Team.  All Rights Reserved.
+ */
 
 package webfunds.ricardian;
 
@@ -27,6 +33,8 @@
      */
     public static String getPlatformEndOfLine()
                          { return System.getProperty("line.separator"); }
+
+
 
     public static PGPPublicKey publicKeyFromString(String s)
         throws ArmouredKeyException