Added original copyright notice

master
Yevgen Muntyan 2005-08-07 16:48:43 +00:00
parent bd5dfdd3cc
commit 2bd72cf35d
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@
* See COPYING file that comes with this distribution.
*/
/*
* This code is copied from gtk/gtkfilesystemunix.c, and adapted for libmoo.
*
* gtkfilesystemunix.c: Default implementation of GtkFileSystem for UNIX-like systems
* Copyright (C) 2003, Red Hat, Inc.
*/
#include "mooedit/moofileview.h"
#include <sys/stat.h>
#include <errno.h>