Skip to content

Commit

Permalink
spec: let it be public domain, the same as sqlite itself
Browse files Browse the repository at this point in the history
  • Loading branch information
svpv committed Jan 10, 2007
1 parent 5ca6b2d commit ec449cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pcre.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Written by Alexey Tourbin <[email protected]>.
*
* The author has dedicated the code to the public domain. Anyone is free
* to copy, modify, publish, use, compile, sell, or distribute the original
* code, either in source code form or as a compiled binary, for any purpose,
* commercial or non-commercial, and by any means.
*/
#include <assert.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion sqlite3-pcre.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 0.1
Release: alt1

Summary: Perl-compatible regular expression support for the SQLite
License: XXX (GPL or Public Domain)
License: Public Domain
Group: Databases

Source: %name-%version.tar
Expand Down

0 comments on commit ec449cd

Please sign in to comment.