[Pkg-wmaker-commits] [wmmon] 21/38: wmgeneral: Add proper copyright headers; fix changelog formatting.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 12 22:43:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmmon.

commit ef024294e4ce7b5fb36939c445854613f965a3da
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue May 19 22:30:53 2015 -0500

    wmgeneral: Add proper copyright headers; fix changelog formatting.
---
 wmgeneral/misc.c      |  7 ++++---
 wmgeneral/misc.h      | 22 ++++++++++++++++++++++
 wmgeneral/wmgeneral.c | 31 +++++++++++++++++++++++--------
 wmgeneral/wmgeneral.h | 26 ++++++++++++++++++++++++++
 4 files changed, 75 insertions(+), 11 deletions(-)

diff --git a/wmgeneral/misc.c b/wmgeneral/misc.c
index 2ba6d06..fa7f69d 100644
--- a/wmgeneral/misc.c
+++ b/wmgeneral/misc.c
@@ -1,6 +1,6 @@
-/* dock.c- built-in Dock module for WindowMaker
+/*  wmgeneral miscellaneous functions
  *
- *  WindowMaker window manager
+ *  from dock.c - built-in Dock module for WindowMaker window manager
  *
  *  Copyright (c) 1997 Alfredo K. Kojima
  *
@@ -16,7 +16,8 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ *  USA.
  */
 
 #include <stdlib.h>
diff --git a/wmgeneral/misc.h b/wmgeneral/misc.h
index 602e1b7..830b765 100644
--- a/wmgeneral/misc.h
+++ b/wmgeneral/misc.h
@@ -1,3 +1,25 @@
+/*  wmgeneral miscellaneous functions
+ *
+ *  from dock.c - built-in Dock module for WindowMaker window manager
+ *
+ *  Copyright (c) 1997 Alfredo K. Kojima
+ *
+ *  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.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ *  USA.
+ */
+
 #ifndef __MISC_H
 #define __MISC_H
 
diff --git a/wmgeneral/wmgeneral.c b/wmgeneral/wmgeneral.c
index c74c9ee..ace55a4 100644
--- a/wmgeneral/wmgeneral.c
+++ b/wmgeneral/wmgeneral.c
@@ -1,22 +1,36 @@
 /*
-	Best viewed with vim5, using ts=4
-
 	wmgeneral was taken from wmppp.
 
 	It has a lot of routines which most of the wm* programs use.
 
 	------------------------------------------------------------
 
-	Author: Martijn Pieterse (pieterse at xs4all.nl)
+	Copyright (C) 1998 Martijn Pieterse (pieterse at xs4all.nl)
+
+	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.
+
+	You should have received a copy of the GNU General Public License
+	along with this program; if not, write to the Free Software
+	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+	02110-1301, USA.
 
 	---
 	CHANGES:
 	---
 	10/10/2003 (Simon Law, sfllaw at debian.org)
-		* changed the parse_rcfile function to use getline instead of fgets.
-    14/09/1998 (Dave Clark, clarkd at skyia.com)
-        * Updated createXBMfromXPM routine
-        * Now supports >256 colors
+		* changed the parse_rcfile function to use getline instead of
+		  fgets.
+	14/09/1998 (Dave Clark, clarkd at skyia.com)
+		* Updated createXBMfromXPM routine
+		* Now supports >256 colors
 	11/09/1998 (Martijn Pieterse, pieterse at xs4all.nl)
 		* Removed a bug from parse_rcfile. You could
 		  not use "start" in a command if a label was
@@ -32,7 +46,8 @@
 		* Added createXBMfromXPM routine
 		* Saves a lot of work with changing xpm's.
 	02/05/1998 (Martijn Pieterse, pieterse at xs4all.nl)
-		* changed the read_rc_file to parse_rcfile, as suggested by Marcelo E. Magallon
+		* changed the read_rc_file to parse_rcfile, as suggested by
+		  Marcelo E. Magallon
 		* debugged the parse_rc file.
 	30/04/1998 (Martijn Pieterse, pieterse at xs4all.nl)
 		* Ripped similar code from all the wm* programs,
diff --git a/wmgeneral/wmgeneral.h b/wmgeneral/wmgeneral.h
index 1d68add..c3454c5 100644
--- a/wmgeneral/wmgeneral.h
+++ b/wmgeneral/wmgeneral.h
@@ -1,3 +1,29 @@
+/*
+	wmgeneral was taken from wmppp.
+
+	It has a lot of routines which most of the wm* programs use.
+
+	------------------------------------------------------------
+
+	Copyright (C) 1998 Martijn Pieterse (pieterse at xs4all.nl)
+
+	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.
+
+	You should have received a copy of the GNU General Public License
+	along with this program; if not, write to the Free Software
+	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+	02110-1301, USA.
+
+*/
+
 #ifndef WMGENERAL_H_INCLUDED
 #define WMGENERAL_H_INCLUDED
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmmon.git



More information about the Pkg-wmaker-commits mailing list