diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-12-07 19:59:42 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-12-07 19:59:42 +0000 |
commit | e827b17e5cd72a8720d84fc8d1b096710c9f32bc (patch) | |
tree | f4fd3569e452f28873f6e8d2ab2caa573bc22327 /libnautilus/nautilus-view-frame.c | |
parent | 11d206b05ec8a71b24ac1782db74f466dbc0a9d5 (diff) | |
download | nautilus-e827b17e5cd72a8720d84fc8d1b096710c9f32bc.tar.gz |
Just adding copyright/license notices, and a copy of the LGPL.
Just adding copyright/license notices, and a copy of the LGPL.
Diffstat (limited to 'libnautilus/nautilus-view-frame.c')
-rw-r--r-- | libnautilus/nautilus-view-frame.c | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/libnautilus/nautilus-view-frame.c b/libnautilus/nautilus-view-frame.c index f6397ef53..6aa3213db 100644 --- a/libnautilus/nautilus-view-frame.c +++ b/libnautilus/nautilus-view-frame.c @@ -1,21 +1,28 @@ -/* ntl-view-client.c - * Copyright (C) 1999 Red Hat, Inc. +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 2 -*- */ + +/* + * libnautilus: A library for nautilus clients. + * + * Copyright (C) 1999 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * This library 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 - * Library General Public License for more details. + * Author: Elliot Lee <sopwith@redhat.com> * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. */ +/* ntl-view-client.c: Implementation for object that represents a nautilus client. */ #include <gtk/gtk.h> #include "libnautilus.h" |