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/ntl-view-frame.h | |
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/ntl-view-frame.h')
-rw-r--r-- | libnautilus/ntl-view-frame.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libnautilus/ntl-view-frame.h b/libnautilus/ntl-view-frame.h index 47928df34..4a18af557 100644 --- a/libnautilus/ntl-view-frame.h +++ b/libnautilus/ntl-view-frame.h @@ -1,3 +1,29 @@ +/* -*- 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. + * + * 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. + * + * Author: Elliot Lee <sopwith@redhat.com> + * + */ +/* ntl-view-client.h: Interface for object that represents a nautilus client. */ + #ifndef NTL_VIEW_CLIENT_H #define NTL_VIEW_CLIENT_H |