summary refs log tree commit diff stats
path: root/src/gtk2-prefs
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-03-31 21:44:48 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-03-31 21:45:05 +0200
commit3c1bd3cff0a687f817078992488012034fe453bb (patch)
tree4adedb6008ebf8e25132312c102d77e398621521 /src/gtk2-prefs
parent20ecd106d2a0028660ff0b755fa382078d80b527 (diff)
Supposed fix for license issues
I have no clue what to put here so I'll just use what the About dialog
provides (unless specified otherwise in the file)
Diffstat (limited to 'src/gtk2-prefs')
-rw-r--r--src/gtk2-prefs/callbacks.cpp18
-rw-r--r--src/gtk2-prefs/callbacks.h18
-rw-r--r--src/gtk2-prefs/config.h18
-rw-r--r--src/gtk2-prefs/main.cpp18
-rw-r--r--src/gtk2-prefs/main.h18
-rw-r--r--src/gtk2-prefs/sys_win32.h18
-rw-r--r--src/gtk2-prefs/win32util.cpp18
-rw-r--r--src/gtk2-prefs/win32util.h18
8 files changed, 144 insertions, 0 deletions
diff --git a/src/gtk2-prefs/callbacks.cpp b/src/gtk2-prefs/callbacks.cpp
index 9cc5c928..383dcde9 100644
--- a/src/gtk2-prefs/callbacks.cpp
+++ b/src/gtk2-prefs/callbacks.cpp
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
diff --git a/src/gtk2-prefs/callbacks.h b/src/gtk2-prefs/callbacks.h
index 5759aebc..770e776d 100644
--- a/src/gtk2-prefs/callbacks.h
+++ b/src/gtk2-prefs/callbacks.h
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 #include <gtk/gtk.h>
 
 
diff --git a/src/gtk2-prefs/config.h b/src/gtk2-prefs/config.h
index 4501a33b..ffe17a8d 100644
--- a/src/gtk2-prefs/config.h
+++ b/src/gtk2-prefs/config.h
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
diff --git a/src/gtk2-prefs/main.cpp b/src/gtk2-prefs/main.cpp
index 42e425c2..be1520b4 100644
--- a/src/gtk2-prefs/main.cpp
+++ b/src/gtk2-prefs/main.cpp
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 /***************************************************************************
                           main.cpp  -  description
                              -------------------
diff --git a/src/gtk2-prefs/main.h b/src/gtk2-prefs/main.h
index ab4e5cbd..45e3b786 100644
--- a/src/gtk2-prefs/main.h
+++ b/src/gtk2-prefs/main.h
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 /***************************************************************************
                           main.cpp  -  description
                              -------------------
diff --git a/src/gtk2-prefs/sys_win32.h b/src/gtk2-prefs/sys_win32.h
index 0a106690..a7e0069e 100644
--- a/src/gtk2-prefs/sys_win32.h
+++ b/src/gtk2-prefs/sys_win32.h
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 /***************************************************************************
                           sys_win32.h  -  description
                              -------------------
diff --git a/src/gtk2-prefs/win32util.cpp b/src/gtk2-prefs/win32util.cpp
index 79cab17d..83b21493 100644
--- a/src/gtk2-prefs/win32util.cpp
+++ b/src/gtk2-prefs/win32util.cpp
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 /***************************************************************************
                           win32util.cpp  -  description
                              -------------------
diff --git a/src/gtk2-prefs/win32util.h b/src/gtk2-prefs/win32util.h
index 8c194a19..d4fb441a 100644
--- a/src/gtk2-prefs/win32util.h
+++ b/src/gtk2-prefs/win32util.h
@@ -1,3 +1,21 @@
+/* GTK+ Preference Tool
+ * Copyright (C) 2003-2005 Alex Shaduri.
+ *
+ * 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 /***************************************************************************
                           win32util.h  -  description
                              -------------------