summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2012-12-17 16:46:13 -0300
committerJorge Arellano Cid <jcid@dillo.org>2012-12-17 16:46:13 -0300
commit4a764329b0ff55bc03366b2383e5e489f64189e6 (patch)
treece0a2f3258a37c43dc12e43fe924361c74948a8d
parent15b9a9eef6bfb7b532abb001bbc1bb5625937aed (diff)
tipwin.cc missing copyright
-rw-r--r--src/tipwin.cc19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/tipwin.cc b/src/tipwin.cc
index d71f2a4e..204829b3 100644
--- a/src/tipwin.cc
+++ b/src/tipwin.cc
@@ -1,6 +1,19 @@
-// tipwin.cc is derived from "Fl_Slider with a floating tooltip to show
-// current value" at http://seriss.com/people/erco/fltk/#SliderTooltip by
-// Greg Ercolano.
+/*
+ * File: tipwin.cc
+ *
+ * Copyright 2012 Jorge Arellano Cid <jcid@dillo.org>
+ *
+ * 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * The tipwin idea was derived from the Fl_Slider example [1]
+ * by Greg Ercolano, which is in public domain.
+ *
+ * [1] http://seriss.com/people/erco/fltk/#SliderTooltip
+ */
+
#include <stdio.h>
#include <stdlib.h>