diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 14:43:39 -0500 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 15:46:56 -0500 |
| commit | f003197d370bd177027bd7042206892c7ada5771 (patch) | |
| tree | ffe108d1223dd5515b723e5a8e3fc1cebe356ace /dhash/examples | |
| parent | c9ee113d6a1abe7f35e7de14087c30682c25ddfe (diff) | |
| download | ding-libs-f003197d370bd177027bd7042206892c7ada5771.tar.gz ding-libs-f003197d370bd177027bd7042206892c7ada5771.tar.xz ding-libs-f003197d370bd177027bd7042206892c7ada5771.zip | |
Properly license libdhash
Diffstat (limited to 'dhash/examples')
| -rw-r--r-- | dhash/examples/dhash_example.c | 20 | ||||
| -rw-r--r-- | dhash/examples/dhash_test.c | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dhash/examples/dhash_example.c b/dhash/examples/dhash_example.c index 7ed01d7..bd0ca8e 100644 --- a/dhash/examples/dhash_example.c +++ b/dhash/examples/dhash_example.c @@ -1,3 +1,23 @@ +/* + Authors: + John Dennis <jdennis.redhat.com> + + Copyright (C) 2009 Red Hat + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + #include <stdio.h> #include <string.h> #include <stdlib.h> diff --git a/dhash/examples/dhash_test.c b/dhash/examples/dhash_test.c index 27eb88d..e5b922d 100644 --- a/dhash/examples/dhash_test.c +++ b/dhash/examples/dhash_test.c @@ -1,3 +1,23 @@ +/* + Authors: + John Dennis <jdennis.redhat.com> + + Copyright (C) 2009 Red Hat + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + #include <stdio.h> #include <assert.h> #include <string.h> |
