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

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/rce"

    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

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

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

    Modified Files:
            Concept.java Opinion.java Reputation.java Value.java
    Log Message:
    update from over weekend. clean up copyright... more work on store

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/Concept.java

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Concept.java?rev=1.4&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/Concept.java.diff?r1=1.4&r2=1.3

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

    Index: sierra/src/java/org/openprivacy/sierra/Concept.java
    diff -u sierra/src/java/org/openprivacy/sierra/Concept.java:1.3 sierra/src/java/org/openprivacy/sierra/Concept.java:1.4
    --- sierra/src/java/org/openprivacy/sierra/Concept.java:1.3 Wed Jan 24 06:55:07 2001
    +++ sierra/src/java/org/openprivacy/sierra/Concept.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

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/Opinion.java

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Opinion.java?rev=1.4&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/Opinion.java.diff?r1=1.4&r2=1.3

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

    Index: sierra/src/java/org/openprivacy/sierra/Opinion.java
    diff -u sierra/src/java/org/openprivacy/sierra/Opinion.java:1.3 sierra/src/java/org/openprivacy/sierra/Opinion.java:1.4
    --- sierra/src/java/org/openprivacy/sierra/Opinion.java:1.3 Fri Jan 26 05:57:03 2001
    +++ sierra/src/java/org/openprivacy/sierra/Opinion.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

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/Reputation.java

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Reputation.java?rev=1.14&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/Reputation.java.diff?r1=1.14&r2=1.13

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

    Index: sierra/src/java/org/openprivacy/sierra/Reputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/Reputation.java:1.13 sierra/src/java/org/openprivacy/sierra/Reputation.java:1.14
    --- sierra/src/java/org/openprivacy/sierra/Reputation.java:1.13 Wed Feb 7 03:08:08 2001
    +++ sierra/src/java/org/openprivacy/sierra/Reputation.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
    @@ -26,7 +26,7 @@
      * Results from a Reputation server request.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.14 2001/02/19 06:50:28 burton Exp $
      */
     public class Reputation {
     
    @@ -112,7 +112,7 @@
          * <ul>
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.14 2001/02/19 06:50:28 burton Exp $
          */
         public String getHash() {
     
    @@ -123,7 +123,7 @@
     
         /**
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.14 2001/02/19 06:50:28 burton Exp $
          */
         public void setHash( String hash ) {
             this.hash = hash;
    @@ -138,7 +138,7 @@
          * SERVER is optional.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.14 2001/02/19 06:50:28 burton Exp $
          */
         public URI getURI() {
             //FIXME: should we use a Server??
    @@ -153,7 +153,7 @@
          * Get human output for this Reputation
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Reputation.java,v 1.13 2001/02/07 11:08:08 burton Exp $
    + * @version $Id: Reputation.java,v 1.14 2001/02/19 06:50:28 burton Exp $
          */
         public String getPrettyPrint() {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/Value.java

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Value.java?rev=1.9&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/Value.java.diff?r1=1.9&r2=1.8

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

    Index: sierra/src/java/org/openprivacy/sierra/Value.java
    diff -u sierra/src/java/org/openprivacy/sierra/Value.java:1.8 sierra/src/java/org/openprivacy/sierra/Value.java:1.9
    --- sierra/src/java/org/openprivacy/sierra/Value.java:1.8 Fri Jan 26 05:57:03 2001
    +++ sierra/src/java/org/openprivacy/sierra/Value.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



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