btrfs-progs: tests: Remove misleading BCP 78 boilerplate from SHA implementation
authorNicholas D Steeves <nsteeves@gmail.com>
Sun, 17 Sep 2017 23:52:27 +0000 (19:52 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Sep 2017 13:18:15 +0000 (15:18 +0200)
commit5b2fbc6f4e93286273f9e7a67834a02004f3f875
treea27b8bbeedc772004665df9d07def39d914b9bf4
parentac717518287eca607eb9f53465d752c2ea18c9e9
btrfs-progs: tests: Remove misleading BCP 78 boilerplate from SHA implementation

BCP 78 applies to RFC 6234, but sha224-256.c is Simplified BSD.

This causes the following lintian error when building on Debian and
Debian derivatives:

    E: btrfs-progs source: license-problem-non-free-RFC-BCP78
       tests/sha224-256.c

Please consult the following email from debian-legal@lists.debian.org
for more information:

https://lists.debian.org/debian-legal/2017/08/msg00004.html
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com>
[ I've copied too much from the RFC that's not related to the code,
  covered by the explicit copyright notice in the file ]
Signed-off-by: David Sterba <dsterba@suse.com>
tests/sha224-256.c