home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11633 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!news
  2. From: phil@cs.utexas.edu (Philip Smolen)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Copy Protection Information
  5. Date: 26 Dec 1992 23:53:15 -0600
  6. Organization: CS Dept, University of Texas at Austin
  7. Lines: 22
  8. Message-ID: <ljqh6bINNbf9@muleshoe.cs.utexas.edu>
  9. References: <18580@mindlink.bc.ca> <Dec16.161828.77101@yuma.ACNS.ColoState.EDU>
  10. NNTP-Posting-Host: muleshoe.cs.utexas.edu
  11.  
  12.  
  13. What if a program was HALF copy-protected?  What if software came with
  14. a facility to make itself work only on a specific machine?
  15.  
  16. (A few months ago on this newsgroup I saw a lot of suggestions on how
  17. to do this, including checksumming the ROM.)
  18.  
  19. The software can be installed easily FROM THE ORIGINAL DISKS onto
  20. any number of machines any number of times.  The original installation
  21. disks may be copied by DOS.  BUT, once installed, the software cannot be
  22. copied from the hard disk to a different machine.  (At least not easily.)
  23.  
  24. Here's the motivation.  We accept the fact that someone who owns the
  25. program can install it on more machines than he/she should.  We try not
  26. to make the owner's life difficult.  But no one can copy the program
  27. without the owner's permission.
  28.  
  29. This would be helpful at computer labs where many people use software,
  30. but only a few people are responsible for the computers.  This would
  31. neither help nor hurt an individual who buys software for personal use
  32. at home.
  33.  
  34.