From 571f94f98edecfb922eefa7a56ba5e8328978046 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sun, 21 Jul 2013 16:40:56 +0200
Subject: [PATCH] Add two missing GPL and doxygen file headers.

It's a pity that doxygen doesn't warn about this.
---
 opus_common.h | 11 +++++++++++
 version.c     |  8 ++++++++
 2 files changed, 19 insertions(+)

diff --git a/opus_common.h b/opus_common.h
index 71923f11..cae9a6e9 100644
--- a/opus_common.h
+++ b/opus_common.h
@@ -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. */
diff --git a/version.c b/version.c
index ff6b7cab..f8f7e6a3 100644
--- 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. */
-- 
2.39.5