aboutsummaryrefslogtreecommitdiffstats
path: root/guts/freopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/freopen.c')
-rw-r--r--guts/freopen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/guts/freopen.c b/guts/freopen.c
index 2701926..bd50b29 100644
--- a/guts/freopen.c
+++ b/guts/freopen.c
@@ -1,4 +1,7 @@
/*
+ * Copyright (c) 2008-2010 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
* static FILE *
* wrap_freopen(const char *path, const char *mode, FILE *stream) {
* FILE * rc = NULL;