summaryrefslogtreecommitdiff
path: root/fluid/about_panel.h
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-04-06 19:57:27 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-04-06 20:02:42 +0200
commit21fb8725c656d6f8325d1a5cf22fac594651002d (patch)
treed927d9448f78de7b9bf267ec8b708e4698cd27fe /fluid/about_panel.h
parent7793fa812ac4874ca64b2979f725157dbfddb95c (diff)
Generate copyright year in fluid's about_panel
Copyright year "1998-XXXX" is now generated from current year. This avoids editing the source code every year.
Diffstat (limited to 'fluid/about_panel.h')
-rw-r--r--fluid/about_panel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/fluid/about_panel.h b/fluid/about_panel.h
index 3c8fd44e6..2a7c69903 100644
--- a/fluid/about_panel.h
+++ b/fluid/about_panel.h
@@ -3,17 +3,17 @@
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2018 by Bill Spitzak and others.
+// Copyright 1998-2020 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at:
//
-// http://www.fltk.org/COPYING.php
+// https://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
-// http://www.fltk.org/str.php
+// https://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0400
@@ -21,6 +21,7 @@
#ifndef about_panel_h
#define about_panel_h
#include <FL/Fl.H>
+#include <time.h>
extern void show_help(const char *name);
#include <FL/Fl_Double_Window.H>
#include "../src/flstring.h"