From 6c2a9da7c6314b959a245a4a18000c556e408076 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sat, 19 Dec 2020 12:35:02 -0500 Subject: [PATCH] Updated TaC's email address in copyright headers, at his request --- mlvwm/add_window.c | 2 +- mlvwm/add_window.h | 2 +- mlvwm/balloon.c | 2 +- mlvwm/balloon.h | 2 +- mlvwm/borders.c | 2 +- mlvwm/borders.h | 2 +- mlvwm/config.c | 2 +- mlvwm/config.h | 2 +- mlvwm/event.c | 2 +- mlvwm/event.h | 2 +- mlvwm/functions.c | 2 +- mlvwm/functions.h | 2 +- mlvwm/menus.c | 2 +- mlvwm/menus.h | 2 +- mlvwm/misc.c | 2 +- mlvwm/misc.h | 2 +- mlvwm/mlvwm.c | 2 +- mlvwm/mlvwm.h | 2 +- pixmap/pix_test.c | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/mlvwm/add_window.c b/mlvwm/add_window.c index 3f7367d..dafb502 100644 --- a/mlvwm/add_window.c +++ b/mlvwm/add_window.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is based on fvwm, but has been siginificantly modified */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /****************************************************************************/ /**************************************************************************** * This module is based on Twm, but has been siginificantly modified diff --git a/mlvwm/add_window.h b/mlvwm/add_window.h index 0736599..99b3d6f 100644 --- a/mlvwm/add_window.h +++ b/mlvwm/add_window.h @@ -1,6 +1,6 @@ /**************************************************************************** * This module is all original code - * by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp + * by TakaC Hasegawa (tac.hasegawa@gmail.com) * Copyright 1996, TakaC Hasegawa * You may use this code for any purpose, as long as the original * copyright remains in the source code and all documentation diff --git a/mlvwm/balloon.c b/mlvwm/balloon.c index f7322fe..06ec394 100644 --- a/mlvwm/balloon.c +++ b/mlvwm/balloon.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is mostly all new */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996 TakaC Hasegawa. No restrictions are placed on this code, */ /* as long as the copyright notice is preserved */ /****************************************************************************/ diff --git a/mlvwm/balloon.h b/mlvwm/balloon.h index 77773ce..a819f61 100644 --- a/mlvwm/balloon.h +++ b/mlvwm/balloon.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/borders.c b/mlvwm/borders.c index c311d56..122e376 100644 --- a/mlvwm/borders.c +++ b/mlvwm/borders.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is based on fvwm, but has been siginificantly modified */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /****************************************************************************/ /**************************************************************************** * This module is based on Twm, but has been siginificantly modified diff --git a/mlvwm/borders.h b/mlvwm/borders.h index 3df431f..23d15cf 100644 --- a/mlvwm/borders.h +++ b/mlvwm/borders.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/config.c b/mlvwm/config.c index e6b4428..1574c49 100644 --- a/mlvwm/config.c +++ b/mlvwm/config.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is mostly all new */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996 TakaC Hasegawa. No restrictions are placed on this code, */ /* as long as the copyright notice is preserved */ /****************************************************************************/ diff --git a/mlvwm/config.h b/mlvwm/config.h index 9957d76..05bb0b2 100644 --- a/mlvwm/config.h +++ b/mlvwm/config.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/event.c b/mlvwm/event.c index d76e5d9..c180fb9 100644 --- a/mlvwm/event.c +++ b/mlvwm/event.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is based on fvwm, but has been siginificantly modified */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /****************************************************************************/ /**************************************************************************** * This module is based on Twm, but has been siginificantly modified diff --git a/mlvwm/event.h b/mlvwm/event.h index 15b26db..f62b5e0 100644 --- a/mlvwm/event.h +++ b/mlvwm/event.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/functions.c b/mlvwm/functions.c index b1b7af0..ee44e33 100644 --- a/mlvwm/functions.c +++ b/mlvwm/functions.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/functions.h b/mlvwm/functions.h index 203f83c..e57848b 100644 --- a/mlvwm/functions.h +++ b/mlvwm/functions.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/menus.c b/mlvwm/menus.c index 133a249..5fd571c 100644 --- a/mlvwm/menus.c +++ b/mlvwm/menus.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/menus.h b/mlvwm/menus.h index 3dee8d9..27bae8d 100644 --- a/mlvwm/menus.h +++ b/mlvwm/menus.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/misc.c b/mlvwm/misc.c index bf9562d..a79ef6a 100644 --- a/mlvwm/misc.c +++ b/mlvwm/misc.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is mostly all new */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996 TakaC Hasegawa. No restrictions are placed on this code, */ /* as long as the copyright notice is preserved */ /****************************************************************************/ diff --git a/mlvwm/misc.h b/mlvwm/misc.h index fa8168a..86ef1cc 100644 --- a/mlvwm/misc.h +++ b/mlvwm/misc.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ diff --git a/mlvwm/mlvwm.c b/mlvwm/mlvwm.c index 3d43b85..f932257 100644 --- a/mlvwm/mlvwm.c +++ b/mlvwm/mlvwm.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is based on fvwm, but has been siginificantly modified */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /****************************************************************************/ /**************************************************************************** * This module is based on Twm, but has been siginificantly modified diff --git a/mlvwm/mlvwm.h b/mlvwm/mlvwm.h index 63da7a1..f452483 100644 --- a/mlvwm/mlvwm.h +++ b/mlvwm/mlvwm.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is based on fvwm, but has been siginificantly modified */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /****************************************************************************/ /**************************************************************************** * This module is based on Twm, but has been siginificantly modified diff --git a/pixmap/pix_test.c b/pixmap/pix_test.c index 5a8eb4d..79002be 100644 --- a/pixmap/pix_test.c +++ b/pixmap/pix_test.c @@ -1,6 +1,6 @@ /****************************************************************************/ /* This module is all original code */ -/* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ +/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */