summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
Diffstat (limited to 'include/user')
-rw-r--r--include/user/appmgr.h4
-rw-r--r--include/user/audiocodec.h4
-rw-r--r--include/user/audiodec.h4
-rw-r--r--include/user/audioenc.h4
-rw-r--r--include/user/avcdec.h4
-rw-r--r--include/user/avconfig.h4
-rw-r--r--include/user/bgapputil.h4
-rw-r--r--include/user/compat.h4
-rw-r--r--include/user/ctrl.h4
-rw-r--r--include/user/display.h4
-rw-r--r--include/user/gim.h4
-rw-r--r--include/user/gpu_es4.h4
-rw-r--r--include/user/gxm/context.h4
-rw-r--r--include/user/gxm/init.h4
-rw-r--r--include/user/gxm/memory.h4
-rw-r--r--include/user/gxm/render_target.h4
-rw-r--r--include/user/gxm/shader_patcher.h4
-rw-r--r--include/user/gxm/sync_object.h4
-rw-r--r--include/user/hid.h4
-rw-r--r--include/user/incoming_dialog.h4
-rw-r--r--include/user/ini_file_processor.h4
-rw-r--r--include/user/jpegarm.h4
-rw-r--r--include/user/kernel/iofilemgr.h4
-rw-r--r--include/user/kernel/iofilemgr_async.h4
-rw-r--r--include/user/kernel/iofilemgr_syscall.h4
-rw-r--r--include/user/kernel/libkernel.h4
-rw-r--r--include/user/kernel/modulemgr.h4
-rw-r--r--include/user/kernel/processmgr.h4
-rw-r--r--include/user/kernel/rng.h4
-rw-r--r--include/user/kernel/sysmem.h4
-rw-r--r--include/user/kernel/sysmem/memblock.h4
-rw-r--r--include/user/kernel/threadmgr.h4
-rw-r--r--include/user/libsysmodule.h4
-rw-r--r--include/user/motion.h4
-rw-r--r--include/user/mtpif.h4
-rw-r--r--include/user/net/net_syscalls.h4
-rw-r--r--include/user/notification_util.h4
-rw-r--r--include/user/npdrm.h4
-rw-r--r--include/user/npdrmpackage.h4
-rw-r--r--include/user/paf.h4
-rw-r--r--include/user/power.h4
-rw-r--r--include/user/promoterutil.h4
-rw-r--r--include/user/pss.h4
-rw-r--r--include/user/registrymgr.h4
-rw-r--r--include/user/sas.h4
-rw-r--r--include/user/sblacmgr.h4
-rw-r--r--include/user/shacccg.h4
-rw-r--r--include/user/shacccg/paramquery.h4
-rw-r--r--include/user/shacccg/types.h4
-rw-r--r--include/user/shellsvc.h4
-rw-r--r--include/user/trigger_util.h4
-rw-r--r--include/user/udcd.h4
-rw-r--r--include/user/usbd.h4
-rw-r--r--include/user/usbserial.h4
-rw-r--r--include/user/usbstorvstor.h4
-rw-r--r--include/user/videodec.h4
-rw-r--r--include/user/videoexport.h4
-rw-r--r--include/user/vshbridge.h4
58 files changed, 232 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index 7680b6d..9547e9b 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_APPMGR_H_
#define _PSP2_APPMGR_H_
diff --git a/include/user/audiocodec.h b/include/user/audiocodec.h
index 1c8d898..ad3284f 100644
--- a/include/user/audiocodec.h
+++ b/include/user/audiocodec.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_AUDIOCODEC_H_
#define _DOLCESDK_PSP2_AUDIOCODEC_H_
diff --git a/include/user/audiodec.h b/include/user/audiodec.h
index 9bc7e5e..b29ab98 100644
--- a/include/user/audiodec.h
+++ b/include/user/audiodec.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_AUDIODEC_H_
#define _DOLCESDK_PSP2_AUDIODEC_H_
diff --git a/include/user/audioenc.h b/include/user/audioenc.h
index a2c996f..99ced89 100644
--- a/include/user/audioenc.h
+++ b/include/user/audioenc.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_AUDIOENC_H_
#define _DOLCESDK_PSP2_AUDIOENC_H_
diff --git a/include/user/avcdec.h b/include/user/avcdec.h
index 3a21626..f3d067f 100644
--- a/include/user/avcdec.h
+++ b/include/user/avcdec.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_AVCDEC_H_
#define _DOLCESDK_PSP2_AVCDEC_H_
diff --git a/include/user/avconfig.h b/include/user/avconfig.h
index 82029cb..472cc0e 100644
--- a/include/user/avconfig.h
+++ b/include/user/avconfig.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_AVCONFIG_H_
#define _PSP2_AVCONFIG_H_
diff --git a/include/user/bgapputil.h b/include/user/bgapputil.h
index e3b0a5e..a91070f 100644
--- a/include/user/bgapputil.h
+++ b/include/user/bgapputil.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_BGAPPUTIL_H_
#define _DOLCESDK_PSP2_BGAPPUTIL_H_
diff --git a/include/user/compat.h b/include/user/compat.h
index 3548e6b..0f5832e 100644
--- a/include/user/compat.h
+++ b/include/user/compat.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_COMPAT_H_
#define _PSP2_COMPAT_H_
diff --git a/include/user/ctrl.h b/include/user/ctrl.h
index d7251d5..6d1f2e0 100644
--- a/include/user/ctrl.h
+++ b/include/user/ctrl.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_CTRL_H_
#define _PSP2_CTRL_H_
diff --git a/include/user/display.h b/include/user/display.h
index a400762..5a6235c 100644
--- a/include/user/display.h
+++ b/include/user/display.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_DISPLAY_H_
#define _PSP2_DISPLAY_H_
diff --git a/include/user/gim.h b/include/user/gim.h
index f4da13b..ab91bb4 100644
--- a/include/user/gim.h
+++ b/include/user/gim.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GIM_H_
#define _DOLCESDK_PSP2_GIM_H_
diff --git a/include/user/gpu_es4.h b/include/user/gpu_es4.h
index 7498a97..171ebd9 100644
--- a/include/user/gpu_es4.h
+++ b/include/user/gpu_es4.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GPU_ES4_H_
#define _DOLCESDK_PSP2_GPU_ES4_H_
diff --git a/include/user/gxm/context.h b/include/user/gxm/context.h
index e644610..fe01b64 100644
--- a/include/user/gxm/context.h
+++ b/include/user/gxm/context.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_
#define _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_
diff --git a/include/user/gxm/init.h b/include/user/gxm/init.h
index 76841d4..929c24e 100644
--- a/include/user/gxm/init.h
+++ b/include/user/gxm/init.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_
#define _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_
diff --git a/include/user/gxm/memory.h b/include/user/gxm/memory.h
index 889c57c..cb1426e 100644
--- a/include/user/gxm/memory.h
+++ b/include/user/gxm/memory.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_
#define _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_
diff --git a/include/user/gxm/render_target.h b/include/user/gxm/render_target.h
index e129bf0..ea73ed7 100644
--- a/include/user/gxm/render_target.h
+++ b/include/user/gxm/render_target.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_
#define _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_
diff --git a/include/user/gxm/shader_patcher.h b/include/user/gxm/shader_patcher.h
index a5adfd9..e63b557 100644
--- a/include/user/gxm/shader_patcher.h
+++ b/include/user/gxm/shader_patcher.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_
#define _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_
diff --git a/include/user/gxm/sync_object.h b/include/user/gxm/sync_object.h
index a78d992..f659894 100644
--- a/include/user/gxm/sync_object.h
+++ b/include/user/gxm/sync_object.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_
#define _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_
diff --git a/include/user/hid.h b/include/user/hid.h
index eb8d55b..2245f2c 100644
--- a/include/user/hid.h
+++ b/include/user/hid.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_HID_H_
#define _PSP2_HID_H_
diff --git a/include/user/incoming_dialog.h b/include/user/incoming_dialog.h
index 9d37b50..73f2025 100644
--- a/include/user/incoming_dialog.h
+++ b/include/user/incoming_dialog.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_INCOMING_DIALOG_H_
#define _DOLCESDK_PSP2_INCOMING_DIALOG_H_
diff --git a/include/user/ini_file_processor.h b/include/user/ini_file_processor.h
index 8bc7d80..4d15cb7 100644
--- a/include/user/ini_file_processor.h
+++ b/include/user/ini_file_processor.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_INI_FILE_PROCESSOR_H_
#define _DOLCESDK_PSP2_INI_FILE_PROCESSOR_H_
diff --git a/include/user/jpegarm.h b/include/user/jpegarm.h
index 868476f..4ac3bfb 100644
--- a/include/user/jpegarm.h
+++ b/include/user/jpegarm.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_JPEGARM_H_
#define _DOLCESDK_PSP2_JPEGARM_H_
diff --git a/include/user/kernel/iofilemgr.h b/include/user/kernel/iofilemgr.h
index 1533ef5..59f344d 100644
--- a/include/user/kernel/iofilemgr.h
+++ b/include/user/kernel/iofilemgr.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_KERNEL_IOFILEMGR_H_
#define _DOLCESDK_PSP2_KERNEL_IOFILEMGR_H_
diff --git a/include/user/kernel/iofilemgr_async.h b/include/user/kernel/iofilemgr_async.h
index 0c77e66..533fe35 100644
--- a/include/user/kernel/iofilemgr_async.h
+++ b/include/user/kernel/iofilemgr_async.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_KERNEL_IOFILEMGR_ASYNC_H_
#define _DOLCESDK_PSP2_KERNEL_IOFILEMGR_ASYNC_H_
diff --git a/include/user/kernel/iofilemgr_syscall.h b/include/user/kernel/iofilemgr_syscall.h
index 65535bb..1826ec8 100644
--- a/include/user/kernel/iofilemgr_syscall.h
+++ b/include/user/kernel/iofilemgr_syscall.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_KERNEL_IOFILEMGR_SYSCALL_H_
#define _DOLCESDK_PSP2_KERNEL_IOFILEMGR_SYSCALL_H_
diff --git a/include/user/kernel/libkernel.h b/include/user/kernel/libkernel.h
index 9c9c77c..9a011bb 100644
--- a/include/user/kernel/libkernel.h
+++ b/include/user/kernel/libkernel.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_KERNEL_CLIB_H_
#define _PSP2_KERNEL_CLIB_H_
diff --git a/include/user/kernel/modulemgr.h b/include/user/kernel/modulemgr.h
index a52b694..989750c 100644
--- a/include/user/kernel/modulemgr.h
+++ b/include/user/kernel/modulemgr.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_KERNEL_MODULEMGR_H_
#define _PSP2_KERNEL_MODULEMGR_H_
diff --git a/include/user/kernel/processmgr.h b/include/user/kernel/processmgr.h
index 373c04d..8ae7530 100644
--- a/include/user/kernel/processmgr.h
+++ b/include/user/kernel/processmgr.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_KERNEL_PROCESSMGR_H_
#define _PSP2_KERNEL_PROCESSMGR_H_
diff --git a/include/user/kernel/rng.h b/include/user/kernel/rng.h
index 6a13cc5..ddb9d3f 100644
--- a/include/user/kernel/rng.h
+++ b/include/user/kernel/rng.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_KERNEL_RNG_H_
#define _PSP2_KERNEL_RNG_H_
diff --git a/include/user/kernel/sysmem.h b/include/user/kernel/sysmem.h
index dd156e1..ce5643e 100644
--- a/include/user/kernel/sysmem.h
+++ b/include/user/kernel/sysmem.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_KERNEL_SYSMEM_H_
#define _PSP2_KERNEL_SYSMEM_H_
diff --git a/include/user/kernel/sysmem/memblock.h b/include/user/kernel/sysmem/memblock.h
index fd341e3..6fe6d6e 100644
--- a/include/user/kernel/sysmem/memblock.h
+++ b/include/user/kernel/sysmem/memblock.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_KERNEL_SYSMEM_MEMBLOCK_H_
#define _DOLCESDK_PSP2_KERNEL_SYSMEM_MEMBLOCK_H_
diff --git a/include/user/kernel/threadmgr.h b/include/user/kernel/threadmgr.h
index 9c4d136..6dc062d 100644
--- a/include/user/kernel/threadmgr.h
+++ b/include/user/kernel/threadmgr.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_KERNEL_THREADMGR_H_
#define _PSP2_KERNEL_THREADMGR_H_
diff --git a/include/user/libsysmodule.h b/include/user/libsysmodule.h
index 6483fc4..1bf5d32 100644
--- a/include/user/libsysmodule.h
+++ b/include/user/libsysmodule.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_SYSMODULE_H_
#define _PSP2_SYSMODULE_H_
diff --git a/include/user/motion.h b/include/user/motion.h
index 61ff756..e12c9ea 100644
--- a/include/user/motion.h
+++ b/include/user/motion.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_MOTION_H_
#define _DOLCESDK_PSP2_MOTION_H_
diff --git a/include/user/mtpif.h b/include/user/mtpif.h
index 9dff002..3fda5d3 100644
--- a/include/user/mtpif.h
+++ b/include/user/mtpif.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_MTPIF_H_
#define _PSP2_MTPIF_H_
diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h
index 61b580c..9e9fc07 100644
--- a/include/user/net/net_syscalls.h
+++ b/include/user/net/net_syscalls.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_NET_NET_SYSCALLS_H_
#define _PSP2_NET_NET_SYSCALLS_H_
diff --git a/include/user/notification_util.h b/include/user/notification_util.h
index ef527bd..94d0540 100644
--- a/include/user/notification_util.h
+++ b/include/user/notification_util.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_NOTIFICATION_UTIL_H_
#define _DOLCESDK_PSP2_NOTIFICATION_UTIL_H_
diff --git a/include/user/npdrm.h b/include/user/npdrm.h
index 3d66cdb..0827a12 100644
--- a/include/user/npdrm.h
+++ b/include/user/npdrm.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_NPDRM_H_
#define _PSP2_NPDRM_H_
diff --git a/include/user/npdrmpackage.h b/include/user/npdrmpackage.h
index 07a293a..bcf324d 100644
--- a/include/user/npdrmpackage.h
+++ b/include/user/npdrmpackage.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_NPDRMPACKAGE_H_
#define _PSP2_NPDRMPACKAGE_H_
diff --git a/include/user/paf.h b/include/user/paf.h
index 2cd421b..1bcb90b 100644
--- a/include/user/paf.h
+++ b/include/user/paf.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_PAF_H_
#define _PSP2_PAF_H_
diff --git a/include/user/power.h b/include/user/power.h
index 62af86b..27b88af 100644
--- a/include/user/power.h
+++ b/include/user/power.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_POWER_H_
#define _PSP2_POWER_H_
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h
index eae4577..ba5a0ce 100644
--- a/include/user/promoterutil.h
+++ b/include/user/promoterutil.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_PROMOTERUTIL_H_
#define _PSP2_PROMOTERUTIL_H_
diff --git a/include/user/pss.h b/include/user/pss.h
index 2a4f37f..6158cff 100644
--- a/include/user/pss.h
+++ b/include/user/pss.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_PSS_H_
#define _PSP2_PSS_H_
diff --git a/include/user/registrymgr.h b/include/user/registrymgr.h
index f294422..87672b6 100644
--- a/include/user/registrymgr.h
+++ b/include/user/registrymgr.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_REGISTRYMGR_H_
#define _PSP2_REGISTRYMGR_H_
diff --git a/include/user/sas.h b/include/user/sas.h
index 0be817c..88ed7a9 100644
--- a/include/user/sas.h
+++ b/include/user/sas.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_SAS_H_
#define _DOLCESDK_PSP2_SAS_H_
diff --git a/include/user/sblacmgr.h b/include/user/sblacmgr.h
index 2d6e2e6..a9d7944 100644
--- a/include/user/sblacmgr.h
+++ b/include/user/sblacmgr.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_SBLACMGR_H_
#define _PSP2_SBLACMGR_H_
diff --git a/include/user/shacccg.h b/include/user/shacccg.h
index ea763ca..6de3606 100644
--- a/include/user/shacccg.h
+++ b/include/user/shacccg.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_SHACCCG_H_
#define _DOLCESDK_PSP2_SHACCCG_H_
diff --git a/include/user/shacccg/paramquery.h b/include/user/shacccg/paramquery.h
index 7e17990..add4fe1 100644
--- a/include/user/shacccg/paramquery.h
+++ b/include/user/shacccg/paramquery.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_SHACCCG_PARAMQUERY_H_
#define _DOLCESDK_PSP2_SHACCCG_PARAMQUERY_H_
diff --git a/include/user/shacccg/types.h b/include/user/shacccg/types.h
index a16be79..e3031e3 100644
--- a/include/user/shacccg/types.h
+++ b/include/user/shacccg/types.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_SHACCCG_TYPES_H_
#define _DOLCESDK_PSP2_SHACCCG_TYPES_H_
diff --git a/include/user/shellsvc.h b/include/user/shellsvc.h
index 5720dba..f07393b 100644
--- a/include/user/shellsvc.h
+++ b/include/user/shellsvc.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_SHELLSVC_H_
#define _DOLCESDK_PSP2_SHELLSVC_H_
diff --git a/include/user/trigger_util.h b/include/user/trigger_util.h
index 227c310..af6f56b 100644
--- a/include/user/trigger_util.h
+++ b/include/user/trigger_util.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_TRIGGER_UTIL_H_
#define _DOLCESDK_PSP2_TRIGGER_UTIL_H_
diff --git a/include/user/udcd.h b/include/user/udcd.h
index 93bd38d..efb4b94 100644
--- a/include/user/udcd.h
+++ b/include/user/udcd.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_UDCD_H_
#define _PSP2_UDCD_H_
diff --git a/include/user/usbd.h b/include/user/usbd.h
index ece2514..4c3f680 100644
--- a/include/user/usbd.h
+++ b/include/user/usbd.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_USBD_H_
#define _PSP2_USBD_H_
diff --git a/include/user/usbserial.h b/include/user/usbserial.h
index f510367..25a07e3 100644
--- a/include/user/usbserial.h
+++ b/include/user/usbserial.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_USBSERIAL_H_
#define _PSP2_USBSERIAL_H_
diff --git a/include/user/usbstorvstor.h b/include/user/usbstorvstor.h
index af944d7..84b0389 100644
--- a/include/user/usbstorvstor.h
+++ b/include/user/usbstorvstor.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_USBSTORVSTOR_H_
#define _PSP2_USBSTORVSTOR_H_
diff --git a/include/user/videodec.h b/include/user/videodec.h
index 4efcf02..51d44a3 100644
--- a/include/user/videodec.h
+++ b/include/user/videodec.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _DOLCESDK_PSP2_VIDEODEC_H_
#define _DOLCESDK_PSP2_VIDEODEC_H_
diff --git a/include/user/videoexport.h b/include/user/videoexport.h
index a552db1..4b95850 100644
--- a/include/user/videoexport.h
+++ b/include/user/videoexport.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_VIDEO_EXPORT_H_
#define _PSP2_VIDEO_EXPORT_H_
diff --git a/include/user/vshbridge.h b/include/user/vshbridge.h
index 1f39e27..a31c748 100644
--- a/include/user/vshbridge.h
+++ b/include/user/vshbridge.h
@@ -1,3 +1,7 @@
+/*
+ Vita Development Suite Libraries
+*/
+
#ifndef _PSP2_VSHBRIDGE_H_
#define _PSP2_VSHBRIDGE_H_