From e0c7cfcdefe40da7efa171521868fca76b9c7886 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 22 Feb 2017 05:07:14 -0800 Subject: [PATCH] Add http://www.fsf.org/ to leading comments. --- src/curses/ux_audio.c | 1 + src/curses/ux_audio_none.c | 1 + src/curses/ux_audio_oss.c | 1 + src/curses/ux_blorb.c | 1 + src/curses/ux_init.c | 1 + src/curses/ux_input.c | 1 + src/curses/ux_pic.c | 1 + src/curses/ux_screen.c | 1 + src/curses/ux_text.c | 1 + 9 files changed, 9 insertions(+) diff --git a/src/curses/ux_audio.c b/src/curses/ux_audio.c index 4648ac5..e902675 100644 --- a/src/curses/ux_audio.c +++ b/src/curses/ux_audio.c @@ -16,6 +16,7 @@ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Or visit http://www.fsf.org/ */ #define __UNIX_PORT_FILE diff --git a/src/curses/ux_audio_none.c b/src/curses/ux_audio_none.c index 1c8f3b9..ec3ac1d 100644 --- a/src/curses/ux_audio_none.c +++ b/src/curses/ux_audio_none.c @@ -16,6 +16,7 @@ * 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 + * Or visit http://www.fsf.org/ */ #define __UNIX_PORT_FILE diff --git a/src/curses/ux_audio_oss.c b/src/curses/ux_audio_oss.c index 0352aa3..40cc48e 100644 --- a/src/curses/ux_audio_oss.c +++ b/src/curses/ux_audio_oss.c @@ -19,6 +19,7 @@ * 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 + * Or visit http://www.fsf.org/ */ #define __UNIX_PORT_FILE diff --git a/src/curses/ux_blorb.c b/src/curses/ux_blorb.c index 59fa5fd..5a2daf6 100644 --- a/src/curses/ux_blorb.c +++ b/src/curses/ux_blorb.c @@ -16,6 +16,7 @@ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Or visit http://www.fsf.org/ */ #define __UNIX_PORT_FILE diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index 762bb4f..46db288 100644 --- a/src/curses/ux_init.c +++ b/src/curses/ux_init.c @@ -16,6 +16,7 @@ * 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 + * Or visit http://www.fsf.org/ */ #define __UNIX_PORT_FILE diff --git a/src/curses/ux_input.c b/src/curses/ux_input.c index 704abc0..e8aff2e 100644 --- a/src/curses/ux_input.c +++ b/src/curses/ux_input.c @@ -16,6 +16,7 @@ * 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 + * Or visit http://www.fsf.org/ */ diff --git a/src/curses/ux_pic.c b/src/curses/ux_pic.c index cec3fa8..9d20479 100644 --- a/src/curses/ux_pic.c +++ b/src/curses/ux_pic.c @@ -16,6 +16,7 @@ * 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 + * Or visit http://www.fsf.org/ */ #define __UNIX_PORT_FILE diff --git a/src/curses/ux_screen.c b/src/curses/ux_screen.c index 91fcfc1..62c5842 100644 --- a/src/curses/ux_screen.c +++ b/src/curses/ux_screen.c @@ -16,6 +16,7 @@ * 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 + * Or visit http://www.fsf.org/ */ #define __UNIX_PORT_FILE diff --git a/src/curses/ux_text.c b/src/curses/ux_text.c index eae0b70..6006532 100644 --- a/src/curses/ux_text.c +++ b/src/curses/ux_text.c @@ -16,6 +16,7 @@ * 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 + * Or visit http://www.fsf.org/ */ -- 2.34.1