Added blurb to ux_audio.h
authorDavid Griffith <dave@661.org>
Tue, 11 Feb 2025 18:27:12 +0000 (10:27 -0800)
committerDavid Griffith <dave@661.org>
Tue, 11 Feb 2025 18:27:12 +0000 (10:27 -0800)
src/curses/ux_audio.h

index ecb3b3140e1c2d855a7e34824f3378c5c81e87a3..ad1eb2599a9384803c3dc243a14d3cd9c7922250 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * ux_audio.h
+ *
+ * This file is part of Frotz.
+ *
+ * Frotz is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * Frotz is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Or visit http://www.fsf.org/
+ *
+ * Audio related function prototypes specific to the Curses interface.
+ *
+ */
+
 #ifndef CURSES_UX_AUDIO_H
 #define CURSES_UX_AUDIO_H