add changelog
[oweals/gnunet.git] / src / secretsharing / secretsharing.h
index cc485fd8a378f35e660cb260a6411b474bbaa3cc..af6263c46de1249fbd5a77eb9e5cb112b05b3b82 100644 (file)
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
-    
+
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+
+     SPDX-License-Identifier: AGPL3.0-or-later
+ */
 
 /**
  * @author Florian Dold
@@ -79,7 +81,6 @@ struct GNUNET_SECRETSHARING_CreateMessage
 };
 
 
-
 struct GNUNET_SECRETSHARING_ShareHeaderNBO
 {
   /**
@@ -122,7 +123,6 @@ struct GNUNET_SECRETSHARING_SecretReadyMessage
   struct GNUNET_MessageHeader header;
 
   /* rest: the serialized share */
-
 };