~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sha1.c

  • Committer: kalebral at gmail
  • Date: 2010-12-28 20:54:15 UTC
  • mto: (2039.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2040.
  • Revision ID: kalebral@gmail.com-20101228205415-k0ug6808c7ovvvd5
More copyright updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/*
7
7
 * SHA-1 in C
8
8
 * 
 
9
 * Copyright (C) 2010 nobody (this is public domain)
 
10
 *
9
11
 * This file is based on public domain code.
10
12
 * Initial source code is in the public domain, 
11
13
 * so clarified by Steve Reid <steve@edmweb.com>