diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-edit-dialog.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_publish-edit-dialog.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c index 786f0fe2..46ac1f63 100644 --- a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c +++ b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c | |||
@@ -1,10 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of GNUnet | 2 | This file is part of GNUnet |
3 | (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) | 3 | (C) 2005-2013 Christian Grothoff (and other contributing authors) |
4 | 4 | ||
5 | GNUnet is free software; you can redistribute it and/or modify | 5 | GNUnet is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published | 6 | it under the terms of the GNU General Public License as published |
7 | by the Free Software Foundation; either version 2, or (at your | 7 | by the Free Software Foundation; either version 3, or (at your |
8 | option) any later version. | 8 | option) any later version. |
9 | 9 | ||
10 | GNUnet is distributed in the hope that it will be useful, but | 10 | GNUnet is distributed in the hope that it will be useful, but |
@@ -84,7 +84,7 @@ enum PUBLISH_MetadataTypesModelColumns | |||
84 | /** | 84 | /** |
85 | * A gchararray. | 85 | * A gchararray. |
86 | */ | 86 | */ |
87 | PUBLISH_METADATA_TYPES_MC_DESCRIPTION = 3, | 87 | PUBLISH_METADATA_TYPES_MC_DESCRIPTION = 3 |
88 | }; | 88 | }; |
89 | 89 | ||
90 | 90 | ||
@@ -101,7 +101,7 @@ enum PUBLISH_TypesModelColumns | |||
101 | /** | 101 | /** |
102 | * A gchararray. | 102 | * A gchararray. |
103 | */ | 103 | */ |
104 | PUBLISH_TYPES_MC_TYPE_NAME = 1, | 104 | PUBLISH_TYPES_MC_TYPE_NAME = 1 |
105 | }; | 105 | }; |
106 | 106 | ||
107 | 107 | ||
@@ -118,7 +118,7 @@ enum PUBLISH_KeywordsModelColumns | |||
118 | /** | 118 | /** |
119 | * A gboolean. | 119 | * A gboolean. |
120 | */ | 120 | */ |
121 | PUBLISH_TYPES_MC_ADDED = 1, | 121 | PUBLISH_TYPES_MC_ADDED = 1 |
122 | }; | 122 | }; |
123 | 123 | ||
124 | 124 | ||