CVS update: sierra/src/java/org/openprivacy/sierra/client

From: cvs@openprivacy.org
Date: Sun Feb 18 2001 - 22:50:28 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/nym/talon/interfaces"

    Date: Sunday February 18, 19101 @ 22:50
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client

    -----------------------------------

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/client
    In directory giga:/tmp/cvs-serv25618/src/java/org/openprivacy/sierra/client

    Modified Files:
            GetReputation.java PutReputation.java
    Log Message:
    update from over weekend. clean up copyright... more work on store

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/client/GetReputation.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/GetReputation.java?annotate=1.7

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/GetReputation.java?rev=1.7&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/GetReputation.java.diff?r1=1.7&r2=1.6

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/client/GetReputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/client/GetReputation.java:1.6 sierra/src/java/org/openprivacy/sierra/client/GetReputation.java:1.7
    --- sierra/src/java/org/openprivacy/sierra/client/GetReputation.java:1.6 Fri Jan 26 05:57:03 2001
    +++ sierra/src/java/org/openprivacy/sierra/client/GetReputation.java Sun Feb 18 22:50:28 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * 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
    @@ -60,7 +60,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.6 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: GetReputation.java,v 1.7 2001/02/19 06:50:28 burton Exp $
          */
         public GetReputation( String rpcRouter,
                               String reference ) throws Exception {
    @@ -118,7 +118,7 @@
          * Get the reputation returned from the GetReputation object.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.6 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: GetReputation.java,v 1.7 2001/02/19 06:50:28 burton Exp $
          */
         public Reputation getReputation() {
             return this.reputation;
    @@ -128,7 +128,7 @@
          * main()
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.6 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: GetReputation.java,v 1.7 2001/02/19 06:50:28 burton Exp $
          */
         public static void main( String[] args ) {
     
    @@ -194,7 +194,7 @@
          * Show the user how to work the system.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.6 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: GetReputation.java,v 1.7 2001/02/19 06:50:28 burton Exp $
          */
         public static void showSyntax() {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?annotate=1.11

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?rev=1.11&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java.diff?r1=1.11&r2=1.10

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.10 sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.11
    --- sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.10 Fri Jan 26 05:57:03 2001
    +++ sierra/src/java/org/openprivacy/sierra/client/PutReputation.java Sun Feb 18 22:50:28 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * 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
    @@ -60,7 +60,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.10 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: PutReputation.java,v 1.11 2001/02/19 06:50:28 burton Exp $
          */
         public PutReputation( String rpcRouter,
                               Reputation reputation ) throws Exception {
    @@ -111,7 +111,7 @@
          * main()
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.10 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: PutReputation.java,v 1.11 2001/02/19 06:50:28 burton Exp $
          */
         public static void main( String[] args ) {
     
    @@ -190,7 +190,7 @@
          * Show the user how to work the system.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.10 2001/01/26 13:57:03 burton Exp $
    + * @version $Id: PutReputation.java,v 1.11 2001/02/19 06:50:28 burton Exp $
          */
         public static void showSyntax() {
     



    This archive was generated by hypermail 2b30 : Sun Feb 18 2001 - 22:51:31 PST