From eecdd41b3da42b48ad2f0a5229fbc4acbf7ef2b3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 May 2007 04:31:22 +0000 Subject: [PATCH] ix/add copyight comments --- src/preview.c | 2 +- src/preview.h | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/preview.c b/src/preview.c index 5385752..1ebcf44 100644 --- a/src/preview.c +++ b/src/preview.c @@ -1,6 +1,6 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- - main.c for ObConf, the configuration tool for Openbox + preview.c for ObConf, the configuration tool for Openbox Copyright (c) 2007 Javeed Shaikh Copyright (c) 2007 Dana Jansens diff --git a/src/preview.h b/src/preview.h index defa183..aa21577 100644 --- a/src/preview.h +++ b/src/preview.h @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + preview.h for ObConf, the configuration tool for Openbox + Copyright (c) 2007 Javeed Shaikh + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #ifndef obconf__preview_h #define obconf__preview_h -- 2.34.1