Changeset 2818

Show
Ignore:
Timestamp:
01/22/06 21:15:07 (3 years ago)
Author:
aj
Message:

change more opensc.org references to opensc-project.org till dns is back.

Location:
trunk
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r2664 r2818  
    22 
    33Please also see doc/WhatsNew.html or 
    4 http://www.opensc.org/opensc/wiki/WhatsNew 
     4http://www.opensc-project.org/opensc/wiki/WhatsNew 
    55 
    66Also see the svn changelog using svn command 
  • trunk/README

    r2664 r2818  
    11OpenSC documentation is now maintained in our online wiki at 
    2         http://www.opensc.org/opensc/ 
     2        http://www.opensc-project.org/opensc/ 
    33and a copy in html format is provided in the doc/ directory 
    44with all releases or snapshots of OpenSC in tar.gz files. 
  • trunk/src/pkcs11/pkcs11-global.c

    r2777 r2818  
    116116        pInfo->cryptokiVersion.minor = 11; 
    117117        strcpy_bp(pInfo->manufacturerID, 
    118                   "OpenSC Project (www.opensc.org)", 
     118                  "OpenSC Project (www.opensc-project.org)", 
    119119                  sizeof(pInfo->manufacturerID)); 
    120120        strcpy_bp(pInfo->libraryDescription, 
  • trunk/src/pkcs11/slot.c

    r2676 r2818  
    3737{ 
    3838        strcpy_bp(pInfo->slotDescription, "Virtual slot", 64); 
    39         strcpy_bp(pInfo->manufacturerID, "OpenSC project (www.opensc.org)", 32); 
     39        strcpy_bp(pInfo->manufacturerID, "OpenSC project (www.opensc-project.org)", 32); 
    4040        pInfo->flags = CKF_REMOVABLE_DEVICE | CKF_HW_SLOT; 
    4141        pInfo->hardwareVersion.major = 0; 
  • trunk/src/tools/netkey-tool.c

    r2784 r2818  
    521521                fprintf(stderr,"  %s cert 2 /tmp/cert2\n", argv[0]); 
    522522                fprintf(stderr,"\nBe carful - this tool may destroy your card\n"); 
    523                 fprintf(stderr,"\nQuestions? Comments? ==> opensc-user@opensc.org\n"); 
     523                fprintf(stderr,"\nQuestions? Comments? ==> opensc-user@opensc-project.org\n"); 
    524524                exit(1); 
    525525        } 
  • trunk/src/tools/pkcs15-tool.c

    r2815 r2818  
    2929#include <inttypes.h> 
    3030#else 
    31 #warning no uint32_t type available, please contact opensc-devel@opensc.org 
     31#warning no uint32_t type available, please contact opensc-devel@opensc-project.org 
    3232#endif 
    3333#endif