From owner-freebsd-questions@FreeBSD.ORG Fri Nov 24 06:32:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 490B916A40F for ; Fri, 24 Nov 2006 06:32:37 +0000 (UTC) (envelope-from markjayson.alvarez@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283A143D58 for ; Fri, 24 Nov 2006 06:31:56 +0000 (GMT) (envelope-from markjayson.alvarez@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1072718nfc for ; Thu, 23 Nov 2006 22:32:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Rz2XpfcuXz+VKKjLdaYoyyP++0X/7ByZs5JrppTUzUSjKQeXt2pa62BtrDUVGevAzv8ETAOq77FP2K39dqx3Treslz7U+QqXk5vrfyNS4PeGn7rWqq29dF05IWaX82/eIee5HFHG3iufEWNn/2xdJrfAy7vj2znSnfideP8+St8= Received: by 10.78.17.1 with SMTP id 1mr9977437huq.1164349955036; Thu, 23 Nov 2006 22:32:35 -0800 (PST) Received: by 10.78.198.7 with HTTP; Thu, 23 Nov 2006 22:32:35 -0800 (PST) Message-ID: Date: Fri, 24 Nov 2006 14:32:35 +0800 From: "Mark Jayson Alvarez" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Knowing if someone really stole someone else's code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 06:32:37 -0000 Hi, It's been almost three years since I started using opensource software, specifically FreeBSD. I'm glad that I'm learning a lot of things from it. Things that I'm sure I would never have learned if I haven't entered this so called opensource world. Things that I can say, have positively affected my life in a certain way. HALT!!! Before you proceed reading, let me just tell you.. If in anyway you feel, that this email, with such a catchy subject line, have completely gotten your attention and consumed at least 10 seconds of your most precious time that you think should have been spent for answering other freebsd related questions worth answering hence the list title "freebsd-questions", my deepest appologies. If by the looks of it you may have noticed that this email is not properly broken down into paragraphs or it contains MIME or was submitted in an HTML format that would really annoy you, or this should have been sent into -anyotherlist instead... appologies as well. I have tried my best not to sound like a troll, I've seen the netiquette RFCs, read a lot of how to ask good questions, where to ask it, came across the words like "just fucking google it", rtfm, bikesheds, flaming, apple vs. orange, that "doofus" thread, avoid saying you're a n00b.. etc. etc. still I can't help but ask this: If I download a program source code with, let's say BSD license, and compile it. How does one know if I really stole his code? If someone sue me, will the court require me to provide the source code for my program and compare it to what he's claiming is the original code? If this is the case, what if I really have my own version of the source code, but when I compile it, it runs a lot slower than his program, so I just use his program instead. And when the court ask me to show my source code, I would instead give my "slower" version of the source code. Will the court just let someone do the benchmark just to find out if what I gave was really the source code for my program? Thanks. -jay