diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-02-07 23:11:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-02-07 23:11:14 +0000 |
commit | c2d9d1e64c9801122caaa6b429fc67706db5c9d7 (patch) | |
tree | 3056fa70885b3876ee6cf9f5dcf4144d085602e8 /src/namecache | |
parent | c0ea0d12ca3fd2d3ca424d8b28532cf800d0683b (diff) |
-bringing copyright tags up to FSF standard
Diffstat (limited to 'src/namecache')
-rw-r--r-- | src/namecache/gnunet-namecache.c | 2 | ||||
-rw-r--r-- | src/namecache/gnunet-service-namecache.c | 2 | ||||
-rw-r--r-- | src/namecache/namecache.h | 2 | ||||
-rw-r--r-- | src/namecache/namecache_api.c | 2 | ||||
-rw-r--r-- | src/namecache/plugin_namecache_postgres.c | 2 | ||||
-rw-r--r-- | src/namecache/plugin_namecache_sqlite.c | 2 | ||||
-rw-r--r-- | src/namecache/test_namecache_api_cache_block.c | 2 | ||||
-rw-r--r-- | src/namecache/test_plugin_namecache.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/namecache/gnunet-namecache.c b/src/namecache/gnunet-namecache.c index 4215af642b..57f55dd07d 100644 --- a/src/namecache/gnunet-namecache.c +++ b/src/namecache/gnunet-namecache.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2012, 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/namecache/gnunet-service-namecache.c b/src/namecache/gnunet-service-namecache.c index 701bac4aeb..c019694820 100644 --- a/src/namecache/gnunet-service-namecache.c +++ b/src/namecache/gnunet-service-namecache.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2012, 2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/namecache/namecache.h b/src/namecache/namecache.h index cc81946e25..a257d2886e 100644 --- a/src/namecache/namecache.h +++ b/src/namecache/namecache.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2011-2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2011-2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/namecache/namecache_api.c b/src/namecache/namecache_api.c index 9f979d9922..9555edcb47 100644 --- a/src/namecache/namecache_api.c +++ b/src/namecache/namecache_api.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2010-2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/namecache/plugin_namecache_postgres.c b/src/namecache/plugin_namecache_postgres.c index fdeb8e0239..41d928ab10 100644 --- a/src/namecache/plugin_namecache_postgres.c +++ b/src/namecache/plugin_namecache_postgres.c @@ -1,6 +1,6 @@ /* * This file is part of GNUnet - * (C) 2009-2013 Christian Grothoff (and other contributing authors) + * Copyright (C) 2009-2013 Christian Grothoff (and other contributing authors) * * GNUnet is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/namecache/plugin_namecache_sqlite.c b/src/namecache/plugin_namecache_sqlite.c index cecd4c1cdc..e5639edece 100644 --- a/src/namecache/plugin_namecache_sqlite.c +++ b/src/namecache/plugin_namecache_sqlite.c @@ -1,6 +1,6 @@ /* * This file is part of GNUnet - * (C) 2009-2013 Christian Grothoff (and other contributing authors) + * Copyright (C) 2009-2013 Christian Grothoff (and other contributing authors) * * GNUnet is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/namecache/test_namecache_api_cache_block.c b/src/namecache/test_namecache_api_cache_block.c index b15dc96451..35affb9c66 100644 --- a/src/namecache/test_namecache_api_cache_block.c +++ b/src/namecache/test_namecache_api_cache_block.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2012 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/namecache/test_plugin_namecache.c b/src/namecache/test_plugin_namecache.c index 38b004aa5a..7b5e2c6618 100644 --- a/src/namecache/test_plugin_namecache.c +++ b/src/namecache/test_plugin_namecache.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2012 Christian Grothoff (and other contributing authors) + Copyright (C) 2012 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published |