From 29512a6e296af8e3b45f174e0f05a5023b63a8df Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 8 Dec 2013 19:41:01 -0800 Subject: [PATCH] gallery.py: Update copyright for 2013 --- posts/gallery/gallery.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/posts/gallery/gallery.py b/posts/gallery/gallery.py index ecdd85f..1dece35 100755 --- a/posts/gallery/gallery.py +++ b/posts/gallery/gallery.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2010-2012 W. Trevor King +# Copyright (C) 2010-2013 W. Trevor King # # 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 @@ -12,9 +12,8 @@ # 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. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . """ CGI gallery server for a picture directory organized along:: -- 2.26.2