Author Topic: AutoCAD LispWiki  (Read 5534 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: AutoCAD LispWiki
« Reply #15 on: April 30, 2008, 12:35:28 PM »
to prevent compatibilitie error...maybe this can help...

Code: [Select]
(command "._CHANGE" ps1 "" "_P" "_C" "_BYLAYER" "_LT" "_BYLAYER" "")
Keep smile...

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: AutoCAD LispWiki
« Reply #16 on: April 30, 2008, 04:16:41 PM »
How can 10 lines of code be so unique that is is protected?
After all for a simple problem there are a finite number of solutions. Having never seen that solution it is very likely that on your own you would compose a code similar if not exactly like that solution.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: AutoCAD LispWiki
« Reply #17 on: April 30, 2008, 05:50:24 PM »
How can 10 lines of code be so unique that is is protected?
After all for a simple problem there are a finite number of solutions. Having never seen that solution it is very likely that on your own you would compose a code similar if not exactly like that solution.

Yeah, almost my point exactly! And, why put a restrictive license on it in the first place? ...But non the less, the restriction is there.

There is something going on (or went on) with all that SCO stuff; i think the second party had to show how much they changed from the orig version, and if it was `enough' change then the code became `original'. For the life of me i cant remember what they called it.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2140
  • class keyThumper<T>:ILazy<T>
Re: AutoCAD LispWiki
« Reply #18 on: April 30, 2008, 06:00:59 PM »
The stupidity of the whole situation is that I (or anyone/someone else ) could conceivably write code that looks familiar/identical, without being aware that the posted code or license existed
How do I demonstrate that I didn't poach it ... and how do they prove I did.


« Last Edit: April 30, 2008, 06:07:46 PM by kbwdt »
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

daron

  • Guest
Re: AutoCAD LispWiki
« Reply #19 on: April 30, 2008, 06:04:07 PM »
I thought all you had to do to make something your own was change one thing. That's the way it is in the housing industry, no? I've seen plans that were an exact copy of someone else's, except the the new "version" had a bathroom adjusted.

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: AutoCAD LispWiki
« Reply #20 on: May 01, 2008, 10:17:12 AM »
Daron, Think concept not content. No one th

kbwdt, Thats the problem. The autolisp language is such a low level language, its almost pointless to place a restriction on the code.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org