Design Pattern: Multi Key Lock (aka AND condition)
2016-06 | **** stars
Tech Bytes: Unravelling the Stack
2012-06 | **** stars
Review: The 'Dabangg' Debacle
2010-10 | ** stars
Outer Space, Inner Space
2008-10 | *** stars
Pride and Prejudice
2008-10 | ** stars
War of Emotions
2008-10 | ** stars
Team Psychology
2008-10 | *** stars
Dance of Emotions
2008-09 | ** stars
A Common Dilemma
2008-09 | ** stars
SQLite: A Truly Open Source Endeavor
2008-07 | ** stars
The 'IBCD' Face of New India
2008-06 | *** stars
Subtle Confessions (of my friends)
2008-06 | *** stars
(Fr)Agile Software Development
2008-06 | ***** stars
Is Microsoft past its glory
2008-05 | *** stars
Feminine Traits
2008-04 | ***** stars
Problem in Paris
2008-04 | *** stars
Book Review: Why Men Don't Listen and Why Women Can't Read Maps
2008-04 | **** stars
Managerial Traits
2008-03 | **** stars
Idol Worship
2008-03 | ** stars
Be Natural = Be Different
2008-03 | ** stars
The Scariest Moment of My Life
2008-03 | **** stars
Powered by Attitude, Driven by Hormones?
2008-02 | **** stars
Tech Bytes: Memory Loss in Java
2008-02 | ** stars
If Software Developers built an Airplane...
2007-11 | ** stars
The Wild Goose Chase
2007-10 | ***** stars
Developers are from Mars, Testers are from Venus!
2007-10 | *** stars
Tech Bytes: 'Resurrecting' Objects in Java
2007-09 | *** stars
Democracy - The Biggest Hoax of Modern Times
2007-09 | ** stars
Atomic Architecture
2007-08 | **** stars
Carefree Software Development
2007-08 | ***** stars
Taj Mahal - A Beautiful Scar
2007-07 | *** stars
Performance based Evaluation - A Review
2007-07 | ** stars
Author: Kiran
• Wednesday, July 02, 2008
There exist many a software vending sites that claim to be Open Source. But, as i have seen , they usually come along with a humongous licensing document that runs into several pages, detailing how you are supposed to use the offering. More often than not, they are covered by General Public License (GPL).

A couple of years ago, I came across this Open Source database called 'Sqlite'. Much to my amazement, as our team went along using it, I discovered that it was 'freer' than other 'free' software. This does not come with a hefty license note, nor does it prohibit its usage in any form. In their licensing page, all they have is a small paragraph that grants you permission to do anything with it.

And, there is more to it. If you take a look at their source code, the source files does not start with a copyright notice, as it is usually the case. Instead, it has a blessing that reads:

/*
** 2005 February 15
**
** The author disclaims copyright to this source code.
** In place of
a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
*************************************************************************
** This file contains C code routines that used to
** generate VDBE code
that implements the
** ALTER TABLE command.

**
** $Id: alter.c,v 1.25 2007/05/15 14:34:32 drh Exp $
*/

Phew, that was saintly! A benign gesture towards anyone who consumes it. A noble endeavor that it is, I believe, it epitomizes the True Spirit of Open Source and Free software. Long Live Sqlite!!
This entry was posted on Wednesday, July 02, 2008 and is filed under , , . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response , or trackback from your own site.

1 comments :

On 11 November 2008 at 18:14 , Anonymous said...

You write very well.