diff options
Diffstat (limited to 'src/gtk2-prefs')
-rw-r--r-- | src/gtk2-prefs/callbacks.cpp | 18 | ||||
-rw-r--r-- | src/gtk2-prefs/callbacks.h | 18 | ||||
-rw-r--r-- | src/gtk2-prefs/config.h | 18 | ||||
-rw-r--r-- | src/gtk2-prefs/main.cpp | 18 | ||||
-rw-r--r-- | src/gtk2-prefs/main.h | 18 | ||||
-rw-r--r-- | src/gtk2-prefs/sys_win32.h | 18 | ||||
-rw-r--r-- | src/gtk2-prefs/win32util.cpp | 18 | ||||
-rw-r--r-- | src/gtk2-prefs/win32util.h | 18 |
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 ------------------- |