diff options
author | notaz | 2011-01-07 23:39:33 +0200 |
---|---|---|
committer | notaz | 2011-01-07 23:39:33 +0200 |
commit | 131f0d940d328ff884503b9979f9936a36c7f0b7 (patch) | |
tree | f1327eac5ff28a22735456f8b5f3f21bcb715290 /frontend/common | |
parent | ee78346e30720ddb3f4c97b6598bdc6dc7257f98 (diff) | |
download | pcsx_rearmed-131f0d940d328ff884503b9979f9936a36c7f0b7.tar.gz pcsx_rearmed-131f0d940d328ff884503b9979f9936a36c7f0b7.tar.bz2 pcsx_rearmed-131f0d940d328ff884503b9979f9936a36c7f0b7.zip |
relicense common/menu.* to suit this project
Diffstat (limited to 'frontend/common')
-rw-r--r-- | frontend/common/menu.c | 13 | ||||
-rw-r--r-- | frontend/common/menu.h | 10 |
2 files changed, 18 insertions, 5 deletions
diff --git a/frontend/common/menu.c b/frontend/common/menu.c index ae1ff57..22a66ea 100644 --- a/frontend/common/menu.c +++ b/frontend/common/menu.c @@ -1,7 +1,12 @@ -// (c) Copyright 2006-2010 notaz, All rights reserved.
-// Free for non-commercial use.
-
-// For commercial use, separate licencing terms must be obtained.
+/*
+ * (C) Gražvydas "notaz" Ignotas, 2006-2010
+ *
+ * This work is licensed under the terms of any of these licenses
+ * (at your option):
+ * - GNU GPL, version 2 or later.
+ * - GNU LGPL, version 2.1 or later.
+ * See the COPYING file in the top-level directory.
+ */
#include <stdio.h>
#include <string.h>
diff --git a/frontend/common/menu.h b/frontend/common/menu.h index 8260e51..f34d5a8 100644 --- a/frontend/common/menu.h +++ b/frontend/common/menu.h @@ -1,4 +1,12 @@ -// (c) Copyright 2006-2009 notaz, All rights reserved. +/* + * (C) Gražvydas "notaz" Ignotas, 2006-2010 + * + * This work is licensed under the terms of any of these licenses + * (at your option): + * - GNU GPL, version 2 or later. + * - GNU LGPL, version 2.1 or later. + * See the COPYING file in the top-level directory. + */ typedef enum { |