]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Add two missing GPL and doxygen file headers.
authorAndre Noll <maan@systemlinux.org>
Sun, 21 Jul 2013 14:40:56 +0000 (16:40 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 21 Jul 2013 19:44:25 +0000 (21:44 +0200)
It's a pity that doxygen doesn't warn about this.

opus_common.h
version.c

index 71923f119b10806ca6fb973dc66ea0179665edfc..cae9a6e9164de556ce5bde23de6c81aad7b476c3 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * Copyright (C) 2013 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/**
+ * \file opus_common.h
+ * Common declarations for the opus decoder and audio format handler.
+ */
+
 /** Various bits stored in the header of an opus stream. */
 struct opus_header {
        /** lower 4 bits of the version byte, must be 0. */
index ff6b7cabb57f7b0336e2a4bb0d55b50edc6c8021..f8f7e6a33f69a4624f347e8b2c95f88e61111bb7 100644 (file)
--- a/version.c
+++ b/version.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2013 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file version.c Some helpers for printing version and copyright strings. */
+
 #include "para.h"
 
 /** \file version.h Macros for printing the version string. */